2022-08-25 11:59:12.536 | + ./stack.sh:main:482 : exec 2022-08-25 11:59:12.536 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-08-25-115912' 2022-08-25 11:59:12.536 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-08-25-115912.summary.2022-08-25-115912 2022-08-25 11:59:12.536 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-25 11:59:12.536 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-08-25-115912 2022-08-25 11:59:12.536 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-08-25-115912 /opt/stack/logs/stack.sh.log 2022-08-25 11:59:12.536 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-08-25-115912.summary.2022-08-25-115912 /opt/stack/logs/stack.sh.log.summary 2022-08-25 11:59:12.536 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-08-25 11:59:12.536 | + functions:check_path_perm_sanity:596 : local real_path 2022-08-25 11:59:12.536 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-08-25 11:59:12.536 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-08-25 11:59:12.536 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-08-25 11:59:12.536 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-08-25 11:59:12.536 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-08-25 11:59:12.536 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-08-25 11:59:12.536 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-08-25 11:59:12.536 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-08-25 11:59:12.536 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-08-25 11:59:12.536 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-08-25 11:59:12.536 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-08-25 11:59:12.537 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-08-25 11:59:12.541 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-08-25 11:59:12.543 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-08-25 11:59:12.546 | + ./stack.sh:main:555 : trap err_trap ERR 2022-08-25 11:59:12.548 | + ./stack.sh:main:568 : set -o errexit 2022-08-25 11:59:12.549 | + ./stack.sh:main:571 : uname -a 2022-08-25 11:59:12.551 | Linux n-d-851359-12 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-08-25 11:59:12.553 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-08-25 11:59:12.555 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-08-25 11:59:12.558 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-08-25 11:59:12.595 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-08-25 11:59:12.611 | + ./stack.sh:main:585 : fetch_plugins 2022-08-25 11:59:12.613 | + functions-common:fetch_plugins:1785 : local plugins= 2022-08-25 11:59:12.615 | + functions-common:fetch_plugins:1786 : local plugin 2022-08-25 11:59:12.621 | + functions-common:fetch_plugins:1789 : [[ -z '' ]] 2022-08-25 11:59:12.623 | + functions-common:fetch_plugins:1790 : return 2022-08-25 11:59:12.625 | + ./stack.sh:main:589 : run_phase override_defaults 2022-08-25 11:59:12.627 | + functions-common:run_phase:1867 : local mode=override_defaults 2022-08-25 11:59:12.629 | + functions-common:run_phase:1868 : local phase= 2022-08-25 11:59:12.630 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-25 11:59:12.632 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-25 11:59:12.634 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-25 11:59:12.636 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-25 11:59:12.637 | + functions-common:run_phase:1877 : local extra 2022-08-25 11:59:12.640 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-25 11:59:12.643 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-25 11:59:12.645 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-25 11:59:12.647 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-25 11:59:12.649 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-08-25 11:59:12.651 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-25 11:59:12.664 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:59:12.666 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-08-25 11:59:12.668 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-25 11:59:12.669 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-25 11:59:12.671 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-25 11:59:12.673 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-25 11:59:12.675 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-25 11:59:12.677 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-08-25 11:59:12.678 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-08-25 11:59:12.680 | + functions-common:run_phase:1888 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-08-25 11:59:12.682 | + functions-common:run_phase:1891 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-25 11:59:12.684 | + functions-common:run_phase:1892 : plugin_override_defaults 2022-08-25 11:59:12.686 | + functions-common:plugin_override_defaults:1826 : local plugins= 2022-08-25 11:59:12.688 | + functions-common:plugin_override_defaults:1827 : local plugin 2022-08-25 11:59:12.690 | + functions-common:plugin_override_defaults:1830 : [[ -z '' ]] 2022-08-25 11:59:12.691 | + functions-common:plugin_override_defaults:1831 : return 2022-08-25 11:59:12.693 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-08-25 11:59:12.711 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-08-25 11:59:12.713 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-08-25 11:59:12.725 | ++ functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:59:12.728 | +++ lib/tls:source:43 : hostname -f 2022-08-25 11:59:12.731 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-08-25 11:59:12.733 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-08-25 11:59:12.735 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-08-25 11:59:12.737 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-08-25 11:59:12.739 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-08-25 11:59:12.741 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-08-25 11:59:12.742 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-08-25 11:59:12.744 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-08-25 11:59:12.746 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-08-25 11:59:12.748 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-08-25 11:59:12.753 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-08-25 11:59:12.765 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-08-25 11:59:12.782 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-08-25 11:59:12.795 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-08-25 11:59:12.807 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-08-25 11:59:12.843 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-08-25 11:59:12.901 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-08-25 11:59:12.985 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-08-25 11:59:13.007 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-08-25 11:59:13.058 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-08-25 11:59:13.110 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-08-25 11:59:13.259 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-08-25 11:59:13.273 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-08-25 11:59:13.287 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-08-25 11:59:13.301 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-08-25 11:59:13.389 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-08-25 11:59:13.391 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-08-25 11:59:13.394 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-08-25 11:59:13.396 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-08-25 11:59:13.398 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-08-25 11:59:13.400 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-08-25 11:59:13.403 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-08-25 11:59:13.403 | False' 2022-08-25 11:59:13.406 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-08-25 11:59:13.422 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-08-25 11:59:13.424 | + ./stack.sh:main:619 : run_phase source 2022-08-25 11:59:13.426 | + functions-common:run_phase:1867 : local mode=source 2022-08-25 11:59:13.428 | + functions-common:run_phase:1868 : local phase= 2022-08-25 11:59:13.430 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-25 11:59:13.432 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-25 11:59:13.434 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-25 11:59:13.436 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-25 11:59:13.438 | + functions-common:run_phase:1877 : local extra 2022-08-25 11:59:13.441 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-25 11:59:13.445 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-25 11:59:13.447 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-25 11:59:13.449 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-25 11:59:13.451 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-08-25 11:59:13.453 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-25 11:59:13.468 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:59:13.470 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-08-25 11:59:13.472 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-08-25 11:59:13.513 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-08-25 11:59:13.515 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-08-25 11:59:13.517 | + functions-common:run_phase:1888 : [[ source == \s\o\u\r\c\e ]] 2022-08-25 11:59:13.519 | + functions-common:run_phase:1889 : load_plugin_settings 2022-08-25 11:59:13.521 | + functions-common:load_plugin_settings:1803 : local plugins= 2022-08-25 11:59:13.523 | + functions-common:load_plugin_settings:1804 : local plugin 2022-08-25 11:59:13.526 | + functions-common:load_plugin_settings:1807 : [[ -z '' ]] 2022-08-25 11:59:13.528 | + functions-common:load_plugin_settings:1808 : return 2022-08-25 11:59:13.530 | + functions-common:run_phase:1890 : verify_disabled_services 2022-08-25 11:59:13.533 | + functions-common:verify_disabled_services:2150 : local service 2022-08-25 11:59:13.535 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.537 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-08-25 11:59:13.540 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.542 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-08-25 11:59:13.544 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.547 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-08-25 11:59:13.550 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.552 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-08-25 11:59:13.554 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.556 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-08-25 11:59:13.559 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.561 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-08-25 11:59:13.563 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.565 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-08-25 11:59:13.568 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.570 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-08-25 11:59:13.572 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.574 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-08-25 11:59:13.577 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.579 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-08-25 11:59:13.581 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.583 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-08-25 11:59:13.585 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.588 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-08-25 11:59:13.590 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.593 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-08-25 11:59:13.595 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.597 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-08-25 11:59:13.600 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.602 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-08-25 11:59:13.604 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.606 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-08-25 11:59:13.609 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.612 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-08-25 11:59:13.614 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.616 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-08-25 11:59:13.618 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.621 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-08-25 11:59:13.623 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.625 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-08-25 11:59:13.628 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.630 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-08-25 11:59:13.632 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.634 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-08-25 11:59:13.637 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.639 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-08-25 11:59:13.642 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.644 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-08-25 11:59:13.646 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.649 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-08-25 11:59:13.651 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.654 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-08-25 11:59:13.656 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.659 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-08-25 11:59:13.661 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.663 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-08-25 11:59:13.666 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.668 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-08-25 11:59:13.670 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.673 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-08-25 11:59:13.676 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.678 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-08-25 11:59:13.680 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.683 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-08-25 11:59:13.685 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.688 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-08-25 11:59:13.690 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.692 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-08-25 11:59:13.694 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.697 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-08-25 11:59:13.699 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.702 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-08-25 11:59:13.704 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.707 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-08-25 11:59:13.709 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.711 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-08-25 11:59:13.713 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.716 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-08-25 11:59:13.718 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.721 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-08-25 11:59:13.723 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.725 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-08-25 11:59:13.728 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.730 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-08-25 11:59:13.732 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.734 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-08-25 11:59:13.737 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.739 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-08-25 11:59:13.741 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.744 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-08-25 11:59:13.746 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.748 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-08-25 11:59:13.751 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-25 11:59:13.753 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-08-25 11:59:13.756 | + ./stack.sh:main:690 : initialize_database_backends 2022-08-25 11:59:13.758 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-08-25 11:59:13.760 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-08-25 11:59:13.776 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:59:13.778 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-08-25 11:59:13.781 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-08-25 11:59:13.783 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-08-25 11:59:13.798 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:59:13.800 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-08-25 11:59:13.803 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-08-25 11:59:13.805 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-08-25 11:59:13.807 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-08-25 11:59:13.810 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-08-25 11:59:13.812 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-08-25 11:59:13.814 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-08-25 11:59:13.817 | + lib/database:initialize_database_backends:92 : return 0 2022-08-25 11:59:13.819 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-08-25 11:59:13.819 | Using mysql database backend 2022-08-25 11:59:13.821 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-08-25 11:59:13.838 | + ./stack.sh:main:696 : define_database_baseurl 2022-08-25 11:59:13.842 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-08-25 11:59:13.845 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-08-25 11:59:13.847 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-08-25 11:59:13.850 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-25 11:59:13.852 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-08-25 11:59:13.868 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:59:13.871 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-08-25 11:59:13.887 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-08-25 11:59:13.905 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:59:13.908 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-08-25 11:59:13.925 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-08-25 11:59:13.941 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-08-25 11:59:13.958 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 11:59:13.960 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-08-25 11:59:13.978 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:59:13.980 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-08-25 11:59:13.996 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-08-25 11:59:13.999 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-08-25 11:59:14.001 | + ./stack.sh:main:752 : save_stackenv 752 2022-08-25 11:59:14.004 | + functions-common:save_stackenv:60 : local tag=752 2022-08-25 11:59:14.007 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-08-25 11:59:14.011 | + functions-common:save_stackenv:62 : time_stamp=2022-08-25-115914 2022-08-25 11:59:14.014 | + functions-common:save_stackenv:63 : echo '# 2022-08-25-115914 752' 2022-08-25 11:59:14.016 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:59:14.019 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-25 11:59:14.022 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:59:14.024 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-08-25 11:59:14.027 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:59:14.029 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-08-25 11:59:14.031 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:59:14.034 | + 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-08-25 11:59:14.036 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:59:14.038 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.42 2022-08-25 11:59:14.040 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:59:14.043 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.42/identity 2022-08-25 11:59:14.045 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:59:14.048 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-08-25-115912 2022-08-25 11:59:14.050 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:59:14.052 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-08-25 11:59:14.055 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:59:14.057 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.42 2022-08-25 11:59:14.059 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:59:14.062 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-08-25 11:59:14.064 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:59:14.067 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-08-25 11:59:14.070 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:59:14.072 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-08-25 11:59:14.074 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:59:14.077 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-08-25 11:59:14.079 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:59:14.082 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.42 2022-08-25 11:59:14.084 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 11:59:14.086 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-08-25 11:59:14.089 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-08-25 11:59:14.091 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-08-25 11:59:14.094 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/requirements.git 2022-08-25 11:59:14.096 | + functions-common:git_clone:597 : local git_dest=/opt/stack/requirements 2022-08-25 11:59:14.098 | + functions-common:git_clone:598 : local git_ref=master 2022-08-25 11:59:14.100 | + functions-common:git_clone:599 : local orig_dir 2022-08-25 11:59:14.103 | ++ functions-common:git_clone:600 : pwd 2022-08-25 11:59:14.105 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-25 11:59:14.107 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-25 11:59:14.110 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-25 11:59:14.126 | + functions-common:git_clone:603 : RECLONE=False 2022-08-25 11:59:14.128 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-25 11:59:14.131 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-25 11:59:14.133 | + functions-common:git_clone:617 : echo master 2022-08-25 11:59:14.134 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-25 11:59:14.140 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/requirements ]] 2022-08-25 11:59:14.142 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-25 11:59:14.144 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-08-25 11:59:14.157 | + functions-common:git_clone:677 : cd /opt/stack/requirements 2022-08-25 11:59:14.160 | + functions-common:git_clone:678 : head -1 2022-08-25 11:59:14.160 | + functions-common:git_clone:678 : git show --oneline 2022-08-25 11:59:14.164 | b2eceb9b Merge "update constraint for oslo.vmware to new release 4.0.1" 2022-08-25 11:59:14.167 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-25 11:59:14.170 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-08-25 11:59:14.173 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-25 11:59:14.175 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-08-25 11:59:14.177 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-08-25 11:59:14.180 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-08-25 11:59:14.182 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-08-25 11:59:14.185 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-08-25 11:59:14.188 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-08-25 11:59:14.191 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-08-25 11:59:14.193 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-08-25 11:59:14.196 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-08-25 11:59:14.201 | ++ tools/install_prereqs.sh:source:47 : NOW=1661428754 2022-08-25 11:59:14.204 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-08-25 11:59:14.209 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1661427977 2022-08-25 11:59:14.211 | ++ tools/install_prereqs.sh:source:49 : DELTA=777 2022-08-25 11:59:14.214 | ++ tools/install_prereqs.sh:source:50 : [[ 777 -lt 7200 ]] 2022-08-25 11:59:14.216 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-08-25 11:59:14.219 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-08-25 11:59:14.221 | ++ functions-common:export_proxy_variables:2257 : isset http_proxy 2022-08-25 11:59:14.224 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-08-25 11:59:14.226 | ++ functions-common:export_proxy_variables:2260 : isset https_proxy 2022-08-25 11:59:14.228 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-08-25 11:59:14.231 | ++ functions-common:export_proxy_variables:2263 : isset no_proxy 2022-08-25 11:59:14.233 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-08-25 11:59:14.237 | +++ 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-08-25 11:59:14.284 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-08-25 11:59:14.284 | apache2-dev 2022-08-25 11:59:14.284 | bc 2022-08-25 11:59:14.284 | bsdmainutils 2022-08-25 11:59:14.284 | curl 2022-08-25 11:59:14.285 | g++ 2022-08-25 11:59:14.285 | gawk 2022-08-25 11:59:14.285 | gcc 2022-08-25 11:59:14.285 | gettext 2022-08-25 11:59:14.285 | git 2022-08-25 11:59:14.285 | graphviz 2022-08-25 11:59:14.285 | iputils-ping 2022-08-25 11:59:14.285 | libapache2-mod-proxy-uwsgi 2022-08-25 11:59:14.285 | libffi-dev 2022-08-25 11:59:14.285 | libjpeg-dev 2022-08-25 11:59:14.285 | libpcre3-dev 2022-08-25 11:59:14.285 | libpq-dev 2022-08-25 11:59:14.285 | libssl-dev 2022-08-25 11:59:14.285 | libsystemd-dev 2022-08-25 11:59:14.285 | libxml2-dev 2022-08-25 11:59:14.285 | libxslt1-dev 2022-08-25 11:59:14.285 | libyaml-dev 2022-08-25 11:59:14.285 | lsof 2022-08-25 11:59:14.285 | openssh-server 2022-08-25 11:59:14.285 | openssl 2022-08-25 11:59:14.285 | pkg-config 2022-08-25 11:59:14.285 | psmisc 2022-08-25 11:59:14.285 | python3-dev 2022-08-25 11:59:14.285 | python3-pip 2022-08-25 11:59:14.285 | python3-systemd 2022-08-25 11:59:14.285 | python3-venv 2022-08-25 11:59:14.285 | tar 2022-08-25 11:59:14.285 | tcpdump 2022-08-25 11:59:14.285 | unzip 2022-08-25 11:59:14.285 | uuid-runtime 2022-08-25 11:59:14.285 | wget 2022-08-25 11:59:14.285 | wget 2022-08-25 11:59:14.285 | zlib1g-dev 2022-08-25 11:59:14.285 | libkrb5-dev 2022-08-25 11:59:14.285 | libldap2-dev 2022-08-25 11:59:14.285 | libsasl2-dev 2022-08-25 11:59:14.285 | memcached 2022-08-25 11:59:14.286 | python3-mysqldb 2022-08-25 11:59:14.286 | sqlite3 2022-08-25 11:59:14.286 | conntrack 2022-08-25 11:59:14.286 | curl 2022-08-25 11:59:14.286 | ebtables 2022-08-25 11:59:14.286 | genisoimage 2022-08-25 11:59:14.286 | iptables 2022-08-25 11:59:14.286 | iputils-arping 2022-08-25 11:59:14.286 | kpartx 2022-08-25 11:59:14.286 | libjs-jquery-tablesorter 2022-08-25 11:59:14.286 | parted 2022-08-25 11:59:14.286 | pm-utils 2022-08-25 11:59:14.286 | python3-mysqldb 2022-08-25 11:59:14.286 | socat 2022-08-25 11:59:14.286 | sqlite3 2022-08-25 11:59:14.286 | sudo 2022-08-25 11:59:14.286 | vlan 2022-08-25 11:59:14.286 | lsscsi 2022-08-25 11:59:14.286 | open-iscsi 2022-08-25 11:59:14.286 | lvm2 2022-08-25 11:59:14.286 | qemu-utils 2022-08-25 11:59:14.286 | thin-provisioning-tools 2022-08-25 11:59:14.286 | acl 2022-08-25 11:59:14.286 | dnsmasq-base 2022-08-25 11:59:14.286 | dnsmasq-utils 2022-08-25 11:59:14.286 | ebtables 2022-08-25 11:59:14.286 | haproxy 2022-08-25 11:59:14.286 | iptables 2022-08-25 11:59:14.286 | iputils-arping 2022-08-25 11:59:14.286 | iputils-ping 2022-08-25 11:59:14.286 | postgresql-server-dev-all 2022-08-25 11:59:14.286 | python3-mysqldb 2022-08-25 11:59:14.286 | sqlite3 2022-08-25 11:59:14.286 | sudo 2022-08-25 11:59:14.286 | vlan 2022-08-25 11:59:14.286 | pcp 2022-08-25 11:59:14.286 | ipset 2022-08-25 11:59:14.286 | conntrack 2022-08-25 11:59:14.286 | conntrackd 2022-08-25 11:59:14.287 | keepalived 2022-08-25 11:59:14.287 | lvm2 2022-08-25 11:59:14.287 | qemu-utils 2022-08-25 11:59:14.287 | thin-provisioning-tools 2022-08-25 11:59:14.287 | curl 2022-08-25 11:59:14.287 | liberasurecode-dev 2022-08-25 11:59:14.287 | make 2022-08-25 11:59:14.287 | memcached 2022-08-25 11:59:14.287 | rsync 2022-08-25 11:59:14.287 | sqlite3 2022-08-25 11:59:14.287 | xfsprogs' 2022-08-25 11:59:14.288 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-08-25 11:59:14.307 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-08-25 11:59:14.307 | apache2-dev 2022-08-25 11:59:14.307 | bc 2022-08-25 11:59:14.307 | bsdmainutils 2022-08-25 11:59:14.307 | curl 2022-08-25 11:59:14.307 | g++ 2022-08-25 11:59:14.307 | gawk 2022-08-25 11:59:14.307 | gcc 2022-08-25 11:59:14.307 | gettext 2022-08-25 11:59:14.307 | git 2022-08-25 11:59:14.307 | graphviz 2022-08-25 11:59:14.307 | iputils-ping 2022-08-25 11:59:14.307 | libapache2-mod-proxy-uwsgi 2022-08-25 11:59:14.308 | libffi-dev 2022-08-25 11:59:14.308 | libjpeg-dev 2022-08-25 11:59:14.308 | libpcre3-dev 2022-08-25 11:59:14.308 | libpq-dev 2022-08-25 11:59:14.308 | libssl-dev 2022-08-25 11:59:14.308 | libsystemd-dev 2022-08-25 11:59:14.308 | libxml2-dev 2022-08-25 11:59:14.308 | libxslt1-dev 2022-08-25 11:59:14.308 | libyaml-dev 2022-08-25 11:59:14.308 | lsof 2022-08-25 11:59:14.308 | openssh-server 2022-08-25 11:59:14.308 | openssl 2022-08-25 11:59:14.308 | pkg-config 2022-08-25 11:59:14.308 | psmisc 2022-08-25 11:59:14.308 | python3-dev 2022-08-25 11:59:14.308 | python3-pip 2022-08-25 11:59:14.308 | python3-systemd 2022-08-25 11:59:14.308 | python3-venv 2022-08-25 11:59:14.308 | tar 2022-08-25 11:59:14.308 | tcpdump 2022-08-25 11:59:14.308 | unzip 2022-08-25 11:59:14.308 | uuid-runtime 2022-08-25 11:59:14.308 | wget 2022-08-25 11:59:14.308 | wget 2022-08-25 11:59:14.308 | zlib1g-dev 2022-08-25 11:59:14.308 | libkrb5-dev 2022-08-25 11:59:14.308 | libldap2-dev 2022-08-25 11:59:14.308 | libsasl2-dev 2022-08-25 11:59:14.308 | memcached 2022-08-25 11:59:14.308 | python3-mysqldb 2022-08-25 11:59:14.308 | sqlite3 2022-08-25 11:59:14.308 | conntrack 2022-08-25 11:59:14.308 | curl 2022-08-25 11:59:14.308 | ebtables 2022-08-25 11:59:14.308 | genisoimage 2022-08-25 11:59:14.308 | iptables 2022-08-25 11:59:14.308 | iputils-arping 2022-08-25 11:59:14.308 | kpartx 2022-08-25 11:59:14.309 | libjs-jquery-tablesorter 2022-08-25 11:59:14.309 | parted 2022-08-25 11:59:14.309 | pm-utils 2022-08-25 11:59:14.309 | python3-mysqldb 2022-08-25 11:59:14.309 | socat 2022-08-25 11:59:14.309 | sqlite3 2022-08-25 11:59:14.309 | sudo 2022-08-25 11:59:14.309 | vlan 2022-08-25 11:59:14.309 | lsscsi 2022-08-25 11:59:14.309 | open-iscsi 2022-08-25 11:59:14.309 | lvm2 2022-08-25 11:59:14.309 | qemu-utils 2022-08-25 11:59:14.309 | thin-provisioning-tools 2022-08-25 11:59:14.309 | acl 2022-08-25 11:59:14.309 | dnsmasq-base 2022-08-25 11:59:14.309 | dnsmasq-utils 2022-08-25 11:59:14.309 | ebtables 2022-08-25 11:59:14.309 | haproxy 2022-08-25 11:59:14.309 | iptables 2022-08-25 11:59:14.309 | iputils-arping 2022-08-25 11:59:14.309 | iputils-ping 2022-08-25 11:59:14.309 | postgresql-server-dev-all 2022-08-25 11:59:14.309 | python3-mysqldb 2022-08-25 11:59:14.309 | sqlite3 2022-08-25 11:59:14.309 | sudo 2022-08-25 11:59:14.309 | vlan 2022-08-25 11:59:14.309 | pcp 2022-08-25 11:59:14.309 | ipset 2022-08-25 11:59:14.309 | conntrack 2022-08-25 11:59:14.309 | conntrackd 2022-08-25 11:59:14.309 | keepalived 2022-08-25 11:59:14.309 | lvm2 2022-08-25 11:59:14.309 | qemu-utils 2022-08-25 11:59:14.309 | thin-provisioning-tools 2022-08-25 11:59:14.309 | curl 2022-08-25 11:59:14.310 | liberasurecode-dev 2022-08-25 11:59:14.310 | make 2022-08-25 11:59:14.310 | memcached 2022-08-25 11:59:14.310 | rsync 2022-08-25 11:59:14.310 | sqlite3 2022-08-25 11:59:14.311 | xfsprogs ' 2022-08-25 11:59:14.311 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-08-25 11:59:14.313 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:59:14.316 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:59:14.320 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-08-25 11:59:14.320 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-08-25 11:59:14.325 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-08-25 11:59:14.327 | ++ functions-common:install_package:1463 : update_package_repo 2022-08-25 11:59:14.330 | ++ functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-25 11:59:14.332 | ++ functions-common:update_package_repo:1436 : REPOS_UPDATED=False 2022-08-25 11:59:14.334 | ++ functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-25 11:59:14.336 | ++ functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-25 11:59:14.338 | ++ functions-common:update_package_repo:1443 : is_ubuntu 2022-08-25 11:59:14.340 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:59:14.342 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:59:14.345 | ++ functions-common:update_package_repo:1444 : apt_get_update 2022-08-25 11:59:14.347 | ++ functions-common:apt_get_update:1189 : [[ False == \T\r\u\e ]] 2022-08-25 11:59:14.349 | ++ functions-common:apt_get_update:1194 : [[ False = \T\r\u\e ]] 2022-08-25 11:59:14.352 | ++ functions-common:apt_get_update:1196 : local sudo=sudo 2022-08-25 11:59:14.354 | +++ functions-common:apt_get_update:1197 : id -u 2022-08-25 11:59:14.359 | ++ functions-common:apt_get_update:1197 : [[ 1000 = \0 ]] 2022-08-25 11:59:14.361 | ++ functions-common:apt_get_update:1200 : time_start apt-get-update 2022-08-25 11:59:14.363 | ++ functions-common:time_start:2425 : local name=apt-get-update 2022-08-25 11:59:14.365 | ++ functions-common:time_start:2426 : local start_time= 2022-08-25 11:59:14.367 | ++ functions-common:time_start:2427 : [[ -n '' ]] 2022-08-25 11:59:14.369 | +++ functions-common:time_start:2430 : date +%s%3N 2022-08-25 11:59:14.374 | ++ functions-common:time_start:2430 : _TIME_START[$name]=1661428754371 2022-08-25 11:59:14.376 | ++ functions-common:apt_get_update:1202 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-08-25 11:59:14.378 | ++ functions-common:apt_get_update:1203 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-08-25 11:59:14.380 | ++ functions-common:apt_get_update:1204 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-08-25 11:59:14.609 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-08-25 11:59:14.651 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-08-25 11:59:14.664 | Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-08-25 11:59:14.857 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-08-25 11:59:15.423 | Fetched 336 kB in 1s (476 kB/s) 2022-08-25 11:59:17.089 | Reading package lists... 2022-08-25 11:59:17.121 | ++ functions-common:apt_get_update:1208 : REPOS_UPDATED=True 2022-08-25 11:59:17.124 | ++ functions-common:apt_get_update:1210 : time_stop apt-get-update 2022-08-25 11:59:17.126 | ++ functions-common:time_stop:2439 : local name 2022-08-25 11:59:17.128 | ++ functions-common:time_stop:2440 : local end_time 2022-08-25 11:59:17.131 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:59:17.133 | ++ functions-common:time_stop:2442 : local total 2022-08-25 11:59:17.135 | ++ functions-common:time_stop:2443 : local start_time 2022-08-25 11:59:17.137 | ++ functions-common:time_stop:2445 : name=apt-get-update 2022-08-25 11:59:17.140 | ++ functions-common:time_stop:2446 : start_time=1661428754371 2022-08-25 11:59:17.142 | ++ functions-common:time_stop:2448 : [[ -z 1661428754371 ]] 2022-08-25 11:59:17.145 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:59:17.149 | ++ functions-common:time_stop:2451 : end_time=1661428757147 2022-08-25 11:59:17.151 | ++ functions-common:time_stop:2452 : elapsed_time=2776 2022-08-25 11:59:17.153 | ++ functions-common:time_stop:2453 : total=0 2022-08-25 11:59:17.155 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:59:17.157 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=2776 2022-08-25 11:59:17.160 | ++ functions-common:install_package:1464 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-08-25 11:59:17.162 | ++ functions-common:real_install_package:1449 : is_ubuntu 2022-08-25 11:59:17.164 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:59:17.166 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:59:17.169 | ++ functions-common:real_install_package:1450 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-08-25 11:59:17.192 | ++ functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-08-25 11:59:17.305 | Reading package lists... 2022-08-25 11:59:17.578 | Building dependency tree... 2022-08-25 11:59:17.579 | Reading state information... 2022-08-25 11:59:17.617 | acl is already the newest version (2.2.53-6). 2022-08-25 11:59:17.617 | bc is already the newest version (1.07.1-2build1). 2022-08-25 11:59:17.617 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-08-25 11:59:17.617 | conntrack is already the newest version (1:1.4.5-2). 2022-08-25 11:59:17.617 | ebtables is already the newest version (2.0.11-3build1). 2022-08-25 11:59:17.617 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-08-25 11:59:17.617 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-08-25 11:59:17.617 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-08-25 11:59:17.617 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-08-25 11:59:17.617 | gettext is already the newest version (0.19.8.1-10build1). 2022-08-25 11:59:17.617 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-08-25 11:59:17.617 | iputils-arping is already the newest version (3:20190709-3). 2022-08-25 11:59:17.617 | iputils-ping is already the newest version (3:20190709-3). 2022-08-25 11:59:17.617 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-08-25 11:59:17.618 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-08-25 11:59:17.618 | libffi-dev is already the newest version (3.3-4). 2022-08-25 11:59:17.618 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-08-25 11:59:17.618 | libyaml-dev is already the newest version (0.2.2-1). 2022-08-25 11:59:17.618 | lsscsi is already the newest version (0.30-0.1). 2022-08-25 11:59:17.618 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-08-25 11:59:17.618 | make is already the newest version (4.2.1-1.2). 2022-08-25 11:59:17.618 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-08-25 11:59:17.618 | psmisc is already the newest version (23.3-1). 2022-08-25 11:59:17.618 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-08-25 11:59:17.618 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-08-25 11:59:17.618 | python3-systemd is already the newest version (234-3build2). 2022-08-25 11:59:17.618 | socat is already the newest version (1.7.3.3-2). 2022-08-25 11:59:17.618 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-08-25 11:59:17.618 | unzip is already the newest version (6.0-25ubuntu1). 2022-08-25 11:59:17.618 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-08-25 11:59:17.618 | conntrackd is already the newest version (1:1.4.5-2). 2022-08-25 11:59:17.618 | graphviz is already the newest version (2.42.2-3build2). 2022-08-25 11:59:17.618 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-08-25 11:59:17.618 | pcp is already the newest version (5.0.3-1). 2022-08-25 11:59:17.618 | pm-utils is already the newest version (1.4.1-19). 2022-08-25 11:59:17.618 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-08-25 11:59:17.618 | apache2 is already the newest version (2.4.41-4ubuntu3.12). 2022-08-25 11:59:17.618 | apache2-dev is already the newest version (2.4.41-4ubuntu3.12). 2022-08-25 11:59:17.618 | curl is already the newest version (7.68.0-1ubuntu2.12). 2022-08-25 11:59:17.618 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-08-25 11:59:17.618 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-08-25 11:59:17.618 | git is already the newest version (1:2.25.1-1ubuntu3.5). 2022-08-25 11:59:17.618 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-08-25 11:59:17.618 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-08-25 11:59:17.618 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-08-25 11:59:17.618 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-08-25 11:59:17.618 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-08-25 11:59:17.618 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-08-25 11:59:17.618 | libpq-dev is already the newest version (12.12-0ubuntu0.20.04.1). 2022-08-25 11:59:17.619 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-08-25 11:59:17.619 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.16). 2022-08-25 11:59:17.619 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-08-25 11:59:17.619 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.4). 2022-08-25 11:59:17.619 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.20.04.1). 2022-08-25 11:59:17.619 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-08-25 11:59:17.619 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-08-25 11:59:17.619 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-08-25 11:59:17.619 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-08-25 11:59:17.619 | openssl is already the newest version (1.1.1f-1ubuntu2.16). 2022-08-25 11:59:17.619 | openssl set to manually installed. 2022-08-25 11:59:17.619 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-08-25 11:59:17.619 | qemu-utils is already the newest version (1:4.2-3ubuntu6.23). 2022-08-25 11:59:17.619 | rsync is already the newest version (3.1.3-8ubuntu0.4). 2022-08-25 11:59:17.619 | rsync set to manually installed. 2022-08-25 11:59:17.619 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-08-25 11:59:17.619 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-08-25 11:59:17.619 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-08-25 11:59:17.619 | tar set to manually installed. 2022-08-25 11:59:17.619 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-08-25 11:59:17.619 | tcpdump set to manually installed. 2022-08-25 11:59:17.861 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-08-25 11:59:17.861 | uuid-runtime set to manually installed. 2022-08-25 11:59:17.862 | wget is already the newest version (1.20.3-1ubuntu2). 2022-08-25 11:59:17.862 | wget set to manually installed. 2022-08-25 11:59:17.862 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-08-25 11:59:17.862 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.12). 2022-08-25 11:59:17.862 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-08-25 11:59:17.862 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-08-25 11:59:17.862 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-08-25 11:59:17.862 | The following packages were automatically installed and are no longer required: 2022-08-25 11:59:17.863 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-25 11:59:17.863 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-25 11:59:17.863 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-25 11:59:17.863 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-25 11:59:17.863 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-25 11:59:17.863 | python3-zope.interface 2022-08-25 11:59:17.863 | Use 'sudo apt autoremove' to remove them. 2022-08-25 11:59:18.001 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-25 11:59:18.005 | ++ functions-common:apt_get:1234 : result=0 2022-08-25 11:59:18.007 | ++ functions-common:apt_get:1237 : time_stop apt-get 2022-08-25 11:59:18.010 | ++ functions-common:time_stop:2439 : local name 2022-08-25 11:59:18.012 | ++ functions-common:time_stop:2440 : local end_time 2022-08-25 11:59:18.014 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:59:18.017 | ++ functions-common:time_stop:2442 : local total 2022-08-25 11:59:18.020 | ++ functions-common:time_stop:2443 : local start_time 2022-08-25 11:59:18.022 | ++ functions-common:time_stop:2445 : name=apt-get 2022-08-25 11:59:18.024 | ++ functions-common:time_stop:2446 : start_time=1661428757189 2022-08-25 11:59:18.027 | ++ functions-common:time_stop:2448 : [[ -z 1661428757189 ]] 2022-08-25 11:59:18.031 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:59:18.035 | ++ functions-common:time_stop:2451 : end_time=1661428758032 2022-08-25 11:59:18.038 | ++ functions-common:time_stop:2452 : elapsed_time=843 2022-08-25 11:59:18.040 | ++ functions-common:time_stop:2453 : total=814 2022-08-25 11:59:18.043 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:59:18.045 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=1657 2022-08-25 11:59:18.048 | ++ functions-common:apt_get:1238 : return 0 2022-08-25 11:59:18.050 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-08-25 11:59:18.053 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-08-25 11:59:18.055 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-08-25 11:59:18.059 | ++ tools/install_prereqs.sh:source:89 : date 2022-08-25 11:59:18.064 | + ./stack.sh:main:785 : [[ False != \T\r\u\e ]] 2022-08-25 11:59:18.066 | + ./stack.sh:main:786 : PYPI_ALTERNATIVE_URL= 2022-08-25 11:59:18.069 | + ./stack.sh:main:786 : /home/ubuntu/devstack/tools/install_pip.sh 2022-08-25 11:59:19.522 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-08-25 11:59:19.524 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-08-25 11:59:19.526 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-08-25 11:59:19.528 | + tools/install_pip.sh:main:43 : GetDistro 2022-08-25 11:59:19.530 | + functions-common:GetDistro:446 : GetOSVersion 2022-08-25 11:59:19.532 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-08-25 11:59:19.534 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-08-25 11:59:19.536 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-08-25 11:59:19.537 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-08-25 11:59:19.539 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-08-25 11:59:19.541 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-08-25 11:59:19.542 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-08-25 11:59:19.544 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-08-25 11:59:19.546 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-08-25 11:59:19.548 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-08-25 11:59:19.550 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-08-25 11:59:19.551 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-08-25 11:59:19.553 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-08-25 11:59:19.555 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-08-25 11:59:19.556 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-08-25 11:59:19.559 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-08-25 11:59:19.562 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-08-25 11:59:19.563 | + functions-common:_ensure_lsb_release:394 : return 2022-08-25 11:59:19.566 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-08-25 11:59:19.635 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-08-25 11:59:19.637 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-08-25 11:59:19.706 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-08-25 11:59:19.708 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-08-25 11:59:19.777 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-08-25 11:59:19.779 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2022-08-25 11:59:19.781 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-08-25 11:59:19.783 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-08-25 11:59:19.785 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-08-25 11:59:19.787 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-08-25 11:59:19.789 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-08-25 11:59:19.791 | + functions-common:GetDistro:447 : [[ Ubuntu =~ (Ubuntu) ]] 2022-08-25 11:59:19.793 | + functions-common:GetDistro:450 : DISTRO=focal 2022-08-25 11:59:19.795 | + functions-common:GetDistro:495 : typeset -xr DISTRO 2022-08-25 11:59:19.797 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-08-25 11:59:19.797 | Distro: focal 2022-08-25 11:59:19.799 | + tools/install_pip.sh:main:124 : get_versions 2022-08-25 11:59:19.801 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-08-25 11:59:19.805 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/bin/pip 2022-08-25 11:59:19.807 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/bin/pip ]] 2022-08-25 11:59:19.809 | ++ tools/install_pip.sh:get_versions:51 : /usr/bin/pip --version 2022-08-25 11:59:19.811 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-08-25 11:59:21.300 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.0.2 2022-08-25 11:59:21.302 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.0.2' 2022-08-25 11:59:21.302 | pip: 20.0.2 2022-08-25 11:59:21.304 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-08-25 11:59:21.306 | + tools/install_pip.sh:main:130 : is_fedora 2022-08-25 11:59:21.307 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-25 11:59:21.309 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-25 11:59:21.311 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-25 11:59:21.313 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-25 11:59:21.314 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-25 11:59:21.316 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-25 11:59:21.318 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-25 11:59:21.319 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-25 11:59:21.321 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-25 11:59:21.323 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-25 11:59:21.324 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-08-25 11:59:21.327 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:59:21.329 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:59:21.330 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack/requirements/upper-constraints.txt 2022-08-25 11:59:21.335 | + tools/install_pip.sh:main:153 : set -x 2022-08-25 11:59:21.337 | + tools/install_pip.sh:main:156 : get_versions 2022-08-25 11:59:21.339 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-08-25 11:59:21.343 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/bin/pip 2022-08-25 11:59:21.345 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/bin/pip ]] 2022-08-25 11:59:21.347 | ++ tools/install_pip.sh:get_versions:51 : /usr/bin/pip --version 2022-08-25 11:59:21.348 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-08-25 11:59:22.828 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.0.2 2022-08-25 11:59:22.830 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.0.2' 2022-08-25 11:59:22.830 | pip: 20.0.2 2022-08-25 11:59:22.833 | + ./stack.sh:main:790 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-08-25 11:59:22.836 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-08-25 11:59:22.839 | + ./stack.sh:main:791 : fixup_all 2022-08-25 11:59:22.842 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2022-08-25 11:59:22.844 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-08-25 11:59:22.846 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:59:22.850 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:59:22.854 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-08-25 11:59:22.871 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-08-25 11:59:22.884 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-08-25 11:59:22.897 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2022-08-25 11:59:22.900 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-08-25 11:59:22.902 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-25 11:59:22.905 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-25 11:59:22.907 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-25 11:59:22.909 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-25 11:59:22.912 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-25 11:59:22.914 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-25 11:59:22.916 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-25 11:59:22.919 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-25 11:59:22.922 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-25 11:59:22.924 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-25 11:59:22.926 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-08-25 11:59:22.929 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2022-08-25 11:59:22.932 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-08-25 11:59:22.934 | + functions-common:is_suse:536 : is_opensuse 2022-08-25 11:59:22.937 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-25 11:59:22.940 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-25 11:59:22.943 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-25 11:59:22.945 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-25 11:59:22.948 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-25 11:59:22.951 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-08-25 11:59:22.954 | + ./stack.sh:main:794 : pip_install -U os-testr 2022-08-25 11:59:22.979 | Using python 3.8 to install os-testr 2022-08-25 11:59:22.981 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-08-25 11:59:25.088 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:59:25.088 | from cryptography.utils import int_from_bytes 2022-08-25 11:59:25.088 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:59:25.088 | from cryptography.utils import int_from_bytes 2022-08-25 11:59:26.163 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:59:26.517 | Requirement already up-to-date: os-testr===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (3.0.0) 2022-08-25 11:59:26.625 | Requirement already up-to-date: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 11:59:26.913 | Requirement already up-to-date: python-subunit===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) (1.4.0) 2022-08-25 11:59:26.970 | Requirement already up-to-date: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-25 11:59:26.993 | Requirement already up-to-date: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-25 11:59:27.024 | Requirement already up-to-date: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-25 11:59:29.418 | + inc/python:pip_install:196 : result=0 2022-08-25 11:59:29.421 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:59:29.423 | + functions-common:time_stop:2439 : local name 2022-08-25 11:59:29.426 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:59:29.428 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:59:29.430 | + functions-common:time_stop:2442 : local total 2022-08-25 11:59:29.432 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:59:29.434 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:59:29.437 | + functions-common:time_stop:2446 : start_time=1661428762972 2022-08-25 11:59:29.439 | + functions-common:time_stop:2448 : [[ -z 1661428762972 ]] 2022-08-25 11:59:29.442 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:59:29.446 | + functions-common:time_stop:2451 : end_time=1661428769443 2022-08-25 11:59:29.448 | + functions-common:time_stop:2452 : elapsed_time=6471 2022-08-25 11:59:29.450 | + functions-common:time_stop:2453 : total=0 2022-08-25 11:59:29.452 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:59:29.454 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=6471 2022-08-25 11:59:29.457 | + inc/python:pip_install:199 : return 0 2022-08-25 11:59:29.459 | + ./stack.sh:main:798 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-08-25 11:59:29.515 | + ./stack.sh:main:799 : sudo systemctl restart systemd-journald 2022-08-25 11:59:29.619 | + ./stack.sh:main:805 : install_infra 2022-08-25 11:59:29.621 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-08-25 11:59:29.624 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-08-25 11:59:29.627 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-08-25 11:59:29.631 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-08-25 11:59:29.654 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-08-25 11:59:32.467 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:59:32.589 | Requirement already up-to-date: pbr===5.10.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 11:59:32.941 | + inc/python:pip_install:196 : result=0 2022-08-25 11:59:32.943 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:59:32.945 | + functions-common:time_stop:2439 : local name 2022-08-25 11:59:32.947 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:59:32.949 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:59:32.951 | + functions-common:time_stop:2442 : local total 2022-08-25 11:59:32.955 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:59:32.957 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:59:32.960 | + functions-common:time_stop:2446 : start_time=1661428769647 2022-08-25 11:59:32.962 | + functions-common:time_stop:2448 : [[ -z 1661428769647 ]] 2022-08-25 11:59:32.964 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:59:32.968 | + functions-common:time_stop:2451 : end_time=1661428772966 2022-08-25 11:59:32.970 | + functions-common:time_stop:2452 : elapsed_time=3319 2022-08-25 11:59:32.973 | + functions-common:time_stop:2453 : total=6471 2022-08-25 11:59:32.975 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:59:32.977 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=9790 2022-08-25 11:59:32.979 | + inc/python:pip_install:199 : return 0 2022-08-25 11:59:32.981 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-08-25 11:59:32.984 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-08-25 11:59:33.006 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-08-25 11:59:35.669 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:59:35.671 | Processing /opt/stack/requirements 2022-08-25 11:59:37.433 | 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 22)) (6.0) 2022-08-25 11:59:37.436 | Requirement already satisfied: fixtures===4.0.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-25 11:59:37.448 | 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 328)) (21.3) 2022-08-25 11:59:37.454 | Requirement already satisfied: pbr===5.10.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 11:59:37.456 | Requirement already satisfied: pyparsing===3.0.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 11:59:37.462 | Requirement already satisfied: requests===2.28.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 11:59:37.477 | 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 483)) (1.16.0) 2022-08-25 11:59:37.479 | Requirement already satisfied: urllib3===1.26.11 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 11:59:37.512 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5659) (1.3) 2022-08-25 11:59:37.515 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5659) (0.3.0) 2022-08-25 11:59:37.531 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2022.6.15) 2022-08-25 11:59:37.534 | Requirement already satisfied: charset-normalizer===2.1.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 11:59:37.539 | 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 200)) (3.3) 2022-08-25 11:59:37.542 | Requirement already satisfied: cliff===4.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-25 11:59:37.553 | Requirement already satisfied: cmd2===2.4.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-25 11:59:37.622 | Requirement already satisfied: prettytable===3.3.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 11:59:37.633 | Requirement already satisfied: importlib-metadata===4.12.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-25 11:59:37.670 | Requirement already satisfied: autopage===0.5.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-25 11:59:37.673 | Requirement already satisfied: stevedore===4.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 11:59:37.678 | 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 572)) (0.2.5) 2022-08-25 11:59:37.683 | Requirement already satisfied: attrs===22.1.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 11:59:37.741 | 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 370)) (1.8.2) 2022-08-25 11:59:37.744 | Requirement already satisfied: zipp===3.8.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 11:59:37.770 | Building wheels for collected packages: openstack-requirements 2022-08-25 11:59:37.771 | Building wheel for openstack-requirements (setup.py): started 2022-08-25 11:59:38.634 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-08-25 11:59:38.634 | ERROR: Command errored out with exit status 1: 2022-08-25 11:59:38.634 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-bx5m_0s7/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-bx5m_0s7/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-yjo7ajrw 2022-08-25 11:59:38.634 | cwd: /tmp/pip-req-build-bx5m_0s7/ 2022-08-25 11:59:38.634 | Complete output (6 lines): 2022-08-25 11:59:38.634 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-08-25 11:59:38.634 | or: setup.py --help [cmd1 cmd2 ...] 2022-08-25 11:59:38.634 | or: setup.py --help-commands 2022-08-25 11:59:38.634 | or: setup.py cmd --help 2022-08-25 11:59:38.634 | 2022-08-25 11:59:38.634 | error: invalid command 'bdist_wheel' 2022-08-25 11:59:38.634 | ---------------------------------------- 2022-08-25 11:59:38.634 | ERROR: Failed building wheel for openstack-requirements 2022-08-25 11:59:38.634 | Running setup.py clean for openstack-requirements 2022-08-25 11:59:39.500 | Failed to build openstack-requirements 2022-08-25 11:59:39.516 | Installing collected packages: openstack-requirements 2022-08-25 11:59:39.516 | Attempting uninstall: openstack-requirements 2022-08-25 11:59:39.517 | Found existing installation: openstack-requirements 1.2.1.dev5659 2022-08-25 11:59:39.553 | Uninstalling openstack-requirements-1.2.1.dev5659: 2022-08-25 11:59:39.571 | Successfully uninstalled openstack-requirements-1.2.1.dev5659 2022-08-25 11:59:39.574 | Running setup.py install for openstack-requirements: started 2022-08-25 11:59:42.009 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-08-25 11:59:42.050 | Successfully installed openstack-requirements-1.2.1.dev5659 2022-08-25 11:59:42.172 | + inc/python:pip_install:196 : result=0 2022-08-25 11:59:42.175 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:59:42.177 | + functions-common:time_stop:2439 : local name 2022-08-25 11:59:42.179 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:59:42.181 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:59:42.183 | + functions-common:time_stop:2442 : local total 2022-08-25 11:59:42.185 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:59:42.188 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:59:42.190 | + functions-common:time_stop:2446 : start_time=1661428772998 2022-08-25 11:59:42.192 | + functions-common:time_stop:2448 : [[ -z 1661428772998 ]] 2022-08-25 11:59:42.195 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:59:42.199 | + functions-common:time_stop:2451 : end_time=1661428782196 2022-08-25 11:59:42.201 | + functions-common:time_stop:2452 : elapsed_time=9198 2022-08-25 11:59:42.203 | + functions-common:time_stop:2453 : total=9790 2022-08-25 11:59:42.205 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:59:42.208 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=18988 2022-08-25 11:59:42.210 | + inc/python:pip_install:199 : return 0 2022-08-25 11:59:42.212 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-08-25 11:59:42.215 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-08-25 11:59:42.217 | + inc/python:use_library_from_git:246 : local name=pbr 2022-08-25 11:59:42.219 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 11:59:42.222 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 11:59:42.224 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2022-08-25 11:59:42.226 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 11:59:42.229 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-08-25 11:59:42.250 | Using python 3.8 to install pbr 2022-08-25 11:59:42.252 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-08-25 11:59:44.362 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:59:44.362 | from cryptography.utils import int_from_bytes 2022-08-25 11:59:44.362 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 11:59:44.362 | from cryptography.utils import int_from_bytes 2022-08-25 11:59:45.416 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:59:45.541 | Requirement already up-to-date: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 11:59:47.935 | + inc/python:pip_install:196 : result=0 2022-08-25 11:59:47.938 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 11:59:47.940 | + functions-common:time_stop:2439 : local name 2022-08-25 11:59:47.942 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:59:47.944 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:59:47.946 | + functions-common:time_stop:2442 : local total 2022-08-25 11:59:47.948 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:59:47.950 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 11:59:47.953 | + functions-common:time_stop:2446 : start_time=1661428782244 2022-08-25 11:59:47.955 | + functions-common:time_stop:2448 : [[ -z 1661428782244 ]] 2022-08-25 11:59:47.957 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:59:47.961 | + functions-common:time_stop:2451 : end_time=1661428787959 2022-08-25 11:59:47.963 | + functions-common:time_stop:2452 : elapsed_time=5715 2022-08-25 11:59:47.965 | + functions-common:time_stop:2453 : total=18988 2022-08-25 11:59:47.968 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:59:47.970 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=24703 2022-08-25 11:59:47.972 | + inc/python:pip_install:199 : return 0 2022-08-25 11:59:47.975 | + ./stack.sh:main:808 : python3 -m venv /opt/stack/bindep-venv 2022-08-25 11:59:50.273 | + ./stack.sh:main:810 : /opt/stack/bindep-venv/bin/pip install bindep 2022-08-25 11:59:52.262 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 11:59:52.263 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-08-25 11:59:52.284 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-08-25 11:59:52.287 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.10.0) 2022-08-25 11:59:52.291 | 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-08-25 11:59:52.295 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-08-25 11:59:52.302 | Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from packaging; python_version >= "3.6"->bindep) (3.0.9) 2022-08-25 11:59:52.391 | + ./stack.sh:main:811 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-08-25 11:59:52.393 | + ./stack.sh:main:811 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-08-25 11:59:52.397 | ++ ./stack.sh:main:814 : _get_plugin_bindep_packages 2022-08-25 11:59:52.416 | + ./stack.sh:main:814 : pkgs= 2022-08-25 11:59:52.418 | + ./stack.sh:main:815 : [[ -n '' ]] 2022-08-25 11:59:52.422 | + ./stack.sh:main:822 : run_phase stack pre-install 2022-08-25 11:59:52.426 | + functions-common:run_phase:1867 : local mode=stack 2022-08-25 11:59:52.428 | + functions-common:run_phase:1868 : local phase=pre-install 2022-08-25 11:59:52.435 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-25 11:59:52.437 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-25 11:59:52.440 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-25 11:59:52.442 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-25 11:59:52.444 | + functions-common:run_phase:1877 : local extra 2022-08-25 11:59:52.447 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-25 11:59:52.451 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-25 11:59:52.453 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-25 11:59:52.456 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-25 11:59:52.458 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-08-25 11:59:52.460 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-25 11:59:52.476 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:59:52.479 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-08-25 11:59:52.481 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-08-25 11:59:52.484 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-08-25 11:59:52.486 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-08-25 11:59:52.489 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-08-25 11:59:52.491 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-08-25 11:59:52.493 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-08-25 11:59:52.495 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-08-25 11:59:52.497 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-08-25 11:59:52.499 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-08-25 11:59:52.501 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-08-25 11:59:52.504 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-08-25 11:59:52.506 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-08-25 11:59:52.508 | + functions-common:run_phase:1888 : [[ stack == \s\o\u\r\c\e ]] 2022-08-25 11:59:52.510 | + functions-common:run_phase:1891 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-25 11:59:52.512 | + functions-common:run_phase:1894 : run_plugins stack pre-install 2022-08-25 11:59:52.515 | + functions-common:run_plugins:1853 : local mode=stack 2022-08-25 11:59:52.517 | + functions-common:run_plugins:1854 : local phase=pre-install 2022-08-25 11:59:52.519 | + functions-common:run_plugins:1856 : local plugins= 2022-08-25 11:59:52.522 | + functions-common:run_plugins:1857 : local plugin 2022-08-25 11:59:52.525 | + ./stack.sh:main:825 : set_systemd_override DefaultLimitNOFILE 2048 2022-08-25 11:59:52.532 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-08-25 11:59:52.535 | + functions:set_systemd_override:821 : local value=2048 2022-08-25 11:59:52.537 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-08-25 11:59:52.540 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-08-25 11:59:52.603 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-08-25 11:59:52.603 | Set systemd system override for DefaultLimitNOFILE=2048 2022-08-25 11:59:52.605 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-08-25 11:59:52.993 | + ./stack.sh:main:827 : install_rpc_backend 2022-08-25 11:59:52.995 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-08-25 11:59:53.015 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:59:53.017 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-08-25 11:59:53.020 | + functions-common:install_package:1463 : update_package_repo 2022-08-25 11:59:53.023 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-25 11:59:53.027 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-25 11:59:53.030 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-25 11:59:53.032 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-25 11:59:53.034 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-25 11:59:53.037 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:59:53.039 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:59:53.042 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-25 11:59:53.044 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-25 11:59:53.047 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-25 11:59:53.050 | + functions-common:apt_get_update:1190 : return 2022-08-25 11:59:53.052 | + functions-common:install_package:1464 : real_install_package rabbitmq-server 2022-08-25 11:59:53.055 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-25 11:59:53.057 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:59:53.059 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:59:53.062 | + functions-common:real_install_package:1450 : apt_get install rabbitmq-server 2022-08-25 11:59:53.086 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-08-25 11:59:53.198 | Reading package lists... 2022-08-25 11:59:53.472 | Building dependency tree... 2022-08-25 11:59:53.473 | Reading state information... 2022-08-25 11:59:53.758 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-08-25 11:59:53.758 | The following packages were automatically installed and are no longer required: 2022-08-25 11:59:53.759 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-25 11:59:53.759 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-25 11:59:53.759 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-25 11:59:53.759 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-25 11:59:53.759 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-25 11:59:53.759 | python3-zope.interface 2022-08-25 11:59:53.760 | Use 'sudo apt autoremove' to remove them. 2022-08-25 11:59:53.877 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-25 11:59:53.882 | + functions-common:apt_get:1234 : result=0 2022-08-25 11:59:53.884 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-25 11:59:53.887 | + functions-common:time_stop:2439 : local name 2022-08-25 11:59:53.890 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:59:53.892 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:59:53.895 | + functions-common:time_stop:2442 : local total 2022-08-25 11:59:53.897 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:59:53.899 | + functions-common:time_stop:2445 : name=apt-get 2022-08-25 11:59:53.902 | + functions-common:time_stop:2446 : start_time=1661428793083 2022-08-25 11:59:53.905 | + functions-common:time_stop:2448 : [[ -z 1661428793083 ]] 2022-08-25 11:59:53.908 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:59:53.912 | + functions-common:time_stop:2451 : end_time=1661428793909 2022-08-25 11:59:53.914 | + functions-common:time_stop:2452 : elapsed_time=826 2022-08-25 11:59:53.916 | + functions-common:time_stop:2453 : total=1657 2022-08-25 11:59:53.918 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:59:53.921 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=2483 2022-08-25 11:59:53.923 | + functions-common:apt_get:1238 : return 0 2022-08-25 11:59:53.925 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-08-25 11:59:53.928 | + functions-common:is_suse:536 : is_opensuse 2022-08-25 11:59:53.930 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-25 11:59:53.933 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-25 11:59:53.935 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-25 11:59:53.938 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-25 11:59:53.940 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-25 11:59:53.942 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-08-25 11:59:53.945 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-25 11:59:53.947 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-25 11:59:53.949 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-25 11:59:53.952 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-25 11:59:53.954 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-25 11:59:53.957 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-25 11:59:53.959 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-25 11:59:53.961 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-25 11:59:53.963 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-25 11:59:53.966 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-25 11:59:53.968 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-08-25 11:59:53.970 | + functions-common:is_suse:536 : is_opensuse 2022-08-25 11:59:53.973 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-25 11:59:53.975 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-25 11:59:53.977 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-25 11:59:53.979 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-25 11:59:53.982 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-25 11:59:53.984 | + ./stack.sh:main:828 : restart_rpc_backend 2022-08-25 11:59:53.987 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-08-25 11:59:54.003 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:59:54.005 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-08-25 11:59:54.007 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-25 11:59:54.010 | + ./stack.sh:echo_summary:441 : echo -e Starting RabbitMQ 2022-08-25 11:59:54.012 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-08-25 11:59:54.015 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-08-25 11:59:54.020 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-08-25 11:59:54.022 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-08-25 11:59:54.024 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-08-25 11:59:54.026 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-08-25 11:59:54.029 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-08-25 11:59:54.031 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-08-25 11:59:54.034 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-08-25 11:59:54.725 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-08-25 11:59:54.725 | user tags 2022-08-25 11:59:54.725 | stackrabbit []' 2022-08-25 11:59:54.728 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-08-25 11:59:54.728 | user tags 2022-08-25 11:59:54.729 | stackrabbit []' 2022-08-25 11:59:54.729 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-08-25 11:59:54.735 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-08-25 11:59:54.738 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-08-25 11:59:54.740 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-08-25 11:59:55.404 | Changing password for user "stackrabbit" ... 2022-08-25 11:59:55.428 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-08-25 11:59:56.090 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-08-25 11:59:56.112 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-08-25 11:59:56.114 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-08-25 11:59:56.819 | Changing password for user "stackrabbit" ... 2022-08-25 11:59:56.844 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-08-25 11:59:56.846 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-08-25 11:59:56.849 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-08-25 11:59:57.572 | Deleting user "guest" ... 2022-08-25 11:59:57.588 | Error: 2022-08-25 11:59:57.589 | {:no_such_user, "guest"} 2022-08-25 11:59:57.602 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-08-25 11:59:57.604 | + ./stack.sh:main:830 : is_service_enabled mysql postgresql 2022-08-25 11:59:57.621 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 11:59:57.624 | + ./stack.sh:main:831 : install_database 2022-08-25 11:59:57.626 | + lib/database:install_database:118 : install_database_mysql 2022-08-25 11:59:57.629 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-08-25 11:59:57.631 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:59:57.633 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:59:57.636 | + lib/databases/mysql:install_database_mysql:173 : sudo debconf-set-selections 2022-08-25 11:59:57.852 | + lib/databases/mysql:install_database_mysql:183 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-08-25 11:59:57.854 | + lib/databases/mysql:install_database_mysql:196 : [[ True == \T\r\u\e ]] 2022-08-25 11:59:57.857 | + lib/databases/mysql:install_database_mysql:197 : is_oraclelinux 2022-08-25 11:59:57.859 | + functions-common:is_oraclelinux:507 : [[ -z Ubuntu ]] 2022-08-25 11:59:57.861 | + functions-common:is_oraclelinux:511 : '[' Ubuntu = OracleServer ']' 2022-08-25 11:59:57.864 | + lib/databases/mysql:install_database_mysql:199 : is_fedora 2022-08-25 11:59:57.866 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-25 11:59:57.869 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-25 11:59:57.871 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-25 11:59:57.874 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-25 11:59:57.876 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-25 11:59:57.879 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-25 11:59:57.881 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-25 11:59:57.884 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-25 11:59:57.887 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-25 11:59:57.889 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-25 11:59:57.892 | + lib/databases/mysql:install_database_mysql:202 : is_suse 2022-08-25 11:59:57.894 | + functions-common:is_suse:536 : is_opensuse 2022-08-25 11:59:57.897 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-25 11:59:57.899 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-25 11:59:57.901 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-25 11:59:57.904 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-25 11:59:57.906 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-25 11:59:57.909 | + lib/databases/mysql:install_database_mysql:205 : is_ubuntu 2022-08-25 11:59:57.911 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:59:57.913 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:59:57.916 | + lib/databases/mysql:install_database_mysql:206 : install_package mysql-server 2022-08-25 11:59:57.918 | + functions-common:install_package:1463 : update_package_repo 2022-08-25 11:59:57.921 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-25 11:59:57.923 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-25 11:59:57.925 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-25 11:59:57.928 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-25 11:59:57.930 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-25 11:59:57.932 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:59:57.934 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:59:57.937 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-25 11:59:57.939 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-25 11:59:57.941 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-25 11:59:57.943 | + functions-common:apt_get_update:1190 : return 2022-08-25 11:59:57.946 | + functions-common:install_package:1464 : real_install_package mysql-server 2022-08-25 11:59:57.948 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-25 11:59:57.950 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 11:59:57.953 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 11:59:57.955 | + functions-common:real_install_package:1450 : apt_get install mysql-server 2022-08-25 11:59:57.977 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-08-25 11:59:58.088 | Reading package lists... 2022-08-25 11:59:58.365 | Building dependency tree... 2022-08-25 11:59:58.367 | Reading state information... 2022-08-25 11:59:58.654 | mysql-server is already the newest version (8.0.30-0ubuntu0.20.04.2). 2022-08-25 11:59:58.654 | The following packages were automatically installed and are no longer required: 2022-08-25 11:59:58.655 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-25 11:59:58.655 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-25 11:59:58.655 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-25 11:59:58.655 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-25 11:59:58.655 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-25 11:59:58.655 | python3-zope.interface 2022-08-25 11:59:58.655 | Use 'sudo apt autoremove' to remove them. 2022-08-25 11:59:58.773 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-25 11:59:58.778 | + functions-common:apt_get:1234 : result=0 2022-08-25 11:59:58.780 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-25 11:59:58.782 | + functions-common:time_stop:2439 : local name 2022-08-25 11:59:58.785 | + functions-common:time_stop:2440 : local end_time 2022-08-25 11:59:58.787 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 11:59:58.789 | + functions-common:time_stop:2442 : local total 2022-08-25 11:59:58.791 | + functions-common:time_stop:2443 : local start_time 2022-08-25 11:59:58.793 | + functions-common:time_stop:2445 : name=apt-get 2022-08-25 11:59:58.796 | + functions-common:time_stop:2446 : start_time=1661428797975 2022-08-25 11:59:58.798 | + functions-common:time_stop:2448 : [[ -z 1661428797975 ]] 2022-08-25 11:59:58.801 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 11:59:58.805 | + functions-common:time_stop:2451 : end_time=1661428798802 2022-08-25 11:59:58.807 | + functions-common:time_stop:2452 : elapsed_time=827 2022-08-25 11:59:58.809 | + functions-common:time_stop:2453 : total=2483 2022-08-25 11:59:58.812 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 11:59:58.815 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=3310 2022-08-25 11:59:58.817 | + functions-common:apt_get:1238 : return 0 2022-08-25 11:59:58.819 | + ./stack.sh:main:833 : '[' -n mysql ']' 2022-08-25 11:59:58.821 | + ./stack.sh:main:834 : install_database_python 2022-08-25 11:59:58.824 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-08-25 11:59:58.827 | + lib/databases/mysql:install_database_python_mysql:215 : pip_install_gr PyMySQL 2022-08-25 11:59:58.829 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-08-25 11:59:58.831 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-25 11:59:58.843 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-08-25 11:59:58.846 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2022-08-25 11:59:58.849 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-25 11:59:58.852 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-08-25 11:59:58.853 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-25 11:59:58.859 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2022-08-25 11:59:58.862 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2022-08-25 11:59:58.865 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2022-08-25 11:59:58.868 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-08-25 11:59:58.870 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-08-25 11:59:58.893 | Using python 3.8 to install PyMySQL 2022-08-25 11:59:58.896 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-08-25 12:00:01.021 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:00:01.021 | from cryptography.utils import int_from_bytes 2022-08-25 12:00:01.021 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:00:01.021 | from cryptography.utils import int_from_bytes 2022-08-25 12:00:02.071 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 12:00:02.073 | Requirement already satisfied: PyMySQL===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (1.0.2) 2022-08-25 12:00:04.503 | + inc/python:pip_install:196 : result=0 2022-08-25 12:00:04.505 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 12:00:04.508 | + functions-common:time_stop:2439 : local name 2022-08-25 12:00:04.510 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:00:04.513 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:00:04.515 | + functions-common:time_stop:2442 : local total 2022-08-25 12:00:04.517 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:00:04.522 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 12:00:04.527 | + functions-common:time_stop:2446 : start_time=1661428798888 2022-08-25 12:00:04.530 | + functions-common:time_stop:2448 : [[ -z 1661428798888 ]] 2022-08-25 12:00:04.533 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:00:04.537 | + functions-common:time_stop:2451 : end_time=1661428804535 2022-08-25 12:00:04.540 | + functions-common:time_stop:2452 : elapsed_time=5647 2022-08-25 12:00:04.542 | + functions-common:time_stop:2453 : total=24703 2022-08-25 12:00:04.544 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:00:04.548 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=30350 2022-08-25 12:00:04.550 | + inc/python:pip_install:199 : return 0 2022-08-25 12:00:04.552 | + lib/databases/mysql:install_database_python_mysql:216 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-08-25 12:00:04.555 | + lib/databases/mysql:install_database_python_mysql:218 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-08-25 12:00:04.557 | + lib/databases/mysql:install_database_python_mysql:219 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-08-25 12:00:04.559 | + ./stack.sh:main:837 : is_service_enabled neutron 2022-08-25 12:00:04.577 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:00:04.580 | + ./stack.sh:main:838 : install_neutron_agent_packages 2022-08-25 12:00:04.582 | + lib/neutron:install_neutron_agent_packages:729 : is_neutron_legacy_enabled 2022-08-25 12:00:04.586 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-25 12:00:04.587 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-25 12:00:04.593 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-25 12:00:04.595 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-25 12:00:04.598 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,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-08-25 12:00:04.600 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-25 12:00:04.610 | + lib/neutron:install_neutron_agent_packages:731 : install_neutron_agent_packages_mutnauq 2022-08-25 12:00:04.613 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:488 : is_service_enabled q-l3 2022-08-25 12:00:04.630 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:00:04.633 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:489 : install_package radvd 2022-08-25 12:00:04.635 | + functions-common:install_package:1463 : update_package_repo 2022-08-25 12:00:04.637 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-25 12:00:04.640 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-25 12:00:04.643 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-25 12:00:04.645 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-25 12:00:04.648 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-25 12:00:04.650 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:00:04.652 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:00:04.656 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-25 12:00:04.658 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-25 12:00:04.660 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-25 12:00:04.663 | + functions-common:apt_get_update:1190 : return 2022-08-25 12:00:04.665 | + functions-common:install_package:1464 : real_install_package radvd 2022-08-25 12:00:04.668 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-25 12:00:04.670 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:00:04.673 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:00:04.675 | + functions-common:real_install_package:1450 : apt_get install radvd 2022-08-25 12:00:04.697 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-08-25 12:00:04.809 | Reading package lists... 2022-08-25 12:00:05.093 | Building dependency tree... 2022-08-25 12:00:05.095 | Reading state information... 2022-08-25 12:00:05.399 | radvd is already the newest version (1:2.17-2). 2022-08-25 12:00:05.399 | The following packages were automatically installed and are no longer required: 2022-08-25 12:00:05.400 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-25 12:00:05.401 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-25 12:00:05.401 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-25 12:00:05.401 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-25 12:00:05.401 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-25 12:00:05.401 | python3-zope.interface 2022-08-25 12:00:05.401 | Use 'sudo apt autoremove' to remove them. 2022-08-25 12:00:05.520 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-25 12:00:05.525 | + functions-common:apt_get:1234 : result=0 2022-08-25 12:00:05.527 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-25 12:00:05.530 | + functions-common:time_stop:2439 : local name 2022-08-25 12:00:05.533 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:00:05.535 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:00:05.537 | + functions-common:time_stop:2442 : local total 2022-08-25 12:00:05.539 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:00:05.541 | + functions-common:time_stop:2445 : name=apt-get 2022-08-25 12:00:05.544 | + functions-common:time_stop:2446 : start_time=1661428804694 2022-08-25 12:00:05.546 | + functions-common:time_stop:2448 : [[ -z 1661428804694 ]] 2022-08-25 12:00:05.549 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:00:05.553 | + functions-common:time_stop:2451 : end_time=1661428805551 2022-08-25 12:00:05.556 | + functions-common:time_stop:2452 : elapsed_time=857 2022-08-25 12:00:05.558 | + functions-common:time_stop:2453 : total=3310 2022-08-25 12:00:05.560 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:00:05.563 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=4167 2022-08-25 12:00:05.565 | + functions-common:apt_get:1238 : return 0 2022-08-25 12:00:05.568 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:492 : is_service_enabled q-agt q-dhcp q-l3 2022-08-25 12:00:05.585 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:00:05.588 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:493 : neutron_plugin_install_agent_packages 2022-08-25 12:00:05.596 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-08-25 12:00:05.599 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-08-25 12:00:05.602 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-08-25 12:00:05.621 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-08-25 12:00:05.630 | + functions-common:install_package:1463 : update_package_repo 2022-08-25 12:00:05.633 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-25 12:00:05.635 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-25 12:00:05.637 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-25 12:00:05.640 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-25 12:00:05.642 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-25 12:00:05.644 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:00:05.646 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:00:05.649 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-25 12:00:05.651 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-25 12:00:05.653 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-25 12:00:05.656 | + functions-common:apt_get_update:1190 : return 2022-08-25 12:00:05.658 | + functions-common:install_package:1464 : real_install_package fakeroot make openvswitch-switch 2022-08-25 12:00:05.660 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-25 12:00:05.662 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:00:05.665 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:00:05.667 | + functions-common:real_install_package:1450 : apt_get install fakeroot make openvswitch-switch 2022-08-25 12:00:05.688 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2022-08-25 12:00:05.804 | Reading package lists... 2022-08-25 12:00:06.085 | Building dependency tree... 2022-08-25 12:00:06.086 | Reading state information... 2022-08-25 12:00:06.397 | fakeroot is already the newest version (1.24-1). 2022-08-25 12:00:06.397 | make is already the newest version (4.2.1-1.2). 2022-08-25 12:00:06.398 | openvswitch-switch is already the newest version (2.13.8-0ubuntu1). 2022-08-25 12:00:06.398 | The following packages were automatically installed and are no longer required: 2022-08-25 12:00:06.399 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-25 12:00:06.399 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-25 12:00:06.399 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-25 12:00:06.399 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-25 12:00:06.399 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-25 12:00:06.399 | python3-zope.interface 2022-08-25 12:00:06.399 | Use 'sudo apt autoremove' to remove them. 2022-08-25 12:00:06.533 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-25 12:00:06.537 | + functions-common:apt_get:1234 : result=0 2022-08-25 12:00:06.539 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-25 12:00:06.541 | + functions-common:time_stop:2439 : local name 2022-08-25 12:00:06.543 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:00:06.547 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:00:06.549 | + functions-common:time_stop:2442 : local total 2022-08-25 12:00:06.551 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:00:06.553 | + functions-common:time_stop:2445 : name=apt-get 2022-08-25 12:00:06.555 | + functions-common:time_stop:2446 : start_time=1661428805685 2022-08-25 12:00:06.557 | + functions-common:time_stop:2448 : [[ -z 1661428805685 ]] 2022-08-25 12:00:06.560 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:00:06.564 | + functions-common:time_stop:2451 : end_time=1661428806561 2022-08-25 12:00:06.566 | + functions-common:time_stop:2452 : elapsed_time=876 2022-08-25 12:00:06.568 | + functions-common:time_stop:2453 : total=4167 2022-08-25 12:00:06.570 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:00:06.572 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=5043 2022-08-25 12:00:06.574 | + functions-common:apt_get:1238 : return 0 2022-08-25 12:00:06.578 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-08-25 12:00:06.580 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:00:06.582 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:00:06.584 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-08-25 12:00:06.587 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-08-25 12:00:06.590 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-08-25 12:00:06.594 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-08-25 12:00:06.597 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-08-25 12:00:06.600 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-08-25 12:00:06.601 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-08-25 12:00:06.605 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-08-25 12:00:06.608 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-08-25 12:00:06.610 | + functions:vercmp:628 : local v1=5.4 2022-08-25 12:00:06.613 | + functions:vercmp:629 : local 'op=<' 2022-08-25 12:00:06.615 | + functions:vercmp:630 : local v2=3.13 2022-08-25 12:00:06.617 | + functions:vercmp:631 : local result 2022-08-25 12:00:06.620 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-08-25 12:00:06.620 | ++ functions:vercmp:635 : sort -V 2022-08-25 12:00:06.621 | ++ functions:vercmp:635 : head -1 2022-08-25 12:00:06.625 | + functions:vercmp:635 : result=3.13 2022-08-25 12:00:06.627 | + functions:vercmp:637 : case $op in 2022-08-25 12:00:06.630 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-08-25 12:00:06.632 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-08-25 12:00:06.634 | + functions:vercmp:648 : return 2022-08-25 12:00:06.636 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-08-25 12:00:06.638 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 12:00:06.641 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart openvswitch-switch 2022-08-25 12:00:07.142 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-08-25 12:00:07.146 | + inc/python:use_library_from_git:246 : local name=os-ken 2022-08-25 12:00:07.148 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.152 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.154 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2022-08-25 12:00:07.158 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.162 | + ./stack.sh:main:841 : is_service_enabled etcd3 2022-08-25 12:00:07.188 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:00:07.191 | + ./stack.sh:main:842 : install_etcd3 2022-08-25 12:00:07.194 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-08-25 12:00:07.194 | Installing etcd 2022-08-25 12:00:07.196 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-08-25 12:00:07.210 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-08-25 12:00:07.223 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-08-25 12:00:07.230 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-08-25 12:00:07.244 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-08-25 12:00:07.247 | ++ 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-08-25 12:00:07.250 | ++ 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-08-25 12:00:07.253 | +++ 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-08-25 12:00:07.258 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-08-25 12:00:07.260 | ++ 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-08-25 12:00:07.263 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-08-25 12:00:07.268 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-08-25 12:00:07.271 | ++ functions:get_extra_file:74 : return 2022-08-25 12:00:07.273 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-08-25 12:00:07.276 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-08-25 12:00:07.278 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-08-25 12:00:07.281 | + ./stack.sh:main:851 : is_service_enabled tls-proxy 2022-08-25 12:00:07.300 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:00:07.302 | + ./stack.sh:main:861 : install_dstat 2022-08-25 12:00:07.304 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-08-25 12:00:07.321 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:00:07.323 | + ./stack.sh:main:867 : echo_summary 'Installing OpenStack project source' 2022-08-25 12:00:07.326 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-25 12:00:07.328 | + ./stack.sh:echo_summary:441 : echo -e Installing OpenStack project source 2022-08-25 12:00:07.331 | + ./stack.sh:main:870 : install_libs 2022-08-25 12:00:07.333 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-08-25 12:00:07.336 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-08-25 12:00:07.338 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-08-25 12:00:07.340 | + inc/python:use_library_from_git:246 : local name=automaton 2022-08-25 12:00:07.344 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.346 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.348 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2022-08-25 12:00:07.351 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.353 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-08-25 12:00:07.355 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-08-25 12:00:07.358 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-08-25 12:00:07.360 | + inc/python:use_library_from_git:246 : local name=castellan 2022-08-25 12:00:07.363 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.365 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.367 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2022-08-25 12:00:07.369 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.374 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-08-25 12:00:07.376 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-08-25 12:00:07.378 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-08-25 12:00:07.381 | + inc/python:use_library_from_git:246 : local name=cliff 2022-08-25 12:00:07.383 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.385 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.387 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2022-08-25 12:00:07.389 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.392 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-08-25 12:00:07.394 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-08-25 12:00:07.396 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-08-25 12:00:07.398 | + inc/python:use_library_from_git:246 : local name=cursive 2022-08-25 12:00:07.401 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.403 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.406 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2022-08-25 12:00:07.408 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.410 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-08-25 12:00:07.412 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-08-25 12:00:07.414 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-08-25 12:00:07.417 | + inc/python:use_library_from_git:246 : local name=debtcollector 2022-08-25 12:00:07.419 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.422 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.424 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2022-08-25 12:00:07.427 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.429 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-08-25 12:00:07.431 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-08-25 12:00:07.433 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-08-25 12:00:07.436 | + inc/python:use_library_from_git:246 : local name=futurist 2022-08-25 12:00:07.438 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.440 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.442 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2022-08-25 12:00:07.445 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.447 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-08-25 12:00:07.449 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-08-25 12:00:07.452 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-08-25 12:00:07.454 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2022-08-25 12:00:07.456 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.458 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.460 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2022-08-25 12:00:07.463 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.465 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-08-25 12:00:07.468 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-08-25 12:00:07.470 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-08-25 12:00:07.472 | + inc/python:use_library_from_git:246 : local name=osc-lib 2022-08-25 12:00:07.475 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.477 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.479 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2022-08-25 12:00:07.481 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.484 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-08-25 12:00:07.486 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-08-25 12:00:07.489 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-08-25 12:00:07.491 | + inc/python:use_library_from_git:246 : local name=osc-placement 2022-08-25 12:00:07.493 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.496 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.498 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2022-08-25 12:00:07.500 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.503 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-08-25 12:00:07.505 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-08-25 12:00:07.507 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-08-25 12:00:07.509 | + inc/python:use_library_from_git:246 : local name=os-client-config 2022-08-25 12:00:07.512 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.514 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.516 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2022-08-25 12:00:07.519 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.521 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-08-25 12:00:07.523 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-08-25 12:00:07.525 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-08-25 12:00:07.528 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2022-08-25 12:00:07.530 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.533 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.535 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2022-08-25 12:00:07.537 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.539 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-08-25 12:00:07.542 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-08-25 12:00:07.544 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-08-25 12:00:07.547 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2022-08-25 12:00:07.549 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.551 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.553 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2022-08-25 12:00:07.556 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.558 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-08-25 12:00:07.560 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-08-25 12:00:07.563 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-08-25 12:00:07.565 | + inc/python:use_library_from_git:246 : local name=oslo.config 2022-08-25 12:00:07.567 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.569 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.572 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2022-08-25 12:00:07.574 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.577 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-08-25 12:00:07.579 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-08-25 12:00:07.581 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-08-25 12:00:07.583 | + inc/python:use_library_from_git:246 : local name=oslo.context 2022-08-25 12:00:07.586 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.588 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.590 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2022-08-25 12:00:07.593 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.595 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-08-25 12:00:07.598 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-08-25 12:00:07.600 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-08-25 12:00:07.602 | + inc/python:use_library_from_git:246 : local name=oslo.db 2022-08-25 12:00:07.604 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.607 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.609 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2022-08-25 12:00:07.612 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.614 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-08-25 12:00:07.616 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-08-25 12:00:07.619 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-08-25 12:00:07.621 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2022-08-25 12:00:07.623 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.626 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.628 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2022-08-25 12:00:07.630 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.633 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-08-25 12:00:07.635 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-08-25 12:00:07.637 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-08-25 12:00:07.640 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2022-08-25 12:00:07.642 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.645 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.647 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2022-08-25 12:00:07.649 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.651 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-08-25 12:00:07.654 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-08-25 12:00:07.656 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-08-25 12:00:07.659 | + inc/python:use_library_from_git:246 : local name=oslo.log 2022-08-25 12:00:07.661 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.663 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.666 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2022-08-25 12:00:07.668 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.671 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-08-25 12:00:07.673 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-08-25 12:00:07.675 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-08-25 12:00:07.678 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2022-08-25 12:00:07.680 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.682 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.684 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2022-08-25 12:00:07.687 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.689 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-08-25 12:00:07.691 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-08-25 12:00:07.694 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-08-25 12:00:07.696 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2022-08-25 12:00:07.698 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.700 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.703 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2022-08-25 12:00:07.705 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.708 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-08-25 12:00:07.710 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-08-25 12:00:07.712 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-08-25 12:00:07.715 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2022-08-25 12:00:07.717 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.720 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.722 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2022-08-25 12:00:07.724 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.726 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-08-25 12:00:07.729 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-08-25 12:00:07.731 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-08-25 12:00:07.733 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2022-08-25 12:00:07.735 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.738 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.740 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2022-08-25 12:00:07.742 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.744 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-08-25 12:00:07.747 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-08-25 12:00:07.749 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-08-25 12:00:07.751 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2022-08-25 12:00:07.753 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.759 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.761 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2022-08-25 12:00:07.763 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.766 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-08-25 12:00:07.769 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-08-25 12:00:07.771 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-08-25 12:00:07.773 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2022-08-25 12:00:07.775 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.778 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.781 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-08-25 12:00:07.783 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.786 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-08-25 12:00:07.788 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-08-25 12:00:07.790 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-08-25 12:00:07.793 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2022-08-25 12:00:07.795 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.798 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.800 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2022-08-25 12:00:07.802 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.804 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-08-25 12:00:07.807 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-08-25 12:00:07.809 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-08-25 12:00:07.811 | + inc/python:use_library_from_git:246 : local name=oslo.service 2022-08-25 12:00:07.814 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.816 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.818 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2022-08-25 12:00:07.821 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.823 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-08-25 12:00:07.825 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-08-25 12:00:07.829 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-08-25 12:00:07.832 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2022-08-25 12:00:07.834 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.836 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.838 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2022-08-25 12:00:07.841 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.844 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-08-25 12:00:07.846 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-08-25 12:00:07.848 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-08-25 12:00:07.851 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2022-08-25 12:00:07.853 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.855 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.857 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-08-25 12:00:07.860 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.862 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-08-25 12:00:07.864 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-08-25 12:00:07.867 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-08-25 12:00:07.869 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2022-08-25 12:00:07.871 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.877 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.879 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2022-08-25 12:00:07.882 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.884 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-08-25 12:00:07.886 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-08-25 12:00:07.889 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-08-25 12:00:07.891 | + inc/python:use_library_from_git:246 : local name=osprofiler 2022-08-25 12:00:07.894 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.896 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.898 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2022-08-25 12:00:07.900 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.903 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-08-25 12:00:07.906 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-08-25 12:00:07.908 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-08-25 12:00:07.910 | + inc/python:use_library_from_git:246 : local name=pycadf 2022-08-25 12:00:07.913 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.915 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.917 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2022-08-25 12:00:07.919 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.922 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-08-25 12:00:07.924 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-08-25 12:00:07.927 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-08-25 12:00:07.929 | + inc/python:use_library_from_git:246 : local name=stevedore 2022-08-25 12:00:07.931 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.933 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.936 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2022-08-25 12:00:07.939 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.941 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-08-25 12:00:07.943 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-08-25 12:00:07.945 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-08-25 12:00:07.948 | + inc/python:use_library_from_git:246 : local name=taskflow 2022-08-25 12:00:07.950 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.953 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.955 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2022-08-25 12:00:07.958 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.960 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-08-25 12:00:07.962 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-08-25 12:00:07.964 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-08-25 12:00:07.967 | + inc/python:use_library_from_git:246 : local name=tooz 2022-08-25 12:00:07.969 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.971 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.974 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2022-08-25 12:00:07.976 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.978 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-08-25 12:00:07.980 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-08-25 12:00:07.983 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-08-25 12:00:07.986 | + inc/python:use_library_from_git:246 : local name=os-brick 2022-08-25 12:00:07.988 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:07.990 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:07.992 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2022-08-25 12:00:07.995 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:07.997 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-08-25 12:00:08.000 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-08-25 12:00:08.003 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-08-25 12:00:08.005 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2022-08-25 12:00:08.007 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:08.009 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:08.012 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2022-08-25 12:00:08.015 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:08.017 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-08-25 12:00:08.019 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-08-25 12:00:08.022 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-08-25 12:00:08.024 | + inc/python:use_library_from_git:246 : local name=os-traits 2022-08-25 12:00:08.026 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:08.029 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:08.031 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2022-08-25 12:00:08.033 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:08.036 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-08-25 12:00:08.038 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-08-25 12:00:08.040 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-08-25 12:00:08.043 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2022-08-25 12:00:08.045 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:08.047 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:08.050 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2022-08-25 12:00:08.052 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:08.054 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-08-25 12:00:08.076 | Using python 3.8 to install etcd3 2022-08-25 12:00:08.079 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-08-25 12:00:10.191 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:00:10.191 | from cryptography.utils import int_from_bytes 2022-08-25 12:00:10.191 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:00:10.191 | from cryptography.utils import int_from_bytes 2022-08-25 12:00:11.247 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 12:00:11.249 | Requirement already satisfied: etcd3===0.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (0.12.0) 2022-08-25 12:00:11.258 | Requirement already satisfied: grpcio===1.47.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (1.47.0) 2022-08-25 12:00:11.268 | Requirement already satisfied: protobuf===4.21.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (4.21.5) 2022-08-25 12:00:11.271 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 12:00:11.274 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-25 12:00:13.672 | + inc/python:pip_install:196 : result=0 2022-08-25 12:00:13.674 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 12:00:13.676 | + functions-common:time_stop:2439 : local name 2022-08-25 12:00:13.679 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:00:13.681 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:00:13.683 | + functions-common:time_stop:2442 : local total 2022-08-25 12:00:13.686 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:00:13.688 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 12:00:13.690 | + functions-common:time_stop:2446 : start_time=1661428808070 2022-08-25 12:00:13.692 | + functions-common:time_stop:2448 : [[ -z 1661428808070 ]] 2022-08-25 12:00:13.695 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:00:13.701 | + functions-common:time_stop:2451 : end_time=1661428813696 2022-08-25 12:00:13.704 | + functions-common:time_stop:2452 : elapsed_time=5626 2022-08-25 12:00:13.706 | + functions-common:time_stop:2453 : total=30350 2022-08-25 12:00:13.708 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:00:13.710 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=35976 2022-08-25 12:00:13.712 | + inc/python:pip_install:199 : return 0 2022-08-25 12:00:13.715 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-08-25 12:00:13.738 | Using python 3.8 to install etcd3gw 2022-08-25 12:00:13.740 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-08-25 12:00:15.911 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:00:15.911 | from cryptography.utils import int_from_bytes 2022-08-25 12:00:15.911 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:00:15.911 | from cryptography.utils import int_from_bytes 2022-08-25 12:00:16.980 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 12:00:16.982 | Requirement already satisfied: etcd3gw===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (2.0.0) 2022-08-25 12:00:16.990 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-25 12:00:16.992 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 12:00:16.995 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 12:00:17.009 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 12:00:17.043 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 12:00:17.049 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 12:00:17.051 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 12:00:19.410 | + inc/python:pip_install:196 : result=0 2022-08-25 12:00:19.412 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 12:00:19.414 | + functions-common:time_stop:2439 : local name 2022-08-25 12:00:19.416 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:00:19.419 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:00:19.421 | + functions-common:time_stop:2442 : local total 2022-08-25 12:00:19.424 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:00:19.426 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 12:00:19.428 | + functions-common:time_stop:2446 : start_time=1661428813732 2022-08-25 12:00:19.430 | + functions-common:time_stop:2448 : [[ -z 1661428813732 ]] 2022-08-25 12:00:19.433 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:00:19.437 | + functions-common:time_stop:2451 : end_time=1661428819435 2022-08-25 12:00:19.440 | + functions-common:time_stop:2452 : elapsed_time=5703 2022-08-25 12:00:19.443 | + functions-common:time_stop:2453 : total=35976 2022-08-25 12:00:19.445 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:00:19.447 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=41679 2022-08-25 12:00:19.449 | + inc/python:pip_install:199 : return 0 2022-08-25 12:00:19.452 | + ./stack.sh:main:873 : install_apache_uwsgi 2022-08-25 12:00:19.455 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2022-08-25 12:00:19.457 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2022-08-25 12:00:19.459 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-25 12:00:19.461 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-25 12:00:19.464 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-25 12:00:19.466 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-25 12:00:19.469 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-25 12:00:19.471 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-25 12:00:19.474 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-25 12:00:19.476 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-25 12:00:19.478 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-25 12:00:19.480 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-25 12:00:19.483 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2022-08-25 12:00:19.485 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:00:19.488 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:00:19.490 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-08-25 12:00:19.492 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-08-25 12:00:19.495 | + functions-common:install_package:1463 : update_package_repo 2022-08-25 12:00:19.498 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-25 12:00:19.501 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-25 12:00:19.503 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-25 12:00:19.505 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-25 12:00:19.508 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-25 12:00:19.510 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:00:19.512 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:00:19.516 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-25 12:00:19.518 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-25 12:00:19.520 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-25 12:00:19.523 | + functions-common:apt_get_update:1190 : return 2022-08-25 12:00:19.525 | + functions-common:install_package:1464 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-08-25 12:00:19.527 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-25 12:00:19.530 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:00:19.532 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:00:19.535 | + functions-common:real_install_package:1450 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-08-25 12:00:19.558 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-08-25 12:00:19.673 | Reading package lists... 2022-08-25 12:00:19.958 | Building dependency tree... 2022-08-25 12:00:19.960 | Reading state information... 2022-08-25 12:00:20.266 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-08-25 12:00:20.266 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-08-25 12:00:20.266 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.12). 2022-08-25 12:00:20.266 | The following packages were automatically installed and are no longer required: 2022-08-25 12:00:20.267 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-25 12:00:20.267 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-25 12:00:20.267 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-25 12:00:20.267 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-25 12:00:20.267 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-25 12:00:20.268 | python3-zope.interface 2022-08-25 12:00:20.268 | Use 'sudo apt autoremove' to remove them. 2022-08-25 12:00:20.396 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-25 12:00:20.400 | + functions-common:apt_get:1234 : result=0 2022-08-25 12:00:20.402 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-25 12:00:20.406 | + functions-common:time_stop:2439 : local name 2022-08-25 12:00:20.408 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:00:20.410 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:00:20.412 | + functions-common:time_stop:2442 : local total 2022-08-25 12:00:20.415 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:00:20.417 | + functions-common:time_stop:2445 : name=apt-get 2022-08-25 12:00:20.419 | + functions-common:time_stop:2446 : start_time=1661428819555 2022-08-25 12:00:20.422 | + functions-common:time_stop:2448 : [[ -z 1661428819555 ]] 2022-08-25 12:00:20.424 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:00:20.429 | + functions-common:time_stop:2451 : end_time=1661428820426 2022-08-25 12:00:20.431 | + functions-common:time_stop:2452 : elapsed_time=871 2022-08-25 12:00:20.433 | + functions-common:time_stop:2453 : total=5043 2022-08-25 12:00:20.435 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:00:20.438 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=5914 2022-08-25 12:00:20.441 | + functions-common:apt_get:1238 : return 0 2022-08-25 12:00:20.443 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-08-25 12:00:20.446 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:00:20.448 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:00:20.450 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-08-25 12:00:20.514 | Module proxy already enabled 2022-08-25 12:00:20.519 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-08-25 12:00:20.582 | Considering dependency proxy for proxy_uwsgi: 2022-08-25 12:00:20.582 | Module proxy already enabled 2022-08-25 12:00:20.582 | Module proxy_uwsgi already enabled 2022-08-25 12:00:20.586 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-08-25 12:00:20.589 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-25 12:00:20.591 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 12:00:20.594 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-25 12:00:20.734 | + ./stack.sh:main:876 : install_keystoneauth 2022-08-25 12:00:20.736 | + lib/keystone:install_keystoneauth:498 : use_library_from_git keystoneauth 2022-08-25 12:00:20.742 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2022-08-25 12:00:20.744 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:20.747 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:20.749 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2022-08-25 12:00:20.752 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:20.754 | + ./stack.sh:main:877 : install_keystoneclient 2022-08-25 12:00:20.757 | + lib/keystone:install_keystoneclient:506 : use_library_from_git python-keystoneclient 2022-08-25 12:00:20.759 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2022-08-25 12:00:20.761 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:20.764 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:20.768 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2022-08-25 12:00:20.770 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:20.773 | + ./stack.sh:main:878 : install_glanceclient 2022-08-25 12:00:20.775 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-08-25 12:00:20.778 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2022-08-25 12:00:20.781 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:20.783 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:20.786 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2022-08-25 12:00:20.788 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:20.791 | + ./stack.sh:main:879 : install_cinderclient 2022-08-25 12:00:20.793 | + lib/cinder:install_cinderclient:492 : use_library_from_git python-brick-cinderclient-ext 2022-08-25 12:00:20.797 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2022-08-25 12:00:20.799 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:20.801 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:20.804 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-08-25 12:00:20.806 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:20.808 | + lib/cinder:install_cinderclient:497 : use_library_from_git python-cinderclient 2022-08-25 12:00:20.812 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2022-08-25 12:00:20.815 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:20.817 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:20.820 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2022-08-25 12:00:20.823 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:20.827 | + ./stack.sh:main:880 : install_novaclient 2022-08-25 12:00:20.829 | + lib/nova:install_novaclient:864 : use_library_from_git python-novaclient 2022-08-25 12:00:20.832 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2022-08-25 12:00:20.834 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:20.836 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:20.839 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2022-08-25 12:00:20.841 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:20.845 | + ./stack.sh:main:881 : is_service_enabled swift glance horizon 2022-08-25 12:00:20.863 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:00:20.865 | + ./stack.sh:main:882 : install_swiftclient 2022-08-25 12:00:20.868 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2022-08-25 12:00:20.870 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2022-08-25 12:00:20.872 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:20.875 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:20.878 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2022-08-25 12:00:20.881 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:20.883 | + ./stack.sh:main:884 : is_service_enabled neutron nova horizon 2022-08-25 12:00:20.901 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:00:20.903 | + ./stack.sh:main:885 : install_neutronclient 2022-08-25 12:00:20.906 | + lib/neutron:install_neutronclient:465 : use_library_from_git python-neutronclient 2022-08-25 12:00:20.912 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2022-08-25 12:00:20.915 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:20.917 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:20.920 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2022-08-25 12:00:20.923 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:20.925 | + ./stack.sh:main:889 : install_keystonemiddleware 2022-08-25 12:00:20.928 | + lib/keystone:install_keystonemiddleware:516 : use_library_from_git keystonemiddleware 2022-08-25 12:00:20.933 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2022-08-25 12:00:20.937 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:20.939 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:20.941 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2022-08-25 12:00:20.944 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:20.947 | + lib/keystone:install_keystonemiddleware:521 : pip_install_gr keystonemiddleware 2022-08-25 12:00:20.949 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-08-25 12:00:20.953 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-25 12:00:20.956 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-08-25 12:00:20.958 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2022-08-25 12:00:20.961 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-25 12:00:20.964 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-08-25 12:00:20.965 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-25 12:00:20.978 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2022-08-25 12:00:20.981 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2022-08-25 12:00:20.983 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2022-08-25 12:00:20.988 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-08-25 12:00:20.991 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-08-25 12:00:21.013 | Using python 3.8 to install keystonemiddleware 2022-08-25 12:00:21.016 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2022-08-25 12:00:23.137 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:00:23.138 | from cryptography.utils import int_from_bytes 2022-08-25 12:00:23.138 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:00:23.138 | from cryptography.utils import int_from_bytes 2022-08-25 12:00:24.190 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 12:00:24.192 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-25 12:00:24.246 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-08-25 12:00:24.283 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 12:00:24.323 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-25 12:00:24.330 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 12:00:24.334 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-25 12:00:24.373 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 12:00:24.382 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 12:00:24.396 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 12:00:24.401 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 12:00:24.404 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-25 12:00:24.415 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-25 12:00:24.418 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 12:00:24.424 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-25 12:00:24.429 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 12:00:24.450 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 12:00:24.454 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 12:00:24.470 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 12:00:24.474 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 12:00:24.477 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 12:00:24.481 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 12:00:24.514 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 12:00:24.573 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-25 12:00:24.585 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 12:00:24.591 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 12:00:24.596 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 12:00:24.599 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 12:00:24.605 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 12:00:24.609 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 12:00:24.612 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 12:00:24.615 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 12:00:24.617 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 12:00:24.620 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 12:00:24.625 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 12:00:24.629 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 12:00:24.632 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 12:00:26.740 | + inc/python:pip_install:196 : result=0 2022-08-25 12:00:26.743 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 12:00:26.745 | + functions-common:time_stop:2439 : local name 2022-08-25 12:00:26.747 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:00:26.749 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:00:26.751 | + functions-common:time_stop:2442 : local total 2022-08-25 12:00:26.754 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:00:26.756 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 12:00:26.758 | + functions-common:time_stop:2446 : start_time=1661428821007 2022-08-25 12:00:26.760 | + functions-common:time_stop:2448 : [[ -z 1661428821007 ]] 2022-08-25 12:00:26.763 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:00:26.767 | + functions-common:time_stop:2451 : end_time=1661428826765 2022-08-25 12:00:26.769 | + functions-common:time_stop:2452 : elapsed_time=5758 2022-08-25 12:00:26.771 | + functions-common:time_stop:2453 : total=41679 2022-08-25 12:00:26.774 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:00:26.776 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=47437 2022-08-25 12:00:26.778 | + inc/python:pip_install:199 : return 0 2022-08-25 12:00:26.781 | + lib/keystone:install_keystonemiddleware:525 : pip_install_gr python-memcached 2022-08-25 12:00:26.783 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-08-25 12:00:26.786 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-25 12:00:26.789 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-08-25 12:00:26.791 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2022-08-25 12:00:26.794 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-25 12:00:26.798 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-08-25 12:00:26.798 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-25 12:00:26.803 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2022-08-25 12:00:26.806 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2022-08-25 12:00:26.808 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2022-08-25 12:00:26.811 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-08-25 12:00:26.813 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-08-25 12:00:26.834 | Using python 3.8 to install python-memcached 2022-08-25 12:00:26.836 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2022-08-25 12:00:28.960 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:00:28.960 | from cryptography.utils import int_from_bytes 2022-08-25 12:00:28.960 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:00:28.960 | from cryptography.utils import int_from_bytes 2022-08-25 12:00:30.020 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 12:00:30.022 | Requirement already satisfied: python-memcached===1.59 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 411)) (1.59) 2022-08-25 12:00:30.027 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 12:00:32.428 | + inc/python:pip_install:196 : result=0 2022-08-25 12:00:32.431 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 12:00:32.433 | + functions-common:time_stop:2439 : local name 2022-08-25 12:00:32.436 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:00:32.438 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:00:32.440 | + functions-common:time_stop:2442 : local total 2022-08-25 12:00:32.442 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:00:32.444 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 12:00:32.447 | + functions-common:time_stop:2446 : start_time=1661428826828 2022-08-25 12:00:32.449 | + functions-common:time_stop:2448 : [[ -z 1661428826828 ]] 2022-08-25 12:00:32.452 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:00:32.457 | + functions-common:time_stop:2451 : end_time=1661428832454 2022-08-25 12:00:32.459 | + functions-common:time_stop:2452 : elapsed_time=5626 2022-08-25 12:00:32.461 | + functions-common:time_stop:2453 : total=47437 2022-08-25 12:00:32.463 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:00:32.466 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=53063 2022-08-25 12:00:32.469 | + inc/python:pip_install:199 : return 0 2022-08-25 12:00:32.471 | + ./stack.sh:main:891 : is_service_enabled keystone 2022-08-25 12:00:32.489 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:00:32.491 | + ./stack.sh:main:892 : '[' 10.222.0.42 == 10.222.0.42 ']' 2022-08-25 12:00:32.493 | + ./stack.sh:main:893 : stack_install_service keystone 2022-08-25 12:00:32.496 | + lib/stack:stack_install_service:20 : local service=keystone 2022-08-25 12:00:32.499 | + lib/stack:stack_install_service:21 : type install_keystone 2022-08-25 12:00:32.502 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-25 12:00:32.504 | + lib/stack:stack_install_service:32 : install_keystone 2022-08-25 12:00:32.507 | + lib/keystone:install_keystone:531 : is_service_enabled ldap 2022-08-25 12:00:32.524 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:00:32.526 | + lib/keystone:install_keystone:535 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-08-25 12:00:32.529 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/keystone.git 2022-08-25 12:00:32.531 | + functions-common:git_clone:597 : local git_dest=/opt/stack/keystone 2022-08-25 12:00:32.533 | + functions-common:git_clone:598 : local git_ref=master 2022-08-25 12:00:32.536 | + functions-common:git_clone:599 : local orig_dir 2022-08-25 12:00:32.538 | ++ functions-common:git_clone:600 : pwd 2022-08-25 12:00:32.541 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-25 12:00:32.543 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-25 12:00:32.546 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-25 12:00:32.561 | + functions-common:git_clone:603 : RECLONE=False 2022-08-25 12:00:32.563 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-25 12:00:32.565 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-25 12:00:32.568 | + functions-common:git_clone:617 : echo master 2022-08-25 12:00:32.568 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-25 12:00:32.573 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/keystone ]] 2022-08-25 12:00:32.575 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-25 12:00:32.578 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/keystone 2022-08-25 12:00:32.590 | + functions-common:git_clone:677 : cd /opt/stack/keystone 2022-08-25 12:00:32.594 | + functions-common:git_clone:678 : git show --oneline 2022-08-25 12:00:32.594 | + functions-common:git_clone:678 : head -1 2022-08-25 12:00:32.598 | 1dd6993d7 Merge "docs: Update docs to reflect migration to Alembic" 2022-08-25 12:00:32.600 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-25 12:00:32.602 | + lib/keystone:install_keystone:536 : setup_develop /opt/stack/keystone 2022-08-25 12:00:32.605 | + inc/python:setup_develop:334 : local bindep 2022-08-25 12:00:32.607 | + inc/python:setup_develop:335 : [[ /opt/stack/keystone == -bindep* ]] 2022-08-25 12:00:32.609 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/keystone 2022-08-25 12:00:32.611 | + inc/python:setup_develop:340 : local extras= 2022-08-25 12:00:32.614 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-08-25 12:00:32.616 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-25 12:00:32.618 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/keystone == -bindep* ]] 2022-08-25 12:00:32.621 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/keystone 2022-08-25 12:00:32.623 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-25 12:00:32.625 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-25 12:00:32.628 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/keystone 2022-08-25 12:00:32.630 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-25 12:00:32.633 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2022-08-25 12:00:32.635 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-25 12:00:32.638 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-25 12:00:32.641 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-08-25 12:00:32.647 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2022-08-25 12:00:32.649 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-08-25 12:00:33.296 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2022-08-25 12:00:33.299 | + inc/python:setup_package:414 : local bindep=0 2022-08-25 12:00:33.301 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-25 12:00:33.303 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-25 12:00:33.305 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2022-08-25 12:00:33.307 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2022-08-25 12:00:33.309 | + inc/python:setup_package:423 : local flags=-e 2022-08-25 12:00:33.312 | + inc/python:setup_package:424 : local extras= 2022-08-25 12:00:33.315 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-25 12:00:33.317 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-25 12:00:33.319 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-25 12:00:33.322 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-25 12:00:33.324 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-25 12:00:33.327 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2022-08-25 12:00:33.350 | Using python 3.8 to install /opt/stack/keystone 2022-08-25 12:00:33.352 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2022-08-25 12:00:35.483 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:00:35.483 | from cryptography.utils import int_from_bytes 2022-08-25 12:00:35.483 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:00:35.483 | from cryptography.utils import int_from_bytes 2022-08-25 12:00:36.536 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 12:00:36.536 | Obtaining file:///opt/stack/keystone 2022-08-25 12:00:38.136 | Requirement already satisfied: Flask===2.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) (2.2.2) 2022-08-25 12:00:38.153 | Requirement already satisfied: Flask-RESTful===0.3.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) (0.3.9) 2022-08-25 12:00:38.162 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-25 12:00:38.168 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-25 12:00:38.171 | Requirement already satisfied: PyJWT===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) (2.4.0) 2022-08-25 12:00:38.197 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-25 12:00:38.343 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-25 12:00:38.356 | Requirement already satisfied: Werkzeug===2.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 34)) (2.2.2) 2022-08-25 12:00:38.362 | Requirement already satisfied: aniso8601===9.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 80)) (9.0.1) 2022-08-25 12:00:38.374 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-25 12:00:38.382 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 12:00:38.385 | Requirement already satisfied: click===8.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (8.1.3) 2022-08-25 12:00:38.391 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-25 12:00:38.429 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 12:00:38.434 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-25 12:00:38.439 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-25 12:00:38.476 | Requirement already satisfied: itsdangerous===2.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (2.1.2) 2022-08-25 12:00:38.479 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-25 12:00:38.518 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-25 12:00:38.570 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 12:00:38.573 | Requirement already satisfied: oauthlib===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (3.2.0) 2022-08-25 12:00:38.583 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-08-25 12:00:38.620 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 12:00:38.659 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-25 12:00:38.665 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-25 12:00:38.712 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 12:00:38.716 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-25 12:00:38.754 | Requirement already satisfied: oslo.messaging===14.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (14.0.0) 2022-08-25 12:00:38.808 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-25 12:00:38.819 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-25 12:00:38.837 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-25 12:00:38.851 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 12:00:38.860 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-25 12:00:38.882 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-25 12:00:38.892 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 12:00:38.906 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-08-25 12:00:38.945 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 12:00:38.951 | Requirement already satisfied: passlib===1.7.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (1.7.4) 2022-08-25 12:00:38.963 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 12:00:38.966 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 12:00:38.977 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-25 12:00:38.983 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-25 12:00:38.993 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 12:00:38.996 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-25 12:00:38.999 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 12:00:39.004 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-25 12:00:39.009 | Requirement already satisfied: pysaml2===7.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) (7.2.0) 2022-08-25 12:00:39.030 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-25 12:00:39.035 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 12:00:39.056 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 12:00:39.061 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 12:00:39.073 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 12:00:39.078 | Requirement already satisfied: scrypt===0.8.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (0.8.20) 2022-08-25 12:00:39.081 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 12:00:39.084 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-25 12:00:39.094 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-25 12:00:39.097 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-25 12:00:39.099 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 12:00:39.104 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-25 12:00:39.144 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-25 12:00:39.159 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-25 12:00:39.170 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 12:00:39.203 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-25 12:00:39.208 | Requirement already satisfied: xmlschema===2.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 581)) (2.0.2) 2022-08-25 12:00:39.240 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-25 12:00:39.245 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 12:00:39.271 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 12:00:39.274 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 12:00:39.331 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-25 12:00:39.359 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 12:00:39.416 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 12:00:39.421 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 12:00:39.424 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 12:00:39.430 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-25 12:00:39.443 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-25 12:00:39.446 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-25 12:00:39.491 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-25 12:00:39.493 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-25 12:00:39.498 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-25 12:00:39.508 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-08-25 12:00:39.517 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-25 12:00:39.528 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-25 12:00:39.538 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-25 12:00:39.547 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-25 12:00:39.555 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 12:00:39.558 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 12:00:39.562 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-25 12:00:39.573 | Requirement already satisfied: defusedxml===0.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (0.7.1) 2022-08-25 12:00:39.579 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2===7.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 374)) (45.2.0) 2022-08-25 12:00:39.582 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 12:00:39.584 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 12:00:39.589 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 12:00:39.592 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-25 12:00:39.594 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-25 12:00:39.596 | Requirement already satisfied: elementpath===3.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (3.0.2) 2022-08-25 12:00:39.614 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 12:00:39.619 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 12:00:39.622 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-25 12:00:39.633 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-25 12:00:39.635 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-25 12:00:39.642 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-25 12:00:39.645 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-25 12:00:40.829 | Installing collected packages: keystone 2022-08-25 12:00:40.829 | Attempting uninstall: keystone 2022-08-25 12:00:40.830 | Found existing installation: keystone 21.1.0.dev33 2022-08-25 12:00:40.833 | Can't uninstall 'keystone'. No files were found to uninstall. 2022-08-25 12:00:40.834 | Running setup.py develop for keystone 2022-08-25 12:00:42.885 | Successfully installed keystone 2022-08-25 12:00:43.010 | + inc/python:pip_install:196 : result=0 2022-08-25 12:00:43.012 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 12:00:43.015 | + functions-common:time_stop:2439 : local name 2022-08-25 12:00:43.017 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:00:43.019 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:00:43.021 | + functions-common:time_stop:2442 : local total 2022-08-25 12:00:43.023 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:00:43.026 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 12:00:43.028 | + functions-common:time_stop:2446 : start_time=1661428833345 2022-08-25 12:00:43.030 | + functions-common:time_stop:2448 : [[ -z 1661428833345 ]] 2022-08-25 12:00:43.032 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:00:43.037 | + functions-common:time_stop:2451 : end_time=1661428843034 2022-08-25 12:00:43.039 | + functions-common:time_stop:2452 : elapsed_time=9689 2022-08-25 12:00:43.041 | + functions-common:time_stop:2453 : total=53063 2022-08-25 12:00:43.043 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:00:43.046 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=62752 2022-08-25 12:00:43.048 | + inc/python:pip_install:199 : return 0 2022-08-25 12:00:43.050 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-25 12:00:43.053 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-08-25 12:00:43.056 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-08-25 12:00:43.076 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-08-25 12:00:43.090 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2022-08-25 12:00:43.092 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2022-08-25 12:00:43.094 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:43.096 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:43.099 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-08-25 12:00:43.102 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:43.104 | + lib/keystone:install_keystone:538 : is_service_enabled ldap 2022-08-25 12:00:43.121 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:00:43.124 | + lib/keystone:install_keystone:542 : '[' uwsgi == mod_wsgi ']' 2022-08-25 12:00:43.127 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-25 12:00:43.129 | + ./stack.sh:main:894 : configure_keystone 2022-08-25 12:00:43.132 | + lib/keystone:configure_keystone:192 : sudo install -d -o ubuntu /etc/keystone 2022-08-25 12:00:43.145 | + 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-08-25 12:00:43.147 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-08-25 12:00:43.152 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2022-08-25 12:00:43.168 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:00:43.171 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2022-08-25 12:00:43.207 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-08-25 12:00:43.242 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-08-25 12:00:43.278 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2022-08-25 12:00:43.316 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2022-08-25 12:00:43.357 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2022-08-25 12:00:43.393 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-08-25 12:00:43.427 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-08-25 12:00:43.461 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-08-25 12:00:43.463 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-08-25 12:00:43.465 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-08-25 12:00:43.468 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-08-25 12:00:43.471 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-25 12:00:43.473 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-25 12:00:43.489 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:00:43.492 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-25 12:00:43.494 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-25 12:00:43.496 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-25 12:00:43.512 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:00:43.514 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 12:00:43.517 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 12:00:43.555 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-25 12:00:43.558 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-25 12:00:43.560 | + lib/keystone:configure_keystone:215 : local service_port=5000 2022-08-25 12:00:43.562 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2022-08-25 12:00:43.579 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:00:43.582 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.42/identity 2022-08-25 12:00:43.621 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2022-08-25 12:00:43.623 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2022-08-25 12:00:43.659 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2022-08-25 12:00:43.662 | ++ lib/database:database_connection_url:134 : local db=keystone 2022-08-25 12:00:43.664 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2022-08-25 12:00:43.666 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=keystone 2022-08-25 12:00:43.669 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-25 12:00:43.677 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-25 12:00:43.680 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-25 12:00:43.696 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:00:43.699 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-25 12:00:43.702 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2022-08-25 12:00:43.705 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2022-08-25 12:00:43.741 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2022-08-25 12:00:43.743 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2022-08-25 12:00:43.745 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-08-25 12:00:43.748 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-08-25 12:00:43.752 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-25 12:00:43.769 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-25 12:00:43.772 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-25 12:00:43.774 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-25 12:00:43.776 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-25 12:00:43.779 | + 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-08-25 12:00:43.815 | + 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-08-25 12:00:43.849 | + 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-08-25 12:00:43.885 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-25 12:00:43.918 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-08-25 12:00:43.953 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2022-08-25 12:00:43.955 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-08-25 12:00:43.957 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-08-25 12:00:43.960 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-08-25 12:00:43.962 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2022-08-25 12:00:43.964 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-25 12:00:43.967 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-25 12:00:43.970 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2022-08-25 12:00:43.974 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2022-08-25 12:00:43.977 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-25 12:00:43.979 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-25 12:00:43.992 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-25 12:00:43.992 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-25 12:00:44.002 | d /var/run/uwsgi 0755 ubuntu root 2022-08-25 12:00:44.005 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-25 12:00:44.023 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-08-25 12:00:44.025 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-08-25 12:00:44.029 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-08-25 12:00:44.072 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-08-25 12:00:44.105 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-08-25 12:00:44.139 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-08-25 12:00:44.172 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-08-25 12:00:44.212 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-08-25 12:00:44.245 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-08-25 12:00:44.278 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-08-25 12:00:44.311 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-08-25 12:00:44.342 | + 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-08-25 12:00:44.375 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-08-25 12:00:44.407 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-08-25 12:00:44.440 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-08-25 12:00:44.471 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-25 12:00:44.474 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-25 12:00:44.477 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2022-08-25 12:00:44.479 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2022-08-25 12:00:44.482 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-25 12:00:44.484 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:00:44.486 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:00:44.489 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-08-25 12:00:44.492 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-08-25 12:00:44.494 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-08-25 12:00:44.529 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-08-25 12:00:44.563 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-08-25 12:00:44.563 | + 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-08-25 12:00:44.572 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-08-25 12:00:44.576 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2022-08-25 12:00:44.579 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2022-08-25 12:00:44.581 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-25 12:00:44.583 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-25 12:00:44.586 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-25 12:00:44.588 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:00:44.590 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:00:44.593 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-25 12:00:44.596 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-25 12:00:44.598 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:00:44.600 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:00:44.603 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2022-08-25 12:00:44.665 | Site keystone-wsgi-public already enabled 2022-08-25 12:00:44.671 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-25 12:00:44.673 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-25 12:00:44.676 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 12:00:44.678 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-25 12:00:44.816 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-08-25 12:00:44.855 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-08-25 12:00:44.891 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-08-25 12:00:44.927 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2022-08-25 12:00:44.930 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-08-25 12:00:44.965 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-08-25 12:00:44.998 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-08-25 12:00:45.032 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-08-25 12:00:45.034 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-08-25 12:00:45.036 | + ./stack.sh:main:898 : is_service_enabled swift 2022-08-25 12:00:45.054 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:00:45.056 | + ./stack.sh:main:899 : is_service_enabled ceilometer 2022-08-25 12:00:45.073 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:00:45.076 | + ./stack.sh:main:902 : stack_install_service swift 2022-08-25 12:00:45.078 | + lib/stack:stack_install_service:20 : local service=swift 2022-08-25 12:00:45.081 | + lib/stack:stack_install_service:21 : type install_swift 2022-08-25 12:00:45.084 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-25 12:00:45.086 | + lib/stack:stack_install_service:32 : install_swift 2022-08-25 12:00:45.088 | + lib/swift:install_swift:723 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2022-08-25 12:00:45.091 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/swift.git 2022-08-25 12:00:45.094 | + functions-common:git_clone:597 : local git_dest=/opt/stack/swift 2022-08-25 12:00:45.096 | + functions-common:git_clone:598 : local git_ref=master 2022-08-25 12:00:45.098 | + functions-common:git_clone:599 : local orig_dir 2022-08-25 12:00:45.101 | ++ functions-common:git_clone:600 : pwd 2022-08-25 12:00:45.104 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-25 12:00:45.106 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-25 12:00:45.109 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-25 12:00:45.125 | + functions-common:git_clone:603 : RECLONE=False 2022-08-25 12:00:45.127 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-25 12:00:45.130 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-25 12:00:45.132 | + functions-common:git_clone:617 : echo master 2022-08-25 12:00:45.133 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-25 12:00:45.139 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/swift ]] 2022-08-25 12:00:45.141 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-25 12:00:45.143 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/swift 2022-08-25 12:00:45.156 | + functions-common:git_clone:677 : cd /opt/stack/swift 2022-08-25 12:00:45.159 | + functions-common:git_clone:678 : git show --oneline 2022-08-25 12:00:45.159 | + functions-common:git_clone:678 : head -1 2022-08-25 12:00:45.162 | 155074ac0 Merge "Add MPU to s3api tests" 2022-08-25 12:00:45.165 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-25 12:00:45.168 | + lib/swift:install_swift:726 : setup_develop /opt/stack/swift keystone 2022-08-25 12:00:45.171 | + inc/python:setup_develop:334 : local bindep 2022-08-25 12:00:45.173 | + inc/python:setup_develop:335 : [[ /opt/stack/swift == -bindep* ]] 2022-08-25 12:00:45.175 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/swift 2022-08-25 12:00:45.178 | + inc/python:setup_develop:340 : local extras=keystone 2022-08-25 12:00:45.180 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-08-25 12:00:45.184 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-25 12:00:45.187 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/swift == -bindep* ]] 2022-08-25 12:00:45.189 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/swift 2022-08-25 12:00:45.193 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-25 12:00:45.195 | + inc/python:_setup_package_with_constraints_edit:367 : local extras=keystone 2022-08-25 12:00:45.198 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/swift 2022-08-25 12:00:45.203 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-25 12:00:45.206 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/swift 2022-08-25 12:00:45.208 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-25 12:00:45.213 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-25 12:00:45.216 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-08-25 12:00:45.222 | + inc/python:_setup_package_with_constraints_edit:381 : name=swift 2022-08-25 12:00:45.225 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-08-25 12:00:45.880 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/swift -e keystone 2022-08-25 12:00:45.883 | + inc/python:setup_package:414 : local bindep=0 2022-08-25 12:00:45.885 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-25 12:00:45.887 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-25 12:00:45.890 | + inc/python:setup_package:417 : [[ /opt/stack/swift == -bindep* ]] 2022-08-25 12:00:45.892 | + inc/python:setup_package:422 : local project_dir=/opt/stack/swift 2022-08-25 12:00:45.894 | + inc/python:setup_package:423 : local flags=-e 2022-08-25 12:00:45.897 | + inc/python:setup_package:424 : local extras=keystone 2022-08-25 12:00:45.899 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-25 12:00:45.901 | + inc/python:setup_package:428 : [[ -z keystone ]] 2022-08-25 12:00:45.904 | + inc/python:setup_package:433 : [[ ! -z keystone ]] 2022-08-25 12:00:45.906 | + inc/python:setup_package:434 : extras='[keystone]' 2022-08-25 12:00:45.908 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-25 12:00:45.911 | + inc/python:setup_package:442 : pip_install -e '/opt/stack/swift[keystone]' 2022-08-25 12:00:45.932 | Using python 3.8 to install /opt/stack/swift 2022-08-25 12:00:45.934 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]' 2022-08-25 12:00:48.027 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:00:48.027 | from cryptography.utils import int_from_bytes 2022-08-25 12:00:48.027 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:00:48.027 | from cryptography.utils import int_from_bytes 2022-08-25 12:00:49.079 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 12:00:49.079 | Obtaining file:///opt/stack/swift 2022-08-25 12:00:50.382 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-25 12:00:50.392 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-25 12:00:50.429 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-25 12:00:50.439 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-25 12:00:50.444 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-25 12:00:50.495 | Requirement already satisfied: lxml===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (4.9.1) 2022-08-25 12:00:50.506 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 12:00:50.509 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-08-25 12:00:50.547 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 12:00:50.587 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-25 12:00:50.592 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 12:00:50.597 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-25 12:00:50.636 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 12:00:50.645 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 12:00:50.659 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 12:00:50.664 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 12:00:50.666 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-25 12:00:50.677 | Requirement already satisfied: pyeclib===1.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (1.6.1) 2022-08-25 12:00:50.680 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-25 12:00:50.683 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 12:00:50.689 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-25 12:00:50.694 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 12:00:50.717 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 12:00:50.721 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 12:00:50.734 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 12:00:50.738 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 12:00:50.741 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 12:00:50.745 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 12:00:50.779 | Requirement already satisfied: xattr===0.9.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 580)) (0.9.9) 2022-08-25 12:00:50.782 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from PasteDeploy===2.1.1->-c /opt/stack/requirements/upper-constraints.txt (line 15)) (45.2.0) 2022-08-25 12:00:50.785 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 12:00:50.788 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-25 12:00:50.816 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 12:00:50.877 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-25 12:00:50.890 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 12:00:50.895 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 12:00:50.901 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 12:00:50.904 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 12:00:50.909 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 12:00:50.912 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 12:00:50.915 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 12:00:50.921 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 12:00:50.923 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 12:00:50.926 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 12:00:50.929 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 12:00:50.935 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 12:00:50.938 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 12:00:53.002 | Installing collected packages: swift 2022-08-25 12:00:53.002 | Attempting uninstall: swift 2022-08-25 12:00:53.003 | Found existing installation: swift 2.30.1.dev5 2022-08-25 12:00:53.005 | Can't uninstall 'swift'. No files were found to uninstall. 2022-08-25 12:00:53.006 | Running setup.py develop for swift 2022-08-25 12:00:54.862 | Successfully installed swift 2022-08-25 12:00:54.981 | + inc/python:pip_install:196 : result=0 2022-08-25 12:00:54.984 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 12:00:54.987 | + functions-common:time_stop:2439 : local name 2022-08-25 12:00:54.989 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:00:54.992 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:00:54.994 | + functions-common:time_stop:2442 : local total 2022-08-25 12:00:54.996 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:00:54.999 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 12:00:55.001 | + functions-common:time_stop:2446 : start_time=1661428845926 2022-08-25 12:00:55.004 | + functions-common:time_stop:2448 : [[ -z 1661428845926 ]] 2022-08-25 12:00:55.006 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:00:55.011 | + functions-common:time_stop:2451 : end_time=1661428855008 2022-08-25 12:00:55.013 | + functions-common:time_stop:2452 : elapsed_time=9082 2022-08-25 12:00:55.015 | + functions-common:time_stop:2453 : total=62752 2022-08-25 12:00:55.017 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:00:55.019 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=71834 2022-08-25 12:00:55.022 | + inc/python:pip_install:199 : return 0 2022-08-25 12:00:55.024 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-25 12:00:55.027 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-08-25 12:00:55.029 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-08-25 12:00:55.049 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-08-25 12:00:55.062 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/swift 2022-08-25 12:00:55.064 | + inc/python:use_library_from_git:246 : local name=/opt/stack/swift 2022-08-25 12:00:55.067 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:00:55.069 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:00:55.071 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-08-25 12:00:55.074 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:00:55.076 | + lib/swift:install_swift:727 : '[' False == True ']' 2022-08-25 12:00:55.079 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-25 12:00:55.081 | + ./stack.sh:main:903 : configure_swift 2022-08-25 12:00:55.084 | + lib/swift:configure_swift:331 : local swift_pipeline=crossdomain 2022-08-25 12:00:55.086 | + lib/swift:configure_swift:332 : local node_number 2022-08-25 12:00:55.089 | + lib/swift:configure_swift:333 : local swift_node_config 2022-08-25 12:00:55.092 | + lib/swift:configure_swift:334 : local swift_log_dir 2022-08-25 12:00:55.094 | + lib/swift:configure_swift:337 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-08-25 12:00:56.136 | No container-server running 2022-08-25 12:00:56.136 | No container-sync running 2022-08-25 12:00:56.136 | No object-auditor running 2022-08-25 12:00:56.136 | No account-auditor running 2022-08-25 12:00:56.136 | No container-reconciler running 2022-08-25 12:00:56.136 | No object-replicator running 2022-08-25 12:00:56.136 | No container-updater running 2022-08-25 12:00:56.136 | No object-server running 2022-08-25 12:00:56.136 | No container-replicator running 2022-08-25 12:00:56.137 | No proxy-server running 2022-08-25 12:00:56.137 | No account-reaper running 2022-08-25 12:00:56.137 | No object-reconstructor running 2022-08-25 12:00:56.137 | No object-updater running 2022-08-25 12:00:56.137 | No object-expirer running 2022-08-25 12:00:56.137 | No container-sharder running 2022-08-25 12:00:56.137 | No account-replicator running 2022-08-25 12:00:56.137 | No container-auditor running 2022-08-25 12:00:56.137 | No account-server running 2022-08-25 12:00:56.215 | + lib/swift:configure_swift:337 : true 2022-08-25 12:00:56.217 | + lib/swift:configure_swift:339 : sudo install -d -o ubuntu /etc/swift 2022-08-25 12:00:56.230 | + lib/swift:configure_swift:340 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-08-25 12:00:56.243 | + lib/swift:configure_swift:342 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-08-25 12:00:56.246 | + lib/swift:configure_swift:355 : sudo tee /etc/rsyncd.conf 2022-08-25 12:00:56.247 | ++ lib/swift:configure_swift:351 : id -g -n ubuntu 2022-08-25 12:00:56.251 | + lib/swift:configure_swift:351 : sed -e ' 2022-08-25 12:00:56.251 | s/%GROUP%/ubuntu/; 2022-08-25 12:00:56.251 | s/%USER%/ubuntu/; 2022-08-25 12:00:56.251 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-08-25 12:00:56.252 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-08-25 12:00:56.255 | uid = ubuntu 2022-08-25 12:00:56.255 | gid = ubuntu 2022-08-25 12:00:56.255 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-08-25 12:00:56.255 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-08-25 12:00:56.255 | address = 127.0.0.1 2022-08-25 12:00:56.255 | 2022-08-25 12:00:56.255 | [account6612] 2022-08-25 12:00:56.255 | max connections = 25 2022-08-25 12:00:56.255 | path = /opt/stack/data/swift/1/node/ 2022-08-25 12:00:56.255 | read only = false 2022-08-25 12:00:56.255 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-08-25 12:00:56.255 | 2022-08-25 12:00:56.255 | [account6622] 2022-08-25 12:00:56.255 | max connections = 25 2022-08-25 12:00:56.255 | path = /opt/stack/data/swift/2/node/ 2022-08-25 12:00:56.256 | read only = false 2022-08-25 12:00:56.256 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-08-25 12:00:56.256 | 2022-08-25 12:00:56.256 | [account6632] 2022-08-25 12:00:56.256 | max connections = 25 2022-08-25 12:00:56.256 | path = /opt/stack/data/swift/3/node/ 2022-08-25 12:00:56.256 | read only = false 2022-08-25 12:00:56.256 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-08-25 12:00:56.256 | 2022-08-25 12:00:56.256 | [account6642] 2022-08-25 12:00:56.256 | max connections = 25 2022-08-25 12:00:56.256 | path = /opt/stack/data/swift/4/node/ 2022-08-25 12:00:56.256 | read only = false 2022-08-25 12:00:56.256 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-08-25 12:00:56.256 | 2022-08-25 12:00:56.256 | 2022-08-25 12:00:56.256 | [container6611] 2022-08-25 12:00:56.256 | max connections = 25 2022-08-25 12:00:56.256 | path = /opt/stack/data/swift/1/node/ 2022-08-25 12:00:56.256 | read only = false 2022-08-25 12:00:56.256 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-08-25 12:00:56.256 | 2022-08-25 12:00:56.256 | [container6621] 2022-08-25 12:00:56.256 | max connections = 25 2022-08-25 12:00:56.256 | path = /opt/stack/data/swift/2/node/ 2022-08-25 12:00:56.256 | read only = false 2022-08-25 12:00:56.256 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-08-25 12:00:56.256 | 2022-08-25 12:00:56.256 | [container6631] 2022-08-25 12:00:56.256 | max connections = 25 2022-08-25 12:00:56.256 | path = /opt/stack/data/swift/3/node/ 2022-08-25 12:00:56.256 | read only = false 2022-08-25 12:00:56.256 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-08-25 12:00:56.256 | 2022-08-25 12:00:56.256 | [container6641] 2022-08-25 12:00:56.256 | max connections = 25 2022-08-25 12:00:56.257 | path = /opt/stack/data/swift/4/node/ 2022-08-25 12:00:56.257 | read only = false 2022-08-25 12:00:56.257 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-08-25 12:00:56.257 | 2022-08-25 12:00:56.257 | 2022-08-25 12:00:56.257 | [object6613] 2022-08-25 12:00:56.257 | max connections = 25 2022-08-25 12:00:56.257 | path = /opt/stack/data/swift/1/node/ 2022-08-25 12:00:56.257 | read only = false 2022-08-25 12:00:56.257 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-08-25 12:00:56.257 | 2022-08-25 12:00:56.257 | [object6623] 2022-08-25 12:00:56.257 | max connections = 25 2022-08-25 12:00:56.257 | path = /opt/stack/data/swift/2/node/ 2022-08-25 12:00:56.257 | read only = false 2022-08-25 12:00:56.257 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-08-25 12:00:56.257 | 2022-08-25 12:00:56.257 | [object6633] 2022-08-25 12:00:56.257 | max connections = 25 2022-08-25 12:00:56.257 | path = /opt/stack/data/swift/3/node/ 2022-08-25 12:00:56.257 | read only = false 2022-08-25 12:00:56.257 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-08-25 12:00:56.257 | 2022-08-25 12:00:56.257 | [object6643] 2022-08-25 12:00:56.257 | max connections = 25 2022-08-25 12:00:56.257 | path = /opt/stack/data/swift/4/node/ 2022-08-25 12:00:56.257 | read only = false 2022-08-25 12:00:56.257 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-08-25 12:00:56.258 | + lib/swift:configure_swift:357 : is_ubuntu 2022-08-25 12:00:56.260 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:00:56.263 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:00:56.265 | + lib/swift:configure_swift:358 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-08-25 12:00:56.278 | + lib/swift:configure_swift:363 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-08-25 12:00:56.283 | + lib/swift:configure_swift:364 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-08-25 12:00:56.287 | + lib/swift:configure_swift:365 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-08-25 12:00:56.291 | + lib/swift:configure_swift:369 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-08-25 12:00:56.294 | + lib/swift:configure_swift:370 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-08-25 12:00:56.298 | + lib/swift:configure_swift:371 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-08-25 12:00:56.332 | + lib/swift:configure_swift:372 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.42:8080/v1/ 2022-08-25 12:00:56.373 | + lib/swift:configure_swift:374 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-08-25 12:00:56.393 | + lib/swift:configure_swift:375 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-08-25 12:00:56.425 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-08-25 12:00:56.444 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-08-25 12:00:56.478 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-08-25 12:00:56.497 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-08-25 12:00:56.532 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-08-25 12:00:56.556 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-08-25 12:00:56.591 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-08-25 12:00:56.609 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-08-25 12:00:56.644 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-08-25 12:00:56.664 | + lib/swift:configure_swift:390 : is_service_enabled tls-proxy 2022-08-25 12:00:56.681 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:00:56.683 | + lib/swift:configure_swift:393 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-08-25 12:00:56.723 | + lib/swift:configure_swift:399 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-08-25 12:00:56.756 | + lib/swift:configure_swift:400 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-08-25 12:00:56.789 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-08-25 12:00:56.820 | + lib/swift:configure_swift:406 : [[ False == \T\r\u\e ]] 2022-08-25 12:00:56.822 | + lib/swift:configure_swift:411 : is_service_enabled ceilometer 2022-08-25 12:00:56.837 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:00:56.839 | + lib/swift:configure_swift:422 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-08-25 12:00:56.872 | + lib/swift:configure_swift:428 : is_service_enabled s3api 2022-08-25 12:00:56.889 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:00:56.891 | + lib/swift:configure_swift:431 : is_service_enabled keystone 2022-08-25 12:00:56.907 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:00:56.909 | + lib/swift:configure_swift:432 : swift_pipeline+=' authtoken' 2022-08-25 12:00:56.911 | + lib/swift:configure_swift:433 : is_service_enabled s3api 2022-08-25 12:00:56.927 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:00:56.929 | + lib/swift:configure_swift:438 : swift_pipeline+=' keystoneauth' 2022-08-25 12:00:56.931 | + lib/swift:configure_swift:441 : swift_pipeline+=' tempauth ' 2022-08-25 12:00:56.933 | + lib/swift:configure_swift:443 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-08-25 12:00:56.939 | + lib/swift:configure_swift:444 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-08-25 12:00:56.944 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-08-25 12:00:56.980 | + lib/swift:configure_swift:447 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-08-25 12:00:57.015 | + lib/swift:configure_swift:450 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-08-25 12:00:57.051 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-08-25 12:00:57.089 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-08-25 12:00:57.128 | + lib/swift:configure_swift:458 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-08-25 12:00:57.130 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/swift/proxy-server.conf 2022-08-25 12:00:57.132 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=swift 2022-08-25 12:00:57.134 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=filter:authtoken 2022-08-25 12:00:57.136 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-08-25 12:00:57.170 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-08-25 12:00:57.204 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.42/identity 2022-08-25 12:00:57.236 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-08-25 12:00:57.268 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-08-25 12:00:57.301 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-08-25 12:00:57.335 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-08-25 12:00:57.367 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-08-25 12:00:57.400 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-25 12:00:57.433 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-08-25 12:00:57.467 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-08-25 12:00:57.504 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-08-25 12:00:57.537 | + lib/swift:configure_swift:461 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-08-25 12:00:57.571 | + lib/swift:configure_swift:463 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-08-25 12:00:57.607 | + lib/swift:configure_swift:464 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-08-25 12:00:57.640 | + lib/swift:configure_swift:469 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-08-25 12:00:57.658 | + lib/swift:configure_swift:470 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-08-25 12:00:57.693 | + lib/swift:configure_swift:473 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-08-25 12:00:57.726 | + lib/swift:configure_swift:475 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-08-25 12:00:57.730 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-08-25 12:00:57.766 | + lib/swift:configure_swift:477 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-08-25 12:00:57.801 | + lib/swift:configure_swift:478 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-08-25 12:00:57.836 | + lib/swift:configure_swift:480 : local node_number 2022-08-25 12:00:57.838 | + lib/swift:configure_swift:481 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-08-25 12:00:57.841 | + lib/swift:configure_swift:482 : local swift_node_config=/etc/swift/object-server/1.conf 2022-08-25 12:00:57.843 | + lib/swift:configure_swift:483 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-08-25 12:00:57.848 | + lib/swift:configure_swift:484 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-08-25 12:00:57.850 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/object-server/1.conf 2022-08-25 12:00:57.852 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-08-25 12:00:57.854 | + lib/swift:generate_swift_config_services:291 : local bind_port=6613 2022-08-25 12:00:57.857 | + lib/swift:generate_swift_config_services:292 : local server_type=object 2022-08-25 12:00:57.859 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-08-25 12:00:57.861 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-08-25 12:00:57.864 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-08-25 12:00:57.883 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-08-25 12:00:57.916 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-08-25 12:00:57.935 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-08-25 12:00:57.970 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-08-25 12:00:57.989 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-08-25 12:00:58.024 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-08-25 12:00:58.048 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-08-25 12:00:58.082 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-08-25 12:00:58.102 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-08-25 12:00:58.144 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-08-25 12:00:58.163 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-08-25 12:00:58.201 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-08-25 12:00:58.221 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-08-25 12:00:58.254 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-08-25 12:00:58.273 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-08-25 12:00:58.319 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-08-25 12:00:58.338 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-08-25 12:00:58.369 | + 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-08-25 12:00:58.379 | + lib/swift:configure_swift:485 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-08-25 12:00:58.398 | + lib/swift:configure_swift:486 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-08-25 12:00:58.432 | + lib/swift:configure_swift:487 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-08-25 12:00:58.475 | + lib/swift:configure_swift:489 : swift_node_config=/etc/swift/container-server/1.conf 2022-08-25 12:00:58.478 | + lib/swift:configure_swift:490 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-08-25 12:00:58.483 | + lib/swift:configure_swift:491 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-08-25 12:00:58.485 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/container-server/1.conf 2022-08-25 12:00:58.487 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-08-25 12:00:58.489 | + lib/swift:generate_swift_config_services:291 : local bind_port=6611 2022-08-25 12:00:58.492 | + lib/swift:generate_swift_config_services:292 : local server_type=container 2022-08-25 12:00:58.494 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-08-25 12:00:58.496 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-08-25 12:00:58.499 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-08-25 12:00:58.517 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-08-25 12:00:58.552 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-08-25 12:00:58.574 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-08-25 12:00:58.608 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-08-25 12:00:58.627 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-08-25 12:00:58.669 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-08-25 12:00:58.688 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-08-25 12:00:58.720 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-08-25 12:00:58.739 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-08-25 12:00:58.773 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-08-25 12:00:58.791 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-08-25 12:00:58.832 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-08-25 12:00:58.852 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-08-25 12:00:58.886 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-08-25 12:00:58.905 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-08-25 12:00:58.940 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-08-25 12:00:58.958 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-08-25 12:00:58.992 | + 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-08-25 12:00:58.997 | + lib/swift:configure_swift:492 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-08-25 12:00:59.016 | + lib/swift:configure_swift:493 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-08-25 12:00:59.052 | + lib/swift:configure_swift:495 : swift_node_config=/etc/swift/account-server/1.conf 2022-08-25 12:00:59.054 | + lib/swift:configure_swift:496 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-08-25 12:00:59.059 | + lib/swift:configure_swift:497 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-08-25 12:00:59.061 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/account-server/1.conf 2022-08-25 12:00:59.064 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-08-25 12:00:59.066 | + lib/swift:generate_swift_config_services:291 : local bind_port=6612 2022-08-25 12:00:59.068 | + lib/swift:generate_swift_config_services:292 : local server_type=account 2022-08-25 12:00:59.070 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-08-25 12:00:59.073 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-08-25 12:00:59.075 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-08-25 12:00:59.095 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-08-25 12:00:59.129 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-08-25 12:00:59.149 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-08-25 12:00:59.183 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-08-25 12:00:59.202 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-08-25 12:00:59.238 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-08-25 12:00:59.256 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-08-25 12:00:59.292 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-08-25 12:00:59.313 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-08-25 12:00:59.352 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-08-25 12:00:59.372 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-08-25 12:00:59.411 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-08-25 12:00:59.430 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-08-25 12:00:59.471 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-08-25 12:00:59.489 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-08-25 12:00:59.527 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-08-25 12:00:59.548 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-08-25 12:00:59.582 | + 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-08-25 12:00:59.587 | + lib/swift:configure_swift:498 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-08-25 12:00:59.604 | + lib/swift:configure_swift:499 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-08-25 12:00:59.639 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-08-25 12:00:59.671 | + lib/swift:configure_swift:504 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-08-25 12:00:59.703 | + lib/swift:configure_swift:505 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-08-25 12:00:59.736 | + lib/swift:configure_swift:507 : testfile=/etc/swift/test.conf 2022-08-25 12:00:59.739 | + lib/swift:configure_swift:508 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-08-25 12:00:59.743 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-08-25 12:00:59.777 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-08-25 12:00:59.812 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-08-25 12:00:59.847 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-08-25 12:00:59.881 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-08-25 12:00:59.914 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-08-25 12:00:59.947 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-08-25 12:00:59.982 | + lib/swift:configure_swift:518 : iniset /etc/swift/test.conf func_test password4 testing4 2022-08-25 12:01:00.014 | + lib/swift:configure_swift:519 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-08-25 12:01:00.047 | + lib/swift:configure_swift:521 : is_service_enabled keystone 2022-08-25 12:01:00.066 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:01:00.069 | + lib/swift:configure_swift:522 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-08-25 12:01:00.088 | + lib/swift:configure_swift:523 : local auth_vers 2022-08-25 12:01:00.092 | ++ lib/swift:configure_swift:524 : iniget /etc/swift/test.conf func_test auth_version 2022-08-25 12:01:00.112 | + lib/swift:configure_swift:524 : auth_vers=3 2022-08-25 12:01:00.114 | + lib/swift:configure_swift:525 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.42 2022-08-25 12:01:00.149 | + lib/swift:configure_swift:526 : [[ http == \h\t\t\p\s ]] 2022-08-25 12:01:00.151 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_port 80 2022-08-25 12:01:00.185 | + lib/swift:configure_swift:531 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.42/identity 2022-08-25 12:01:00.218 | + lib/swift:configure_swift:532 : [[ 3 == \3 ]] 2022-08-25 12:01:00.221 | + lib/swift:configure_swift:533 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-08-25 12:01:00.260 | + lib/swift:configure_swift:537 : is_service_enabled tls-proxy 2022-08-25 12:01:00.276 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:01:00.279 | + lib/swift:configure_swift:543 : local user_group 2022-08-25 12:01:00.282 | ++ lib/swift:configure_swift:544 : id -g ubuntu 2022-08-25 12:01:00.287 | + lib/swift:configure_swift:544 : user_group=1000 2022-08-25 12:01:00.289 | + lib/swift:configure_swift:545 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-08-25 12:01:00.303 | + lib/swift:configure_swift:547 : local swift_log_dir=/opt/stack/data/swift/logs 2022-08-25 12:01:00.306 | + lib/swift:configure_swift:548 : sudo rm -rf /opt/stack/data/swift/logs 2022-08-25 12:01:00.318 | + lib/swift:configure_swift:549 : local swift_log_group=adm 2022-08-25 12:01:00.320 | + lib/swift:configure_swift:550 : is_suse 2022-08-25 12:01:00.322 | + functions-common:is_suse:536 : is_opensuse 2022-08-25 12:01:00.333 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-25 12:01:00.335 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-25 12:01:00.338 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-25 12:01:00.341 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-25 12:01:00.343 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-25 12:01:00.346 | + lib/swift:configure_swift:553 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-08-25 12:01:00.359 | + lib/swift:configure_swift:555 : [[ False != \F\a\l\s\e ]] 2022-08-25 12:01:00.363 | + lib/swift:configure_swift:563 : '[' False == True ']' 2022-08-25 12:01:00.366 | + ./stack.sh:main:906 : is_service_enabled s3api 2022-08-25 12:01:00.386 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:01:00.390 | + ./stack.sh:main:912 : is_service_enabled g-api n-api 2022-08-25 12:01:00.412 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:01:00.416 | + ./stack.sh:main:914 : stack_install_service glance 2022-08-25 12:01:00.419 | + lib/stack:stack_install_service:20 : local service=glance 2022-08-25 12:01:00.422 | + lib/stack:stack_install_service:21 : type install_glance 2022-08-25 12:01:00.425 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-25 12:01:00.427 | + lib/stack:stack_install_service:32 : install_glance 2022-08-25 12:01:00.430 | + lib/glance:install_glance:507 : glance_store_extras=() 2022-08-25 12:01:00.434 | + lib/glance:install_glance:507 : local glance_store_extras 2022-08-25 12:01:00.437 | + lib/glance:install_glance:509 : is_service_enabled cinder 2022-08-25 12:01:00.463 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:01:00.466 | + lib/glance:install_glance:510 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-08-25 12:01:00.468 | + lib/glance:install_glance:513 : is_service_enabled swift 2022-08-25 12:01:00.485 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:01:00.487 | + lib/glance:install_glance:514 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-08-25 12:01:00.490 | + lib/glance:install_glance:519 : use_library_from_git glance_store 2022-08-25 12:01:00.492 | + inc/python:use_library_from_git:246 : local name=glance_store 2022-08-25 12:01:00.495 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:01:00.498 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:01:00.501 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2022-08-25 12:01:00.504 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:01:00.507 | ++ lib/glance:install_glance:525 : join_extras swift cinder 2022-08-25 12:01:00.510 | ++ inc/python:join_extras:29 : local IFS=, 2022-08-25 12:01:00.513 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-08-25 12:01:00.516 | + lib/glance:install_glance:525 : pip_install_gr_extras glance-store swift,cinder 2022-08-25 12:01:00.518 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-08-25 12:01:00.521 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-08-25 12:01:00.524 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-08-25 12:01:00.527 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-08-25 12:01:00.530 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2022-08-25 12:01:00.533 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2022-08-25 12:01:00.537 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-08-25 12:01:00.537 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2022-08-25 12:01:00.542 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2022-08-25 12:01:00.546 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2022-08-25 12:01:00.548 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2022-08-25 12:01:00.551 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-08-25 12:01:00.554 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-08-25 12:01:00.576 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-08-25 12:01:00.579 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2022-08-25 12:01:02.715 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:01:02.715 | from cryptography.utils import int_from_bytes 2022-08-25 12:01:02.715 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:01:02.715 | from cryptography.utils import int_from_bytes 2022-08-25 12:01:03.807 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 12:01:03.809 | Requirement already satisfied: glance-store===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (4.1.0) 2022-08-25 12:01:03.892 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-08-25 12:01:03.901 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-25 12:01:03.942 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 12:01:04.001 | Requirement already satisfied: os-brick===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (6.0.0) 2022-08-25 12:01:04.025 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 12:01:04.029 | Requirement already satisfied: os-win===5.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.1) 2022-08-25 12:01:04.047 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-25 12:01:04.057 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 12:01:04.097 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-25 12:01:04.103 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 12:01:04.108 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-25 12:01:04.147 | Requirement already satisfied: oslo.privsep===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.1) 2022-08-25 12:01:04.161 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-08-25 12:01:04.164 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 12:01:04.173 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-25 12:01:04.196 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 12:01:04.210 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 12:01:04.217 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 12:01:04.219 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-25 12:01:04.222 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 12:01:04.228 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-25 12:01:04.233 | Requirement already satisfied: python-cinderclient===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (9.0.0) 2022-08-25 12:01:04.248 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-25 12:01:04.253 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 12:01:04.274 | Requirement already satisfied: python-swiftclient===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (4.0.1) 2022-08-25 12:01:04.295 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 12:01:04.299 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 12:01:04.312 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 12:01:04.316 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-25 12:01:04.319 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 12:01:04.322 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 12:01:04.327 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-25 12:01:04.342 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 12:01:04.374 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-25 12:01:04.379 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-25 12:01:04.389 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-25 12:01:04.416 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 12:01:04.476 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 12:01:04.479 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-25 12:01:04.482 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 12:01:04.487 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 12:01:04.490 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 12:01:04.496 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-25 12:01:04.502 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 12:01:04.505 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 12:01:04.509 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-25 12:01:04.518 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-25 12:01:04.530 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-08-25 12:01:04.538 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-25 12:01:04.552 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-25 12:01:04.564 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 12:01:04.567 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 12:01:04.579 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 12:01:04.582 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 12:01:04.585 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 12:01:04.589 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-25 12:01:04.617 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 12:01:04.644 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 12:01:04.648 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 12:01:04.650 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from PasteDeploy===2.1.1->-c /opt/stack/requirements/upper-constraints.txt (line 15)) (45.2.0) 2022-08-25 12:01:04.653 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-25 12:01:04.660 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-25 12:01:06.574 | + inc/python:pip_install:196 : result=0 2022-08-25 12:01:06.576 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 12:01:06.579 | + functions-common:time_stop:2439 : local name 2022-08-25 12:01:06.581 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:01:06.583 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:01:06.586 | + functions-common:time_stop:2442 : local total 2022-08-25 12:01:06.588 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:01:06.591 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 12:01:06.595 | + functions-common:time_stop:2446 : start_time=1661428860570 2022-08-25 12:01:06.597 | + functions-common:time_stop:2448 : [[ -z 1661428860570 ]] 2022-08-25 12:01:06.600 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:01:06.604 | + functions-common:time_stop:2451 : end_time=1661428866602 2022-08-25 12:01:06.606 | + functions-common:time_stop:2452 : elapsed_time=6032 2022-08-25 12:01:06.609 | + functions-common:time_stop:2453 : total=71834 2022-08-25 12:01:06.611 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:01:06.613 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=77866 2022-08-25 12:01:06.616 | + inc/python:pip_install:199 : return 0 2022-08-25 12:01:06.619 | + lib/glance:install_glance:526 : copy_rootwrap /usr/local/etc/glance 2022-08-25 12:01:06.621 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-08-25 12:01:06.624 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-08-25 12:01:06.637 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-08-25 12:01:06.642 | + lib/glance:install_glance:529 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2022-08-25 12:01:06.645 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/glance.git 2022-08-25 12:01:06.647 | + functions-common:git_clone:597 : local git_dest=/opt/stack/glance 2022-08-25 12:01:06.650 | + functions-common:git_clone:598 : local git_ref=master 2022-08-25 12:01:06.652 | + functions-common:git_clone:599 : local orig_dir 2022-08-25 12:01:06.655 | ++ functions-common:git_clone:600 : pwd 2022-08-25 12:01:06.658 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-25 12:01:06.660 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-25 12:01:06.663 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-25 12:01:06.680 | + functions-common:git_clone:603 : RECLONE=False 2022-08-25 12:01:06.683 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-25 12:01:06.685 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-25 12:01:06.688 | + functions-common:git_clone:617 : echo master 2022-08-25 12:01:06.688 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-25 12:01:06.693 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/glance ]] 2022-08-25 12:01:06.696 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-25 12:01:06.698 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/glance 2022-08-25 12:01:06.711 | + functions-common:git_clone:677 : cd /opt/stack/glance 2022-08-25 12:01:06.714 | + functions-common:git_clone:678 : git show --oneline 2022-08-25 12:01:06.714 | + functions-common:git_clone:678 : head -1 2022-08-25 12:01:06.728 | 157a67798 Imported Translations from Zanata 2022-08-25 12:01:06.730 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-25 12:01:06.733 | + lib/glance:install_glance:531 : setup_develop /opt/stack/glance 2022-08-25 12:01:06.736 | + inc/python:setup_develop:334 : local bindep 2022-08-25 12:01:06.738 | + inc/python:setup_develop:335 : [[ /opt/stack/glance == -bindep* ]] 2022-08-25 12:01:06.741 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/glance 2022-08-25 12:01:06.743 | + inc/python:setup_develop:340 : local extras= 2022-08-25 12:01:06.746 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-08-25 12:01:06.748 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-25 12:01:06.751 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/glance == -bindep* ]] 2022-08-25 12:01:06.753 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/glance 2022-08-25 12:01:06.756 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-25 12:01:06.758 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-25 12:01:06.761 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/glance 2022-08-25 12:01:06.764 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-25 12:01:06.767 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2022-08-25 12:01:06.769 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-25 12:01:06.772 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-25 12:01:06.775 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-08-25 12:01:06.782 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2022-08-25 12:01:06.784 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-08-25 12:01:07.424 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2022-08-25 12:01:07.427 | + inc/python:setup_package:414 : local bindep=0 2022-08-25 12:01:07.429 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-25 12:01:07.431 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-25 12:01:07.434 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2022-08-25 12:01:07.437 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2022-08-25 12:01:07.439 | + inc/python:setup_package:423 : local flags=-e 2022-08-25 12:01:07.442 | + inc/python:setup_package:424 : local extras= 2022-08-25 12:01:07.444 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-25 12:01:07.447 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-25 12:01:07.449 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-25 12:01:07.452 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-25 12:01:07.454 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-25 12:01:07.457 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2022-08-25 12:01:07.480 | Using python 3.8 to install /opt/stack/glance 2022-08-25 12:01:07.483 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2022-08-25 12:01:09.625 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:01:09.625 | from cryptography.utils import int_from_bytes 2022-08-25 12:01:09.625 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:01:09.625 | from cryptography.utils import int_from_bytes 2022-08-25 12:01:10.667 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 12:01:10.667 | Obtaining file:///opt/stack/glance 2022-08-25 12:01:11.971 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-08-25 12:01:11.980 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-25 12:01:11.989 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-25 12:01:12.001 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-25 12:01:12.145 | Requirement already satisfied: WSME===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (0.11.0) 2022-08-25 12:01:12.153 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-25 12:01:12.166 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-25 12:01:12.181 | Requirement already satisfied: castellan===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (4.0.0) 2022-08-25 12:01:12.201 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-25 12:01:12.239 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (0.2.2) 2022-08-25 12:01:12.252 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 12:01:12.258 | Requirement already satisfied: defusedxml===0.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (0.7.1) 2022-08-25 12:01:12.263 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-25 12:01:12.272 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-25 12:01:12.274 | Requirement already satisfied: glance-store===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (4.1.0) 2022-08-25 12:01:12.343 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-25 12:01:12.348 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-08-25 12:01:12.358 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-25 12:01:12.395 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-25 12:01:12.423 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 12:01:12.426 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-25 12:01:12.466 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 12:01:12.523 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-25 12:01:12.574 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 12:01:12.579 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 12:01:12.584 | Requirement already satisfied: os-win===5.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.1) 2022-08-25 12:01:12.602 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-08-25 12:01:12.638 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-25 12:01:12.648 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 12:01:12.688 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-25 12:01:12.694 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-25 12:01:12.741 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 12:01:12.746 | Requirement already satisfied: oslo.limit===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (2.0.1) 2022-08-25 12:01:12.755 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-25 12:01:12.795 | Requirement already satisfied: oslo.messaging===14.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (14.0.0) 2022-08-25 12:01:12.850 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-25 12:01:12.860 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-25 12:01:12.880 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-25 12:01:12.895 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-08-25 12:01:12.907 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 12:01:12.915 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-25 12:01:12.938 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-25 12:01:12.948 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 12:01:12.962 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-08-25 12:01:13.001 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 12:01:13.006 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 12:01:13.009 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 12:01:13.021 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-25 12:01:13.026 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-08-25 12:01:13.045 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-25 12:01:13.057 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-25 12:01:13.095 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-25 12:01:13.098 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 12:01:13.103 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-25 12:01:13.108 | Requirement already satisfied: python-barbicanclient===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) (5.4.0) 2022-08-25 12:01:13.123 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-25 12:01:13.128 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 12:01:13.148 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 12:01:13.152 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-25 12:01:13.160 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 12:01:13.174 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 458)) (1.3.3) 2022-08-25 12:01:13.178 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 12:01:13.183 | Requirement already satisfied: simplegeneric===0.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (0.8.1) 2022-08-25 12:01:13.186 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 12:01:13.189 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-25 12:01:13.199 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-25 12:01:13.201 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-25 12:01:13.204 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 12:01:13.208 | Requirement already satisfied: taskflow===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (5.0.0) 2022-08-25 12:01:13.261 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-25 12:01:13.275 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-25 12:01:13.284 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-25 12:01:13.289 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-25 12:01:13.300 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 12:01:13.332 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-25 12:01:13.338 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 12:01:13.341 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-25 12:01:13.347 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 12:01:13.372 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.2->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-25 12:01:13.375 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-25 12:01:13.385 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 12:01:13.389 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-25 12:01:13.417 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 12:01:13.477 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 12:01:13.483 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-25 12:01:13.486 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 12:01:13.489 | Requirement already satisfied: openstacksdk===0.101.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.101.0) 2022-08-25 12:01:13.521 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-25 12:01:13.524 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-25 12:01:13.529 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-25 12:01:13.574 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-25 12:01:13.583 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-25 12:01:13.588 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 12:01:13.592 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-25 12:01:13.603 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 12:01:13.607 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-25 12:01:13.617 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 12:01:13.622 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 12:01:13.625 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 12:01:13.627 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 12:01:13.630 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-25 12:01:13.632 | Requirement already satisfied: automaton===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) (3.0.1) 2022-08-25 12:01:13.638 | Requirement already satisfied: networkx===2.8.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) (2.8.5) 2022-08-25 12:01:13.676 | Requirement already satisfied: pydot===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (1.4.2) 2022-08-25 12:01:13.681 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-25 12:01:13.683 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-25 12:01:13.687 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 12:01:13.689 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-25 12:01:13.694 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-25 12:01:13.697 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-25 12:01:13.719 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-25 12:01:13.722 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-25 12:01:13.724 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-25 12:01:13.727 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-25 12:01:13.730 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-25 12:01:13.778 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-25 12:01:13.781 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-25 12:01:14.769 | Installing collected packages: glance 2022-08-25 12:01:14.769 | Attempting uninstall: glance 2022-08-25 12:01:14.770 | Found existing installation: glance 25.0.0.0b3.dev17 2022-08-25 12:01:14.774 | Can't uninstall 'glance'. No files were found to uninstall. 2022-08-25 12:01:14.775 | Running setup.py develop for glance 2022-08-25 12:01:16.542 | Successfully installed glance 2022-08-25 12:01:16.659 | + inc/python:pip_install:196 : result=0 2022-08-25 12:01:16.661 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 12:01:16.663 | + functions-common:time_stop:2439 : local name 2022-08-25 12:01:16.666 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:01:16.669 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:01:16.671 | + functions-common:time_stop:2442 : local total 2022-08-25 12:01:16.673 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:01:16.675 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 12:01:16.678 | + functions-common:time_stop:2446 : start_time=1661428867474 2022-08-25 12:01:16.680 | + functions-common:time_stop:2448 : [[ -z 1661428867474 ]] 2022-08-25 12:01:16.683 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:01:16.687 | + functions-common:time_stop:2451 : end_time=1661428876684 2022-08-25 12:01:16.690 | + functions-common:time_stop:2452 : elapsed_time=9210 2022-08-25 12:01:16.692 | + functions-common:time_stop:2453 : total=77866 2022-08-25 12:01:16.695 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:01:16.697 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=87076 2022-08-25 12:01:16.700 | + inc/python:pip_install:199 : return 0 2022-08-25 12:01:16.702 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-25 12:01:16.705 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-08-25 12:01:16.707 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-08-25 12:01:16.727 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-08-25 12:01:16.739 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2022-08-25 12:01:16.742 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2022-08-25 12:01:16.744 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:01:16.748 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:01:16.751 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-08-25 12:01:16.754 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:01:16.756 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-25 12:01:16.759 | + ./stack.sh:main:915 : configure_glance 2022-08-25 12:01:16.761 | + lib/glance:configure_glance:323 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-08-25 12:01:16.774 | + lib/glance:configure_glance:326 : local dburl 2022-08-25 12:01:16.778 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2022-08-25 12:01:16.780 | ++ lib/database:database_connection_url:134 : local db=glance 2022-08-25 12:01:16.783 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2022-08-25 12:01:16.785 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=glance 2022-08-25 12:01:16.787 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-25 12:01:16.790 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-25 12:01:16.792 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-25 12:01:16.808 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:01:16.810 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-25 12:01:16.812 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-08-25 12:01:16.815 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-08-25 12:01:16.817 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-08-25 12:01:16.851 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-08-25 12:01:16.884 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-08-25 12:01:16.919 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-08-25 12:01:16.953 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-08-25 12:01:16.989 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-08-25 12:01:17.022 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-08-25 12:01:17.025 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/glance/glance-api.conf 2022-08-25 12:01:17.028 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=glance 2022-08-25 12:01:17.030 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-25 12:01:17.032 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-08-25 12:01:17.067 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-08-25 12:01:17.104 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.42/identity 2022-08-25 12:01:17.139 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-08-25 12:01:17.173 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-08-25 12:01:17.207 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-08-25 12:01:17.241 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-08-25 12:01:17.275 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-08-25 12:01:17.309 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-25 12:01:17.343 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-08-25 12:01:17.378 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-08-25 12:01:17.412 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-08-25 12:01:17.414 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-08-25 12:01:17.417 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-08-25 12:01:17.420 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-25 12:01:17.423 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-25 12:01:17.425 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-25 12:01:17.441 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:01:17.444 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-25 12:01:17.447 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-25 12:01:17.450 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-25 12:01:17.467 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:01:17.470 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 12:01:17.472 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 12:01:17.506 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-25 12:01:17.508 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-25 12:01:17.511 | + lib/glance:configure_glance:338 : '[' libvirt = libvirt ']' 2022-08-25 12:01:17.514 | + lib/glance:configure_glance:338 : '[' kvm = parallels ']' 2022-08-25 12:01:17.516 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-08-25 12:01:17.550 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-08-25 12:01:17.586 | + lib/glance:configure_glance:346 : configure_glance_store False False 2022-08-25 12:01:17.589 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-08-25 12:01:17.592 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-08-25 12:01:17.594 | + lib/glance:configure_glance_store:254 : local be 2022-08-25 12:01:17.597 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-08-25 12:01:17.599 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-08-25 12:01:17.602 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-08-25 12:01:17.637 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2022-08-25 12:01:17.640 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.42 2022-08-25 12:01:17.675 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2022-08-25 12:01:17.677 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2022-08-25 12:01:17.694 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:01:17.696 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-08-25 12:01:17.731 | + lib/glance:configure_glance:360 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-08-25 12:01:17.766 | + lib/glance:configure_glance:362 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-08-25 12:01:17.800 | + lib/glance:configure_glance:363 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-08-25 12:01:17.836 | + lib/glance:configure_glance:364 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-08-25 12:01:17.869 | + lib/glance:configure_glance:365 : is_service_enabled tls-proxy 2022-08-25 12:01:17.886 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:01:17.889 | + lib/glance:configure_glance:368 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-08-25 12:01:17.923 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-08-25 12:01:17.958 | + lib/glance:configure_glance:372 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-08-25 12:01:17.993 | + lib/glance:configure_glance:373 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.42/identity/v3 2022-08-25 12:01:18.028 | + lib/glance:configure_glance:374 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-08-25 12:01:18.064 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.42/image 2022-08-25 12:01:18.100 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2022-08-25 12:01:18.120 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:01:18.124 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2022-08-25 12:01:18.127 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-08-25 12:01:18.129 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-08-25 12:01:18.133 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-25 12:01:18.159 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-25 12:01:18.162 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-25 12:01:18.164 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-25 12:01:18.166 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-25 12:01:18.169 | + 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-08-25 12:01:18.207 | + 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-08-25 12:01:18.244 | + 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-08-25 12:01:18.279 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-25 12:01:18.317 | + lib/glance:configure_glance:390 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-08-25 12:01:18.321 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-08-25 12:01:18.354 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-08-25 12:01:18.390 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-08-25 12:01:18.425 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.42/identity 2022-08-25 12:01:18.459 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-08-25 12:01:18.493 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-08-25 12:01:18.527 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-08-25 12:01:18.562 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-08-25 12:01:18.597 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-08-25 12:01:18.631 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-08-25 12:01:18.664 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-08-25 12:01:18.699 | + lib/glance:configure_glance:409 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-08-25 12:01:18.704 | + 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-mode.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-vtpm-hw.json /opt/stack/glance/etc/metadefs/compute-vtpm.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-08-25 12:01:18.713 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2022-08-25 12:01:18.729 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:01:18.733 | + lib/glance:configure_glance:421 : [[ False == False ]] 2022-08-25 12:01:18.735 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-08-25 12:01:18.737 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2022-08-25 12:01:18.740 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-08-25 12:01:18.742 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2022-08-25 12:01:18.745 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2022-08-25 12:01:18.749 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2022-08-25 12:01:18.752 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2022-08-25 12:01:18.755 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-08-25 12:01:18.789 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2022-08-25 12:01:18.792 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-08-25 12:01:18.795 | ++ functions:get_random_port:837 : true 2022-08-25 12:01:18.797 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-08-25 12:01:18.800 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-08-25 12:01:18.802 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-08-25 12:01:18.865 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-08-25 12:01:18.867 | ++ functions:get_random_port:841 : break 2 2022-08-25 12:01:18.869 | ++ functions:get_random_port:845 : echo 60999 2022-08-25 12:01:18.872 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2022-08-25 12:01:18.874 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-08-25 12:01:18.906 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-08-25 12:01:18.943 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-08-25 12:01:18.978 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-08-25 12:01:19.009 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-08-25 12:01:19.042 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-08-25 12:01:19.073 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-08-25 12:01:19.106 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-08-25 12:01:19.137 | + 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-08-25 12:01:19.169 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-25 12:01:19.201 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-08-25 12:01:19.236 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-25 12:01:19.268 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-08-25 12:01:19.300 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-08-25 12:01:19.333 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-08-25 12:01:19.365 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-08-25 12:01:19.398 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-08-25 12:01:19.431 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-08-25 12:01:19.464 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-08-25 12:01:19.496 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2022-08-25 12:01:19.499 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2022-08-25 12:01:19.501 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-25 12:01:19.503 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:01:19.506 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:01:19.508 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-08-25 12:01:19.510 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2022-08-25 12:01:19.568 | proxy (enabled by site administrator) 2022-08-25 12:01:19.572 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2022-08-25 12:01:19.575 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2022-08-25 12:01:19.578 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-25 12:01:19.580 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:01:19.583 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:01:19.586 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-08-25 12:01:19.588 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2022-08-25 12:01:19.644 | proxy_http (enabled by site administrator) 2022-08-25 12:01:19.647 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2022-08-25 12:01:19.650 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2022-08-25 12:01:19.652 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2022-08-25 12:01:19.655 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-25 12:01:19.657 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:01:19.659 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:01:19.662 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-25 12:01:19.665 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-25 12:01:19.667 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2022-08-25 12:01:19.668 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-25 12:01:19.677 | KeepAlive Off 2022-08-25 12:01:19.682 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-25 12:01:19.682 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2022-08-25 12:01:19.691 | SetEnv proxy-sendchunked 1 2022-08-25 12:01:19.695 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-08-25 12:01:19.695 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-25 12:01:19.704 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-08-25 12:01:19.707 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2022-08-25 12:01:19.709 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2022-08-25 12:01:19.712 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-25 12:01:19.714 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-25 12:01:19.717 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-25 12:01:19.719 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:01:19.721 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:01:19.724 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-25 12:01:19.726 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-25 12:01:19.728 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:01:19.731 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:01:19.734 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2022-08-25 12:01:19.802 | Site glance-wsgi-api already enabled 2022-08-25 12:01:19.806 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2022-08-25 12:01:19.809 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-25 12:01:19.812 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 12:01:19.814 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-25 12:01:19.955 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-08-25 12:01:19.961 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-08-25 12:01:20.002 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-08-25 12:01:20.005 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-08-25 12:01:20.007 | + ./stack.sh:main:918 : is_service_enabled cinder 2022-08-25 12:01:20.025 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:01:20.028 | + ./stack.sh:main:920 : stack_install_service cinder 2022-08-25 12:01:20.030 | + lib/stack:stack_install_service:20 : local service=cinder 2022-08-25 12:01:20.033 | + lib/stack:stack_install_service:21 : type install_cinder 2022-08-25 12:01:20.035 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-25 12:01:20.038 | + lib/stack:stack_install_service:32 : install_cinder 2022-08-25 12:01:20.041 | + lib/cinder:install_cinder:474 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2022-08-25 12:01:20.044 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/cinder.git 2022-08-25 12:01:20.047 | + functions-common:git_clone:597 : local git_dest=/opt/stack/cinder 2022-08-25 12:01:20.049 | + functions-common:git_clone:598 : local git_ref=master 2022-08-25 12:01:20.051 | + functions-common:git_clone:599 : local orig_dir 2022-08-25 12:01:20.055 | ++ functions-common:git_clone:600 : pwd 2022-08-25 12:01:20.057 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-25 12:01:20.062 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-25 12:01:20.065 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-25 12:01:20.081 | + functions-common:git_clone:603 : RECLONE=False 2022-08-25 12:01:20.084 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-25 12:01:20.086 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-25 12:01:20.089 | + functions-common:git_clone:617 : echo master 2022-08-25 12:01:20.089 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-25 12:01:20.095 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/cinder ]] 2022-08-25 12:01:20.097 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-25 12:01:20.100 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/cinder 2022-08-25 12:01:20.113 | + functions-common:git_clone:677 : cd /opt/stack/cinder 2022-08-25 12:01:20.116 | + functions-common:git_clone:678 : git show --oneline 2022-08-25 12:01:20.116 | + functions-common:git_clone:678 : head -1 2022-08-25 12:01:20.120 | 1ef8e3ddc Tests: Fix service stopping on cleanup 2022-08-25 12:01:20.123 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-25 12:01:20.125 | + lib/cinder:install_cinder:475 : setup_develop /opt/stack/cinder 2022-08-25 12:01:20.128 | + inc/python:setup_develop:334 : local bindep 2022-08-25 12:01:20.130 | + inc/python:setup_develop:335 : [[ /opt/stack/cinder == -bindep* ]] 2022-08-25 12:01:20.133 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/cinder 2022-08-25 12:01:20.135 | + inc/python:setup_develop:340 : local extras= 2022-08-25 12:01:20.138 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-08-25 12:01:20.141 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-25 12:01:20.143 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/cinder == -bindep* ]] 2022-08-25 12:01:20.146 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/cinder 2022-08-25 12:01:20.148 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-25 12:01:20.151 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-25 12:01:20.154 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/cinder 2022-08-25 12:01:20.157 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-25 12:01:20.160 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2022-08-25 12:01:20.162 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-25 12:01:20.165 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-25 12:01:20.169 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-08-25 12:01:20.175 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2022-08-25 12:01:20.177 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-08-25 12:01:20.806 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2022-08-25 12:01:20.810 | + inc/python:setup_package:414 : local bindep=0 2022-08-25 12:01:20.812 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-25 12:01:20.814 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-25 12:01:20.817 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2022-08-25 12:01:20.819 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2022-08-25 12:01:20.821 | + inc/python:setup_package:423 : local flags=-e 2022-08-25 12:01:20.824 | + inc/python:setup_package:424 : local extras= 2022-08-25 12:01:20.827 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-25 12:01:20.830 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-25 12:01:20.832 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-25 12:01:20.835 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-25 12:01:20.837 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-25 12:01:20.840 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2022-08-25 12:01:20.862 | Using python 3.8 to install /opt/stack/cinder 2022-08-25 12:01:20.864 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2022-08-25 12:01:22.968 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:01:22.968 | from cryptography.utils import int_from_bytes 2022-08-25 12:01:22.968 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:01:22.968 | from cryptography.utils import int_from_bytes 2022-08-25 12:01:24.027 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 12:01:24.027 | Obtaining file:///opt/stack/cinder 2022-08-25 12:01:26.176 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-08-25 12:01:26.184 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-25 12:01:26.193 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-25 12:01:26.204 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-25 12:01:26.349 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-25 12:01:26.362 | Requirement already satisfied: boto3===1.24.56 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) (1.24.56) 2022-08-25 12:01:26.373 | Requirement already satisfied: botocore===1.27.56 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) (1.27.56) 2022-08-25 12:01:26.382 | Requirement already satisfied: castellan===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (4.0.0) 2022-08-25 12:01:26.401 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-25 12:01:26.439 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (0.2.2) 2022-08-25 12:01:26.451 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 12:01:26.455 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-25 12:01:26.463 | Requirement already satisfied: google-api-python-client===2.57.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (2.57.0) 2022-08-25 12:01:26.476 | Requirement already satisfied: google-auth===2.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182)) (2.11.0) 2022-08-25 12:01:26.505 | Requirement already satisfied: google-auth-httplib2===0.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183)) (0.1.0) 2022-08-25 12:01:26.511 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-25 12:01:26.516 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-08-25 12:01:26.526 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-25 12:01:26.562 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 12:01:26.565 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-25 12:01:26.568 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-25 12:01:26.607 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 12:01:26.664 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-25 12:01:26.716 | Requirement already satisfied: lxml===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (4.9.1) 2022-08-25 12:01:26.725 | Requirement already satisfied: oauth2client===4.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) (4.1.3) 2022-08-25 12:01:26.734 | Requirement already satisfied: os-brick===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (6.0.0) 2022-08-25 12:01:26.757 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 12:01:26.762 | Requirement already satisfied: os-win===5.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.1) 2022-08-25 12:01:26.779 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-08-25 12:01:26.816 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-25 12:01:26.826 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 12:01:26.863 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-25 12:01:26.869 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-25 12:01:26.915 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 12:01:26.919 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-25 12:01:26.958 | Requirement already satisfied: oslo.messaging===14.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (14.0.0) 2022-08-25 12:01:27.011 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-25 12:01:27.022 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-25 12:01:27.040 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-25 12:01:27.054 | Requirement already satisfied: oslo.privsep===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.1) 2022-08-25 12:01:27.069 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-08-25 12:01:27.081 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-08-25 12:01:27.083 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 12:01:27.092 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-25 12:01:27.113 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-25 12:01:27.123 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 12:01:27.165 | Requirement already satisfied: oslo.versionedobjects===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.0.1) 2022-08-25 12:01:27.185 | Requirement already satisfied: oslo.vmware===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (4.0.1) 2022-08-25 12:01:27.206 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-08-25 12:01:27.244 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 12:01:27.251 | Requirement already satisfied: paramiko===2.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (2.11.0) 2022-08-25 12:01:27.284 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 12:01:27.286 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 12:01:27.298 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-25 12:01:27.304 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-08-25 12:01:27.322 | Requirement already satisfied: pyasn1===0.4.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (0.4.8) 2022-08-25 12:01:27.325 | Requirement already satisfied: pyasn1-modules===0.2.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (0.2.8) 2022-08-25 12:01:27.329 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-25 12:01:27.339 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-25 12:01:27.342 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 12:01:27.347 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-25 12:01:27.352 | Requirement already satisfied: python-barbicanclient===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) (5.4.0) 2022-08-25 12:01:27.366 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-25 12:01:27.371 | Requirement already satisfied: python-glanceclient===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) (4.0.1) 2022-08-25 12:01:27.386 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 12:01:27.407 | Requirement already satisfied: python-novaclient===18.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (18.0.0) 2022-08-25 12:01:27.423 | Requirement already satisfied: python-swiftclient===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (4.0.1) 2022-08-25 12:01:27.443 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 12:01:27.447 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-25 12:01:27.454 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 12:01:27.467 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 12:01:27.471 | Requirement already satisfied: rsa===4.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 462)) (4.9) 2022-08-25 12:01:27.475 | Requirement already satisfied: rtslib-fb===2.1.75 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 465)) (2.1.75) 2022-08-25 12:01:27.480 | Requirement already satisfied: s3transfer===0.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (0.6.0) 2022-08-25 12:01:27.487 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 12:01:27.489 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-25 12:01:27.500 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-25 12:01:27.502 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-25 12:01:27.505 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 12:01:27.509 | Requirement already satisfied: suds-community===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) (1.1.2) 2022-08-25 12:01:27.512 | Requirement already satisfied: tabulate===0.8.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (0.8.10) 2022-08-25 12:01:27.518 | Requirement already satisfied: taskflow===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (5.0.0) 2022-08-25 12:01:27.569 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-25 12:01:27.583 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-25 12:01:27.592 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-25 12:01:27.598 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-25 12:01:27.608 | Requirement already satisfied: tooz===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (3.0.0) 2022-08-25 12:01:27.666 | Requirement already satisfied: uritemplate===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (4.1.1) 2022-08-25 12:01:27.669 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 12:01:27.702 | Requirement already satisfied: voluptuous===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.13.1) 2022-08-25 12:01:27.706 | Requirement already satisfied: warlock===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (2.0.1) 2022-08-25 12:01:27.713 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-25 12:01:27.718 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 12:01:27.721 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-25 12:01:27.725 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 12:01:27.751 | Requirement already satisfied: zstd===1.5.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 591)) (1.5.2.5) 2022-08-25 12:01:27.754 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.2->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-25 12:01:27.756 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 12:01:27.759 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-25 12:01:27.787 | Requirement already satisfied: google-api-core===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180)) (2.8.2) 2022-08-25 12:01:27.800 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-25 12:01:27.803 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 12:01:27.860 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-25 12:01:27.888 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 12:01:27.893 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-25 12:01:27.896 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 12:01:27.898 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 12:01:27.904 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 12:01:27.909 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-25 12:01:27.923 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-25 12:01:27.927 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-25 12:01:27.973 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-25 12:01:27.975 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-25 12:01:27.982 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-25 12:01:27.990 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 12:01:27.992 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-25 12:01:28.004 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 12:01:28.007 | Requirement already satisfied: PyNaCl===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (1.5.0) 2022-08-25 12:01:28.018 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-25 12:01:28.029 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-25 12:01:28.041 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 12:01:28.045 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 12:01:28.047 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 12:01:28.052 | Requirement already satisfied: pyudev===0.23.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) (0.23.2) 2022-08-25 12:01:28.055 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-25 12:01:28.057 | Requirement already satisfied: automaton===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) (3.0.1) 2022-08-25 12:01:28.064 | Requirement already satisfied: networkx===2.8.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) (2.8.5) 2022-08-25 12:01:28.101 | Requirement already satisfied: pydot===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (1.4.2) 2022-08-25 12:01:28.107 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-25 12:01:28.109 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-25 12:01:28.113 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 12:01:28.116 | Requirement already satisfied: googleapis-common-protos===1.56.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (1.56.4) 2022-08-25 12:01:28.123 | Requirement already satisfied: protobuf===4.21.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (4.21.5) 2022-08-25 12:01:28.125 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-25 12:01:28.136 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-25 12:01:28.139 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-25 12:01:28.141 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-25 12:01:28.145 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-25 12:01:28.193 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-25 12:01:28.196 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-25 12:01:29.080 | Installing collected packages: cinder 2022-08-25 12:01:29.080 | Attempting uninstall: cinder 2022-08-25 12:01:29.081 | Found existing installation: cinder 20.1.0.dev395 2022-08-25 12:01:29.085 | Can't uninstall 'cinder'. No files were found to uninstall. 2022-08-25 12:01:29.086 | Running setup.py develop for cinder 2022-08-25 12:01:31.643 | Successfully installed cinder 2022-08-25 12:01:31.763 | + inc/python:pip_install:196 : result=0 2022-08-25 12:01:31.765 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 12:01:31.767 | + functions-common:time_stop:2439 : local name 2022-08-25 12:01:31.769 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:01:31.772 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:01:31.774 | + functions-common:time_stop:2442 : local total 2022-08-25 12:01:31.776 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:01:31.779 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 12:01:31.781 | + functions-common:time_stop:2446 : start_time=1661428880856 2022-08-25 12:01:31.783 | + functions-common:time_stop:2448 : [[ -z 1661428880856 ]] 2022-08-25 12:01:31.786 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:01:31.790 | + functions-common:time_stop:2451 : end_time=1661428891788 2022-08-25 12:01:31.792 | + functions-common:time_stop:2452 : elapsed_time=10932 2022-08-25 12:01:31.795 | + functions-common:time_stop:2453 : total=87076 2022-08-25 12:01:31.797 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:01:31.799 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=98008 2022-08-25 12:01:31.802 | + inc/python:pip_install:199 : return 0 2022-08-25 12:01:31.804 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-25 12:01:31.807 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-08-25 12:01:31.809 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-08-25 12:01:31.829 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-08-25 12:01:31.841 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2022-08-25 12:01:31.844 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2022-08-25 12:01:31.846 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:01:31.849 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:01:31.851 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-08-25 12:01:31.854 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:01:31.857 | + lib/cinder:install_cinder:476 : [[ lioadm == \t\g\t\a\d\m ]] 2022-08-25 12:01:31.859 | + lib/cinder:install_cinder:478 : [[ lioadm == \l\i\o\a\d\m ]] 2022-08-25 12:01:31.862 | + lib/cinder:install_cinder:479 : is_ubuntu 2022-08-25 12:01:31.864 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:01:31.867 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:01:31.869 | + lib/cinder:install_cinder:481 : sudo mkdir -p /etc/target 2022-08-25 12:01:31.881 | + lib/cinder:install_cinder:483 : install_package targetcli-fb 2022-08-25 12:01:31.884 | + functions-common:install_package:1463 : update_package_repo 2022-08-25 12:01:31.887 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-25 12:01:31.890 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-25 12:01:31.893 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-25 12:01:31.895 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-25 12:01:31.898 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-25 12:01:31.900 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:01:31.904 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:01:31.906 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-25 12:01:31.909 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-25 12:01:31.911 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-25 12:01:31.914 | + functions-common:apt_get_update:1190 : return 2022-08-25 12:01:31.916 | + functions-common:install_package:1464 : real_install_package targetcli-fb 2022-08-25 12:01:31.920 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-25 12:01:31.923 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:01:31.925 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:01:31.928 | + functions-common:real_install_package:1450 : apt_get install targetcli-fb 2022-08-25 12:01:31.952 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2022-08-25 12:01:32.064 | Reading package lists... 2022-08-25 12:01:32.328 | Building dependency tree... 2022-08-25 12:01:32.330 | Reading state information... 2022-08-25 12:01:32.606 | targetcli-fb is already the newest version (1:2.1.51-0ubuntu1). 2022-08-25 12:01:32.606 | The following packages were automatically installed and are no longer required: 2022-08-25 12:01:32.608 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-25 12:01:32.608 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-25 12:01:32.608 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-25 12:01:32.608 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-25 12:01:32.608 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-25 12:01:32.608 | python3-zope.interface 2022-08-25 12:01:32.608 | Use 'sudo apt autoremove' to remove them. 2022-08-25 12:01:32.723 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-25 12:01:32.728 | + functions-common:apt_get:1234 : result=0 2022-08-25 12:01:32.731 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-25 12:01:32.734 | + functions-common:time_stop:2439 : local name 2022-08-25 12:01:32.737 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:01:32.739 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:01:32.742 | + functions-common:time_stop:2442 : local total 2022-08-25 12:01:32.744 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:01:32.748 | + functions-common:time_stop:2445 : name=apt-get 2022-08-25 12:01:32.750 | + functions-common:time_stop:2446 : start_time=1661428891948 2022-08-25 12:01:32.753 | + functions-common:time_stop:2448 : [[ -z 1661428891948 ]] 2022-08-25 12:01:32.756 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:01:32.760 | + functions-common:time_stop:2451 : end_time=1661428892758 2022-08-25 12:01:32.763 | + functions-common:time_stop:2452 : elapsed_time=810 2022-08-25 12:01:32.765 | + functions-common:time_stop:2453 : total=5914 2022-08-25 12:01:32.768 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:01:32.770 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=6724 2022-08-25 12:01:32.773 | + functions-common:apt_get:1238 : return 0 2022-08-25 12:01:32.775 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-25 12:01:32.778 | + ./stack.sh:main:921 : configure_cinder 2022-08-25 12:01:32.780 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-08-25 12:01:32.793 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-08-25 12:01:32.798 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-08-25 12:01:32.800 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-08-25 12:01:32.802 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-08-25 12:01:32.805 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-08-25 12:01:32.805 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-08-25 12:01:32.810 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-08-25 12:01:32.813 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-08-25 12:01:32.815 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-08-25 12:01:32.817 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-08-25 12:01:32.819 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-08-25 12:01:32.821 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-08-25 12:01:32.823 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-08-25 12:01:32.825 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-08-25 12:01:32.837 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-08-25 12:01:32.850 | + 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-08-25 12:01:32.863 | + 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-08-25 12:01:32.876 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-08-25 12:01:32.889 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-08-25 12:01:32.892 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-08-25 12:01:32.896 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.8UV1ZSzaZo 2022-08-25 12:01:32.898 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-08-25 12:01:32.900 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-08-25 12:01:32.903 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-08-25 12:01:32.905 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.8UV1ZSzaZo 2022-08-25 12:01:32.909 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.8UV1ZSzaZo 2022-08-25 12:01:32.922 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.8UV1ZSzaZo /etc/sudoers.d/cinder-rootwrap 2022-08-25 12:01:32.935 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-08-25 12:01:32.939 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-08-25 12:01:32.942 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-08-25 12:01:32.944 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-08-25 12:01:32.946 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-08-25 12:01:32.948 | + 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-08-25 12:01:32.951 | + 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-08-25 12:01:32.953 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-08-25 12:01:32.956 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-08-25 12:01:32.960 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-08-25 12:01:32.965 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-08-25 12:01:32.984 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-08-25 12:01:33.002 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-08-25 12:01:33.021 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-08-25 12:01:33.039 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-08-25 12:01:33.059 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-08-25 12:01:33.079 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-08-25 12:01:33.099 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-08-25 12:01:33.117 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-08-25 12:01:33.120 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-08-25 12:01:33.123 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=cinder 2022-08-25 12:01:33.125 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-25 12:01:33.128 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-08-25 12:01:33.162 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-08-25 12:01:33.195 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.42/identity 2022-08-25 12:01:33.229 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-08-25 12:01:33.262 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-08-25 12:01:33.295 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-08-25 12:01:33.327 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-08-25 12:01:33.360 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-08-25 12:01:33.393 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-25 12:01:33.426 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-08-25 12:01:33.458 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-08-25 12:01:33.493 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-08-25 12:01:33.526 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-08-25 12:01:33.529 | ++ lib/database:database_connection_url:134 : local db=cinder 2022-08-25 12:01:33.531 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2022-08-25 12:01:33.533 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=cinder 2022-08-25 12:01:33.536 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-25 12:01:33.538 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-25 12:01:33.540 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-25 12:01:33.559 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:01:33.562 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-25 12:01:33.564 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2022-08-25 12:01:33.567 | + lib/cinder:configure_cinder:271 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2022-08-25 12:01:33.603 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-08-25 12:01:33.635 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-08-25 12:01:33.669 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-08-25 12:01:33.707 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-08-25 12:01:33.739 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-08-25 12:01:33.775 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-08-25 12:01:33.811 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-08-25 12:01:33.813 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.42 2022-08-25 12:01:33.846 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-08-25 12:01:33.881 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-08-25 12:01:33.889 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key 5be07caa82c86c5440b324eccc642400 2022-08-25 12:01:33.923 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-08-25 12:01:33.925 | + lib/cinder:configure_cinder:290 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-08-25 12:01:33.958 | + lib/cinder:configure_cinder:291 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-08-25 12:01:33.991 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-08-25 12:01:34.023 | + lib/cinder:configure_cinder:297 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-08-25 12:01:34.056 | + lib/cinder:configure_cinder:299 : is_service_enabled c-vol 2022-08-25 12:01:34.073 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:01:34.076 | + lib/cinder:configure_cinder:299 : [[ -n lvm:lvmdriver-1 ]] 2022-08-25 12:01:34.078 | + lib/cinder:configure_cinder:300 : local enabled_backends= 2022-08-25 12:01:34.081 | + lib/cinder:configure_cinder:301 : local default_name= 2022-08-25 12:01:34.083 | + lib/cinder:configure_cinder:302 : local be be_name be_type 2022-08-25 12:01:34.085 | + lib/cinder:configure_cinder:303 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-08-25 12:01:34.088 | + lib/cinder:configure_cinder:304 : be_type=lvm 2022-08-25 12:01:34.090 | + lib/cinder:configure_cinder:305 : be_name=lvmdriver-1 2022-08-25 12:01:34.094 | + lib/cinder:configure_cinder:306 : type configure_cinder_backend_lvm 2022-08-25 12:01:34.096 | + lib/cinder:configure_cinder:307 : configure_cinder_backend_lvm lvmdriver-1 2022-08-25 12:01:34.099 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2022-08-25 12:01:34.101 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2022-08-25 12:01:34.135 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2022-08-25 12:01:34.168 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2022-08-25 12:01:34.211 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm 2022-08-25 12:01:34.243 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2022-08-25 12:01:34.276 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2022-08-25 12:01:34.309 | + lib/cinder:configure_cinder:309 : [[ -z '' ]] 2022-08-25 12:01:34.311 | + lib/cinder:configure_cinder:310 : default_name=lvmdriver-1 2022-08-25 12:01:34.314 | + lib/cinder:configure_cinder:312 : enabled_backends+=lvmdriver-1, 2022-08-25 12:01:34.316 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2022-08-25 12:01:34.349 | + lib/cinder:configure_cinder:315 : [[ -n lvmdriver-1 ]] 2022-08-25 12:01:34.351 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2022-08-25 12:01:34.384 | + lib/cinder:configure_cinder:318 : configure_cinder_image_volume_cache 2022-08-25 12:01:34.387 | + lib/cinder:configure_cinder_image_volume_cache:632 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2022-08-25 12:01:34.390 | + lib/cinder:configure_cinder_image_volume_cache:633 : local be_name=lvmdriver-1 2022-08-25 12:01:34.392 | + lib/cinder:configure_cinder_image_volume_cache:635 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2022-08-25 12:01:34.424 | + lib/cinder:configure_cinder_image_volume_cache:637 : [[ -n '' ]] 2022-08-25 12:01:34.426 | + lib/cinder:configure_cinder_image_volume_cache:641 : [[ -n '' ]] 2022-08-25 12:01:34.428 | + lib/cinder:configure_cinder:321 : is_service_enabled c-bak 2022-08-25 12:01:34.445 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:01:34.448 | + lib/cinder:configure_cinder:321 : [[ -n swift ]] 2022-08-25 12:01:34.451 | + lib/cinder:configure_cinder:322 : type configure_cinder_backup_swift 2022-08-25 12:01:34.453 | + lib/cinder:configure_cinder:323 : configure_cinder_backup_swift 2022-08-25 12:01:34.455 | + lib/cinder_backups/swift:configure_cinder_backup_swift:25 : iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver 2022-08-25 12:01:34.487 | + lib/cinder_backups/swift:configure_cinder_backup_swift:26 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.42:8080/v1/AUTH_ 2022-08-25 12:01:34.520 | + lib/cinder_backups/swift:configure_cinder_backup_swift:27 : is_service_enabled tls-proxy 2022-08-25 12:01:34.536 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:01:34.539 | + lib/cinder:configure_cinder:329 : is_service_enabled ceilometer 2022-08-25 12:01:34.555 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:01:34.557 | + lib/cinder:configure_cinder:333 : is_service_enabled tls-proxy 2022-08-25 12:01:34.575 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:01:34.577 | + lib/cinder:configure_cinder:347 : '[' False '!=' False ']' 2022-08-25 12:01:34.579 | + lib/cinder:configure_cinder:351 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-08-25 12:01:34.582 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-08-25 12:01:34.584 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-08-25 12:01:34.586 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-25 12:01:34.589 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-25 12:01:34.591 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-25 12:01:34.607 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:01:34.610 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-25 12:01:34.613 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-25 12:01:34.615 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-25 12:01:34.632 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:01:34.634 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 12:01:34.638 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 12:01:34.671 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-25 12:01:34.674 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-25 12:01:34.676 | + lib/cinder:configure_cinder:354 : setup_logging /etc/cinder/cinder.conf True 2022-08-25 12:01:34.679 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-08-25 12:01:34.682 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-08-25 12:01:34.685 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-25 12:01:34.703 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-25 12:01:34.705 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-25 12:01:34.708 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-25 12:01:34.710 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-25 12:01:34.712 | + 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-08-25 12:01:34.745 | + 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-08-25 12:01:34.778 | + 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-08-25 12:01:34.810 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-25 12:01:34.843 | + lib/cinder:configure_cinder:356 : is_service_enabled c-api 2022-08-25 12:01:34.859 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:01:34.862 | + lib/cinder:configure_cinder:357 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-08-25 12:01:34.864 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-08-25 12:01:34.866 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2022-08-25 12:01:34.868 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2022-08-25 12:01:34.871 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-25 12:01:34.873 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-25 12:01:34.876 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2022-08-25 12:01:34.880 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2022-08-25 12:01:34.883 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-25 12:01:34.885 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-25 12:01:34.898 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-25 12:01:34.898 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-25 12:01:34.908 | d /var/run/uwsgi 0755 ubuntu root 2022-08-25 12:01:34.912 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-25 12:01:34.928 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-08-25 12:01:34.930 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-08-25 12:01:34.934 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-08-25 12:01:34.969 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-08-25 12:01:35.000 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-08-25 12:01:35.034 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-08-25 12:01:35.068 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-08-25 12:01:35.102 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-25 12:01:35.135 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-08-25 12:01:35.167 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-08-25 12:01:35.203 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-08-25 12:01:35.235 | + 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-08-25 12:01:35.268 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-08-25 12:01:35.300 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-25 12:01:35.332 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-08-25 12:01:35.364 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-25 12:01:35.367 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-25 12:01:35.369 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2022-08-25 12:01:35.372 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2022-08-25 12:01:35.375 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-25 12:01:35.377 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:01:35.379 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:01:35.382 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-08-25 12:01:35.385 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-08-25 12:01:35.387 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-08-25 12:01:35.420 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-08-25 12:01:35.452 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-08-25 12:01:35.452 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-08-25 12:01:35.461 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-08-25 12:01:35.464 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2022-08-25 12:01:35.467 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2022-08-25 12:01:35.469 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-25 12:01:35.472 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-25 12:01:35.474 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-25 12:01:35.476 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:01:35.478 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:01:35.481 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-25 12:01:35.484 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-25 12:01:35.486 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:01:35.488 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:01:35.491 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2022-08-25 12:01:35.553 | Enabling site cinder-wsgi. 2022-08-25 12:01:35.559 | To activate the new configuration, you need to run: 2022-08-25 12:01:35.559 | systemctl reload apache2 2022-08-25 12:01:35.564 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-25 12:01:35.566 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-25 12:01:35.568 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 12:01:35.571 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-25 12:01:35.708 | + lib/cinder:configure_cinder:360 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-08-25 12:01:35.713 | + lib/cinder:configure_cinder:364 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-08-25 12:01:35.756 | + lib/cinder:configure_cinder:366 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.42/image 2022-08-25 12:01:35.795 | + lib/cinder:configure_cinder:367 : is_service_enabled tls-proxy 2022-08-25 12:01:35.812 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:01:35.815 | + lib/cinder:configure_cinder:373 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-08-25 12:01:35.817 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-08-25 12:01:35.819 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-08-25 12:01:35.822 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-08-25 12:01:35.824 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-08-25 12:01:35.859 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf nova interface public 2022-08-25 12:01:35.892 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.42/identity 2022-08-25 12:01:35.925 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf nova username nova 2022-08-25 12:01:35.958 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-08-25 12:01:35.993 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-08-25 12:01:36.026 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova project_name service 2022-08-25 12:01:36.061 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-08-25 12:01:36.094 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-08-25 12:01:36.133 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-08-25 12:01:36.167 | + lib/cinder:configure_cinder:374 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-08-25 12:01:36.204 | + lib/cinder:configure_cinder:375 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-08-25 12:01:36.238 | + lib/cinder:configure_cinder:377 : [[ ! -z '' ]] 2022-08-25 12:01:36.240 | + lib/cinder:configure_cinder:379 : is_service_enabled etcd3 2022-08-25 12:01:36.257 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:01:36.261 | + lib/cinder:configure_cinder:380 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.42:2379 2022-08-25 12:01:36.299 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-08-25 12:01:36.301 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-08-25 12:01:36.304 | + ./stack.sh:main:924 : is_service_enabled neutron 2022-08-25 12:01:36.322 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:01:36.326 | + ./stack.sh:main:926 : stack_install_service neutron 2022-08-25 12:01:36.328 | + lib/stack:stack_install_service:20 : local service=neutron 2022-08-25 12:01:36.331 | + lib/stack:stack_install_service:21 : type install_neutron 2022-08-25 12:01:36.335 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-25 12:01:36.337 | + lib/stack:stack_install_service:32 : install_neutron 2022-08-25 12:01:36.340 | + lib/neutron:install_neutron:702 : is_neutron_legacy_enabled 2022-08-25 12:01:36.344 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-25 12:01:36.344 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-25 12:01:36.350 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-25 12:01:36.352 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-25 12:01:36.356 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,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-08-25 12:01:36.358 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-25 12:01:36.361 | + lib/neutron:install_neutron:704 : install_mutnauq 2022-08-25 12:01:36.363 | + lib/neutron-legacy:install_mutnauq:472 : use_library_from_git neutron-lib 2022-08-25 12:01:36.366 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2022-08-25 12:01:36.368 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:01:36.372 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:01:36.376 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2022-08-25 12:01:36.378 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:01:36.382 | + lib/neutron-legacy:install_mutnauq:477 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2022-08-25 12:01:36.384 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/neutron.git 2022-08-25 12:01:36.387 | + functions-common:git_clone:597 : local git_dest=/opt/stack/neutron 2022-08-25 12:01:36.390 | + functions-common:git_clone:598 : local git_ref=master 2022-08-25 12:01:36.392 | + functions-common:git_clone:599 : local orig_dir 2022-08-25 12:01:36.395 | ++ functions-common:git_clone:600 : pwd 2022-08-25 12:01:36.398 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-25 12:01:36.400 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-25 12:01:36.403 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-25 12:01:36.420 | + functions-common:git_clone:603 : RECLONE=False 2022-08-25 12:01:36.422 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-25 12:01:36.425 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-25 12:01:36.428 | + functions-common:git_clone:617 : echo master 2022-08-25 12:01:36.428 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-25 12:01:36.434 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/neutron ]] 2022-08-25 12:01:36.436 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-25 12:01:36.439 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/neutron 2022-08-25 12:01:36.451 | + functions-common:git_clone:677 : cd /opt/stack/neutron 2022-08-25 12:01:36.454 | + functions-common:git_clone:678 : git show --oneline 2022-08-25 12:01:36.455 | + functions-common:git_clone:678 : head -1 2022-08-25 12:01:36.458 | d4790238cd Merge "Allow shared net to be added on router" 2022-08-25 12:01:36.461 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-25 12:01:36.463 | + lib/neutron-legacy:install_mutnauq:478 : setup_develop /opt/stack/neutron 2022-08-25 12:01:36.466 | + inc/python:setup_develop:334 : local bindep 2022-08-25 12:01:36.468 | + inc/python:setup_develop:335 : [[ /opt/stack/neutron == -bindep* ]] 2022-08-25 12:01:36.471 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/neutron 2022-08-25 12:01:36.473 | + inc/python:setup_develop:340 : local extras= 2022-08-25 12:01:36.475 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-08-25 12:01:36.478 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-25 12:01:36.481 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/neutron == -bindep* ]] 2022-08-25 12:01:36.483 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/neutron 2022-08-25 12:01:36.486 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-25 12:01:36.488 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-25 12:01:36.491 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/neutron 2022-08-25 12:01:36.494 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-25 12:01:36.497 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2022-08-25 12:01:36.500 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-25 12:01:36.502 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-25 12:01:36.506 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-08-25 12:01:36.512 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2022-08-25 12:01:36.514 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-08-25 12:01:37.169 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2022-08-25 12:01:37.172 | + inc/python:setup_package:414 : local bindep=0 2022-08-25 12:01:37.174 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-25 12:01:37.176 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-25 12:01:37.179 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2022-08-25 12:01:37.181 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2022-08-25 12:01:37.183 | + inc/python:setup_package:423 : local flags=-e 2022-08-25 12:01:37.186 | + inc/python:setup_package:424 : local extras= 2022-08-25 12:01:37.188 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-25 12:01:37.190 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-25 12:01:37.193 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-25 12:01:37.195 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-25 12:01:37.198 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-25 12:01:37.200 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2022-08-25 12:01:37.222 | Using python 3.8 to install /opt/stack/neutron 2022-08-25 12:01:37.224 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2022-08-25 12:01:39.334 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:01:39.334 | from cryptography.utils import int_from_bytes 2022-08-25 12:01:39.334 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:01:39.334 | from cryptography.utils import int_from_bytes 2022-08-25 12:01:40.388 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 12:01:40.388 | Obtaining file:///opt/stack/neutron 2022-08-25 12:01:42.657 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-25 12:01:42.663 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-25 12:01:42.665 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-08-25 12:01:42.674 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-25 12:01:42.682 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-25 12:01:42.693 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-25 12:01:42.842 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-25 12:01:42.856 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-25 12:01:42.869 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 12:01:42.875 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 12:01:42.877 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-25 12:01:42.885 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-25 12:01:42.888 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-25 12:01:42.893 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-08-25 12:01:42.903 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-25 12:01:42.940 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-25 12:01:42.967 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 12:01:43.024 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-25 12:01:43.076 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 12:01:43.080 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 12:01:43.083 | Requirement already satisfied: neutron-lib===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 264)) (3.1.0) 2022-08-25 12:01:43.119 | Requirement already satisfied: openstacksdk===0.101.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.101.0) 2022-08-25 12:01:43.144 | Requirement already satisfied: os-ken===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (2.5.0) 2022-08-25 12:01:43.160 | Requirement already satisfied: os-resource-classes===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (1.1.0) 2022-08-25 12:01:43.164 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 12:01:43.169 | Requirement already satisfied: os-traits===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (2.8.0) 2022-08-25 12:01:43.174 | Requirement already satisfied: os-vif===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (2.8.0) 2022-08-25 12:01:43.200 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-08-25 12:01:43.236 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-25 12:01:43.246 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 12:01:43.285 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-25 12:01:43.291 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-25 12:01:43.339 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 12:01:43.344 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-25 12:01:43.382 | Requirement already satisfied: oslo.messaging===14.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (14.0.0) 2022-08-25 12:01:43.435 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-25 12:01:43.445 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-25 12:01:43.463 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-25 12:01:43.478 | Requirement already satisfied: oslo.privsep===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.1) 2022-08-25 12:01:43.492 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-08-25 12:01:43.503 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-08-25 12:01:43.506 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 12:01:43.514 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-25 12:01:43.537 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-25 12:01:43.549 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 12:01:43.562 | Requirement already satisfied: oslo.versionedobjects===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.0.1) 2022-08-25 12:01:43.580 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-08-25 12:01:43.619 | Requirement already satisfied: ovs===2.17.1.post1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.17.1.post1) 2022-08-25 12:01:43.624 | Requirement already satisfied: ovsdbapp===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (2.1.0) 2022-08-25 12:01:43.632 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 12:01:43.637 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 12:01:43.639 | Requirement already satisfied: pecan===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (1.4.2) 2022-08-25 12:01:43.648 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 12:01:43.660 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-25 12:01:43.665 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-08-25 12:01:43.712 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-25 12:01:43.725 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-25 12:01:43.734 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-25 12:01:43.737 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 12:01:43.742 | Requirement already satisfied: pyroute2===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) (0.7.2) 2022-08-25 12:01:43.749 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-25 12:01:43.754 | Requirement already satisfied: python-designateclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (5.0.0) 2022-08-25 12:01:43.772 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 12:01:43.793 | Requirement already satisfied: python-neutronclient===8.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (8.0.0) 2022-08-25 12:01:43.817 | Requirement already satisfied: python-novaclient===18.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (18.0.0) 2022-08-25 12:01:43.832 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 12:01:43.836 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-25 12:01:43.844 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 12:01:43.857 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-25 12:01:43.860 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 12:01:43.864 | Requirement already satisfied: setproctitle===1.3.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (1.3.2) 2022-08-25 12:01:43.868 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-25 12:01:43.872 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 12:01:43.874 | Requirement already satisfied: sortedcontainers===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (2.4.0) 2022-08-25 12:01:43.877 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-25 12:01:43.888 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-25 12:01:43.891 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-25 12:01:43.893 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 12:01:43.898 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-25 12:01:43.912 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-25 12:01:43.921 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-25 12:01:43.927 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-25 12:01:43.936 | Requirement already satisfied: tooz===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (3.0.0) 2022-08-25 12:01:43.996 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 12:01:44.028 | Requirement already satisfied: voluptuous===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.13.1) 2022-08-25 12:01:44.032 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-25 12:01:44.037 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 12:01:44.040 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-25 12:01:44.046 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 12:01:44.071 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.2->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-25 12:01:44.073 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-25 12:01:44.084 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-25 12:01:44.110 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 12:01:44.113 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-25 12:01:44.116 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 12:01:44.122 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-25 12:01:44.125 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 12:01:44.127 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-25 12:01:44.132 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-25 12:01:44.153 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-25 12:01:44.190 | Requirement already satisfied: ncclient===0.6.13 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (0.6.13) 2022-08-25 12:01:44.203 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 12:01:44.206 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-25 12:01:44.209 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-25 12:01:44.213 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-25 12:01:44.217 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-25 12:01:44.262 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-25 12:01:44.270 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 12:01:44.273 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-25 12:01:44.285 | Requirement already satisfied: logutils===0.3.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) (0.3.5) 2022-08-25 12:01:44.287 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-25 12:01:44.326 | Requirement already satisfied: osc-lib===2.6.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.2) 2022-08-25 12:01:44.341 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-25 12:01:44.351 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) (2.1.0) 2022-08-25 12:01:44.356 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 12:01:44.361 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 12:01:44.363 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 12:01:44.366 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-25 12:01:44.369 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-25 12:01:44.371 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-25 12:01:44.374 | Requirement already satisfied: paramiko===2.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (2.11.0) 2022-08-25 12:01:44.407 | Requirement already satisfied: lxml===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (4.9.1) 2022-08-25 12:01:44.417 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-25 12:01:44.420 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 12:01:44.423 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-25 12:01:44.427 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 12:01:44.486 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-25 12:01:44.489 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-25 12:01:44.537 | Requirement already satisfied: PyNaCl===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (1.5.0) 2022-08-25 12:01:44.550 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-25 12:01:45.500 | Installing collected packages: neutron 2022-08-25 12:01:45.500 | Attempting uninstall: neutron 2022-08-25 12:01:45.501 | Found existing installation: neutron 20.1.0.dev521 2022-08-25 12:01:45.513 | Can't uninstall 'neutron'. No files were found to uninstall. 2022-08-25 12:01:45.514 | Running setup.py develop for neutron 2022-08-25 12:01:48.210 | Successfully installed neutron 2022-08-25 12:01:48.326 | + inc/python:pip_install:196 : result=0 2022-08-25 12:01:48.329 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 12:01:48.331 | + functions-common:time_stop:2439 : local name 2022-08-25 12:01:48.333 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:01:48.335 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:01:48.338 | + functions-common:time_stop:2442 : local total 2022-08-25 12:01:48.340 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:01:48.343 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 12:01:48.345 | + functions-common:time_stop:2446 : start_time=1661428897216 2022-08-25 12:01:48.347 | + functions-common:time_stop:2448 : [[ -z 1661428897216 ]] 2022-08-25 12:01:48.350 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:01:48.354 | + functions-common:time_stop:2451 : end_time=1661428908351 2022-08-25 12:01:48.356 | + functions-common:time_stop:2452 : elapsed_time=11135 2022-08-25 12:01:48.358 | + functions-common:time_stop:2453 : total=98008 2022-08-25 12:01:48.361 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:01:48.363 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=109143 2022-08-25 12:01:48.365 | + inc/python:pip_install:199 : return 0 2022-08-25 12:01:48.368 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-25 12:01:48.370 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-08-25 12:01:48.373 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-08-25 12:01:48.392 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-08-25 12:01:48.404 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2022-08-25 12:01:48.407 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2022-08-25 12:01:48.409 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:01:48.412 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:01:48.415 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2022-08-25 12:01:48.417 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:01:48.420 | + lib/neutron-legacy:install_mutnauq:480 : [[ openvswitch == \o\v\n ]] 2022-08-25 12:01:48.422 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-25 12:01:48.425 | + ./stack.sh:main:929 : is_service_enabled nova 2022-08-25 12:01:48.442 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:01:48.445 | + ./stack.sh:main:931 : stack_install_service nova 2022-08-25 12:01:48.447 | + lib/stack:stack_install_service:20 : local service=nova 2022-08-25 12:01:48.450 | + lib/stack:stack_install_service:21 : type install_nova 2022-08-25 12:01:48.453 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-25 12:01:48.456 | + lib/stack:stack_install_service:32 : install_nova 2022-08-25 12:01:48.458 | + lib/nova:install_nova:875 : use_library_from_git os-vif 2022-08-25 12:01:48.461 | + inc/python:use_library_from_git:246 : local name=os-vif 2022-08-25 12:01:48.463 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:01:48.466 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:01:48.469 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2022-08-25 12:01:48.471 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:01:48.474 | + lib/nova:install_nova:880 : is_service_enabled n-cpu 2022-08-25 12:01:48.489 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:01:48.492 | + lib/nova:install_nova:884 : is_service_enabled n-novnc 2022-08-25 12:01:48.508 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:01:48.511 | + lib/nova:install_nova:896 : is_service_enabled n-spice 2022-08-25 12:01:48.529 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:01:48.532 | + lib/nova:install_nova:908 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2022-08-25 12:01:48.534 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/nova.git 2022-08-25 12:01:48.536 | + functions-common:git_clone:597 : local git_dest=/opt/stack/nova 2022-08-25 12:01:48.539 | + functions-common:git_clone:598 : local git_ref=master 2022-08-25 12:01:48.541 | + functions-common:git_clone:599 : local orig_dir 2022-08-25 12:01:48.544 | ++ functions-common:git_clone:600 : pwd 2022-08-25 12:01:48.547 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-25 12:01:48.549 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-25 12:01:48.552 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-25 12:01:48.569 | + functions-common:git_clone:603 : RECLONE=False 2022-08-25 12:01:48.571 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-25 12:01:48.574 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-25 12:01:48.577 | + functions-common:git_clone:617 : echo master 2022-08-25 12:01:48.577 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-25 12:01:48.582 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/nova ]] 2022-08-25 12:01:48.584 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-25 12:01:48.587 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/nova 2022-08-25 12:01:48.599 | + functions-common:git_clone:677 : cd /opt/stack/nova 2022-08-25 12:01:48.602 | + functions-common:git_clone:678 : git show --oneline 2022-08-25 12:01:48.603 | + functions-common:git_clone:678 : head -1 2022-08-25 12:01:48.606 | a31045ddd3 Merge commit 'refs/changes/16/853516/2' of ssh://review.openstack.org:29418/openstack/nova into HEAD 2022-08-25 12:01:48.609 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-25 12:01:48.611 | + lib/nova:install_nova:909 : setup_develop /opt/stack/nova 2022-08-25 12:01:48.614 | + inc/python:setup_develop:334 : local bindep 2022-08-25 12:01:48.616 | + inc/python:setup_develop:335 : [[ /opt/stack/nova == -bindep* ]] 2022-08-25 12:01:48.619 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/nova 2022-08-25 12:01:48.622 | + inc/python:setup_develop:340 : local extras= 2022-08-25 12:01:48.624 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-08-25 12:01:48.627 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-25 12:01:48.629 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/nova == -bindep* ]] 2022-08-25 12:01:48.631 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/nova 2022-08-25 12:01:48.634 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-25 12:01:48.637 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-25 12:01:48.640 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/nova 2022-08-25 12:01:48.642 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-25 12:01:48.645 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2022-08-25 12:01:48.648 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-25 12:01:48.650 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-25 12:01:48.653 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-08-25 12:01:48.659 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2022-08-25 12:01:48.661 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2022-08-25 12:01:49.284 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2022-08-25 12:01:49.286 | + inc/python:setup_package:414 : local bindep=0 2022-08-25 12:01:49.288 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-25 12:01:49.291 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-25 12:01:49.294 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2022-08-25 12:01:49.296 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2022-08-25 12:01:49.298 | + inc/python:setup_package:423 : local flags=-e 2022-08-25 12:01:49.301 | + inc/python:setup_package:424 : local extras= 2022-08-25 12:01:49.303 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-25 12:01:49.305 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-25 12:01:49.308 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-25 12:01:49.311 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-25 12:01:49.313 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-25 12:01:49.315 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2022-08-25 12:01:49.336 | Using python 3.8 to install /opt/stack/nova 2022-08-25 12:01:49.338 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2022-08-25 12:01:51.456 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:01:51.456 | from cryptography.utils import int_from_bytes 2022-08-25 12:01:51.456 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:01:51.456 | from cryptography.utils import int_from_bytes 2022-08-25 12:01:52.652 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 12:01:52.653 | Obtaining file:///opt/stack/nova 2022-08-25 12:01:56.074 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-25 12:01:56.080 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-25 12:01:56.083 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-08-25 12:01:56.092 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-25 12:01:56.101 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 12:01:56.105 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-25 12:01:56.116 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-25 12:01:56.262 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-25 12:01:56.275 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-25 12:01:56.290 | Requirement already satisfied: castellan===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (4.0.0) 2022-08-25 12:01:56.311 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-25 12:01:56.348 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (0.2.2) 2022-08-25 12:01:56.361 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 12:01:56.364 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-25 12:01:56.373 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-25 12:01:56.376 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-25 12:01:56.381 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-25 12:01:56.418 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-25 12:01:56.446 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 12:01:56.450 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-25 12:01:56.488 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 12:01:56.547 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-25 12:01:56.599 | Requirement already satisfied: lxml===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (4.9.1) 2022-08-25 12:01:56.609 | Requirement already satisfied: microversion-parse===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.1) 2022-08-25 12:01:56.613 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 12:01:56.618 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 12:01:56.621 | Requirement already satisfied: openstacksdk===0.101.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.101.0) 2022-08-25 12:01:56.647 | Requirement already satisfied: os-brick===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (6.0.0) 2022-08-25 12:01:56.671 | Requirement already satisfied: os-resource-classes===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (1.1.0) 2022-08-25 12:01:56.675 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 12:01:56.679 | Requirement already satisfied: os-traits===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (2.8.0) 2022-08-25 12:01:56.684 | Requirement already satisfied: os-vif===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (2.8.0) 2022-08-25 12:01:56.706 | Requirement already satisfied: os-win===5.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.1) 2022-08-25 12:01:56.724 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-08-25 12:01:56.762 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-25 12:01:56.772 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 12:01:56.811 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-25 12:01:56.817 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-25 12:01:56.864 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 12:01:56.868 | Requirement already satisfied: oslo.limit===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (2.0.1) 2022-08-25 12:01:56.879 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-25 12:01:56.918 | Requirement already satisfied: oslo.messaging===14.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (14.0.0) 2022-08-25 12:01:56.972 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-25 12:01:56.983 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-25 12:01:57.002 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-25 12:01:57.017 | Requirement already satisfied: oslo.privsep===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.1) 2022-08-25 12:01:57.031 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-08-25 12:01:57.043 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-08-25 12:01:57.046 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 12:01:57.054 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-25 12:01:57.078 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-25 12:01:57.087 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 12:01:57.101 | Requirement already satisfied: oslo.versionedobjects===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.0.1) 2022-08-25 12:01:57.120 | Requirement already satisfied: ovsdbapp===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (2.1.0) 2022-08-25 12:01:57.159 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 12:01:57.165 | Requirement already satisfied: paramiko===2.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (2.11.0) 2022-08-25 12:01:57.199 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 12:01:57.202 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 12:01:57.214 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-25 12:01:57.219 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-08-25 12:01:57.238 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-25 12:01:57.249 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-25 12:01:57.251 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 12:01:57.257 | Requirement already satisfied: pyroute2===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) (0.7.2) 2022-08-25 12:01:57.263 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-25 12:01:57.267 | Requirement already satisfied: python-barbicanclient===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) (5.4.0) 2022-08-25 12:01:57.281 | Requirement already satisfied: python-cinderclient===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (9.0.0) 2022-08-25 12:01:57.297 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-25 12:01:57.302 | Requirement already satisfied: python-glanceclient===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) (4.0.1) 2022-08-25 12:01:57.318 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 12:01:57.340 | Requirement already satisfied: python-neutronclient===8.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (8.0.0) 2022-08-25 12:01:57.365 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 12:01:57.369 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-25 12:01:57.377 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 12:01:57.390 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-25 12:01:57.392 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 458)) (1.3.3) 2022-08-25 12:01:57.396 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 12:01:57.401 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-25 12:01:57.405 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 12:01:57.407 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-25 12:01:57.418 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-25 12:01:57.421 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-25 12:01:57.423 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 12:01:57.428 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-25 12:01:57.442 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-25 12:01:57.451 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-25 12:01:57.457 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-25 12:01:57.467 | Requirement already satisfied: tooz===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (3.0.0) 2022-08-25 12:01:57.526 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 12:01:57.560 | Requirement already satisfied: voluptuous===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.13.1) 2022-08-25 12:01:57.564 | Requirement already satisfied: warlock===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (2.0.1) 2022-08-25 12:01:57.570 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-25 12:01:57.575 | Requirement already satisfied: websockify===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) (0.10.0) 2022-08-25 12:01:57.579 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 12:01:57.583 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-25 12:01:57.587 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 12:01:57.614 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.2->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-25 12:01:57.617 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-25 12:01:57.627 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 12:01:57.631 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-25 12:01:57.658 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 12:01:57.716 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-25 12:01:57.719 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 12:01:57.724 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-25 12:01:57.728 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-25 12:01:57.749 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-25 12:01:57.753 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 12:01:57.760 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-25 12:01:57.763 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-25 12:01:57.768 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-25 12:01:57.772 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-25 12:01:57.819 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-25 12:01:57.828 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 12:01:57.831 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-25 12:01:57.843 | Requirement already satisfied: ovs===2.17.1.post1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.17.1.post1) 2022-08-25 12:01:57.847 | Requirement already satisfied: PyNaCl===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (1.5.0) 2022-08-25 12:01:57.859 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-25 12:01:57.870 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-25 12:01:57.883 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) (2.1.0) 2022-08-25 12:01:57.888 | Requirement already satisfied: osc-lib===2.6.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.2) 2022-08-25 12:01:57.903 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 12:01:57.905 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 12:01:57.908 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 12:01:57.913 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-25 12:01:57.916 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-25 12:01:57.920 | Requirement already satisfied: numpy===1.23.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 274)) (1.23.2) 2022-08-25 12:01:57.922 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 12:01:57.925 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-25 12:01:57.928 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-25 12:01:57.931 | Requirement already satisfied: sortedcontainers===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (2.4.0) 2022-08-25 12:01:57.934 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-25 12:01:57.937 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-25 12:01:57.985 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-25 12:01:59.006 | Installing collected packages: nova 2022-08-25 12:01:59.006 | Attempting uninstall: nova 2022-08-25 12:01:59.007 | Found existing installation: nova 25.1.0.dev274 2022-08-25 12:01:59.013 | Can't uninstall 'nova'. No files were found to uninstall. 2022-08-25 12:01:59.014 | Running setup.py develop for nova 2022-08-25 12:02:02.723 | Successfully installed nova 2022-08-25 12:02:02.849 | + inc/python:pip_install:196 : result=0 2022-08-25 12:02:02.852 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 12:02:02.855 | + functions-common:time_stop:2439 : local name 2022-08-25 12:02:02.857 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:02:02.859 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:02:02.862 | + functions-common:time_stop:2442 : local total 2022-08-25 12:02:02.864 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:02:02.866 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 12:02:02.868 | + functions-common:time_stop:2446 : start_time=1661428909331 2022-08-25 12:02:02.870 | + functions-common:time_stop:2448 : [[ -z 1661428909331 ]] 2022-08-25 12:02:02.873 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:02:02.877 | + functions-common:time_stop:2451 : end_time=1661428922875 2022-08-25 12:02:02.880 | + functions-common:time_stop:2452 : elapsed_time=13544 2022-08-25 12:02:02.882 | + functions-common:time_stop:2453 : total=109143 2022-08-25 12:02:02.884 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:02:02.887 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=122687 2022-08-25 12:02:02.891 | + inc/python:pip_install:199 : return 0 2022-08-25 12:02:02.893 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-25 12:02:02.896 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-08-25 12:02:02.898 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-08-25 12:02:02.919 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-08-25 12:02:02.932 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2022-08-25 12:02:02.934 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2022-08-25 12:02:02.937 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:02:02.939 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:02:02.942 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2022-08-25 12:02:02.944 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:02:02.947 | + lib/nova:install_nova:910 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2022-08-25 12:02:02.960 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-25 12:02:02.963 | + ./stack.sh:main:932 : configure_nova 2022-08-25 12:02:02.966 | + lib/nova:configure_nova:234 : sudo install -d -o ubuntu /etc/nova 2022-08-25 12:02:02.983 | + lib/nova:configure_nova:236 : configure_rootwrap nova 2022-08-25 12:02:02.985 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-08-25 12:02:02.988 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-08-25 12:02:02.991 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-08-25 12:02:02.992 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-08-25 12:02:02.997 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-08-25 12:02:03.000 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-08-25 12:02:03.003 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-08-25 12:02:03.005 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-08-25 12:02:03.008 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-08-25 12:02:03.011 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-08-25 12:02:03.013 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-08-25 12:02:03.022 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-08-25 12:02:03.031 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-08-25 12:02:03.046 | + 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-08-25 12:02:03.060 | + 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-08-25 12:02:03.074 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-08-25 12:02:03.087 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-08-25 12:02:03.090 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-08-25 12:02:03.095 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.MaDcbYxsyb 2022-08-25 12:02:03.097 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-08-25 12:02:03.100 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-08-25 12:02:03.102 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-08-25 12:02:03.105 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-08-25 12:02:03.107 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-08-25 12:02:03.110 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.MaDcbYxsyb 2022-08-25 12:02:03.114 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.MaDcbYxsyb 2022-08-25 12:02:03.127 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.MaDcbYxsyb /etc/sudoers.d/nova-rootwrap 2022-08-25 12:02:03.141 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-08-25 12:02:03.146 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-08-25 12:02:03.148 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-08-25 12:02:03.151 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-08-25 12:02:03.153 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-08-25 12:02:03.156 | + 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-08-25 12:02:03.158 | + 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-08-25 12:02:03.161 | + lib/nova:configure_nova:238 : [[ 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-08-25 12:02:03.164 | + lib/nova:configure_nova:240 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-08-25 12:02:03.170 | + lib/nova:configure_nova:243 : is_service_enabled n-cpu 2022-08-25 12:02:03.188 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:02:03.190 | + lib/nova:configure_nova:320 : create_nova_conf 2022-08-25 12:02:03.193 | + lib/nova:create_nova_conf:394 : rm -f /opt/stack/nova/bin/nova.conf 2022-08-25 12:02:03.196 | + lib/nova:create_nova_conf:397 : rm -f /etc/nova/nova.conf 2022-08-25 12:02:03.200 | + lib/nova:create_nova_conf:398 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-08-25 12:02:03.239 | + lib/nova:create_nova_conf:399 : '[' True == True ']' 2022-08-25 12:02:03.241 | + lib/nova:create_nova_conf:400 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-08-25 12:02:03.274 | + lib/nova:create_nova_conf:402 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-08-25 12:02:03.310 | + lib/nova:create_nova_conf:403 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-08-25 12:02:03.343 | + lib/nova:create_nova_conf:404 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-08-25 12:02:03.377 | + lib/nova:create_nova_conf:405 : iniset /etc/nova/nova.conf scheduler workers 2 2022-08-25 12:02:03.414 | + lib/nova:create_nova_conf:406 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-08-25 12:02:03.450 | + lib/nova:create_nova_conf:407 : [[ 4 == 6 ]] 2022-08-25 12:02:03.453 | + lib/nova:create_nova_conf:410 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.42 2022-08-25 12:02:03.485 | + lib/nova:create_nova_conf:412 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-08-25 12:02:03.518 | + lib/nova:create_nova_conf:413 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-08-25 12:02:03.553 | + lib/nova:create_nova_conf:414 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-08-25 12:02:03.589 | + lib/nova:create_nova_conf:415 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-08-25 12:02:03.625 | + lib/nova:create_nova_conf:417 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-08-25 12:02:03.663 | + lib/nova:create_nova_conf:419 : is_fedora 2022-08-25 12:02:03.666 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-25 12:02:03.668 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-25 12:02:03.670 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-25 12:02:03.673 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-25 12:02:03.675 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-25 12:02:03.677 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-25 12:02:03.679 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-25 12:02:03.682 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-25 12:02:03.687 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-25 12:02:03.689 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-25 12:02:03.691 | + lib/nova:create_nova_conf:419 : is_suse 2022-08-25 12:02:03.694 | + functions-common:is_suse:536 : is_opensuse 2022-08-25 12:02:03.696 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-25 12:02:03.699 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-25 12:02:03.701 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-25 12:02:03.703 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-25 12:02:03.705 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-25 12:02:03.708 | + lib/nova:create_nova_conf:428 : is_service_enabled n-api n-cond n-sched 2022-08-25 12:02:03.725 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:03.728 | + lib/nova:create_nova_conf:432 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-25 12:02:03.731 | + lib/nova:create_nova_conf:435 : local db=nova_cell0 2022-08-25 12:02:03.733 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-08-25 12:02:03.768 | ++ lib/nova:create_nova_conf:441 : database_connection_url nova_cell0 2022-08-25 12:02:03.770 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2022-08-25 12:02:03.773 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2022-08-25 12:02:03.775 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell0 2022-08-25 12:02:03.777 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-25 12:02:03.780 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-25 12:02:03.782 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-25 12:02:03.807 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:03.810 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-25 12:02:03.812 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2022-08-25 12:02:03.816 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2022-08-25 12:02:03.853 | ++ lib/nova:create_nova_conf:442 : database_connection_url nova_api 2022-08-25 12:02:03.856 | ++ lib/database:database_connection_url:134 : local db=nova_api 2022-08-25 12:02:03.858 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2022-08-25 12:02:03.861 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_api 2022-08-25 12:02:03.863 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-25 12:02:03.865 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-25 12:02:03.867 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-25 12:02:03.884 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:03.887 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-25 12:02:03.889 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2022-08-25 12:02:03.892 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2022-08-25 12:02:03.937 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf cache enabled True 2022-08-25 12:02:03.973 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-08-25 12:02:04.007 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-08-25 12:02:04.038 | + lib/nova:create_nova_conf:452 : is_service_enabled n-api 2022-08-25 12:02:04.056 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:04.058 | + lib/nova:create_nova_conf:453 : is_service_enabled n-api-meta 2022-08-25 12:02:04.075 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:04.078 | ++ lib/nova:create_nova_conf:455 : echo osapi_compute,metadata 2022-08-25 12:02:04.079 | ++ lib/nova:create_nova_conf:455 : sed s/,metadata// 2022-08-25 12:02:04.084 | + lib/nova:create_nova_conf:455 : NOVA_ENABLED_APIS=osapi_compute 2022-08-25 12:02:04.086 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-08-25 12:02:04.119 | + lib/nova:create_nova_conf:458 : is_service_enabled tls-proxy 2022-08-25 12:02:04.136 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:02:04.138 | + lib/nova:create_nova_conf:464 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-08-25 12:02:04.140 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/nova/nova.conf 2022-08-25 12:02:04.143 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-08-25 12:02:04.146 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-25 12:02:04.148 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-08-25 12:02:04.184 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-08-25 12:02:04.216 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.42/identity 2022-08-25 12:02:04.249 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-08-25 12:02:04.282 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-08-25 12:02:04.316 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-08-25 12:02:04.348 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-08-25 12:02:04.383 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-08-25 12:02:04.424 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-25 12:02:04.459 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-08-25 12:02:04.493 | + lib/nova:create_nova_conf:467 : is_service_enabled cinder 2022-08-25 12:02:04.510 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:04.513 | + lib/nova:create_nova_conf:468 : configure_cinder_access 2022-08-25 12:02:04.515 | + lib/nova:configure_cinder_access:595 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-08-25 12:02:04.553 | + lib/nova:configure_cinder_access:596 : iniset /etc/nova/nova.conf cinder auth_type password 2022-08-25 12:02:04.587 | + lib/nova:configure_cinder_access:597 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.42/identity 2022-08-25 12:02:04.628 | + lib/nova:configure_cinder_access:604 : iniset /etc/nova/nova.conf cinder username nova 2022-08-25 12:02:04.661 | + lib/nova:configure_cinder_access:605 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-08-25 12:02:04.696 | + lib/nova:configure_cinder_access:606 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-08-25 12:02:04.732 | + lib/nova:configure_cinder_access:607 : iniset /etc/nova/nova.conf cinder project_name service 2022-08-25 12:02:04.765 | + lib/nova:configure_cinder_access:608 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-08-25 12:02:04.799 | + lib/nova:configure_cinder_access:609 : is_service_enabled tls-proxy 2022-08-25 12:02:04.818 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:02:04.820 | + lib/nova:create_nova_conf:471 : '[' -n /opt/stack/data/nova ']' 2022-08-25 12:02:04.823 | + lib/nova:create_nova_conf:472 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-08-25 12:02:04.858 | + lib/nova:create_nova_conf:473 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-08-25 12:02:04.893 | + lib/nova:create_nova_conf:475 : '[' -n /opt/stack/data/nova/instances ']' 2022-08-25 12:02:04.895 | + lib/nova:create_nova_conf:476 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-08-25 12:02:04.929 | + lib/nova:create_nova_conf:478 : '[' False '!=' False ']' 2022-08-25 12:02:04.931 | + lib/nova:create_nova_conf:481 : '[' False '!=' False ']' 2022-08-25 12:02:04.934 | + lib/nova:create_nova_conf:487 : is_suse 2022-08-25 12:02:04.936 | + functions-common:is_suse:536 : is_opensuse 2022-08-25 12:02:04.939 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-25 12:02:04.941 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-25 12:02:04.943 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-25 12:02:04.946 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-25 12:02:04.948 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-25 12:02:04.950 | + lib/nova:create_nova_conf:487 : is_fedora 2022-08-25 12:02:04.953 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-25 12:02:04.955 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-25 12:02:04.957 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-25 12:02:04.960 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-25 12:02:04.962 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-25 12:02:04.964 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-25 12:02:04.967 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-25 12:02:04.969 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-25 12:02:04.971 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-25 12:02:04.974 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-25 12:02:04.976 | + lib/nova:create_nova_conf:492 : setup_logging /etc/nova/nova.conf 2022-08-25 12:02:04.978 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2022-08-25 12:02:04.981 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2022-08-25 12:02:04.984 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-25 12:02:05.002 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-25 12:02:05.004 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-25 12:02:05.006 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-25 12:02:05.008 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-25 12:02:05.011 | + 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-08-25 12:02:05.046 | + 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-08-25 12:02:05.079 | + 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-08-25 12:02:05.114 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-25 12:02:05.148 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-08-25 12:02:05.186 | + lib/nova:create_nova_conf:496 : is_service_enabled n-api 2022-08-25 12:02:05.202 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:05.204 | + lib/nova:create_nova_conf:497 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-08-25 12:02:05.207 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2022-08-25 12:02:05.209 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-08-25 12:02:05.212 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2022-08-25 12:02:05.215 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-25 12:02:05.217 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-25 12:02:05.220 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2022-08-25 12:02:05.226 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2022-08-25 12:02:05.229 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-25 12:02:05.232 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-25 12:02:05.245 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-25 12:02:05.246 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-25 12:02:05.254 | d /var/run/uwsgi 0755 ubuntu root 2022-08-25 12:02:05.258 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-25 12:02:05.275 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-08-25 12:02:05.278 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-08-25 12:02:05.282 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-08-25 12:02:05.317 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-08-25 12:02:05.358 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-08-25 12:02:05.389 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-08-25 12:02:05.426 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-08-25 12:02:05.459 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-25 12:02:05.493 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-08-25 12:02:05.533 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-08-25 12:02:05.567 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-08-25 12:02:05.601 | + 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-08-25 12:02:05.635 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-08-25 12:02:05.670 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-25 12:02:05.706 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-08-25 12:02:05.739 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-25 12:02:05.741 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-25 12:02:05.744 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2022-08-25 12:02:05.747 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2022-08-25 12:02:05.749 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-25 12:02:05.752 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:02:05.754 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:02:05.757 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-08-25 12:02:05.760 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-08-25 12:02:05.763 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-08-25 12:02:05.797 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-08-25 12:02:05.830 | + 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-08-25 12:02:05.831 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-08-25 12:02:05.840 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-08-25 12:02:05.845 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2022-08-25 12:02:05.847 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2022-08-25 12:02:05.849 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-25 12:02:05.852 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-25 12:02:05.863 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-25 12:02:05.866 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:02:05.868 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:02:05.871 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-25 12:02:05.873 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-25 12:02:05.875 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:02:05.878 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:02:05.880 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2022-08-25 12:02:05.947 | Enabling site nova-api-wsgi. 2022-08-25 12:02:05.953 | To activate the new configuration, you need to run: 2022-08-25 12:02:05.953 | systemctl reload apache2 2022-08-25 12:02:05.964 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-25 12:02:05.966 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-25 12:02:05.969 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 12:02:05.971 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-25 12:02:06.108 | + lib/nova:create_nova_conf:500 : is_service_enabled n-api-meta 2022-08-25 12:02:06.131 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:06.134 | + lib/nova:create_nova_conf:501 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2022-08-25 12:02:06.137 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-08-25 12:02:06.139 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-08-25 12:02:06.142 | + lib/apache:write_uwsgi_config:256 : local url= 2022-08-25 12:02:06.145 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2022-08-25 12:02:06.147 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-25 12:02:06.156 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2022-08-25 12:02:06.160 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2022-08-25 12:02:06.162 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-25 12:02:06.165 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-25 12:02:06.179 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-25 12:02:06.179 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-25 12:02:06.188 | d /var/run/uwsgi 0755 ubuntu root 2022-08-25 12:02:06.192 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-25 12:02:06.209 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-08-25 12:02:06.212 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-08-25 12:02:06.217 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-08-25 12:02:06.256 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-08-25 12:02:06.289 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-08-25 12:02:06.322 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-08-25 12:02:06.356 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-08-25 12:02:06.390 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-25 12:02:06.424 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-08-25 12:02:06.460 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-08-25 12:02:06.493 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-08-25 12:02:06.527 | + 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-08-25 12:02:06.560 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-08-25 12:02:06.593 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-25 12:02:06.627 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-08-25 12:02:06.661 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2022-08-25 12:02:06.664 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-08-25 12:02:06.699 | + lib/nova:create_nova_conf:504 : is_service_enabled ceilometer 2022-08-25 12:02:06.716 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:02:06.718 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-08-25 12:02:06.756 | ++ lib/nova:create_nova_conf:513 : get_notification_url 2022-08-25 12:02:06.759 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-08-25 12:02:06.762 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-08-25 12:02:06.780 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:06.782 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 12:02:06.785 | + lib/nova:create_nova_conf:513 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 12:02:06.820 | + lib/nova:create_nova_conf:514 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-08-25 12:02:06.855 | + lib/nova:create_nova_conf:515 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-08-25 12:02:06.860 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-08-25 12:02:06.862 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-08-25 12:02:06.864 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-25 12:02:06.867 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-25 12:02:06.870 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-25 12:02:06.887 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:06.891 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-25 12:02:06.893 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-25 12:02:06.896 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-25 12:02:06.913 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:06.915 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 12:02:06.919 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 12:02:06.957 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-25 12:02:06.959 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-25 12:02:06.962 | + lib/nova:create_nova_conf:517 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-08-25 12:02:06.996 | + lib/nova:create_nova_conf:518 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-08-25 12:02:07.030 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf conductor workers 2 2022-08-25 12:02:07.071 | + lib/nova:create_nova_conf:522 : is_service_enabled tls-proxy 2022-08-25 12:02:07.090 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:02:07.093 | + lib/nova:create_nova_conf:527 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-08-25 12:02:07.137 | + lib/nova:create_nova_conf:529 : '[' True == True ']' 2022-08-25 12:02:07.140 | + lib/nova:create_nova_conf:530 : init_nova_service_user_conf 2022-08-25 12:02:07.142 | + lib/nova:init_nova_service_user_conf:778 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2022-08-25 12:02:07.179 | + lib/nova:init_nova_service_user_conf:779 : iniset /etc/nova/nova.conf service_user auth_type password 2022-08-25 12:02:07.213 | + lib/nova:init_nova_service_user_conf:780 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.42/identity 2022-08-25 12:02:07.249 | + lib/nova:init_nova_service_user_conf:781 : iniset /etc/nova/nova.conf service_user username nova 2022-08-25 12:02:07.286 | + lib/nova:init_nova_service_user_conf:782 : iniset /etc/nova/nova.conf service_user password Passw0rd 2022-08-25 12:02:07.321 | + lib/nova:init_nova_service_user_conf:783 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2022-08-25 12:02:07.363 | + lib/nova:init_nova_service_user_conf:784 : iniset /etc/nova/nova.conf service_user project_name service 2022-08-25 12:02:07.401 | + lib/nova:init_nova_service_user_conf:785 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2022-08-25 12:02:07.436 | + lib/nova:init_nova_service_user_conf:786 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2022-08-25 12:02:07.471 | + lib/nova:create_nova_conf:533 : is_service_enabled n-cond 2022-08-25 12:02:07.491 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:07.495 | ++ lib/nova:create_nova_conf:534 : seq 1 1 2022-08-25 12:02:07.499 | + lib/nova:create_nova_conf:534 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-08-25 12:02:07.501 | + lib/nova:create_nova_conf:535 : local conf 2022-08-25 12:02:07.503 | + lib/nova:create_nova_conf:536 : local vhost 2022-08-25 12:02:07.506 | ++ lib/nova:create_nova_conf:537 : conductor_conf 1 2022-08-25 12:02:07.509 | ++ lib/nova:conductor_conf:790 : local cell=1 2022-08-25 12:02:07.511 | ++ lib/nova:conductor_conf:791 : echo /etc/nova/nova_cell1.conf 2022-08-25 12:02:07.514 | + lib/nova:create_nova_conf:537 : conf=/etc/nova/nova_cell1.conf 2022-08-25 12:02:07.516 | + lib/nova:create_nova_conf:538 : vhost=nova_cell1 2022-08-25 12:02:07.519 | + lib/nova:create_nova_conf:540 : rm -f /etc/nova/nova_cell1.conf 2022-08-25 12:02:07.523 | ++ lib/nova:create_nova_conf:541 : database_connection_url nova_cell1 2022-08-25 12:02:07.526 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2022-08-25 12:02:07.529 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2022-08-25 12:02:07.532 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell1 2022-08-25 12:02:07.534 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-25 12:02:07.536 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-25 12:02:07.539 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-25 12:02:07.558 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:07.561 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-25 12:02:07.563 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2022-08-25 12:02:07.566 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2022-08-25 12:02:07.611 | + lib/nova:create_nova_conf:542 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-08-25 12:02:07.646 | + lib/nova:create_nova_conf:543 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-08-25 12:02:07.683 | + lib/nova:create_nova_conf:545 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-25 12:02:07.686 | + lib/nova:create_nova_conf:548 : rpc_backend_add_vhost nova_cell1 2022-08-25 12:02:07.688 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-08-25 12:02:07.690 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-08-25 12:02:07.708 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:07.711 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-08-25 12:02:07.712 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-08-25 12:02:08.453 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z nova_cell1 ']' 2022-08-25 12:02:08.456 | + lib/nova:create_nova_conf:549 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-08-25 12:02:08.458 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-08-25 12:02:08.460 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-08-25 12:02:08.463 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-25 12:02:08.465 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-08-25 12:02:08.468 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-25 12:02:08.489 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:08.492 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-08-25 12:02:08.495 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-08-25 12:02:08.499 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-25 12:02:08.516 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:08.519 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/nova_cell1 2022-08-25 12:02:08.522 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/nova_cell1 2022-08-25 12:02:08.555 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-25 12:02:08.558 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-25 12:02:08.560 | + lib/nova:create_nova_conf:553 : is_service_enabled placement placement-client 2022-08-25 12:02:08.578 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:08.580 | + lib/nova:create_nova_conf:554 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-08-25 12:02:08.583 | + lib/nova:configure_placement_nova_compute:582 : local conf=/etc/nova/nova_cell1.conf 2022-08-25 12:02:08.585 | + lib/nova:configure_placement_nova_compute:583 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-08-25 12:02:08.629 | + lib/nova:configure_placement_nova_compute:584 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.42/identity 2022-08-25 12:02:08.662 | + lib/nova:configure_placement_nova_compute:585 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-08-25 12:02:08.696 | + lib/nova:configure_placement_nova_compute:586 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-08-25 12:02:08.731 | + lib/nova:configure_placement_nova_compute:587 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-08-25 12:02:08.767 | + lib/nova:configure_placement_nova_compute:588 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-08-25 12:02:08.809 | + lib/nova:configure_placement_nova_compute:589 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-08-25 12:02:08.844 | + lib/nova:configure_placement_nova_compute:590 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-08-25 12:02:08.881 | + lib/nova:create_nova_conf:558 : setup_logging /etc/nova/nova_cell1.conf 2022-08-25 12:02:08.884 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-08-25 12:02:08.887 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2022-08-25 12:02:08.890 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-25 12:02:08.909 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-25 12:02:08.911 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-25 12:02:08.914 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-25 12:02:08.917 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-25 12:02:08.920 | + 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-08-25 12:02:08.954 | + 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-08-25 12:02:08.988 | + 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-08-25 12:02:09.021 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-25 12:02:09.066 | + lib/nova:create_nova_conf:565 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-25 12:02:09.069 | ++ lib/nova:create_nova_conf:568 : seq 1 1 2022-08-25 12:02:09.073 | + lib/nova:create_nova_conf:568 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-08-25 12:02:09.076 | + lib/nova:create_nova_conf:569 : local conf 2022-08-25 12:02:09.078 | + lib/nova:create_nova_conf:570 : local offset 2022-08-25 12:02:09.081 | ++ lib/nova:create_nova_conf:571 : conductor_conf 1 2022-08-25 12:02:09.083 | ++ lib/nova:conductor_conf:790 : local cell=1 2022-08-25 12:02:09.086 | ++ lib/nova:conductor_conf:791 : echo /etc/nova/nova_cell1.conf 2022-08-25 12:02:09.089 | + lib/nova:create_nova_conf:571 : conf=/etc/nova/nova_cell1.conf 2022-08-25 12:02:09.091 | + lib/nova:create_nova_conf:572 : offset=0 2022-08-25 12:02:09.094 | + lib/nova:create_nova_conf:573 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-08-25 12:02:09.096 | + lib/nova:configure_console_proxies:680 : local conf=/etc/nova/nova_cell1.conf 2022-08-25 12:02:09.099 | + lib/nova:configure_console_proxies:681 : local offset=0 2022-08-25 12:02:09.101 | + lib/nova:configure_console_proxies:685 : offset=0 2022-08-25 12:02:09.104 | + lib/nova:configure_console_proxies:687 : is_service_enabled n-novnc 2022-08-25 12:02:09.125 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:02:09.128 | + lib/nova:configure_console_proxies:687 : '[' False '!=' False ']' 2022-08-25 12:02:09.130 | + lib/nova:configure_console_proxies:719 : is_service_enabled n-spice 2022-08-25 12:02:09.147 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:02:09.149 | + lib/nova:configure_console_proxies:724 : is_service_enabled n-sproxy 2022-08-25 12:02:09.176 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:02:09.182 | + lib/nova:configure_nova:322 : is_service_enabled n-cpu 2022-08-25 12:02:09.200 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:02:09.203 | + ./stack.sh:main:935 : is_service_enabled placement 2022-08-25 12:02:09.221 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:09.223 | + ./stack.sh:main:937 : stack_install_service placement 2022-08-25 12:02:09.226 | + lib/stack:stack_install_service:20 : local service=placement 2022-08-25 12:02:09.229 | + lib/stack:stack_install_service:21 : type install_placement 2022-08-25 12:02:09.231 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-25 12:02:09.234 | + lib/stack:stack_install_service:32 : install_placement 2022-08-25 12:02:09.237 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-08-25 12:02:09.239 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2022-08-25 12:02:09.242 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:02:09.244 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:02:09.247 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2022-08-25 12:02:09.249 | + functions-common:install_package:1463 : update_package_repo 2022-08-25 12:02:09.252 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-25 12:02:09.254 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-25 12:02:09.257 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-25 12:02:09.259 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-25 12:02:09.262 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-25 12:02:09.265 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:02:09.268 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:02:09.271 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-25 12:02:09.273 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-25 12:02:09.276 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-25 12:02:09.279 | + functions-common:apt_get_update:1190 : return 2022-08-25 12:02:09.281 | + functions-common:install_package:1464 : real_install_package apache2 2022-08-25 12:02:09.284 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-25 12:02:09.287 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:02:09.289 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:02:09.292 | + functions-common:real_install_package:1450 : apt_get install apache2 2022-08-25 12:02:09.314 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2022-08-25 12:02:09.427 | Reading package lists... 2022-08-25 12:02:09.703 | Building dependency tree... 2022-08-25 12:02:09.704 | Reading state information... 2022-08-25 12:02:10.017 | apache2 is already the newest version (2.4.41-4ubuntu3.12). 2022-08-25 12:02:10.017 | The following packages were automatically installed and are no longer required: 2022-08-25 12:02:10.018 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-25 12:02:10.018 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-25 12:02:10.018 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-25 12:02:10.018 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-25 12:02:10.018 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-25 12:02:10.019 | python3-zope.interface 2022-08-25 12:02:10.019 | Use 'sudo apt autoremove' to remove them. 2022-08-25 12:02:10.140 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-25 12:02:10.144 | + functions-common:apt_get:1234 : result=0 2022-08-25 12:02:10.147 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-25 12:02:10.149 | + functions-common:time_stop:2439 : local name 2022-08-25 12:02:10.152 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:02:10.155 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:02:10.157 | + functions-common:time_stop:2442 : local total 2022-08-25 12:02:10.159 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:02:10.161 | + functions-common:time_stop:2445 : name=apt-get 2022-08-25 12:02:10.164 | + functions-common:time_stop:2446 : start_time=1661428929311 2022-08-25 12:02:10.166 | + functions-common:time_stop:2448 : [[ -z 1661428929311 ]] 2022-08-25 12:02:10.169 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:02:10.174 | + functions-common:time_stop:2451 : end_time=1661428930171 2022-08-25 12:02:10.176 | + functions-common:time_stop:2452 : elapsed_time=860 2022-08-25 12:02:10.178 | + functions-common:time_stop:2453 : total=6724 2022-08-25 12:02:10.181 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:02:10.183 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=7584 2022-08-25 12:02:10.186 | + functions-common:apt_get:1238 : return 0 2022-08-25 12:02:10.188 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2022-08-25 12:02:10.191 | + functions-common:is_package_installed:1472 : [[ -z libapache2-mod-wsgi ]] 2022-08-25 12:02:10.193 | + functions-common:is_package_installed:1476 : [[ -z deb ]] 2022-08-25 12:02:10.196 | + functions-common:is_package_installed:1480 : [[ deb = \d\e\b ]] 2022-08-25 12:02:10.199 | + functions-common:is_package_installed:1481 : dpkg -s libapache2-mod-wsgi 2022-08-25 12:02:10.222 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2022-08-25 12:02:10.225 | + functions-common:install_package:1463 : update_package_repo 2022-08-25 12:02:10.227 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-25 12:02:10.230 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-25 12:02:10.233 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-25 12:02:10.236 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-25 12:02:10.238 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-25 12:02:10.241 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:02:10.243 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:02:10.246 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-25 12:02:10.249 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-25 12:02:10.251 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-25 12:02:10.253 | + functions-common:apt_get_update:1190 : return 2022-08-25 12:02:10.256 | + functions-common:install_package:1464 : real_install_package libapache2-mod-wsgi-py3 2022-08-25 12:02:10.258 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-25 12:02:10.261 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:02:10.264 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:02:10.267 | + functions-common:real_install_package:1450 : apt_get install libapache2-mod-wsgi-py3 2022-08-25 12:02:10.296 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2022-08-25 12:02:10.410 | Reading package lists... 2022-08-25 12:02:10.692 | Building dependency tree... 2022-08-25 12:02:10.693 | Reading state information... 2022-08-25 12:02:10.998 | libapache2-mod-wsgi-py3 is already the newest version (4.6.8-1ubuntu3.1). 2022-08-25 12:02:10.998 | The following packages were automatically installed and are no longer required: 2022-08-25 12:02:10.999 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-25 12:02:11.000 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-25 12:02:11.000 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-25 12:02:11.000 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-25 12:02:11.000 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-25 12:02:11.000 | python3-zope.interface 2022-08-25 12:02:11.000 | Use 'sudo apt autoremove' to remove them. 2022-08-25 12:02:11.121 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-25 12:02:11.126 | + functions-common:apt_get:1234 : result=0 2022-08-25 12:02:11.129 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-25 12:02:11.131 | + functions-common:time_stop:2439 : local name 2022-08-25 12:02:11.133 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:02:11.136 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:02:11.138 | + functions-common:time_stop:2442 : local total 2022-08-25 12:02:11.141 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:02:11.143 | + functions-common:time_stop:2445 : name=apt-get 2022-08-25 12:02:11.146 | + functions-common:time_stop:2446 : start_time=1661428930293 2022-08-25 12:02:11.148 | + functions-common:time_stop:2448 : [[ -z 1661428930293 ]] 2022-08-25 12:02:11.151 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:02:11.156 | + functions-common:time_stop:2451 : end_time=1661428931153 2022-08-25 12:02:11.158 | + functions-common:time_stop:2452 : elapsed_time=860 2022-08-25 12:02:11.160 | + functions-common:time_stop:2453 : total=7584 2022-08-25 12:02:11.163 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:02:11.165 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=8444 2022-08-25 12:02:11.169 | + functions-common:apt_get:1238 : return 0 2022-08-25 12:02:11.172 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2022-08-25 12:02:11.174 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2022-08-25 12:02:11.177 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-25 12:02:11.179 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:02:11.182 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:02:11.185 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-08-25 12:02:11.187 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2022-08-25 12:02:11.245 | wsgi (enabled by maintainer script) 2022-08-25 12:02:11.249 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-08-25 12:02:11.251 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-08-25 12:02:11.254 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-25 12:02:11.257 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-08-25 12:02:11.260 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2022-08-25 12:02:11.263 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-25 12:02:11.267 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-08-25 12:02:11.267 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-25 12:02:11.273 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2022-08-25 12:02:11.276 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2022-08-25 12:02:11.279 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2022-08-25 12:02:11.282 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-08-25 12:02:11.284 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-08-25 12:02:11.309 | Using python 3.8 to install osc-placement 2022-08-25 12:02:11.311 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt osc-placement 2022-08-25 12:02:13.459 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:02:13.459 | from cryptography.utils import int_from_bytes 2022-08-25 12:02:13.459 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:02:13.459 | from cryptography.utils import int_from_bytes 2022-08-25 12:02:14.540 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 12:02:14.542 | Requirement already satisfied: osc-placement===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (4.0.0) 2022-08-25 12:02:14.552 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 12:02:14.566 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 12:02:14.572 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 12:02:14.575 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 12:02:14.581 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 12:02:14.585 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-25 12:02:14.589 | Requirement already satisfied: osc-lib===2.6.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.2) 2022-08-25 12:02:14.603 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 12:02:14.663 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 12:02:14.666 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 12:02:14.672 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 12:02:14.676 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 12:02:14.681 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 12:02:14.685 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-25 12:02:14.696 | Requirement already satisfied: openstacksdk===0.101.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.101.0) 2022-08-25 12:02:14.723 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 12:02:14.727 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 12:02:14.741 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 12:02:14.745 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 12:02:14.749 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 12:02:14.752 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-25 12:02:14.755 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-25 12:02:14.804 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 12:02:14.816 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 12:02:14.819 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-25 12:02:14.856 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 12:02:14.858 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-25 12:02:14.862 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-25 12:02:14.864 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-25 12:02:14.867 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-25 12:02:14.872 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-25 12:02:14.910 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-25 12:02:14.932 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 12:02:14.938 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 12:02:14.941 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 12:02:14.943 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 12:02:14.977 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 12:02:14.982 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-25 12:02:14.987 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-25 12:02:14.990 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 12:02:15.049 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 12:02:15.076 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-25 12:02:15.080 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 12:02:15.083 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 12:02:17.152 | + inc/python:pip_install:196 : result=0 2022-08-25 12:02:17.155 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 12:02:17.157 | + functions-common:time_stop:2439 : local name 2022-08-25 12:02:17.160 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:02:17.162 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:02:17.165 | + functions-common:time_stop:2442 : local total 2022-08-25 12:02:17.169 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:02:17.172 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 12:02:17.174 | + functions-common:time_stop:2446 : start_time=1661428931302 2022-08-25 12:02:17.177 | + functions-common:time_stop:2448 : [[ -z 1661428931302 ]] 2022-08-25 12:02:17.180 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:02:17.185 | + functions-common:time_stop:2451 : end_time=1661428937182 2022-08-25 12:02:17.188 | + functions-common:time_stop:2452 : elapsed_time=5880 2022-08-25 12:02:17.191 | + functions-common:time_stop:2453 : total=122687 2022-08-25 12:02:17.193 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:02:17.196 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=128567 2022-08-25 12:02:17.198 | + inc/python:pip_install:199 : return 0 2022-08-25 12:02:17.201 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master 2022-08-25 12:02:17.204 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/placement.git 2022-08-25 12:02:17.206 | + functions-common:git_clone:597 : local git_dest=/opt/stack/placement 2022-08-25 12:02:17.209 | + functions-common:git_clone:598 : local git_ref=master 2022-08-25 12:02:17.211 | + functions-common:git_clone:599 : local orig_dir 2022-08-25 12:02:17.219 | ++ functions-common:git_clone:600 : pwd 2022-08-25 12:02:17.222 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-25 12:02:17.224 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-25 12:02:17.227 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-25 12:02:17.246 | + functions-common:git_clone:603 : RECLONE=False 2022-08-25 12:02:17.249 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-25 12:02:17.251 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-25 12:02:17.254 | + functions-common:git_clone:617 : echo master 2022-08-25 12:02:17.255 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-25 12:02:17.261 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/placement ]] 2022-08-25 12:02:17.263 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-25 12:02:17.265 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/placement 2022-08-25 12:02:17.281 | + functions-common:git_clone:677 : cd /opt/stack/placement 2022-08-25 12:02:17.284 | + functions-common:git_clone:678 : head -1 2022-08-25 12:02:17.287 | + functions-common:git_clone:678 : git show --oneline 2022-08-25 12:02:17.292 | d0e05e89 Merge "Remove unicode literal strings" 2022-08-25 12:02:17.295 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-25 12:02:17.298 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-08-25 12:02:17.301 | + inc/python:setup_develop:334 : local bindep 2022-08-25 12:02:17.304 | + inc/python:setup_develop:335 : [[ /opt/stack/placement == -bindep* ]] 2022-08-25 12:02:17.308 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/placement 2022-08-25 12:02:17.310 | + inc/python:setup_develop:340 : local extras= 2022-08-25 12:02:17.313 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-08-25 12:02:17.316 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-25 12:02:17.318 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/placement == -bindep* ]] 2022-08-25 12:02:17.320 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/placement 2022-08-25 12:02:17.323 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-25 12:02:17.326 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-25 12:02:17.330 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/placement 2022-08-25 12:02:17.333 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-25 12:02:17.337 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2022-08-25 12:02:17.340 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-25 12:02:17.347 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-25 12:02:17.354 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-08-25 12:02:17.360 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2022-08-25 12:02:17.362 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement 2022-08-25 12:02:18.005 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2022-08-25 12:02:18.007 | + inc/python:setup_package:414 : local bindep=0 2022-08-25 12:02:18.011 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-25 12:02:18.014 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-25 12:02:18.017 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2022-08-25 12:02:18.019 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2022-08-25 12:02:18.022 | + inc/python:setup_package:423 : local flags=-e 2022-08-25 12:02:18.024 | + inc/python:setup_package:424 : local extras= 2022-08-25 12:02:18.027 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-25 12:02:18.029 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-25 12:02:18.031 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-25 12:02:18.034 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-25 12:02:18.036 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-25 12:02:18.039 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2022-08-25 12:02:18.062 | Using python 3.8 to install /opt/stack/placement 2022-08-25 12:02:18.066 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement 2022-08-25 12:02:20.206 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:02:20.206 | from cryptography.utils import int_from_bytes 2022-08-25 12:02:20.206 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:02:20.206 | from cryptography.utils import int_from_bytes 2022-08-25 12:02:21.257 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 12:02:21.258 | Obtaining file:///opt/stack/placement 2022-08-25 12:02:22.512 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-25 12:02:22.524 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-25 12:02:22.671 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-25 12:02:22.684 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-25 12:02:22.689 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-25 12:02:22.729 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-25 12:02:22.783 | Requirement already satisfied: microversion-parse===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.1) 2022-08-25 12:02:22.788 | Requirement already satisfied: os-resource-classes===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (1.1.0) 2022-08-25 12:02:22.792 | Requirement already satisfied: os-traits===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (2.8.0) 2022-08-25 12:02:22.796 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-08-25 12:02:22.833 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-25 12:02:22.844 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 12:02:22.883 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-25 12:02:22.889 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-25 12:02:22.936 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 12:02:22.940 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-25 12:02:22.979 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-25 12:02:22.999 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-25 12:02:23.013 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 12:02:23.021 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-25 12:02:23.031 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 12:02:23.045 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 12:02:23.050 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 12:02:23.053 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 12:02:23.065 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-25 12:02:23.075 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-25 12:02:23.078 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 12:02:23.084 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-25 12:02:23.089 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-25 12:02:23.093 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 12:02:23.115 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 12:02:23.119 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-25 12:02:23.126 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 12:02:23.139 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 12:02:23.144 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 12:02:23.147 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-25 12:02:23.157 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-25 12:02:23.160 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-25 12:02:23.163 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 12:02:23.168 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-25 12:02:23.177 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-25 12:02:23.182 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-25 12:02:23.192 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 12:02:23.225 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-25 12:02:23.236 | 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/lib/python3/dist-packages (from openstack-placement==7.1.0.dev37) (45.2.0) 2022-08-25 12:02:23.238 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 12:02:23.297 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-25 12:02:23.324 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 12:02:23.381 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 12:02:23.387 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-25 12:02:23.390 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 12:02:23.396 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 12:02:23.401 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 12:02:23.404 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-25 12:02:23.419 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-25 12:02:23.426 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-25 12:02:23.432 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 12:02:23.435 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 12:02:23.438 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 12:02:23.441 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 12:02:23.444 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 12:02:23.447 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 12:02:23.452 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 12:02:23.455 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-25 12:02:23.457 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-25 12:02:23.460 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-25 12:02:23.472 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 12:02:23.499 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 12:02:23.503 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 12:02:23.506 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-25 12:02:23.517 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-25 12:02:23.554 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 12:02:23.558 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-25 12:02:23.561 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 12:02:25.089 | Installing collected packages: openstack-placement 2022-08-25 12:02:25.089 | Attempting uninstall: openstack-placement 2022-08-25 12:02:25.090 | Found existing installation: openstack-placement 7.1.0.dev37 2022-08-25 12:02:25.092 | Can't uninstall 'openstack-placement'. No files were found to uninstall. 2022-08-25 12:02:25.093 | Running setup.py develop for openstack-placement 2022-08-25 12:02:26.831 | Successfully installed openstack-placement 2022-08-25 12:02:26.950 | + inc/python:pip_install:196 : result=0 2022-08-25 12:02:26.953 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 12:02:26.955 | + functions-common:time_stop:2439 : local name 2022-08-25 12:02:26.958 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:02:26.960 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:02:26.962 | + functions-common:time_stop:2442 : local total 2022-08-25 12:02:26.965 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:02:26.967 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 12:02:26.969 | + functions-common:time_stop:2446 : start_time=1661428938056 2022-08-25 12:02:26.972 | + functions-common:time_stop:2448 : [[ -z 1661428938056 ]] 2022-08-25 12:02:26.975 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:02:26.981 | + functions-common:time_stop:2451 : end_time=1661428946978 2022-08-25 12:02:26.983 | + functions-common:time_stop:2452 : elapsed_time=8922 2022-08-25 12:02:26.986 | + functions-common:time_stop:2453 : total=128567 2022-08-25 12:02:26.988 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:02:26.990 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=137489 2022-08-25 12:02:26.993 | + inc/python:pip_install:199 : return 0 2022-08-25 12:02:26.997 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-25 12:02:27.000 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-08-25 12:02:27.007 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-08-25 12:02:27.029 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-08-25 12:02:27.042 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2022-08-25 12:02:27.045 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2022-08-25 12:02:27.048 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:02:27.051 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:02:27.053 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2022-08-25 12:02:27.056 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:02:27.063 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-25 12:02:27.065 | + ./stack.sh:main:938 : configure_placement 2022-08-25 12:02:27.068 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-08-25 12:02:27.081 | + lib/placement:configure_placement:107 : create_placement_conf 2022-08-25 12:02:27.084 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-08-25 12:02:27.089 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-08-25 12:02:27.092 | ++ lib/database:database_connection_url:134 : local db=placement 2022-08-25 12:02:27.094 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2022-08-25 12:02:27.097 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=placement 2022-08-25 12:02:27.100 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-25 12:02:27.102 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-25 12:02:27.105 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-25 12:02:27.131 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:27.136 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-25 12:02:27.140 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2022-08-25 12:02:27.143 | + 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&plugin=dbcounter' 2022-08-25 12:02:27.192 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-08-25 12:02:27.230 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-08-25 12:02:27.270 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-08-25 12:02:27.273 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/placement/placement.conf 2022-08-25 12:02:27.275 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-08-25 12:02:27.278 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-25 12:02:27.281 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-08-25 12:02:27.321 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-08-25 12:02:27.358 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.42/identity 2022-08-25 12:02:27.396 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-08-25 12:02:27.433 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-08-25 12:02:27.471 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-08-25 12:02:27.514 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-08-25 12:02:27.550 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-08-25 12:02:27.586 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-25 12:02:27.628 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-08-25 12:02:27.664 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-08-25 12:02:27.667 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2022-08-25 12:02:27.671 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2022-08-25 12:02:27.674 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-25 12:02:27.693 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-25 12:02:27.696 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-25 12:02:27.700 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-25 12:02:27.703 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-25 12:02:27.705 | + 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-08-25 12:02:27.741 | + 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-08-25 12:02:27.777 | + 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-08-25 12:02:27.815 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-25 12:02:27.850 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-08-25 12:02:27.854 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-08-25 12:02:27.857 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2022-08-25 12:02:27.859 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2022-08-25 12:02:27.862 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2022-08-25 12:02:27.864 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-25 12:02:27.867 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-25 12:02:27.870 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2022-08-25 12:02:27.875 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2022-08-25 12:02:27.877 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-25 12:02:27.880 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-25 12:02:27.893 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-25 12:02:27.893 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-25 12:02:27.903 | d /var/run/uwsgi 0755 ubuntu root 2022-08-25 12:02:27.907 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-25 12:02:27.924 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2022-08-25 12:02:27.927 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2022-08-25 12:02:27.931 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-08-25 12:02:27.969 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-08-25 12:02:28.004 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-08-25 12:02:28.040 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-08-25 12:02:28.077 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-08-25 12:02:28.113 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-25 12:02:28.149 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-08-25 12:02:28.184 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-08-25 12:02:28.220 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-08-25 12:02:28.255 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-08-25 12:02:28.291 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-08-25 12:02:28.328 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-25 12:02:28.364 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-08-25 12:02:28.402 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-25 12:02:28.405 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-25 12:02:28.408 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2022-08-25 12:02:28.411 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2022-08-25 12:02:28.413 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-25 12:02:28.416 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:02:28.426 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:02:28.429 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2022-08-25 12:02:28.432 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-08-25 12:02:28.435 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-08-25 12:02:28.470 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-08-25 12:02:28.517 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-08-25 12:02:28.520 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2022-08-25 12:02:28.526 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-08-25 12:02:28.530 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2022-08-25 12:02:28.533 | + lib/apache:enable_apache_site:203 : local site=placement-api 2022-08-25 12:02:28.535 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-25 12:02:28.538 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-25 12:02:28.540 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-25 12:02:28.543 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:02:28.546 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:02:28.548 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-25 12:02:28.551 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-25 12:02:28.554 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:02:28.557 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:02:28.560 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2022-08-25 12:02:28.624 | Site placement-api already enabled 2022-08-25 12:02:28.629 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-25 12:02:28.631 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-25 12:02:28.635 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 12:02:28.638 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-25 12:02:28.779 | + ./stack.sh:main:945 : is_service_enabled placement placement-client 2022-08-25 12:02:28.805 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:28.808 | + ./stack.sh:main:946 : is_service_enabled n-cpu 2022-08-25 12:02:28.829 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:02:28.832 | + ./stack.sh:main:946 : is_service_enabled n-sch 2022-08-25 12:02:28.850 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:28.852 | + ./stack.sh:main:947 : configure_placement_nova_compute 2022-08-25 12:02:28.856 | + lib/nova:configure_placement_nova_compute:582 : local conf=/etc/nova/nova.conf 2022-08-25 12:02:28.859 | + lib/nova:configure_placement_nova_compute:583 : iniset /etc/nova/nova.conf placement auth_type password 2022-08-25 12:02:28.898 | + lib/nova:configure_placement_nova_compute:584 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.42/identity 2022-08-25 12:02:28.939 | + lib/nova:configure_placement_nova_compute:585 : iniset /etc/nova/nova.conf placement username placement 2022-08-25 12:02:28.974 | + lib/nova:configure_placement_nova_compute:586 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-08-25 12:02:29.011 | + lib/nova:configure_placement_nova_compute:587 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-08-25 12:02:29.050 | + lib/nova:configure_placement_nova_compute:588 : iniset /etc/nova/nova.conf placement project_name service 2022-08-25 12:02:29.088 | + lib/nova:configure_placement_nova_compute:589 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-08-25 12:02:29.123 | + lib/nova:configure_placement_nova_compute:590 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-08-25 12:02:29.159 | + ./stack.sh:main:951 : is_service_enabled horizon 2022-08-25 12:02:29.178 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:02:29.180 | + ./stack.sh:main:956 : is_service_enabled tls-proxy 2022-08-25 12:02:29.207 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:02:29.209 | + ./stack.sh:main:964 : run_phase stack install 2022-08-25 12:02:29.212 | + functions-common:run_phase:1867 : local mode=stack 2022-08-25 12:02:29.215 | + functions-common:run_phase:1868 : local phase=install 2022-08-25 12:02:29.218 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-25 12:02:29.221 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-25 12:02:29.224 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-25 12:02:29.226 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-25 12:02:29.229 | + functions-common:run_phase:1877 : local extra 2022-08-25 12:02:29.233 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-25 12:02:29.237 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-25 12:02:29.240 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-25 12:02:29.243 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-25 12:02:29.245 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-08-25 12:02:29.248 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-25 12:02:29.265 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:29.268 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-08-25 12:02:29.270 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-08-25 12:02:29.272 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-08-25 12:02:29.275 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-08-25 12:02:29.278 | ++ ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-25 12:02:29.280 | ++ ./stack.sh:echo_summary:441 : echo -e Installing Tempest 2022-08-25 12:02:29.283 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2022-08-25 12:02:29.285 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2022-08-25 12:02:29.356 | ++ inc/async:async_inner:63 : install_tempest 2022-08-25 12:02:29.400 | [100754 Async install_tempest:127482]: running: install_tempest 2022-08-25 12:02:29.403 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-08-25 12:02:29.406 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-08-25 12:02:29.409 | + functions-common:run_phase:1888 : [[ stack == \s\o\u\r\c\e ]] 2022-08-25 12:02:29.412 | + functions-common:run_phase:1891 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-25 12:02:29.414 | + functions-common:run_phase:1894 : run_plugins stack install 2022-08-25 12:02:29.418 | + functions-common:run_plugins:1853 : local mode=stack 2022-08-25 12:02:29.422 | + functions-common:run_plugins:1854 : local phase=install 2022-08-25 12:02:29.425 | + functions-common:run_plugins:1856 : local plugins= 2022-08-25 12:02:29.428 | + functions-common:run_plugins:1857 : local plugin 2022-08-25 12:02:29.431 | + ./stack.sh:main:967 : use_library_from_git python-openstackclient 2022-08-25 12:02:29.433 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2022-08-25 12:02:29.437 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-25 12:02:29.441 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-25 12:02:29.444 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2022-08-25 12:02:29.448 | + inc/python:use_library_from_git:249 : return 1 2022-08-25 12:02:29.451 | + ./stack.sh:main:971 : pip_install_gr python-openstackclient 2022-08-25 12:02:29.454 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2022-08-25 12:02:29.457 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-25 12:02:29.460 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2022-08-25 12:02:29.464 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2022-08-25 12:02:29.467 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-25 12:02:29.472 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-25 12:02:29.472 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2022-08-25 12:02:29.478 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2022-08-25 12:02:29.481 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2022-08-25 12:02:29.484 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2022-08-25 12:02:29.488 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2022-08-25 12:02:29.491 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2022-08-25 12:02:29.517 | Using python 3.8 to install python-openstackclient 2022-08-25 12:02:29.520 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-openstackclient 2022-08-25 12:02:31.686 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:02:31.686 | from cryptography.utils import int_from_bytes 2022-08-25 12:02:31.686 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:02:31.686 | from cryptography.utils import int_from_bytes 2022-08-25 12:02:32.766 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 12:02:32.768 | Requirement already satisfied: python-openstackclient===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 419)) (6.0.0) 2022-08-25 12:02:32.787 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-25 12:02:32.793 | Requirement already satisfied: openstacksdk===0.101.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.101.0) 2022-08-25 12:02:32.819 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-08-25 12:02:32.833 | Requirement already satisfied: python-novaclient===18.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (18.0.0) 2022-08-25 12:02:32.848 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-25 12:02:32.853 | Requirement already satisfied: python-cinderclient===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (9.0.0) 2022-08-25 12:02:32.868 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-25 12:02:32.871 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-25 12:02:32.874 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-25 12:02:32.895 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-25 12:02:32.906 | Requirement already satisfied: osc-lib===2.6.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.2) 2022-08-25 12:02:32.921 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-25 12:02:32.980 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-25 12:02:32.982 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-25 12:02:32.987 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-25 12:02:32.989 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-25 12:02:32.992 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-25 12:02:33.030 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-25 12:02:33.032 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-25 12:02:33.035 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-25 12:02:33.040 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-25 12:02:33.046 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-25 12:02:33.049 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-25 12:02:33.070 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-25 12:02:33.076 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-25 12:02:33.082 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-25 12:02:33.085 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-25 12:02:33.092 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-25 12:02:33.097 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-25 12:02:33.106 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-25 12:02:33.117 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-25 12:02:33.121 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-25 12:02:33.135 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-25 12:02:33.174 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-25 12:02:33.177 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-25 12:02:33.214 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-25 12:02:33.262 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-25 12:02:33.265 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-25 12:02:33.268 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-25 12:02:33.271 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-25 12:02:33.276 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-25 12:02:33.279 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-25 12:02:33.284 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-25 12:02:33.317 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-25 12:02:33.319 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-25 12:02:33.325 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-25 12:02:33.328 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-25 12:02:33.332 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-25 12:02:33.359 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-25 12:02:33.421 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-25 12:02:33.423 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-25 12:02:35.417 | + inc/python:pip_install:196 : result=0 2022-08-25 12:02:35.420 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 12:02:35.423 | + functions-common:time_stop:2439 : local name 2022-08-25 12:02:35.426 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:02:35.429 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:02:35.433 | + functions-common:time_stop:2442 : local total 2022-08-25 12:02:35.436 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:02:35.438 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 12:02:35.440 | + functions-common:time_stop:2446 : start_time=1661428949510 2022-08-25 12:02:35.443 | + functions-common:time_stop:2448 : [[ -z 1661428949510 ]] 2022-08-25 12:02:35.446 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:02:35.450 | + functions-common:time_stop:2451 : end_time=1661428955447 2022-08-25 12:02:35.453 | + functions-common:time_stop:2452 : elapsed_time=5937 2022-08-25 12:02:35.455 | + functions-common:time_stop:2453 : total=137489 2022-08-25 12:02:35.457 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:02:35.460 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=143426 2022-08-25 12:02:35.462 | + inc/python:pip_install:199 : return 0 2022-08-25 12:02:35.470 | + ./stack.sh:main:976 : install_oscwrap 2022-08-25 12:02:35.473 | ++ functions-common:install_oscwrap:2484 : mktemp 2022-08-25 12:02:35.479 | + functions-common:install_oscwrap:2484 : OSCWRAP_TIMER_FILE=/tmp/tmp.QllvtwXqS0 2022-08-25 12:02:35.481 | + functions-common:install_oscwrap:2487 : shopt -s expand_aliases 2022-08-25 12:02:35.485 | + functions-common:install_oscwrap:2490 : unalias -a 2022-08-25 12:02:35.487 | + functions-common:install_oscwrap:2492 : alias openstack=oscwrap 2022-08-25 12:02:35.491 | + ./stack.sh:main:981 : [[ False != \F\a\l\s\e ]] 2022-08-25 12:02:35.495 | + ./stack.sh:main:1021 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-08-25 12:02:35.497 | + ./stack.sh:main:1029 : is_service_enabled mysql postgresql 2022-08-25 12:02:35.521 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:02:35.524 | + ./stack.sh:main:1030 : configure_database 2022-08-25 12:02:35.526 | + lib/database:configure_database:128 : configure_database_mysql 2022-08-25 12:02:35.529 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2022-08-25 12:02:35.532 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2022-08-25 12:02:35.534 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-25 12:02:35.536 | + ./stack.sh:echo_summary:441 : echo -e Configuring and starting MySQL 2022-08-25 12:02:35.539 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2022-08-25 12:02:35.542 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:02:35.544 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:02:35.547 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2022-08-25 12:02:35.550 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2022-08-25 12:02:35.553 | ++ functions-common:ipv6_unquote:2237 : echo 0.0.0.0 2022-08-25 12:02:35.554 | ++ functions-common:ipv6_unquote:2237 : tr -d '[]' 2022-08-25 12:02:35.560 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2022-08-25 12:02:35.627 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2022-08-25 12:02:35.630 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-25 12:02:35.632 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-25 12:02:35.634 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-25 12:02:35.637 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-25 12:02:35.639 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-25 12:02:35.642 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-25 12:02:35.644 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-25 12:02:35.646 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-25 12:02:35.649 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-25 12:02:35.652 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-25 12:02:35.655 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2022-08-25 12:02:35.657 | + functions-common:is_suse:536 : is_opensuse 2022-08-25 12:02:35.659 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-25 12:02:35.662 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-25 12:02:35.664 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-25 12:02:35.667 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-25 12:02:35.670 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-25 12:02:35.672 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2022-08-25 12:02:35.675 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:02:35.677 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:02:35.679 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mysql 2022-08-25 12:02:35.683 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 12:02:35.685 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart mysql 2022-08-25 12:02:38.429 | + lib/databases/mysql:configure_database_mysql:104 : sudo mysqladmin -u root password Passw0rd 2022-08-25 12:02:38.445 | mysqladmin: connect to server at 'localhost' failed 2022-08-25 12:02:38.445 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2022-08-25 12:02:38.451 | + lib/databases/mysql:configure_database_mysql:104 : true 2022-08-25 12:02:38.453 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2022-08-25 12:02:38.455 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:02:38.458 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:02:38.461 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2022-08-25 12:02:38.464 | + lib/databases/mysql:configure_database_mysql:111 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2022-08-25 12:02:38.466 | + lib/databases/mysql:configure_database_mysql:117 : is_ubuntu 2022-08-25 12:02:38.474 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-25 12:02:38.477 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-25 12:02:38.480 | + lib/databases/mysql:configure_database_mysql:117 : [[ focal != \b\u\l\l\s\e\y\e ]] 2022-08-25 12:02:38.482 | + lib/databases/mysql:configure_database_mysql:117 : '[' mysql == mariadb ']' 2022-08-25 12:02:38.484 | + 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-08-25 12:02:38.498 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-25 12:02:38.542 | + lib/databases/mysql:configure_database_mysql:124 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2022-08-25 12:02:38.555 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-25 12:02:38.573 | + lib/databases/mysql:configure_database_mysql:129 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2022-08-25 12:02:38.646 | + lib/databases/mysql:configure_database_mysql:130 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2022-08-25 12:02:38.716 | + lib/databases/mysql:configure_database_mysql:131 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2022-08-25 12:02:38.795 | + lib/databases/mysql:configure_database_mysql:133 : [[ False == \T\r\u\e ]] 2022-08-25 12:02:38.797 | + lib/databases/mysql:configure_database_mysql:153 : [[ True == \T\r\u\e ]] 2022-08-25 12:02:38.799 | + lib/databases/mysql:configure_database_mysql:154 : echo 'enabling MySQL performance counting' 2022-08-25 12:02:38.799 | enabling MySQL performance counting 2022-08-25 12:02:38.802 | + lib/databases/mysql:configure_database_mysql:157 : pip_install /home/ubuntu/devstack/tools/dbcounter 2022-08-25 12:02:38.830 | Using python 3.8 to install /home/ubuntu/devstack/tools/dbcounter 2022-08-25 12:02:38.833 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt /home/ubuntu/devstack/tools/dbcounter 2022-08-25 12:02:41.061 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:02:41.061 | from cryptography.utils import int_from_bytes 2022-08-25 12:02:41.061 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:02:41.061 | from cryptography.utils import int_from_bytes 2022-08-25 12:02:42.125 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-25 12:02:42.127 | Processing ./tools/dbcounter 2022-08-25 12:02:42.132 | Installing build dependencies: started 2022-08-25 12:02:52.279 | Installing build dependencies: finished with status 'done' 2022-08-25 12:02:52.282 | Getting requirements to build wheel: started 2022-08-25 12:02:53.368 | Getting requirements to build wheel: finished with status 'done' 2022-08-25 12:02:53.371 | Installing backend dependencies: started 2022-08-25 12:02:58.140 | Installing backend dependencies: finished with status 'done' 2022-08-25 12:02:58.142 | Preparing wheel metadata: started 2022-08-25 12:02:59.340 | Preparing wheel metadata: finished with status 'done' 2022-08-25 12:02:59.348 | Building wheels for collected packages: dbcounter 2022-08-25 12:02:59.351 | Building wheel for dbcounter (PEP 517): started 2022-08-25 12:03:00.866 | Building wheel for dbcounter (PEP 517): finished with status 'done' 2022-08-25 12:03:00.867 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3220 sha256=0001e0bfa6b73ff3417124755ce6fd736f4d0341d26141d1c908a4c9ca1d2bc1 2022-08-25 12:03:00.868 | Stored in directory: /tmp/pip-ephem-wheel-cache-evmauxwm/wheels/47/ec/8f/c05696fe4840718acd6e24d52f1870611cf630271d38314447 2022-08-25 12:03:00.868 | Successfully built dbcounter 2022-08-25 12:03:03.040 | Installing collected packages: dbcounter 2022-08-25 12:03:03.041 | Attempting uninstall: dbcounter 2022-08-25 12:03:03.041 | Found existing installation: dbcounter 0.1 2022-08-25 12:03:03.051 | Uninstalling dbcounter-0.1: 2022-08-25 12:03:03.382 | Successfully uninstalled dbcounter-0.1 2022-08-25 12:03:03.481 | Successfully installed dbcounter-0.1 2022-08-25 12:03:03.640 | + inc/python:pip_install:196 : result=0 2022-08-25 12:03:03.643 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-25 12:03:03.645 | + functions-common:time_stop:2439 : local name 2022-08-25 12:03:03.648 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:03:03.651 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:03:03.653 | + functions-common:time_stop:2442 : local total 2022-08-25 12:03:03.656 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:03:03.659 | + functions-common:time_stop:2445 : name=pip_install 2022-08-25 12:03:03.661 | + functions-common:time_stop:2446 : start_time=1661428958822 2022-08-25 12:03:03.663 | + functions-common:time_stop:2448 : [[ -z 1661428958822 ]] 2022-08-25 12:03:03.667 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:03:03.671 | + functions-common:time_stop:2451 : end_time=1661428983669 2022-08-25 12:03:03.674 | + functions-common:time_stop:2452 : elapsed_time=24847 2022-08-25 12:03:03.676 | + functions-common:time_stop:2453 : total=143426 2022-08-25 12:03:03.678 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:03:03.681 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=168273 2022-08-25 12:03:03.684 | + inc/python:pip_install:199 : return 0 2022-08-25 12:03:03.687 | + lib/databases/mysql:configure_database_mysql:160 : recreate_database stats 2022-08-25 12:03:03.691 | + lib/database:recreate_database:112 : local db=stats 2022-08-25 12:03:03.693 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2022-08-25 12:03:03.696 | + lib/databases/mysql:recreate_database_mysql:66 : local db=stats 2022-08-25 12:03:03.699 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2022-08-25 12:03:03.704 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-25 12:03:03.733 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2022-08-25 12:03:03.739 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-25 12:03:03.759 | + lib/databases/mysql:configure_database_mysql:161 : mysql -u root -pPassw0rd -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), 2022-08-25 12:03:03.759 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2022-08-25 12:03:03.764 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-25 12:03:03.786 | + lib/databases/mysql:configure_database_mysql:166 : restart_service mysql 2022-08-25 12:03:03.789 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 12:03:03.793 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart mysql 2022-08-25 12:03:04.448 | ++ inc/async:async_inner:64 : rc=0 2022-08-25 12:03:04.483 | [127482 Async install_tempest:127482]: finished successfully 2022-08-25 12:03:06.103 | + ./stack.sh:main:1034 : save_stackenv 1034 2022-08-25 12:03:06.106 | + functions-common:save_stackenv:60 : local tag=1034 2022-08-25 12:03:06.109 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-08-25 12:03:06.114 | + functions-common:save_stackenv:62 : time_stamp=2022-08-25-120306 2022-08-25 12:03:06.117 | + functions-common:save_stackenv:63 : echo '# 2022-08-25-120306 1034' 2022-08-25 12:03:06.120 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 12:03:06.122 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-25 12:03:06.125 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 12:03:06.127 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-08-25 12:03:06.130 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 12:03:06.133 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-08-25 12:03:06.136 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 12:03:06.138 | + 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-08-25 12:03:06.141 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 12:03:06.143 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.42 2022-08-25 12:03:06.146 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 12:03:06.149 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.42/identity 2022-08-25 12:03:06.152 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 12:03:06.154 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-08-25-115912 2022-08-25 12:03:06.157 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 12:03:06.160 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-08-25 12:03:06.162 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 12:03:06.165 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.42 2022-08-25 12:03:06.172 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 12:03:06.174 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-08-25 12:03:06.177 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 12:03:06.180 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-08-25 12:03:06.183 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 12:03:06.186 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-08-25 12:03:06.188 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 12:03:06.191 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-08-25 12:03:06.193 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 12:03:06.196 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.42 2022-08-25 12:03:06.198 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-25 12:03:06.201 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-08-25 12:03:06.204 | + ./stack.sh:main:1046 : [[ True == \T\r\u\e ]] 2022-08-25 12:03:06.207 | + ./stack.sh:main:1047 : [[ -f /sys/kernel/mm/ksm/run ]] 2022-08-25 12:03:06.209 | + ./stack.sh:main:1048 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2022-08-25 12:03:06.222 | + ./stack.sh:main:1060 : start_dstat 2022-08-25 12:03:06.224 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-25 12:03:06.227 | + functions-common:run_process:1693 : local service=dstat 2022-08-25 12:03:06.230 | + functions-common:run_process:1694 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-25 12:03:06.232 | + functions-common:run_process:1695 : local group= 2022-08-25 12:03:06.235 | + functions-common:run_process:1696 : local user= 2022-08-25 12:03:06.238 | + functions-common:run_process:1697 : local env_vars= 2022-08-25 12:03:06.241 | + functions-common:run_process:1699 : local name=dstat 2022-08-25 12:03:06.244 | + functions-common:run_process:1701 : time_start run_process 2022-08-25 12:03:06.247 | + functions-common:time_start:2425 : local name=run_process 2022-08-25 12:03:06.249 | + functions-common:time_start:2426 : local start_time= 2022-08-25 12:03:06.252 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-25 12:03:06.255 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-25 12:03:06.260 | + functions-common:time_start:2430 : _TIME_START[$name]=1661428986257 2022-08-25 12:03:06.263 | + functions-common:run_process:1702 : is_service_enabled dstat 2022-08-25 12:03:06.281 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:03:06.283 | + functions-common:run_process:1703 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' '' 2022-08-25 12:03:06.286 | + functions-common:_run_under_systemd:1653 : local service=dstat 2022-08-25 12:03:06.289 | + functions-common:_run_under_systemd:1654 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-25 12:03:06.292 | + functions-common:_run_under_systemd:1655 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-25 12:03:06.294 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-25 12:03:06.297 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-25 12:03:06.299 | + functions-common:_common_systemd_pitfalls:1628 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2022-08-25 12:03:06.303 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2022-08-25 12:03:06.306 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@dstat.service 2022-08-25 12:03:06.309 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-25 12:03:06.312 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-25 12:03:06.316 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-25 12:03:06.319 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-25 12:03:06.322 | + functions-common:_run_under_systemd:1666 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2022-08-25 12:03:06.324 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu '' 2022-08-25 12:03:06.327 | + functions-common:write_user_unit_file:1562 : local service=devstack@dstat.service 2022-08-25 12:03:06.329 | + functions-common:write_user_unit_file:1563 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-25 12:03:06.331 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-25 12:03:06.334 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-25 12:03:06.336 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-25 12:03:06.339 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-25 12:03:06.341 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-25 12:03:06.343 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@dstat.service 2022-08-25 12:03:06.346 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-25 12:03:06.350 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2022-08-25 12:03:06.410 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2022-08-25 12:03:06.471 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-25 12:03:06.537 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2022-08-25 12:03:06.608 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2022-08-25 12:03:06.670 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-25 12:03:06.735 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-25 12:03:06.738 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-25 12:03:06.740 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2022-08-25 12:03:06.801 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-25 12:03:07.178 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@dstat.service 2022-08-25 12:03:07.191 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2022-08-25 12:03:07.558 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@dstat.service 2022-08-25 12:03:07.579 | + functions-common:run_process:1705 : time_stop run_process 2022-08-25 12:03:07.582 | + functions-common:time_stop:2439 : local name 2022-08-25 12:03:07.584 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:03:07.587 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:03:07.589 | + functions-common:time_stop:2442 : local total 2022-08-25 12:03:07.592 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:03:07.595 | + functions-common:time_stop:2445 : name=run_process 2022-08-25 12:03:07.598 | + functions-common:time_stop:2446 : start_time=1661428986257 2022-08-25 12:03:07.601 | + functions-common:time_stop:2448 : [[ -z 1661428986257 ]] 2022-08-25 12:03:07.605 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:03:07.610 | + functions-common:time_stop:2451 : end_time=1661428987607 2022-08-25 12:03:07.613 | + functions-common:time_stop:2452 : elapsed_time=1350 2022-08-25 12:03:07.615 | + functions-common:time_stop:2453 : total=0 2022-08-25 12:03:07.618 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:03:07.621 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=1350 2022-08-25 12:03:07.624 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2022-08-25 12:03:07.626 | + functions-common:run_process:1693 : local service=memory_tracker 2022-08-25 12:03:07.629 | + functions-common:run_process:1694 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2022-08-25 12:03:07.631 | + functions-common:run_process:1695 : local group= 2022-08-25 12:03:07.635 | + functions-common:run_process:1696 : local user=root 2022-08-25 12:03:07.643 | + functions-common:run_process:1697 : local env_vars= 2022-08-25 12:03:07.646 | + functions-common:run_process:1699 : local name=memory_tracker 2022-08-25 12:03:07.648 | + functions-common:run_process:1701 : time_start run_process 2022-08-25 12:03:07.651 | + functions-common:time_start:2425 : local name=run_process 2022-08-25 12:03:07.662 | + functions-common:time_start:2426 : local start_time= 2022-08-25 12:03:07.665 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-25 12:03:07.669 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-25 12:03:07.674 | + functions-common:time_start:2430 : _TIME_START[$name]=1661428987671 2022-08-25 12:03:07.676 | + functions-common:run_process:1702 : is_service_enabled memory_tracker 2022-08-25 12:03:07.700 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:03:07.702 | + functions-common:run_process:1705 : time_stop run_process 2022-08-25 12:03:07.705 | + functions-common:time_stop:2439 : local name 2022-08-25 12:03:07.707 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:03:07.710 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:03:07.713 | + functions-common:time_stop:2442 : local total 2022-08-25 12:03:07.716 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:03:07.719 | + functions-common:time_stop:2445 : name=run_process 2022-08-25 12:03:07.721 | + functions-common:time_stop:2446 : start_time=1661428987671 2022-08-25 12:03:07.724 | + functions-common:time_stop:2448 : [[ -z 1661428987671 ]] 2022-08-25 12:03:07.727 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:03:07.732 | + functions-common:time_stop:2451 : end_time=1661428987729 2022-08-25 12:03:07.734 | + functions-common:time_stop:2452 : elapsed_time=58 2022-08-25 12:03:07.737 | + functions-common:time_stop:2453 : total=1350 2022-08-25 12:03:07.739 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:03:07.743 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=1408 2022-08-25 12:03:07.746 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2022-08-25 12:03:07.773 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:03:07.776 | + ./stack.sh:main:1064 : is_service_enabled tcpdump 2022-08-25 12:03:07.801 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:03:07.805 | + ./stack.sh:main:1072 : is_service_enabled etcd3 2022-08-25 12:03:07.825 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:03:07.827 | + ./stack.sh:main:1073 : start_etcd3 2022-08-25 12:03:07.830 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2022-08-25 12:03:07.832 | + lib/etcd3:start_etcd3:42 : cmd+=' --name n-d-851359-12 --data-dir /opt/stack/data/etcd' 2022-08-25 12:03:07.836 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2022-08-25 12:03:07.838 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster n-d-851359-12=http://10.222.0.42:2380' 2022-08-25 12:03:07.841 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.42:2380' 2022-08-25 12:03:07.844 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.42:2379' 2022-08-25 12:03:07.846 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2022-08-25 12:03:07.849 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2022-08-25 12:03:07.852 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.42:2379' 2022-08-25 12:03:07.855 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2022-08-25 12:03:07.858 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2022-08-25 12:03:07.862 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-08-25 12:03:07.865 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name n-d-851359-12 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-851359-12=http://10.222.0.42:2380 --initial-advertise-peer-urls http://10.222.0.42:2380 --advertise-client-urls http://10.222.0.42:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.42:2379 --debug' '' root 2022-08-25 12:03:07.868 | + functions-common:write_user_unit_file:1562 : local service=devstack@etcd.service 2022-08-25 12:03:07.874 | + functions-common:write_user_unit_file:1563 : local 'command=/opt/stack/bin/etcd --name n-d-851359-12 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-851359-12=http://10.222.0.42:2380 --initial-advertise-peer-urls http://10.222.0.42:2380 --advertise-client-urls http://10.222.0.42:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.42:2379 --debug' 2022-08-25 12:03:07.877 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-25 12:03:07.880 | + functions-common:write_user_unit_file:1565 : local user=root 2022-08-25 12:03:07.883 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-25 12:03:07.886 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-25 12:03:07.888 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-25 12:03:07.892 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-08-25 12:03:07.894 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-25 12:03:07.901 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2022-08-25 12:03:07.973 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2022-08-25 12:03:08.048 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name n-d-851359-12 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-851359-12=http://10.222.0.42:2380 --initial-advertise-peer-urls http://10.222.0.42:2380 --advertise-client-urls http://10.222.0.42:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.42:2379 --debug' 2022-08-25 12:03:08.117 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2022-08-25 12:03:08.178 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2022-08-25 12:03:08.239 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-25 12:03:08.301 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-25 12:03:08.304 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-25 12:03:08.306 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2022-08-25 12:03:08.383 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-25 12:03:08.765 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2022-08-25 12:03:08.826 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2022-08-25 12:03:08.887 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2022-08-25 12:03:08.950 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2022-08-25 12:03:09.011 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2022-08-25 12:03:09.017 | ++ functions-common:is_arch:501 : uname -m 2022-08-25 12:03:09.021 | + functions-common:is_arch:501 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-08-25 12:03:09.024 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2022-08-25 12:03:09.400 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2022-08-25 12:03:09.415 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2022-08-25 12:03:09.774 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2022-08-25 12:03:10.454 | + ./stack.sh:main:1079 : is_service_enabled tls-proxy 2022-08-25 12:03:10.473 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:03:10.475 | + ./stack.sh:main:1084 : write_clouds_yaml 2022-08-25 12:03:10.478 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2022-08-25 12:03:10.481 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2022-08-25 12:03:10.486 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2022-08-25 12:03:10.499 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2022-08-25 12:03:10.513 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2022-08-25 12:03:10.516 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-08-25 12:03:10.518 | + 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.42/identity --os-username demo --os-password Passw0rd --os-project-name demo 2022-08-25 12:03:10.652 | + 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.42/identity --os-username admin --os-password Passw0rd --os-project-name admin 2022-08-25 12:03:10.783 | + 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.42/identity --os-username admin --os-password Passw0rd --os-project-name demo 2022-08-25 12:03:10.916 | + 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.42/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2022-08-25 12:03:11.053 | + 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.42/identity --os-username alt_demo_member --os-password Passw0rd --os-project-name alt_demo 2022-08-25 12:03:11.186 | + 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.42/identity --os-username alt_demo_reader --os-password Passw0rd --os-project-name alt_demo 2022-08-25 12:03:11.316 | + 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.42/identity --os-username demo_reader --os-password Passw0rd --os-project-name demo 2022-08-25 12:03:11.450 | + 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.42/identity --os-username admin --os-password Passw0rd --os-system-scope all 2022-08-25 12:03:11.581 | + 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.42/identity --os-username system_member --os-password Passw0rd --os-system-scope all 2022-08-25 12:03:11.716 | + 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.42/identity --os-username system_reader --os-password Passw0rd --os-system-scope all 2022-08-25 12:03:11.849 | + functions-common:write_clouds_yaml:198 : cat 2022-08-25 12:03:11.855 | ++ functions-common:write_clouds_yaml:204 : eval echo '~ubuntu' 2022-08-25 12:03:11.859 | +++ functions-common:write_clouds_yaml:204 : echo /home/ubuntu 2022-08-25 12:03:11.862 | + functions-common:write_clouds_yaml:204 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2022-08-25 12:03:11.866 | + ./stack.sh:main:1085 : export OS_CLOUD=devstack-admin 2022-08-25 12:03:11.869 | + ./stack.sh:main:1085 : OS_CLOUD=devstack-admin 2022-08-25 12:03:11.872 | + ./stack.sh:main:1087 : is_service_enabled keystone 2022-08-25 12:03:11.890 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:03:11.893 | + ./stack.sh:main:1088 : echo_summary 'Starting Keystone' 2022-08-25 12:03:11.895 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-25 12:03:11.898 | + ./stack.sh:echo_summary:441 : echo -e Starting Keystone 2022-08-25 12:03:11.900 | + ./stack.sh:main:1090 : '[' 10.222.0.42 == 10.222.0.42 ']' 2022-08-25 12:03:11.903 | + ./stack.sh:main:1091 : init_keystone 2022-08-25 12:03:11.905 | + lib/keystone:init_keystone:473 : is_service_enabled ldap 2022-08-25 12:03:11.923 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:03:11.926 | + lib/keystone:init_keystone:477 : [[ True == True ]] 2022-08-25 12:03:11.928 | + lib/keystone:init_keystone:479 : recreate_database keystone 2022-08-25 12:03:11.931 | + lib/database:recreate_database:112 : local db=keystone 2022-08-25 12:03:11.934 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2022-08-25 12:03:11.936 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2022-08-25 12:03:11.939 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2022-08-25 12:03:11.944 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-25 12:03:12.494 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2022-08-25 12:03:12.499 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-25 12:03:12.516 | + lib/keystone:init_keystone:482 : time_start dbsync 2022-08-25 12:03:12.519 | + functions-common:time_start:2425 : local name=dbsync 2022-08-25 12:03:12.521 | + functions-common:time_start:2426 : local start_time= 2022-08-25 12:03:12.525 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-25 12:03:12.528 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-25 12:03:12.537 | + functions-common:time_start:2430 : _TIME_START[$name]=1661428992530 2022-08-25 12:03:12.539 | + lib/keystone:init_keystone:484 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2022-08-25 12:03:16.104 | INFO dbcounter [-] Registered counter for database keystone 2022-08-25 12:03:16.127 | 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=129749) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-08-25 12:03:16.133 | DEBUG dbcounter [-] [129749] Writer thread running {{(pid=129749) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-25 12:03:16.136 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-08-25 12:03:16.136 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-08-25 12:03:16.141 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=129749) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-08-25 12:03:16.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=129749) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-25 12:03:16.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=129749) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-25 12:03:16.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=129749) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-25 12:03:16.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=129749) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-25 12:03:16.143 | 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=129749) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-25 12:03:16.143 | 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=129749) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-25 12:03:16.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=129749) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-25 12:03:16.143 | 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=129749) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-25 12:03:16.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=129749) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-25 12:03:16.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=129749) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-25 12:03:16.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=129749) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-25 12:03:16.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=129749) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-25 12:03:16.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=129749) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-25 12:03:16.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=129749) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-25 12:03:16.144 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=129749) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-08-25 12:03:16.144 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=129749) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-08-25 12:03:16.169 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-08-25 12:03:16.170 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-08-25 12:03:16.229 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version 2022-08-25 12:03:18.213 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=129749) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-08-25 12:03:18.215 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2022-08-25 12:03:18.215 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=129749) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-08-25 12:03:18.217 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2022-08-25 12:03:18.217 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=129749) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-08-25 12:03:18.573 | + lib/keystone:init_keystone:485 : time_stop dbsync 2022-08-25 12:03:18.575 | + functions-common:time_stop:2439 : local name 2022-08-25 12:03:18.578 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:03:18.580 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:03:18.583 | + functions-common:time_stop:2442 : local total 2022-08-25 12:03:18.585 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:03:18.587 | + functions-common:time_stop:2445 : name=dbsync 2022-08-25 12:03:18.590 | + functions-common:time_stop:2446 : start_time=1661428992530 2022-08-25 12:03:18.592 | + functions-common:time_stop:2448 : [[ -z 1661428992530 ]] 2022-08-25 12:03:18.595 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:03:18.600 | + functions-common:time_stop:2451 : end_time=1661428998597 2022-08-25 12:03:18.603 | + functions-common:time_stop:2452 : elapsed_time=6067 2022-08-25 12:03:18.605 | + functions-common:time_stop:2453 : total=0 2022-08-25 12:03:18.607 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:03:18.610 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=6067 2022-08-25 12:03:18.612 | + lib/keystone:init_keystone:487 : [[ fernet == \f\e\r\n\e\t ]] 2022-08-25 12:03:18.615 | + lib/keystone:init_keystone:488 : rm -rf /etc/keystone/fernet-keys/ 2022-08-25 12:03:18.620 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2022-08-25 12:03:21.973 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2022-08-25 12:03:21.974 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-08-25 12:03:21.974 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-08-25 12:03:21.974 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2022-08-25 12:03:21.974 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-08-25 12:03:21.975 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-08-25 12:03:21.975 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-08-25 12:03:21.975 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-08-25 12:03:21.975 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-08-25 12:03:22.313 | + lib/keystone:init_keystone:491 : rm -rf /etc/keystone/credential-keys/ 2022-08-25 12:03:22.317 | + lib/keystone:init_keystone:492 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2022-08-25 12:03:25.666 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2022-08-25 12:03:25.666 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-08-25 12:03:25.666 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-08-25 12:03:25.667 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2022-08-25 12:03:25.667 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-08-25 12:03:25.667 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-08-25 12:03:25.668 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-08-25 12:03:25.668 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-08-25 12:03:25.668 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-08-25 12:03:25.995 | + ./stack.sh:main:1092 : start_keystone 2022-08-25 12:03:25.997 | + lib/keystone:start_keystone:550 : local service_port=5000 2022-08-25 12:03:26.000 | + lib/keystone:start_keystone:551 : local auth_protocol=http 2022-08-25 12:03:26.002 | + lib/keystone:start_keystone:552 : is_service_enabled tls-proxy 2022-08-25 12:03:26.020 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:03:26.023 | + lib/keystone:start_keystone:557 : '[' uwsgi == mod_wsgi ']' 2022-08-25 12:03:26.027 | ++ lib/keystone:start_keystone:561 : which uwsgi 2022-08-25 12:03:26.031 | + lib/keystone:start_keystone:561 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2022-08-25 12:03:26.034 | + functions-common:run_process:1693 : local service=keystone 2022-08-25 12:03:26.036 | + functions-common:run_process:1694 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-25 12:03:26.039 | + functions-common:run_process:1695 : local group= 2022-08-25 12:03:26.042 | + functions-common:run_process:1696 : local user= 2022-08-25 12:03:26.045 | + functions-common:run_process:1697 : local env_vars= 2022-08-25 12:03:26.048 | + functions-common:run_process:1699 : local name=keystone 2022-08-25 12:03:26.051 | + functions-common:run_process:1701 : time_start run_process 2022-08-25 12:03:26.054 | + functions-common:time_start:2425 : local name=run_process 2022-08-25 12:03:26.057 | + functions-common:time_start:2426 : local start_time= 2022-08-25 12:03:26.060 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-25 12:03:26.063 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-25 12:03:26.067 | + functions-common:time_start:2430 : _TIME_START[$name]=1661429006065 2022-08-25 12:03:26.070 | + functions-common:run_process:1702 : is_service_enabled keystone 2022-08-25 12:03:26.087 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:03:26.089 | + functions-common:run_process:1703 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2022-08-25 12:03:26.092 | + functions-common:_run_under_systemd:1653 : local service=keystone 2022-08-25 12:03:26.096 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-25 12:03:26.098 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-25 12:03:26.102 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-25 12:03:26.105 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-25 12:03:26.107 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2022-08-25 12:03:26.109 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2022-08-25 12:03:26.112 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@keystone.service 2022-08-25 12:03:26.114 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-25 12:03:26.116 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-25 12:03:26.123 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-25 12:03:26.126 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-25 12:03:26.128 | + functions-common:_run_under_systemd:1666 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2022-08-25 12:03:26.131 | + 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-08-25 12:03:26.134 | + functions-common:write_uwsgi_user_unit_file:1593 : local service=devstack@keystone.service 2022-08-25 12:03:26.136 | + functions-common:write_uwsgi_user_unit_file:1594 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-25 12:03:26.138 | + functions-common:write_uwsgi_user_unit_file:1595 : local group= 2022-08-25 12:03:26.140 | + functions-common:write_uwsgi_user_unit_file:1596 : local user=ubuntu 2022-08-25 12:03:26.142 | + functions-common:write_uwsgi_user_unit_file:1597 : local env_vars= 2022-08-25 12:03:26.144 | + functions-common:write_uwsgi_user_unit_file:1598 : local unitfile=/etc/systemd/system/devstack@keystone.service 2022-08-25 12:03:26.146 | + functions-common:write_uwsgi_user_unit_file:1599 : mkdir -p /etc/systemd/system 2022-08-25 12:03:26.151 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2022-08-25 12:03:26.208 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2022-08-25 12:03:26.267 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2022-08-25 12:03:26.332 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-25 12:03:26.392 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-25 12:03:26.454 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2022-08-25 12:03:26.516 | + functions-common:write_uwsgi_user_unit_file:1607 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2022-08-25 12:03:26.578 | + functions-common:write_uwsgi_user_unit_file:1608 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2022-08-25 12:03:26.641 | + functions-common:write_uwsgi_user_unit_file:1609 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2022-08-25 12:03:26.703 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2022-08-25 12:03:26.763 | + functions-common:write_uwsgi_user_unit_file:1612 : [[ -n '' ]] 2022-08-25 12:03:26.765 | + functions-common:write_uwsgi_user_unit_file:1615 : [[ -n '' ]] 2022-08-25 12:03:26.767 | + functions-common:write_uwsgi_user_unit_file:1618 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2022-08-25 12:03:26.828 | + functions-common:write_uwsgi_user_unit_file:1621 : sudo systemctl daemon-reload 2022-08-25 12:03:27.215 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@keystone.service 2022-08-25 12:03:27.229 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2022-08-25 12:03:27.611 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@keystone.service 2022-08-25 12:03:27.686 | + functions-common:run_process:1705 : time_stop run_process 2022-08-25 12:03:27.689 | + functions-common:time_stop:2439 : local name 2022-08-25 12:03:27.691 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:03:27.694 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:03:27.698 | + functions-common:time_stop:2442 : local total 2022-08-25 12:03:27.701 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:03:27.704 | + functions-common:time_stop:2445 : name=run_process 2022-08-25 12:03:27.707 | + functions-common:time_stop:2446 : start_time=1661429006065 2022-08-25 12:03:27.710 | + functions-common:time_stop:2448 : [[ -z 1661429006065 ]] 2022-08-25 12:03:27.720 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:03:27.728 | + functions-common:time_stop:2451 : end_time=1661429007722 2022-08-25 12:03:27.730 | + functions-common:time_stop:2452 : elapsed_time=1657 2022-08-25 12:03:27.733 | + functions-common:time_stop:2453 : total=1408 2022-08-25 12:03:27.736 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:03:27.739 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=3065 2022-08-25 12:03:27.742 | + lib/keystone:start_keystone:564 : echo 'Waiting for keystone to start...' 2022-08-25 12:03:27.743 | Waiting for keystone to start... 2022-08-25 12:03:27.746 | + lib/keystone:start_keystone:570 : local service_uri=http://10.222.0.42/identity/v3/ 2022-08-25 12:03:27.749 | + lib/keystone:start_keystone:572 : wait_for_service 60 http://10.222.0.42/identity/v3/ 2022-08-25 12:03:27.752 | + functions:wait_for_service:457 : local timeout=60 2022-08-25 12:03:27.755 | + functions:wait_for_service:458 : local url=http://10.222.0.42/identity/v3/ 2022-08-25 12:03:27.759 | + functions:wait_for_service:459 : local rval=0 2022-08-25 12:03:27.762 | + functions:wait_for_service:460 : time_start wait_for_service 2022-08-25 12:03:27.765 | + functions-common:time_start:2425 : local name=wait_for_service 2022-08-25 12:03:27.768 | + functions-common:time_start:2426 : local start_time= 2022-08-25 12:03:27.772 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-25 12:03:27.776 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-25 12:03:27.782 | + functions-common:time_start:2430 : _TIME_START[$name]=1661429007778 2022-08-25 12:03:27.786 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-08-25 12:03:27.793 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.42/identity/v3/ 2022-08-25 12:03:32.788 | + :: : [[ 200 == 503 ]] 2022-08-25 12:03:32.790 | + :: : [[ 0 -eq 7 ]] 2022-08-25 12:03:32.793 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-08-25 12:03:32.796 | + functions-common:time_stop:2439 : local name 2022-08-25 12:03:32.798 | + functions-common:time_stop:2440 : local end_time 2022-08-25 12:03:32.801 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-25 12:03:32.803 | + functions-common:time_stop:2442 : local total 2022-08-25 12:03:32.806 | + functions-common:time_stop:2443 : local start_time 2022-08-25 12:03:32.808 | + functions-common:time_stop:2445 : name=wait_for_service 2022-08-25 12:03:32.810 | + functions-common:time_stop:2446 : start_time=1661429007778 2022-08-25 12:03:32.813 | + functions-common:time_stop:2448 : [[ -z 1661429007778 ]] 2022-08-25 12:03:32.816 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-25 12:03:32.821 | + functions-common:time_stop:2451 : end_time=1661429012817 2022-08-25 12:03:32.823 | + functions-common:time_stop:2452 : elapsed_time=5039 2022-08-25 12:03:32.825 | + functions-common:time_stop:2453 : total=0 2022-08-25 12:03:32.835 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-25 12:03:32.838 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=5039 2022-08-25 12:03:32.840 | + functions:wait_for_service:467 : return 0 2022-08-25 12:03:32.843 | + lib/keystone:start_keystone:577 : is_service_enabled tls-proxy 2022-08-25 12:03:32.860 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:03:32.862 | + lib/keystone:start_keystone:582 : restart_service memcached 2022-08-25 12:03:32.865 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-25 12:03:32.867 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart memcached 2022-08-25 12:03:32.897 | + ./stack.sh:main:1093 : bootstrap_keystone 2022-08-25 12:03:32.900 | + 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.42/identity 2022-08-25 12:03:36.334 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.334 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.334 | 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=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.343 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.359 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.359 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.389 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.423 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.423 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.515 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.515 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.515 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.515 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.515 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.516 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.615 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.615 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.616 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.616 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.616 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.616 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.616 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.623 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.626 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.626 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.627 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.627 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.627 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.627 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.627 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=130506) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-25 12:03:36.693 | INFO dbcounter [-] Registered counter for database keystone 2022-08-25 12:03:36.712 | 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=130506) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-08-25 12:03:36.718 | DEBUG dbcounter [-] [130506] Writer thread running {{(pid=130506) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-25 12:03:36.925 | INFO keystone.cmd.bootstrap [None req-57c26178-dfde-49bb-8d75-8226385333c2 None None] Created domain default 2022-08-25 12:03:36.972 | INFO keystone.cmd.bootstrap [None req-57c26178-dfde-49bb-8d75-8226385333c2 None None] Created project admin 2022-08-25 12:03:37.005 | DEBUG passlib.handlers.bcrypt [None req-57c26178-dfde-49bb-8d75-8226385333c2 None None] detected 'bcrypt' backend, version '3.2.2' {{(pid=130506) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2022-08-25 12:03:37.006 | DEBUG passlib.handlers.bcrypt [None req-57c26178-dfde-49bb-8d75-8226385333c2 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=130506) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2022-08-25 12:03:37.068 | INFO keystone.cmd.bootstrap [None req-57c26178-dfde-49bb-8d75-8226385333c2 None None] Created user admin 2022-08-25 12:03:37.083 | INFO keystone.cmd.bootstrap [None req-57c26178-dfde-49bb-8d75-8226385333c2 None None] Created role reader 2022-08-25 12:03:37.094 | INFO keystone.cmd.bootstrap [None req-57c26178-dfde-49bb-8d75-8226385333c2 None None] Created role member 2022-08-25 12:03:37.120 | INFO keystone.cmd.bootstrap [None req-57c26178-dfde-49bb-8d75-8226385333c2 None None] Created implied role where 3286d21ff3384cab993856bcf971a50c implies ebc1f00404854c53bdc5e843aab88756 2022-08-25 12:03:37.131 | INFO keystone.cmd.bootstrap [None req-57c26178-dfde-49bb-8d75-8226385333c2 None None] Created role admin 2022-08-25 12:03:37.149 | INFO keystone.cmd.bootstrap [None req-57c26178-dfde-49bb-8d75-8226385333c2 None None] Created implied role where a39c998b589e4c70bbe723e0f43b6a7c implies 3286d21ff3384cab993856bcf971a50c 2022-08-25 12:03:37.161 | INFO keystone.cmd.bootstrap [None req-57c26178-dfde-49bb-8d75-8226385333c2 None None] Granted role admin on project admin to user admin. 2022-08-25 12:03:37.171 | INFO keystone.cmd.bootstrap [None req-57c26178-dfde-49bb-8d75-8226385333c2 None None] Granted role admin on the system to user admin. 2022-08-25 12:03:37.183 | WARNING py.warnings [None req-57c26178-dfde-49bb-8d75-8226385333c2 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-08-25 12:03:37.184 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2022-08-25 12:03:37.184 |  2022-08-25 12:03:37.187 | INFO keystone.cmd.bootstrap [None req-57c26178-dfde-49bb-8d75-8226385333c2 None None] Created region RegionOne 2022-08-25 12:03:37.222 | INFO keystone.cmd.bootstrap [None req-57c26178-dfde-49bb-8d75-8226385333c2 None None] Created public endpoint http://10.222.0.42/identity 2022-08-25 12:03:37.631 | + lib/keystone:bootstrap_keystone:610 : '[' False == True ']' 2022-08-25 12:03:37.633 | + ./stack.sh:main:1096 : create_keystone_accounts 2022-08-25 12:03:37.636 | + lib/keystone:create_keystone_accounts:309 : local admin_project 2022-08-25 12:03:37.639 | ++ lib/keystone:create_keystone_accounts:310 : oscwrap project show admin -f value -c id 2022-08-25 12:03:40.640 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:40.640 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:40.640 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:40.640 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:40.763 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:03:40.766 | + lib/keystone:create_keystone_accounts:310 : admin_project=7cb67550447f4c3db4386edc0047b2f6 2022-08-25 12:03:40.769 | + lib/keystone:create_keystone_accounts:311 : local admin_user 2022-08-25 12:03:40.772 | ++ lib/keystone:create_keystone_accounts:312 : oscwrap user show admin -f value -c id 2022-08-25 12:03:42.904 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:42.905 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:42.905 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:42.905 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:43.031 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:03:43.034 | + lib/keystone:create_keystone_accounts:312 : admin_user=e4dc81dc74dd47e68e21709f77465f6e 2022-08-25 12:03:43.036 | + lib/keystone:create_keystone_accounts:314 : local admin_role=admin 2022-08-25 12:03:43.038 | + lib/keystone:create_keystone_accounts:315 : local member_role=member 2022-08-25 12:03:43.040 | + lib/keystone:create_keystone_accounts:316 : local reader_role=reader 2022-08-25 12:03:43.043 | + lib/keystone:create_keystone_accounts:318 : async_run ks-domain-role get_or_add_user_domain_role admin e4dc81dc74dd47e68e21709f77465f6e default 2022-08-25 12:03:43.106 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin e4dc81dc74dd47e68e21709f77465f6e default 2022-08-25 12:03:43.150 | [100754 Async ks-domain-role:130666]: running: get_or_add_user_domain_role admin e4dc81dc74dd47e68e21709f77465f6e default 2022-08-25 12:03:43.152 | + lib/keystone:create_keystone_accounts:321 : get_or_create_domain Default 2022-08-25 12:03:43.155 | + functions-common:get_or_create_domain:877 : local domain_id 2022-08-25 12:03:43.158 | ++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-08-25 12:03:46.270 | + functions-common:get_or_create_domain:887 : domain_id=default 2022-08-25 12:03:46.272 | + functions-common:get_or_create_domain:888 : echo default 2022-08-25 12:03:46.272 | default 2022-08-25 12:03:46.275 | + lib/keystone:create_keystone_accounts:322 : async_run ks-project get_or_create_project service Default 2022-08-25 12:03:46.350 | + inc/async:async_inner:63 : get_or_create_project service Default 2022-08-25 12:03:46.402 | [100754 Async ks-project:130817]: running: get_or_create_project service Default 2022-08-25 12:03:46.405 | + lib/keystone:create_keystone_accounts:325 : async_run ks-service get_or_create_role service 2022-08-25 12:03:46.484 | + inc/async:async_inner:63 : get_or_create_role service 2022-08-25 12:03:46.533 | [100754 Async ks-service:130912]: running: get_or_create_role service 2022-08-25 12:03:46.535 | + lib/keystone:create_keystone_accounts:331 : async_run ks-reseller get_or_create_role ResellerAdmin 2022-08-25 12:03:46.613 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2022-08-25 12:03:46.738 | [100754 Async ks-reseller:131008]: running: get_or_create_role ResellerAdmin 2022-08-25 12:03:46.760 | + lib/keystone:create_keystone_accounts:335 : local another_role=anotherrole 2022-08-25 12:03:46.787 | + lib/keystone:create_keystone_accounts:336 : async_run ks-anotherrole get_or_create_role anotherrole 2022-08-25 12:03:47.286 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2022-08-25 12:03:47.556 | [100754 Async ks-anotherrole:131108]: running: get_or_create_role anotherrole 2022-08-25 12:03:47.576 | + lib/keystone:create_keystone_accounts:339 : local invis_project 2022-08-25 12:03:47.611 | ++ lib/keystone:create_keystone_accounts:340 : get_or_create_project invisible_to_admin default 2022-08-25 12:03:47.637 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-25 12:03:47.675 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2022-08-25 12:03:50.225 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:03:50.274 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:03:50.278 | [131008 Async ks-reseller:131008]: finished successfully 2022-08-25 12:03:50.321 | [130817 Async ks-project:130817]: finished successfully 2022-08-25 12:03:50.956 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:03:51.010 | [130912 Async ks-service:130912]: finished successfully 2022-08-25 12:03:51.062 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:03:51.093 | [131108 Async ks-anotherrole:131108]: finished successfully 2022-08-25 12:03:51.190 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:51.190 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:51.190 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:51.190 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:51.328 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:03:51.330 | ++ functions-common:get_or_create_project:938 : project_id=7086faf3bcb6454fa5d874963ec2c004 2022-08-25 12:03:51.333 | ++ functions-common:get_or_create_project:939 : echo 7086faf3bcb6454fa5d874963ec2c004 2022-08-25 12:03:51.336 | + lib/keystone:create_keystone_accounts:340 : invis_project=7086faf3bcb6454fa5d874963ec2c004 2022-08-25 12:03:51.338 | + lib/keystone:create_keystone_accounts:343 : local demo_project 2022-08-25 12:03:51.341 | ++ lib/keystone:create_keystone_accounts:344 : get_or_create_project demo default 2022-08-25 12:03:51.346 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-25 12:03:51.349 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2022-08-25 12:03:53.824 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:53.824 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:53.824 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:53.824 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:53.978 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:03:53.981 | ++ functions-common:get_or_create_project:938 : project_id=11977f3666344b89a607ce50fbead28d 2022-08-25 12:03:53.983 | ++ functions-common:get_or_create_project:939 : echo 11977f3666344b89a607ce50fbead28d 2022-08-25 12:03:53.986 | + lib/keystone:create_keystone_accounts:344 : demo_project=11977f3666344b89a607ce50fbead28d 2022-08-25 12:03:53.988 | + lib/keystone:create_keystone_accounts:345 : local demo_user 2022-08-25 12:03:53.994 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_user demo Passw0rd default demo@example.com 2022-08-25 12:03:53.999 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 12:03:54.003 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo@example.com ]] 2022-08-25 12:03:54.006 | ++ functions-common:get_or_create_user:911 : local email=--email=demo@example.com 2022-08-25 12:03:54.011 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id 2022-08-25 12:03:54.094 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:03:54.121 | [130666 Async ks-domain-role:130666]: finished successfully 2022-08-25 12:03:56.498 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:56.498 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:56.498 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:56.498 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:56.634 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:03:56.637 | ++ functions-common:get_or_create_user:925 : user_id=3b093892d54a46768b0d82a3c95e9691 2022-08-25 12:03:56.639 | ++ functions-common:get_or_create_user:926 : echo 3b093892d54a46768b0d82a3c95e9691 2022-08-25 12:03:56.642 | + lib/keystone:create_keystone_accounts:347 : demo_user=3b093892d54a46768b0d82a3c95e9691 2022-08-25 12:03:56.645 | + lib/keystone:create_keystone_accounts:349 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2022-08-25 12:03:56.696 | [100754 Async ks-domain-role:130666]: Waiting for completion of get_or_add_user_domain_role admin e4dc81dc74dd47e68e21709f77465f6e default running on PID 130666 (6 other jobs running) 2022-08-25 12:03:56.721 | [100754 Async ks-domain-role:130666]: Signaling child to exit 2022-08-25 12:03:56.721 | WAKEUP 2022-08-25 12:03:56.746 | [100754 Async ks-domain-role:130666]: Signaled 2022-08-25 12:03:56.748 | + functions-common:get_or_add_user_domain_role:1003 : local user_role_id 2022-08-25 12:03:56.748 | ++ functions-common:get_or_add_user_domain_role:1009 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user e4dc81dc74dd47e68e21709f77465f6e --domain default 2022-08-25 12:03:56.748 | ++ functions-common:get_or_add_user_domain_role:1009 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:03:56.748 | ++ functions-common:get_or_add_user_domain_role:1009 : get_field 1 2022-08-25 12:03:56.748 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:03:56.748 | ++ functions-common:get_field:812 : read data 2022-08-25 12:03:56.748 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:56.748 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:56.748 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:56.748 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:56.748 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:03:56.748 | + functions-common:get_or_add_user_domain_role:1009 : user_role_id= 2022-08-25 12:03:56.748 | + functions-common:get_or_add_user_domain_role:1010 : [[ -z '' ]] 2022-08-25 12:03:56.748 | + functions-common:get_or_add_user_domain_role:1012 : openstack --os-cloud devstack-system-admin role add admin --user e4dc81dc74dd47e68e21709f77465f6e --domain default 2022-08-25 12:03:56.748 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:56.748 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:56.748 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:56.748 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:56.748 | ++ functions-common:get_or_add_user_domain_role:1019 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:03:56.748 | ++ functions-common:get_or_add_user_domain_role:1019 : get_field 1 2022-08-25 12:03:56.748 | ++ functions-common:get_or_add_user_domain_role:1019 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user e4dc81dc74dd47e68e21709f77465f6e --domain default 2022-08-25 12:03:56.748 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:03:56.749 | ++ functions-common:get_field:812 : read data 2022-08-25 12:03:56.749 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:56.749 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:56.749 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:56.749 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:56.749 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:03:56.749 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:03:56.749 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:03:56.749 | ++ functions-common:get_field:818 : echo '| a39c998b589e4c70bbe723e0f43b6a7c | e4dc81dc74dd47e68e21709f77465f6e | | | default | | False |' 2022-08-25 12:03:56.749 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:03:56.749 | ++ functions-common:get_field:812 : read data 2022-08-25 12:03:56.749 | + functions-common:get_or_add_user_domain_role:1019 : user_role_id=a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:03:56.749 | + functions-common:get_or_add_user_domain_role:1021 : echo a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:03:56.749 | a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:03:56.793 | [100754 Async ks-domain-role:130666]: finished get_or_add_user_domain_role admin e4dc81dc74dd47e68e21709f77465f6e default with result 0 in 11 seconds 2022-08-25 12:03:56.800 | Not waiting for async task ks-domain that we never started or has already been waited for 2022-08-25 12:03:56.838 | [100754 Async ks-project:130817]: Waiting for completion of get_or_create_project service Default running on PID 130817 (5 other jobs running) 2022-08-25 12:03:56.862 | [100754 Async ks-project:130817]: Signaling child to exit 2022-08-25 12:03:56.862 | WAKEUP 2022-08-25 12:03:56.885 | [100754 Async ks-project:130817]: Signaled 2022-08-25 12:03:56.886 | + functions-common:get_or_create_project:932 : local project_id 2022-08-25 12:03:56.886 | ++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2022-08-25 12:03:56.886 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:56.886 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:56.886 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:56.886 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:56.886 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:03:56.886 | + functions-common:get_or_create_project:938 : project_id=c64a96eb2ca5452f82459771689dc03f 2022-08-25 12:03:56.886 | + functions-common:get_or_create_project:939 : echo c64a96eb2ca5452f82459771689dc03f 2022-08-25 12:03:56.886 | c64a96eb2ca5452f82459771689dc03f 2022-08-25 12:03:56.930 | [100754 Async ks-project:130817]: finished get_or_create_project service Default with result 0 in 4 seconds 2022-08-25 12:03:56.968 | [100754 Async ks-service:130912]: Waiting for completion of get_or_create_role service running on PID 130912 (4 other jobs running) 2022-08-25 12:03:56.992 | [100754 Async ks-service:130912]: Signaling child to exit 2022-08-25 12:03:56.992 | WAKEUP 2022-08-25 12:03:57.016 | [100754 Async ks-service:130912]: Signaled 2022-08-25 12:03:57.017 | + functions-common:get_or_create_role:945 : local role_id 2022-08-25 12:03:57.017 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2022-08-25 12:03:57.017 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:57.017 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:57.017 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:57.017 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:57.017 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:03:57.017 | + functions-common:get_or_create_role:950 : role_id=bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:03:57.017 | + functions-common:get_or_create_role:951 : echo bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:03:57.017 | bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:03:57.063 | [100754 Async ks-service:130912]: finished get_or_create_role service with result 0 in 4 seconds 2022-08-25 12:03:57.101 | [100754 Async ks-reseller:131008]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 131008 (3 other jobs running) 2022-08-25 12:03:57.126 | [100754 Async ks-reseller:131008]: Signaling child to exit 2022-08-25 12:03:57.127 | WAKEUP 2022-08-25 12:03:57.149 | [100754 Async ks-reseller:131008]: Signaled 2022-08-25 12:03:57.151 | + functions-common:get_or_create_role:945 : local role_id 2022-08-25 12:03:57.151 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2022-08-25 12:03:57.151 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:57.151 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:57.151 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:57.151 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:57.151 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:03:57.151 | + functions-common:get_or_create_role:950 : role_id=e2c5c0d4daba453cb20e1c55a9112948 2022-08-25 12:03:57.151 | + functions-common:get_or_create_role:951 : echo e2c5c0d4daba453cb20e1c55a9112948 2022-08-25 12:03:57.151 | e2c5c0d4daba453cb20e1c55a9112948 2022-08-25 12:03:57.196 | [100754 Async ks-reseller:131008]: finished get_or_create_role ResellerAdmin with result 0 in 3 seconds 2022-08-25 12:03:57.236 | [100754 Async ks-anotherrole:131108]: Waiting for completion of get_or_create_role anotherrole running on PID 131108 (2 other jobs running) 2022-08-25 12:03:57.262 | [100754 Async ks-anotherrole:131108]: Signaling child to exit 2022-08-25 12:03:57.262 | WAKEUP 2022-08-25 12:03:57.284 | [100754 Async ks-anotherrole:131108]: Signaled 2022-08-25 12:03:57.285 | + functions-common:get_or_create_role:945 : local role_id 2022-08-25 12:03:57.285 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-08-25 12:03:57.285 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:57.285 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:57.285 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:03:57.285 | from cryptography.utils import int_from_bytes 2022-08-25 12:03:57.285 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:03:57.285 | + functions-common:get_or_create_role:950 : role_id=1c07274c21fb4228a770b8d9b1f89115 2022-08-25 12:03:57.285 | + functions-common:get_or_create_role:951 : echo 1c07274c21fb4228a770b8d9b1f89115 2022-08-25 12:03:57.285 | 1c07274c21fb4228a770b8d9b1f89115 2022-08-25 12:03:57.332 | [100754 Async ks-anotherrole:131108]: finished get_or_create_role anotherrole with result 0 in 3 seconds 2022-08-25 12:03:57.336 | + inc/async:async_wait:197 : return 0 2022-08-25 12:03:57.339 | + lib/keystone:create_keystone_accounts:351 : async_run ks-demo-member get_or_add_user_project_role member 3b093892d54a46768b0d82a3c95e9691 11977f3666344b89a607ce50fbead28d 2022-08-25 12:03:57.410 | + inc/async:async_inner:63 : get_or_add_user_project_role member 3b093892d54a46768b0d82a3c95e9691 11977f3666344b89a607ce50fbead28d 2022-08-25 12:03:57.457 | [100754 Async ks-demo-member:131997]: running: get_or_add_user_project_role member 3b093892d54a46768b0d82a3c95e9691 11977f3666344b89a607ce50fbead28d 2022-08-25 12:03:57.460 | + lib/keystone:create_keystone_accounts:353 : async_run ks-demo-admin get_or_add_user_project_role admin e4dc81dc74dd47e68e21709f77465f6e 11977f3666344b89a607ce50fbead28d 2022-08-25 12:03:57.532 | + inc/async:async_inner:63 : get_or_add_user_project_role admin e4dc81dc74dd47e68e21709f77465f6e 11977f3666344b89a607ce50fbead28d 2022-08-25 12:03:57.588 | [100754 Async ks-demo-admin:132118]: running: get_or_add_user_project_role admin e4dc81dc74dd47e68e21709f77465f6e 11977f3666344b89a607ce50fbead28d 2022-08-25 12:03:57.591 | + lib/keystone:create_keystone_accounts:354 : async_run ks-demo-another get_or_add_user_project_role anotherrole 3b093892d54a46768b0d82a3c95e9691 11977f3666344b89a607ce50fbead28d 2022-08-25 12:03:57.667 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 3b093892d54a46768b0d82a3c95e9691 11977f3666344b89a607ce50fbead28d 2022-08-25 12:03:57.726 | [100754 Async ks-demo-another:132239]: running: get_or_add_user_project_role anotherrole 3b093892d54a46768b0d82a3c95e9691 11977f3666344b89a607ce50fbead28d 2022-08-25 12:03:57.731 | + lib/keystone:create_keystone_accounts:355 : async_run ks-demo-invis get_or_add_user_project_role member 3b093892d54a46768b0d82a3c95e9691 7086faf3bcb6454fa5d874963ec2c004 2022-08-25 12:03:57.827 | + inc/async:async_inner:63 : get_or_add_user_project_role member 3b093892d54a46768b0d82a3c95e9691 7086faf3bcb6454fa5d874963ec2c004 2022-08-25 12:03:57.893 | [100754 Async ks-demo-invis:132361]: running: get_or_add_user_project_role member 3b093892d54a46768b0d82a3c95e9691 7086faf3bcb6454fa5d874963ec2c004 2022-08-25 12:03:57.895 | + lib/keystone:create_keystone_accounts:358 : local demo_reader 2022-08-25 12:03:57.902 | ++ lib/keystone:create_keystone_accounts:360 : get_or_create_user demo_reader Passw0rd default demo_reader@example.com 2022-08-25 12:03:57.914 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 12:03:57.923 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo_reader@example.com ]] 2022-08-25 12:03:57.930 | ++ functions-common:get_or_create_user:911 : local email=--email=demo_reader@example.com 2022-08-25 12:03:57.945 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password Passw0rd --domain=default --email=demo_reader@example.com --or-show -f value -c id 2022-08-25 12:04:01.969 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:01.969 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:01.969 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:01.969 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:02.119 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:02.122 | ++ functions-common:get_or_create_user:925 : user_id=fdfe6d8a5fa14243809534fa66ad074f 2022-08-25 12:04:02.124 | ++ functions-common:get_or_create_user:926 : echo fdfe6d8a5fa14243809534fa66ad074f 2022-08-25 12:04:02.128 | + lib/keystone:create_keystone_accounts:360 : demo_reader=fdfe6d8a5fa14243809534fa66ad074f 2022-08-25 12:04:02.131 | + lib/keystone:create_keystone_accounts:362 : async_run ks-demo-reader get_or_add_user_project_role reader fdfe6d8a5fa14243809534fa66ad074f 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:02.227 | + inc/async:async_inner:63 : get_or_add_user_project_role reader fdfe6d8a5fa14243809534fa66ad074f 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:02.288 | [100754 Async ks-demo-reader:132525]: running: get_or_add_user_project_role reader fdfe6d8a5fa14243809534fa66ad074f 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:02.293 | + lib/keystone:create_keystone_accounts:365 : local alt_demo_project 2022-08-25 12:04:02.300 | ++ lib/keystone:create_keystone_accounts:366 : get_or_create_project alt_demo default 2022-08-25 12:04:02.312 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-25 12:04:02.327 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2022-08-25 12:04:06.481 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:06.481 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:06.481 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:06.481 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:06.684 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:06.687 | ++ functions-common:get_or_create_project:938 : project_id=6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:06.690 | ++ functions-common:get_or_create_project:939 : echo 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:06.693 | + lib/keystone:create_keystone_accounts:366 : alt_demo_project=6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:06.699 | + lib/keystone:create_keystone_accounts:368 : local alt_demo_user 2022-08-25 12:04:06.702 | ++ lib/keystone:create_keystone_accounts:370 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2022-08-25 12:04:06.718 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 12:04:06.725 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo@example.com ]] 2022-08-25 12:04:06.731 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo@example.com 2022-08-25 12:04:06.747 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password Passw0rd --domain=default --email=alt_demo@example.com --or-show -f value -c id 2022-08-25 12:04:10.283 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:10.283 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:10.283 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:10.283 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:10.611 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:10.648 | ++ functions-common:get_or_create_user:925 : user_id=16f2b0cc75f64ef6b79180646fdb85b7 2022-08-25 12:04:10.657 | ++ functions-common:get_or_create_user:926 : echo 16f2b0cc75f64ef6b79180646fdb85b7 2022-08-25 12:04:10.676 | + lib/keystone:create_keystone_accounts:370 : alt_demo_user=16f2b0cc75f64ef6b79180646fdb85b7 2022-08-25 12:04:10.701 | + lib/keystone:create_keystone_accounts:372 : async_run ks-alt-admin get_or_add_user_project_role admin 16f2b0cc75f64ef6b79180646fdb85b7 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:11.155 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 16f2b0cc75f64ef6b79180646fdb85b7 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:11.371 | [100754 Async ks-alt-admin:132905]: running: get_or_add_user_project_role admin 16f2b0cc75f64ef6b79180646fdb85b7 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:11.395 | + lib/keystone:create_keystone_accounts:373 : async_run ks-alt-another get_or_add_user_project_role anotherrole 16f2b0cc75f64ef6b79180646fdb85b7 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:11.910 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 16f2b0cc75f64ef6b79180646fdb85b7 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:12.145 | [100754 Async ks-alt-another:133026]: running: get_or_add_user_project_role anotherrole 16f2b0cc75f64ef6b79180646fdb85b7 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:12.161 | + lib/keystone:create_keystone_accounts:376 : local alt_demo_member 2022-08-25 12:04:12.183 | ++ lib/keystone:create_keystone_accounts:378 : get_or_create_user alt_demo_member Passw0rd default alt_demo_member@example.com 2022-08-25 12:04:12.203 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 12:04:12.220 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_member@example.com ]] 2022-08-25 12:04:12.229 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_member@example.com 2022-08-25 12:04:12.259 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password Passw0rd --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2022-08-25 12:04:13.255 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:04:13.428 | [132118 Async ks-demo-admin:132118]: finished successfully 2022-08-25 12:04:15.384 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:04:15.509 | [131997 Async ks-demo-member:131997]: finished successfully 2022-08-25 12:04:15.969 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:04:16.033 | [132239 Async ks-demo-another:132239]: finished successfully 2022-08-25 12:04:16.371 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:04:16.422 | [132361 Async ks-demo-invis:132361]: finished successfully 2022-08-25 12:04:16.592 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:16.592 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:16.592 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:16.592 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:16.742 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:16.745 | ++ functions-common:get_or_create_user:925 : user_id=28fef037aa464a55b404d5068c81557d 2022-08-25 12:04:16.747 | ++ functions-common:get_or_create_user:926 : echo 28fef037aa464a55b404d5068c81557d 2022-08-25 12:04:16.750 | + lib/keystone:create_keystone_accounts:378 : alt_demo_member=28fef037aa464a55b404d5068c81557d 2022-08-25 12:04:16.753 | + lib/keystone:create_keystone_accounts:379 : async_run ks-alt-member-user get_or_add_user_project_role member 28fef037aa464a55b404d5068c81557d 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:16.841 | + inc/async:async_inner:63 : get_or_add_user_project_role member 28fef037aa464a55b404d5068c81557d 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:16.906 | [100754 Async ks-alt-member-user:133430]: running: get_or_add_user_project_role member 28fef037aa464a55b404d5068c81557d 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:16.910 | + lib/keystone:create_keystone_accounts:382 : local alt_demo_reader 2022-08-25 12:04:16.923 | ++ lib/keystone:create_keystone_accounts:384 : get_or_create_user alt_demo_reader Passw0rd default alt_demo_reader@example.com 2022-08-25 12:04:16.925 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 12:04:16.931 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_reader@example.com ]] 2022-08-25 12:04:16.934 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_reader@example.com 2022-08-25 12:04:16.950 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password Passw0rd --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2022-08-25 12:04:18.811 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:04:18.969 | [132525 Async ks-demo-reader:132525]: finished successfully 2022-08-25 12:04:19.875 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:19.875 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:19.875 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:19.875 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:20.035 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:20.040 | ++ functions-common:get_or_create_user:925 : user_id=bd5b271faac843cc8520feb1b7b385fb 2022-08-25 12:04:20.043 | ++ functions-common:get_or_create_user:926 : echo bd5b271faac843cc8520feb1b7b385fb 2022-08-25 12:04:20.047 | + lib/keystone:create_keystone_accounts:384 : alt_demo_reader=bd5b271faac843cc8520feb1b7b385fb 2022-08-25 12:04:20.055 | + lib/keystone:create_keystone_accounts:385 : async_run ks-alt-reader-user get_or_add_user_project_role reader bd5b271faac843cc8520feb1b7b385fb 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:20.202 | + inc/async:async_inner:63 : get_or_add_user_project_role reader bd5b271faac843cc8520feb1b7b385fb 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:20.308 | [100754 Async ks-alt-reader-user:133666]: running: get_or_add_user_project_role reader bd5b271faac843cc8520feb1b7b385fb 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:20.349 | ++ lib/keystone:create_keystone_accounts:392 : get_or_create_user system_member Passw0rd default system_member@example.com 2022-08-25 12:04:20.359 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 12:04:20.367 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_member@example.com ]] 2022-08-25 12:04:20.370 | ++ functions-common:get_or_create_user:911 : local email=--email=system_member@example.com 2022-08-25 12:04:20.380 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create system_member --password Passw0rd --domain=default --email=system_member@example.com --or-show -f value -c id 2022-08-25 12:04:23.448 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:23.448 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:23.448 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:23.448 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:23.628 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:23.642 | ++ functions-common:get_or_create_user:925 : user_id=3f1b22022b8b407f84ea92b8f1172d8a 2022-08-25 12:04:23.653 | ++ functions-common:get_or_create_user:926 : echo 3f1b22022b8b407f84ea92b8f1172d8a 2022-08-25 12:04:23.664 | + lib/keystone:create_keystone_accounts:392 : system_member_user=3f1b22022b8b407f84ea92b8f1172d8a 2022-08-25 12:04:23.683 | + lib/keystone:create_keystone_accounts:393 : async_run ks-system-member get_or_add_user_system_role member 3f1b22022b8b407f84ea92b8f1172d8a all 2022-08-25 12:04:23.994 | + inc/async:async_inner:63 : get_or_add_user_system_role member 3f1b22022b8b407f84ea92b8f1172d8a all 2022-08-25 12:04:24.194 | [100754 Async ks-system-member:133913]: running: get_or_add_user_system_role member 3f1b22022b8b407f84ea92b8f1172d8a all 2022-08-25 12:04:24.203 | ++ lib/keystone:create_keystone_accounts:396 : get_or_create_user system_reader Passw0rd default system_reader@example.com 2022-08-25 12:04:24.206 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 12:04:24.210 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_reader@example.com ]] 2022-08-25 12:04:24.213 | ++ functions-common:get_or_create_user:911 : local email=--email=system_reader@example.com 2022-08-25 12:04:24.225 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create system_reader --password Passw0rd --domain=default --email=system_reader@example.com --or-show -f value -c id 2022-08-25 12:04:28.034 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:04:28.071 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:04:28.179 | [133026 Async ks-alt-another:133026]: finished successfully 2022-08-25 12:04:28.207 | [132905 Async ks-alt-admin:132905]: finished successfully 2022-08-25 12:04:28.471 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:28.471 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:28.471 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:28.471 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:28.709 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:28.714 | ++ functions-common:get_or_create_user:925 : user_id=2728dcbc1ac04865bf51bbec3d4bf5d4 2022-08-25 12:04:28.718 | ++ functions-common:get_or_create_user:926 : echo 2728dcbc1ac04865bf51bbec3d4bf5d4 2022-08-25 12:04:28.724 | + lib/keystone:create_keystone_accounts:396 : system_reader_user=2728dcbc1ac04865bf51bbec3d4bf5d4 2022-08-25 12:04:28.730 | + lib/keystone:create_keystone_accounts:397 : async_run ks-system-reader get_or_add_user_system_role reader 2728dcbc1ac04865bf51bbec3d4bf5d4 all 2022-08-25 12:04:28.864 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 2728dcbc1ac04865bf51bbec3d4bf5d4 all 2022-08-25 12:04:28.924 | [100754 Async ks-system-reader:134210]: running: get_or_add_user_system_role reader 2728dcbc1ac04865bf51bbec3d4bf5d4 all 2022-08-25 12:04:28.927 | + lib/keystone:create_keystone_accounts:400 : local admin_group 2022-08-25 12:04:28.933 | ++ lib/keystone:create_keystone_accounts:402 : get_or_create_group admins default 'openstack admin group' 2022-08-25 12:04:28.936 | ++ functions-common:get_or_create_group:894 : local 'desc=openstack admin group' 2022-08-25 12:04:28.939 | ++ functions-common:get_or_create_group:895 : local group_id 2022-08-25 12:04:28.942 | +++ functions-common:get_or_create_group:904 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2022-08-25 12:04:31.527 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:04:31.721 | [133430 Async ks-alt-member-user:133430]: finished successfully 2022-08-25 12:04:32.566 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:32.566 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:32.566 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:32.566 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:32.730 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:32.734 | ++ functions-common:get_or_create_group:902 : group_id=271b60d8716041a5b0018119890b74f5 2022-08-25 12:04:32.740 | ++ functions-common:get_or_create_group:903 : echo 271b60d8716041a5b0018119890b74f5 2022-08-25 12:04:32.749 | + lib/keystone:create_keystone_accounts:402 : admin_group=271b60d8716041a5b0018119890b74f5 2022-08-25 12:04:32.761 | + lib/keystone:create_keystone_accounts:403 : local non_admin_group 2022-08-25 12:04:32.770 | ++ lib/keystone:create_keystone_accounts:405 : get_or_create_group nonadmins default 'non-admin group' 2022-08-25 12:04:32.780 | ++ functions-common:get_or_create_group:894 : local 'desc=non-admin group' 2022-08-25 12:04:32.784 | ++ functions-common:get_or_create_group:895 : local group_id 2022-08-25 12:04:32.792 | +++ functions-common:get_or_create_group:904 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2022-08-25 12:04:34.452 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:04:34.482 | [133666 Async ks-alt-reader-user:133666]: finished successfully 2022-08-25 12:04:35.475 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:35.475 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:35.475 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:35.475 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:35.636 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:35.640 | ++ functions-common:get_or_create_group:902 : group_id=5c07097b6494427abee90db47058251a 2022-08-25 12:04:35.643 | ++ functions-common:get_or_create_group:903 : echo 5c07097b6494427abee90db47058251a 2022-08-25 12:04:35.648 | + lib/keystone:create_keystone_accounts:405 : non_admin_group=5c07097b6494427abee90db47058251a 2022-08-25 12:04:35.652 | + lib/keystone:create_keystone_accounts:407 : async_run ks-group-memberdemo get_or_add_group_project_role member 5c07097b6494427abee90db47058251a 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:35.756 | + inc/async:async_inner:63 : get_or_add_group_project_role member 5c07097b6494427abee90db47058251a 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:35.840 | [100754 Async ks-group-memberdemo:134580]: running: get_or_add_group_project_role member 5c07097b6494427abee90db47058251a 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:35.849 | + lib/keystone:create_keystone_accounts:408 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 5c07097b6494427abee90db47058251a 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:35.986 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 5c07097b6494427abee90db47058251a 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:36.107 | [100754 Async ks-group-anotherdemo:134675]: running: get_or_add_group_project_role anotherrole 5c07097b6494427abee90db47058251a 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:36.120 | + lib/keystone:create_keystone_accounts:409 : async_run ks-group-memberalt get_or_add_group_project_role member 5c07097b6494427abee90db47058251a 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:36.462 | + inc/async:async_inner:63 : get_or_add_group_project_role member 5c07097b6494427abee90db47058251a 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:36.676 | [100754 Async ks-group-memberalt:134790]: running: get_or_add_group_project_role member 5c07097b6494427abee90db47058251a 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:36.700 | + lib/keystone:create_keystone_accounts:410 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 5c07097b6494427abee90db47058251a 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:37.203 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 5c07097b6494427abee90db47058251a 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:37.496 | [100754 Async ks-group-anotheralt:134920]: running: get_or_add_group_project_role anotherrole 5c07097b6494427abee90db47058251a 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:37.519 | + lib/keystone:create_keystone_accounts:411 : async_run ks-group-admin get_or_add_group_project_role admin 271b60d8716041a5b0018119890b74f5 7cb67550447f4c3db4386edc0047b2f6 2022-08-25 12:04:37.661 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:04:37.851 | [133913 Async ks-system-member:133913]: finished successfully 2022-08-25 12:04:38.004 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 271b60d8716041a5b0018119890b74f5 7cb67550447f4c3db4386edc0047b2f6 2022-08-25 12:04:38.260 | [100754 Async ks-group-admin:135054]: running: get_or_add_group_project_role admin 271b60d8716041a5b0018119890b74f5 7cb67550447f4c3db4386edc0047b2f6 2022-08-25 12:04:38.287 | + lib/keystone:create_keystone_accounts:413 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2022-08-25 12:04:38.669 | [100754 Async ks-demo-member:131997]: Waiting for completion of get_or_add_user_project_role member 3b093892d54a46768b0d82a3c95e9691 11977f3666344b89a607ce50fbead28d running on PID 131997 (17 other jobs running) 2022-08-25 12:04:38.846 | [100754 Async ks-demo-member:131997]: Signaling child to exit 2022-08-25 12:04:38.846 | WAKEUP 2022-08-25 12:04:39.000 | [100754 Async ks-demo-member:131997]: Signaled 2022-08-25 12:04:39.003 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:04:39.004 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 12:04:39.004 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:04:39.004 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:04:39.004 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 12:04:39.004 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 12:04:39.004 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 12:04:39.004 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 12:04:39.004 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:04:39.004 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3b093892d54a46768b0d82a3c95e9691 --project 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:39.004 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:04:39.004 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:04:39.004 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:39.004 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:39.004 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:39.004 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:39.004 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:39.004 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:39.004 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:04:39.004 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:04:39.004 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 3b093892d54a46768b0d82a3c95e9691 --project 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:39.004 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:39.004 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:39.004 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:39.004 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:39.004 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3b093892d54a46768b0d82a3c95e9691 --project 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:39.004 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:04:39.005 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:04:39.005 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:04:39.005 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:39.005 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:39.005 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:39.005 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:39.005 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:39.005 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:39.005 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:04:39.005 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:04:39.005 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:04:39.005 | ++ functions-common:get_field:818 : echo '| 3286d21ff3384cab993856bcf971a50c | 3b093892d54a46768b0d82a3c95e9691 | | 11977f3666344b89a607ce50fbead28d | | | False |' 2022-08-25 12:04:39.005 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:39.005 | + functions-common:get_or_add_user_project_role:995 : user_role_id=3286d21ff3384cab993856bcf971a50c 2022-08-25 12:04:39.006 | + functions-common:get_or_add_user_project_role:997 : echo 3286d21ff3384cab993856bcf971a50c 2022-08-25 12:04:39.006 | 3286d21ff3384cab993856bcf971a50c 2022-08-25 12:04:39.339 | [100754 Async ks-demo-member:131997]: finished get_or_add_user_project_role member 3b093892d54a46768b0d82a3c95e9691 11977f3666344b89a607ce50fbead28d with result 0 in 18 seconds 2022-08-25 12:04:39.576 | [100754 Async ks-demo-admin:132118]: Waiting for completion of get_or_add_user_project_role admin e4dc81dc74dd47e68e21709f77465f6e 11977f3666344b89a607ce50fbead28d running on PID 132118 (16 other jobs running) 2022-08-25 12:04:39.674 | [100754 Async ks-demo-admin:132118]: Signaling child to exit 2022-08-25 12:04:39.674 | WAKEUP 2022-08-25 12:04:39.770 | [100754 Async ks-demo-admin:132118]: Signaled 2022-08-25 12:04:39.772 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:04:39.772 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 12:04:39.772 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:04:39.773 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:04:39.773 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 12:04:39.773 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 12:04:39.773 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 12:04:39.773 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 12:04:39.773 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:04:39.773 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:04:39.773 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:04:39.773 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:39.773 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user e4dc81dc74dd47e68e21709f77465f6e --project 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:39.773 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:39.773 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:39.773 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:39.773 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:39.773 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:39.773 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:04:39.773 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:04:39.773 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user e4dc81dc74dd47e68e21709f77465f6e --project 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:39.773 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:39.773 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:39.773 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:39.773 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:39.773 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:04:39.773 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:04:39.773 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user e4dc81dc74dd47e68e21709f77465f6e --project 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:39.774 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:04:39.774 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:39.774 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:39.774 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:39.774 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:39.774 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:39.774 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:39.774 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:04:39.774 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:04:39.774 | ++ functions-common:get_field:818 : echo '| a39c998b589e4c70bbe723e0f43b6a7c | e4dc81dc74dd47e68e21709f77465f6e | | 11977f3666344b89a607ce50fbead28d | | | False |' 2022-08-25 12:04:39.774 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:04:39.774 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:39.774 | + functions-common:get_or_add_user_project_role:995 : user_role_id=a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:04:39.774 | + functions-common:get_or_add_user_project_role:997 : echo a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:04:39.774 | a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:04:39.972 | [100754 Async ks-demo-admin:132118]: finished get_or_add_user_project_role admin e4dc81dc74dd47e68e21709f77465f6e 11977f3666344b89a607ce50fbead28d with result 0 in 15 seconds 2022-08-25 12:04:40.154 | [100754 Async ks-demo-another:132239]: Waiting for completion of get_or_add_user_project_role anotherrole 3b093892d54a46768b0d82a3c95e9691 11977f3666344b89a607ce50fbead28d running on PID 132239 (15 other jobs running) 2022-08-25 12:04:40.299 | [100754 Async ks-demo-another:132239]: Signaling child to exit 2022-08-25 12:04:40.300 | WAKEUP 2022-08-25 12:04:40.439 | [100754 Async ks-demo-another:132239]: Signaled 2022-08-25 12:04:40.440 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:04:40.440 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 12:04:40.440 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:04:40.440 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:04:40.440 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 12:04:40.440 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 12:04:40.440 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 12:04:40.440 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 12:04:40.440 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:04:40.440 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 3b093892d54a46768b0d82a3c95e9691 --project 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:40.440 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:04:40.441 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:04:40.441 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:40.441 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:40.441 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:40.441 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:40.441 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:40.441 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:40.441 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:04:40.441 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:04:40.441 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add anotherrole --user 3b093892d54a46768b0d82a3c95e9691 --project 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:40.441 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:40.441 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:40.441 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:40.441 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:40.441 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 3b093892d54a46768b0d82a3c95e9691 --project 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:40.441 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:04:40.441 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:04:40.441 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:04:40.441 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:40.441 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:40.441 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:40.441 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:40.441 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:40.441 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:40.441 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:04:40.441 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:04:40.441 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:04:40.441 | ++ functions-common:get_field:818 : echo '| 1c07274c21fb4228a770b8d9b1f89115 | 3b093892d54a46768b0d82a3c95e9691 | | 11977f3666344b89a607ce50fbead28d | | | False |' 2022-08-25 12:04:40.441 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:40.442 | + functions-common:get_or_add_user_project_role:995 : user_role_id=1c07274c21fb4228a770b8d9b1f89115 2022-08-25 12:04:40.442 | + functions-common:get_or_add_user_project_role:997 : echo 1c07274c21fb4228a770b8d9b1f89115 2022-08-25 12:04:40.442 | 1c07274c21fb4228a770b8d9b1f89115 2022-08-25 12:04:40.560 | [100754 Async ks-demo-another:132239]: finished get_or_add_user_project_role anotherrole 3b093892d54a46768b0d82a3c95e9691 11977f3666344b89a607ce50fbead28d with result 0 in 18 seconds 2022-08-25 12:04:40.634 | [100754 Async ks-demo-invis:132361]: Waiting for completion of get_or_add_user_project_role member 3b093892d54a46768b0d82a3c95e9691 7086faf3bcb6454fa5d874963ec2c004 running on PID 132361 (14 other jobs running) 2022-08-25 12:04:40.680 | [100754 Async ks-demo-invis:132361]: Signaling child to exit 2022-08-25 12:04:40.680 | WAKEUP 2022-08-25 12:04:40.720 | [100754 Async ks-demo-invis:132361]: Signaled 2022-08-25 12:04:40.722 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:04:40.722 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 12:04:40.722 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:04:40.722 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:04:40.722 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 12:04:40.722 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 12:04:40.722 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 12:04:40.722 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 12:04:40.722 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:04:40.722 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:04:40.722 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3b093892d54a46768b0d82a3c95e9691 --project 7086faf3bcb6454fa5d874963ec2c004 2022-08-25 12:04:40.722 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:04:40.722 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:40.722 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:40.722 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:40.723 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:40.723 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:40.723 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:40.723 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:04:40.723 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:04:40.723 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 3b093892d54a46768b0d82a3c95e9691 --project 7086faf3bcb6454fa5d874963ec2c004 2022-08-25 12:04:40.723 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:40.723 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:40.723 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:40.723 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:40.723 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:04:40.723 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:04:40.723 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3b093892d54a46768b0d82a3c95e9691 --project 7086faf3bcb6454fa5d874963ec2c004 2022-08-25 12:04:40.723 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:04:40.723 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:40.723 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:40.723 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:40.723 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:40.723 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:40.723 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:40.723 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:04:40.723 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:04:40.723 | ++ functions-common:get_field:818 : echo '| 3286d21ff3384cab993856bcf971a50c | 3b093892d54a46768b0d82a3c95e9691 | | 7086faf3bcb6454fa5d874963ec2c004 | | | False |' 2022-08-25 12:04:40.723 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:04:40.723 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:40.723 | + functions-common:get_or_add_user_project_role:995 : user_role_id=3286d21ff3384cab993856bcf971a50c 2022-08-25 12:04:40.723 | + functions-common:get_or_add_user_project_role:997 : echo 3286d21ff3384cab993856bcf971a50c 2022-08-25 12:04:40.723 | 3286d21ff3384cab993856bcf971a50c 2022-08-25 12:04:40.813 | [100754 Async ks-demo-invis:132361]: finished get_or_add_user_project_role member 3b093892d54a46768b0d82a3c95e9691 7086faf3bcb6454fa5d874963ec2c004 with result 0 in 18 seconds 2022-08-25 12:04:40.862 | [100754 Async ks-demo-reader:132525]: Waiting for completion of get_or_add_user_project_role reader fdfe6d8a5fa14243809534fa66ad074f 11977f3666344b89a607ce50fbead28d running on PID 132525 (13 other jobs running) 2022-08-25 12:04:40.893 | [100754 Async ks-demo-reader:132525]: Signaling child to exit 2022-08-25 12:04:40.893 | WAKEUP 2022-08-25 12:04:40.923 | [100754 Async ks-demo-reader:132525]: Signaled 2022-08-25 12:04:40.925 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:04:40.925 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 12:04:40.925 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:04:40.925 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:04:40.925 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 12:04:40.925 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 12:04:40.925 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 12:04:40.925 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 12:04:40.925 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user fdfe6d8a5fa14243809534fa66ad074f --project 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:40.925 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:04:40.925 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:04:40.925 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:04:40.925 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:40.925 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:40.925 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:40.925 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:40.925 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:40.925 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:40.926 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:04:40.926 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:04:40.926 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add reader --user fdfe6d8a5fa14243809534fa66ad074f --project 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:40.926 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:40.926 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:40.926 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:40.926 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:40.926 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user fdfe6d8a5fa14243809534fa66ad074f --project 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:40.926 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:04:40.926 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:04:40.926 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:04:40.926 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:40.926 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:40.926 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:40.926 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:40.926 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:40.926 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:40.926 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:04:40.926 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:04:40.926 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:04:40.926 | ++ functions-common:get_field:818 : echo '| ebc1f00404854c53bdc5e843aab88756 | fdfe6d8a5fa14243809534fa66ad074f | | 11977f3666344b89a607ce50fbead28d | | | False |' 2022-08-25 12:04:40.926 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:40.926 | + functions-common:get_or_add_user_project_role:995 : user_role_id=ebc1f00404854c53bdc5e843aab88756 2022-08-25 12:04:40.926 | + functions-common:get_or_add_user_project_role:997 : echo ebc1f00404854c53bdc5e843aab88756 2022-08-25 12:04:40.926 | ebc1f00404854c53bdc5e843aab88756 2022-08-25 12:04:41.013 | [100754 Async ks-demo-reader:132525]: finished get_or_add_user_project_role reader fdfe6d8a5fa14243809534fa66ad074f 11977f3666344b89a607ce50fbead28d with result 0 in 16 seconds 2022-08-25 12:04:41.018 | + inc/async:async_wait:197 : return 0 2022-08-25 12:04:41.021 | + lib/keystone:create_keystone_accounts:414 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2022-08-25 12:04:41.109 | [100754 Async ks-alt-admin:132905]: Waiting for completion of get_or_add_user_project_role admin 16f2b0cc75f64ef6b79180646fdb85b7 6c9f49bbf28f42978201ec34d5bf5661 running on PID 132905 (12 other jobs running) 2022-08-25 12:04:41.120 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:04:41.148 | [100754 Async ks-alt-admin:132905]: Signaling child to exit 2022-08-25 12:04:41.148 | WAKEUP 2022-08-25 12:04:41.194 | [134210 Async ks-system-reader:134210]: finished successfully 2022-08-25 12:04:41.265 | [100754 Async ks-alt-admin:132905]: Signaled 2022-08-25 12:04:41.266 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:04:41.266 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 12:04:41.266 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:04:41.266 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:04:41.266 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 12:04:41.266 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 12:04:41.266 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 12:04:41.266 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 12:04:41.266 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 16f2b0cc75f64ef6b79180646fdb85b7 --project 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:41.267 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:04:41.267 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:04:41.267 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:04:41.267 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:41.267 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:41.267 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:41.267 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:41.267 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:41.267 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:41.267 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:04:41.267 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:04:41.267 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 16f2b0cc75f64ef6b79180646fdb85b7 --project 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:41.267 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:41.267 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:41.267 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:41.267 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:41.267 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:04:41.267 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:04:41.267 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:04:41.267 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 16f2b0cc75f64ef6b79180646fdb85b7 --project 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:41.267 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:41.267 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:41.267 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:41.267 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:41.267 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:41.267 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:41.267 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:04:41.267 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:04:41.267 | ++ functions-common:get_field:818 : echo '| a39c998b589e4c70bbe723e0f43b6a7c | 16f2b0cc75f64ef6b79180646fdb85b7 | | 6c9f49bbf28f42978201ec34d5bf5661 | | | False |' 2022-08-25 12:04:41.267 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:04:41.267 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:41.268 | + functions-common:get_or_add_user_project_role:995 : user_role_id=a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:04:41.268 | + functions-common:get_or_add_user_project_role:997 : echo a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:04:41.268 | a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:04:41.356 | [100754 Async ks-alt-admin:132905]: finished get_or_add_user_project_role admin 16f2b0cc75f64ef6b79180646fdb85b7 6c9f49bbf28f42978201ec34d5bf5661 with result 0 in 17 seconds 2022-08-25 12:04:41.441 | [100754 Async ks-alt-another:133026]: Waiting for completion of get_or_add_user_project_role anotherrole 16f2b0cc75f64ef6b79180646fdb85b7 6c9f49bbf28f42978201ec34d5bf5661 running on PID 133026 (11 other jobs running) 2022-08-25 12:04:41.483 | [100754 Async ks-alt-another:133026]: Signaling child to exit 2022-08-25 12:04:41.483 | WAKEUP 2022-08-25 12:04:41.511 | [100754 Async ks-alt-another:133026]: Signaled 2022-08-25 12:04:41.512 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:04:41.512 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 12:04:41.512 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:04:41.513 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:04:41.513 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 12:04:41.513 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 12:04:41.513 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 12:04:41.513 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 12:04:41.513 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 16f2b0cc75f64ef6b79180646fdb85b7 --project 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:41.513 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:04:41.513 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:04:41.513 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:04:41.513 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:41.513 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:41.513 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:41.513 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:41.513 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:41.513 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:41.513 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:04:41.513 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:04:41.513 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add anotherrole --user 16f2b0cc75f64ef6b79180646fdb85b7 --project 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:41.513 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:41.513 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:41.513 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:41.513 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:41.513 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:04:41.513 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 16f2b0cc75f64ef6b79180646fdb85b7 --project 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:41.513 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:04:41.513 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:04:41.513 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:41.513 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:41.513 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:41.514 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:41.514 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:41.514 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:41.514 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:04:41.514 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:04:41.514 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:04:41.514 | ++ functions-common:get_field:818 : echo '| 1c07274c21fb4228a770b8d9b1f89115 | 16f2b0cc75f64ef6b79180646fdb85b7 | | 6c9f49bbf28f42978201ec34d5bf5661 | | | False |' 2022-08-25 12:04:41.514 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:41.514 | + functions-common:get_or_add_user_project_role:995 : user_role_id=1c07274c21fb4228a770b8d9b1f89115 2022-08-25 12:04:41.514 | + functions-common:get_or_add_user_project_role:997 : echo 1c07274c21fb4228a770b8d9b1f89115 2022-08-25 12:04:41.514 | 1c07274c21fb4228a770b8d9b1f89115 2022-08-25 12:04:41.603 | [100754 Async ks-alt-another:133026]: finished get_or_add_user_project_role anotherrole 16f2b0cc75f64ef6b79180646fdb85b7 6c9f49bbf28f42978201ec34d5bf5661 with result 0 in 16 seconds 2022-08-25 12:04:41.692 | [100754 Async ks-alt-member-user:133430]: Waiting for completion of get_or_add_user_project_role member 28fef037aa464a55b404d5068c81557d 6c9f49bbf28f42978201ec34d5bf5661 running on PID 133430 (10 other jobs running) 2022-08-25 12:04:41.753 | [100754 Async ks-alt-member-user:133430]: Signaling child to exit 2022-08-25 12:04:41.753 | WAKEUP 2022-08-25 12:04:41.830 | [100754 Async ks-alt-member-user:133430]: Signaled 2022-08-25 12:04:41.842 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:04:41.842 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 12:04:41.842 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:04:41.842 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:04:41.842 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 12:04:41.842 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 12:04:41.842 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 12:04:41.842 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 12:04:41.842 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:04:41.842 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:04:41.842 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 28fef037aa464a55b404d5068c81557d --project 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:41.842 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:04:41.842 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:41.842 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:41.842 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:41.842 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:41.842 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:41.842 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:41.842 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:04:41.842 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:04:41.842 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 28fef037aa464a55b404d5068c81557d --project 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:41.842 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:41.842 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:41.842 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:41.842 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:41.842 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 28fef037aa464a55b404d5068c81557d --project 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:41.843 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:04:41.843 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:04:41.843 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:04:41.843 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:41.843 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:41.843 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:41.843 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:41.843 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:41.843 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:41.843 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:04:41.843 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:04:41.843 | ++ functions-common:get_field:818 : echo '| 3286d21ff3384cab993856bcf971a50c | 28fef037aa464a55b404d5068c81557d | | 6c9f49bbf28f42978201ec34d5bf5661 | | | False |' 2022-08-25 12:04:41.843 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:04:41.843 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:41.843 | + functions-common:get_or_add_user_project_role:995 : user_role_id=3286d21ff3384cab993856bcf971a50c 2022-08-25 12:04:41.843 | + functions-common:get_or_add_user_project_role:997 : echo 3286d21ff3384cab993856bcf971a50c 2022-08-25 12:04:41.843 | 3286d21ff3384cab993856bcf971a50c 2022-08-25 12:04:41.939 | [100754 Async ks-alt-member-user:133430]: finished get_or_add_user_project_role member 28fef037aa464a55b404d5068c81557d 6c9f49bbf28f42978201ec34d5bf5661 with result 0 in 14 seconds 2022-08-25 12:04:42.011 | [100754 Async ks-alt-reader-user:133666]: Waiting for completion of get_or_add_user_project_role reader bd5b271faac843cc8520feb1b7b385fb 6c9f49bbf28f42978201ec34d5bf5661 running on PID 133666 (9 other jobs running) 2022-08-25 12:04:42.050 | [100754 Async ks-alt-reader-user:133666]: Signaling child to exit 2022-08-25 12:04:42.050 | WAKEUP 2022-08-25 12:04:42.103 | [100754 Async ks-alt-reader-user:133666]: Signaled 2022-08-25 12:04:42.106 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:04:42.106 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 12:04:42.106 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:04:42.106 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:04:42.106 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 12:04:42.106 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 12:04:42.106 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 12:04:42.106 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 12:04:42.106 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:04:42.106 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:04:42.106 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user bd5b271faac843cc8520feb1b7b385fb --project 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:42.106 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:04:42.106 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:42.106 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:42.107 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:42.107 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:42.107 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:42.107 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:42.107 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:04:42.107 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:04:42.107 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add reader --user bd5b271faac843cc8520feb1b7b385fb --project 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:42.107 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:42.107 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:42.107 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:42.108 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:42.108 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:04:42.108 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:04:42.108 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user bd5b271faac843cc8520feb1b7b385fb --project 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:42.108 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:04:42.108 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:42.108 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:42.108 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:42.108 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:42.108 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:42.108 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:42.108 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:04:42.108 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:04:42.108 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:04:42.108 | ++ functions-common:get_field:818 : echo '| ebc1f00404854c53bdc5e843aab88756 | bd5b271faac843cc8520feb1b7b385fb | | 6c9f49bbf28f42978201ec34d5bf5661 | | | False |' 2022-08-25 12:04:42.108 | ++ functions-common:get_field:812 : read data 2022-08-25 12:04:42.109 | + functions-common:get_or_add_user_project_role:995 : user_role_id=ebc1f00404854c53bdc5e843aab88756 2022-08-25 12:04:42.109 | + functions-common:get_or_add_user_project_role:997 : echo ebc1f00404854c53bdc5e843aab88756 2022-08-25 12:04:42.109 | ebc1f00404854c53bdc5e843aab88756 2022-08-25 12:04:42.189 | [100754 Async ks-alt-reader-user:133666]: finished get_or_add_user_project_role reader bd5b271faac843cc8520feb1b7b385fb 6c9f49bbf28f42978201ec34d5bf5661 with result 0 in 14 seconds 2022-08-25 12:04:42.196 | + inc/async:async_wait:197 : return 0 2022-08-25 12:04:42.199 | + lib/keystone:create_keystone_accounts:415 : async_wait ks-system-member ks-system-reader 2022-08-25 12:04:42.327 | [100754 Async ks-system-member:133913]: Waiting for completion of get_or_add_user_system_role member 3f1b22022b8b407f84ea92b8f1172d8a all running on PID 133913 (8 other jobs running) 2022-08-25 12:04:42.443 | [100754 Async ks-system-member:133913]: Signaling child to exit 2022-08-25 12:04:42.443 | WAKEUP 2022-08-25 12:04:42.512 | [100754 Async ks-system-member:133913]: Signaled 2022-08-25 12:04:42.514 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-08-25 12:04:42.515 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-08-25 12:04:42.515 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-08-25 12:04:42.515 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:04:42.515 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:04:42.515 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 12:04:42.515 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 12:04:42.515 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 12:04:42.515 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-08-25 12:04:42.515 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3f1b22022b8b407f84ea92b8f1172d8a --system all -f value -c Role 2022-08-25 12:04:42.515 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:42.515 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:42.515 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:42.515 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:42.515 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:42.515 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-08-25 12:04:42.515 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-08-25 12:04:42.516 | + functions-common:get_or_add_user_system_role:1041 : openstack --os-cloud devstack-system-admin role add member --user 3f1b22022b8b407f84ea92b8f1172d8a --system all 2022-08-25 12:04:42.516 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:42.516 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:42.516 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:42.516 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:42.516 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3f1b22022b8b407f84ea92b8f1172d8a --system all -f value -c Role 2022-08-25 12:04:42.516 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:42.516 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:42.516 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:42.516 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:42.516 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:42.516 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=3286d21ff3384cab993856bcf971a50c 2022-08-25 12:04:42.516 | + functions-common:get_or_add_user_system_role:1052 : echo 3286d21ff3384cab993856bcf971a50c 2022-08-25 12:04:42.516 | 3286d21ff3384cab993856bcf971a50c 2022-08-25 12:04:42.753 | [100754 Async ks-system-member:133913]: finished get_or_add_user_system_role member 3f1b22022b8b407f84ea92b8f1172d8a all with result 0 in 14 seconds 2022-08-25 12:04:42.901 | [100754 Async ks-system-reader:134210]: Waiting for completion of get_or_add_user_system_role reader 2728dcbc1ac04865bf51bbec3d4bf5d4 all running on PID 134210 (7 other jobs running) 2022-08-25 12:04:42.987 | [100754 Async ks-system-reader:134210]: Signaling child to exit 2022-08-25 12:04:42.993 | WAKEUP 2022-08-25 12:04:43.099 | [100754 Async ks-system-reader:134210]: Signaled 2022-08-25 12:04:43.107 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-08-25 12:04:43.107 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-08-25 12:04:43.107 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-08-25 12:04:43.107 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:04:43.107 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:04:43.107 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 12:04:43.107 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 12:04:43.107 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 12:04:43.107 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-08-25 12:04:43.107 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 2728dcbc1ac04865bf51bbec3d4bf5d4 --system all -f value -c Role 2022-08-25 12:04:43.107 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:43.107 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:43.107 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:43.107 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:43.107 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:43.107 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-08-25 12:04:43.107 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-08-25 12:04:43.107 | + functions-common:get_or_add_user_system_role:1041 : openstack --os-cloud devstack-system-admin role add reader --user 2728dcbc1ac04865bf51bbec3d4bf5d4 --system all 2022-08-25 12:04:43.107 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:43.107 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:43.107 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:43.107 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:43.107 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 2728dcbc1ac04865bf51bbec3d4bf5d4 --system all -f value -c Role 2022-08-25 12:04:43.107 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:43.107 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:43.107 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:43.107 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:43.108 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:43.108 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=ebc1f00404854c53bdc5e843aab88756 2022-08-25 12:04:43.108 | + functions-common:get_or_add_user_system_role:1052 : echo ebc1f00404854c53bdc5e843aab88756 2022-08-25 12:04:43.108 | ebc1f00404854c53bdc5e843aab88756 2022-08-25 12:04:43.319 | [100754 Async ks-system-reader:134210]: finished get_or_add_user_system_role reader 2728dcbc1ac04865bf51bbec3d4bf5d4 all with result 0 in 12 seconds 2022-08-25 12:04:43.347 | + inc/async:async_wait:197 : return 0 2022-08-25 12:04:43.370 | + lib/keystone:create_keystone_accounts:416 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2022-08-25 12:04:43.621 | [100754 Async ks-group-memberdemo:134580]: Waiting for completion of get_or_add_group_project_role member 5c07097b6494427abee90db47058251a 11977f3666344b89a607ce50fbead28d running on PID 134580 (6 other jobs running) 2022-08-25 12:04:43.724 | [100754 Async ks-group-memberdemo:134580]: Signaling child to exit 2022-08-25 12:04:51.435 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:04:51.478 | [134675 Async ks-group-anotherdemo:134675]: finished successfully 2022-08-25 12:04:51.837 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:04:51.897 | [134580 Async ks-group-memberdemo:134580]: finished successfully 2022-08-25 12:04:51.930 | WAKEUP 2022-08-25 12:04:51.979 | [100754 Async ks-group-memberdemo:134580]: Signaled 2022-08-25 12:04:51.980 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-25 12:04:51.980 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 5c07097b6494427abee90db47058251a --project 11977f3666344b89a607ce50fbead28d -f value 2022-08-25 12:04:51.980 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:51.980 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:51.980 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:51.980 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:51.980 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:51.981 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-25 12:04:51.981 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-25 12:04:51.981 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add member --group 5c07097b6494427abee90db47058251a --project 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:51.981 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:51.981 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:51.981 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:51.981 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:51.981 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 5c07097b6494427abee90db47058251a --project 11977f3666344b89a607ce50fbead28d -f value 2022-08-25 12:04:51.981 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:51.981 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:51.981 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:51.981 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:51.981 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:51.981 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='3286d21ff3384cab993856bcf971a50c 5c07097b6494427abee90db47058251a 11977f3666344b89a607ce50fbead28d False' 2022-08-25 12:04:51.981 | + functions-common:get_or_add_group_project_role:1076 : echo 3286d21ff3384cab993856bcf971a50c 5c07097b6494427abee90db47058251a 11977f3666344b89a607ce50fbead28d False 2022-08-25 12:04:51.981 | 3286d21ff3384cab993856bcf971a50c 5c07097b6494427abee90db47058251a 11977f3666344b89a607ce50fbead28d False 2022-08-25 12:04:52.054 | [100754 Async ks-group-memberdemo:134580]: finished get_or_add_group_project_role member 5c07097b6494427abee90db47058251a 11977f3666344b89a607ce50fbead28d with result 0 in 16 seconds 2022-08-25 12:04:52.118 | [100754 Async ks-group-anotherdemo:134675]: Waiting for completion of get_or_add_group_project_role anotherrole 5c07097b6494427abee90db47058251a 11977f3666344b89a607ce50fbead28d running on PID 134675 (5 other jobs running) 2022-08-25 12:04:52.150 | [100754 Async ks-group-anotherdemo:134675]: Signaling child to exit 2022-08-25 12:04:52.150 | WAKEUP 2022-08-25 12:04:52.180 | [100754 Async ks-group-anotherdemo:134675]: Signaled 2022-08-25 12:04:52.182 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-25 12:04:52.182 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 5c07097b6494427abee90db47058251a --project 11977f3666344b89a607ce50fbead28d -f value 2022-08-25 12:04:52.182 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:52.182 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:52.182 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:52.182 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:52.182 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:52.182 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-25 12:04:52.182 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-25 12:04:52.182 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add anotherrole --group 5c07097b6494427abee90db47058251a --project 11977f3666344b89a607ce50fbead28d 2022-08-25 12:04:52.182 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:52.182 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:52.182 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:52.182 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:52.182 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 5c07097b6494427abee90db47058251a --project 11977f3666344b89a607ce50fbead28d -f value 2022-08-25 12:04:52.182 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:52.182 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:52.182 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:52.182 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:52.182 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:52.182 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='1c07274c21fb4228a770b8d9b1f89115 5c07097b6494427abee90db47058251a 11977f3666344b89a607ce50fbead28d False' 2022-08-25 12:04:52.182 | + functions-common:get_or_add_group_project_role:1076 : echo 1c07274c21fb4228a770b8d9b1f89115 5c07097b6494427abee90db47058251a 11977f3666344b89a607ce50fbead28d False 2022-08-25 12:04:52.182 | 1c07274c21fb4228a770b8d9b1f89115 5c07097b6494427abee90db47058251a 11977f3666344b89a607ce50fbead28d False 2022-08-25 12:04:52.243 | [100754 Async ks-group-anotherdemo:134675]: finished get_or_add_group_project_role anotherrole 5c07097b6494427abee90db47058251a 11977f3666344b89a607ce50fbead28d with result 0 in 15 seconds 2022-08-25 12:04:52.299 | [100754 Async ks-group-memberalt:134790]: Waiting for completion of get_or_add_group_project_role member 5c07097b6494427abee90db47058251a 6c9f49bbf28f42978201ec34d5bf5661 running on PID 134790 (4 other jobs running) 2022-08-25 12:04:52.336 | [100754 Async ks-group-memberalt:134790]: Signaling child to exit 2022-08-25 12:04:53.309 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:04:53.339 | [134790 Async ks-group-memberalt:134790]: finished successfully 2022-08-25 12:04:53.371 | WAKEUP 2022-08-25 12:04:53.402 | [100754 Async ks-group-memberalt:134790]: Signaled 2022-08-25 12:04:53.404 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-25 12:04:53.404 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 5c07097b6494427abee90db47058251a --project 6c9f49bbf28f42978201ec34d5bf5661 -f value 2022-08-25 12:04:53.404 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:53.404 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:53.404 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:53.404 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:53.404 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:53.404 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-25 12:04:53.404 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-25 12:04:53.404 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add member --group 5c07097b6494427abee90db47058251a --project 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:53.404 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:53.404 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:53.404 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:53.404 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:53.404 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 5c07097b6494427abee90db47058251a --project 6c9f49bbf28f42978201ec34d5bf5661 -f value 2022-08-25 12:04:53.404 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:53.404 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:53.404 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:53.404 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:53.404 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:53.404 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='3286d21ff3384cab993856bcf971a50c 5c07097b6494427abee90db47058251a 6c9f49bbf28f42978201ec34d5bf5661 False' 2022-08-25 12:04:53.405 | + functions-common:get_or_add_group_project_role:1076 : echo 3286d21ff3384cab993856bcf971a50c 5c07097b6494427abee90db47058251a 6c9f49bbf28f42978201ec34d5bf5661 False 2022-08-25 12:04:53.405 | 3286d21ff3384cab993856bcf971a50c 5c07097b6494427abee90db47058251a 6c9f49bbf28f42978201ec34d5bf5661 False 2022-08-25 12:04:53.461 | [100754 Async ks-group-memberalt:134790]: finished get_or_add_group_project_role member 5c07097b6494427abee90db47058251a 6c9f49bbf28f42978201ec34d5bf5661 with result 0 in 17 seconds 2022-08-25 12:04:53.511 | [100754 Async ks-group-anotheralt:134920]: Waiting for completion of get_or_add_group_project_role anotherrole 5c07097b6494427abee90db47058251a 6c9f49bbf28f42978201ec34d5bf5661 running on PID 134920 (3 other jobs running) 2022-08-25 12:04:53.548 | [100754 Async ks-group-anotheralt:134920]: Signaling child to exit 2022-08-25 12:04:53.892 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:04:53.923 | [135054 Async ks-group-admin:135054]: finished successfully 2022-08-25 12:04:53.943 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:04:53.970 | [134920 Async ks-group-anotheralt:134920]: finished successfully 2022-08-25 12:04:53.997 | WAKEUP 2022-08-25 12:04:54.023 | [100754 Async ks-group-anotheralt:134920]: Signaled 2022-08-25 12:04:54.025 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-25 12:04:54.025 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 5c07097b6494427abee90db47058251a --project 6c9f49bbf28f42978201ec34d5bf5661 -f value 2022-08-25 12:04:54.025 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:54.025 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:54.025 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:54.025 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:54.025 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:54.025 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-25 12:04:54.025 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-25 12:04:54.025 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add anotherrole --group 5c07097b6494427abee90db47058251a --project 6c9f49bbf28f42978201ec34d5bf5661 2022-08-25 12:04:54.025 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:54.025 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:54.025 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:54.025 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:54.025 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 5c07097b6494427abee90db47058251a --project 6c9f49bbf28f42978201ec34d5bf5661 -f value 2022-08-25 12:04:54.025 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:54.025 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:54.025 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:54.026 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:54.026 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:54.026 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='1c07274c21fb4228a770b8d9b1f89115 5c07097b6494427abee90db47058251a 6c9f49bbf28f42978201ec34d5bf5661 False' 2022-08-25 12:04:54.026 | + functions-common:get_or_add_group_project_role:1076 : echo 1c07274c21fb4228a770b8d9b1f89115 5c07097b6494427abee90db47058251a 6c9f49bbf28f42978201ec34d5bf5661 False 2022-08-25 12:04:54.026 | 1c07274c21fb4228a770b8d9b1f89115 5c07097b6494427abee90db47058251a 6c9f49bbf28f42978201ec34d5bf5661 False 2022-08-25 12:04:54.083 | [100754 Async ks-group-anotheralt:134920]: finished get_or_add_group_project_role anotherrole 5c07097b6494427abee90db47058251a 6c9f49bbf28f42978201ec34d5bf5661 with result 0 in 16 seconds 2022-08-25 12:04:54.130 | [100754 Async ks-group-admin:135054]: Waiting for completion of get_or_add_group_project_role admin 271b60d8716041a5b0018119890b74f5 7cb67550447f4c3db4386edc0047b2f6 running on PID 135054 (2 other jobs running) 2022-08-25 12:04:54.157 | [100754 Async ks-group-admin:135054]: Signaling child to exit 2022-08-25 12:04:54.157 | WAKEUP 2022-08-25 12:04:54.183 | [100754 Async ks-group-admin:135054]: Signaled 2022-08-25 12:04:54.184 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-25 12:04:54.184 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 271b60d8716041a5b0018119890b74f5 --project 7cb67550447f4c3db4386edc0047b2f6 -f value 2022-08-25 12:04:54.184 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:54.184 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:54.184 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:54.184 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:54.184 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:54.184 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-25 12:04:54.184 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-25 12:04:54.184 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add admin --group 271b60d8716041a5b0018119890b74f5 --project 7cb67550447f4c3db4386edc0047b2f6 2022-08-25 12:04:54.184 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:54.184 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:54.185 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:54.185 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:54.185 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 271b60d8716041a5b0018119890b74f5 --project 7cb67550447f4c3db4386edc0047b2f6 -f value 2022-08-25 12:04:54.185 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:54.185 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:54.185 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:04:54.185 | from cryptography.utils import int_from_bytes 2022-08-25 12:04:54.185 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:04:54.185 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='a39c998b589e4c70bbe723e0f43b6a7c 271b60d8716041a5b0018119890b74f5 7cb67550447f4c3db4386edc0047b2f6 False' 2022-08-25 12:04:54.185 | + functions-common:get_or_add_group_project_role:1076 : echo a39c998b589e4c70bbe723e0f43b6a7c 271b60d8716041a5b0018119890b74f5 7cb67550447f4c3db4386edc0047b2f6 False 2022-08-25 12:04:54.185 | a39c998b589e4c70bbe723e0f43b6a7c 271b60d8716041a5b0018119890b74f5 7cb67550447f4c3db4386edc0047b2f6 False 2022-08-25 12:04:54.233 | [100754 Async ks-group-admin:135054]: finished get_or_add_group_project_role admin 271b60d8716041a5b0018119890b74f5 7cb67550447f4c3db4386edc0047b2f6 with result 0 in 16 seconds 2022-08-25 12:04:54.237 | + inc/async:async_wait:197 : return 0 2022-08-25 12:04:54.240 | + lib/keystone:create_keystone_accounts:418 : is_service_enabled ldap 2022-08-25 12:04:54.270 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:04:54.273 | + ./stack.sh:main:1097 : is_service_enabled nova 2022-08-25 12:04:54.292 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:04:54.295 | + ./stack.sh:main:1098 : async_runfunc create_nova_accounts 2022-08-25 12:04:54.297 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2022-08-25 12:04:54.371 | + inc/async:async_inner:63 : create_nova_accounts 2022-08-25 12:04:54.419 | [100754 Async create_nova_accounts:136985]: running: create_nova_accounts 2022-08-25 12:04:54.422 | + ./stack.sh:main:1100 : is_service_enabled glance 2022-08-25 12:04:54.443 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:04:54.445 | + ./stack.sh:main:1101 : async_runfunc create_glance_accounts 2022-08-25 12:04:54.448 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2022-08-25 12:04:54.527 | + inc/async:async_inner:63 : create_glance_accounts 2022-08-25 12:04:54.578 | [100754 Async create_glance_accounts:137109]: running: create_glance_accounts 2022-08-25 12:04:54.581 | + ./stack.sh:main:1103 : is_service_enabled cinder 2022-08-25 12:04:54.606 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:04:54.610 | + ./stack.sh:main:1104 : async_runfunc create_cinder_accounts 2022-08-25 12:04:54.617 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2022-08-25 12:04:54.701 | + inc/async:async_inner:63 : create_cinder_accounts 2022-08-25 12:04:54.764 | [100754 Async create_cinder_accounts:137248]: running: create_cinder_accounts 2022-08-25 12:04:54.768 | + ./stack.sh:main:1106 : is_service_enabled neutron 2022-08-25 12:04:54.793 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:04:54.797 | + ./stack.sh:main:1107 : async_runfunc create_neutron_accounts 2022-08-25 12:04:54.801 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2022-08-25 12:04:54.912 | + inc/async:async_inner:63 : create_neutron_accounts 2022-08-25 12:04:55.013 | [100754 Async create_neutron_accounts:137393]: running: create_neutron_accounts 2022-08-25 12:04:55.021 | + ./stack.sh:main:1109 : is_service_enabled swift 2022-08-25 12:04:55.053 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:04:55.059 | + ./stack.sh:main:1110 : async_runfunc create_swift_accounts 2022-08-25 12:04:55.063 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2022-08-25 12:04:55.436 | + inc/async:async_inner:63 : create_swift_accounts 2022-08-25 12:04:55.698 | [100754 Async create_swift_accounts:137547]: running: create_swift_accounts 2022-08-25 12:04:55.715 | + ./stack.sh:main:1118 : is_service_enabled horizon 2022-08-25 12:04:55.867 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:04:55.895 | + ./stack.sh:main:1123 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2022-08-25 12:04:56.264 | [100754 Async create_nova_accounts:136985]: Waiting for completion of create_nova_accounts running on PID 136985 (6 other jobs running) 2022-08-25 12:04:56.434 | [100754 Async create_nova_accounts:136985]: Signaling child to exit 2022-08-25 12:05:40.748 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:05:40.861 | [137393 Async create_neutron_accounts:137393]: finished successfully 2022-08-25 12:06:00.587 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:06:00.625 | [137248 Async create_cinder_accounts:137248]: finished successfully 2022-08-25 12:06:17.041 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:06:17.069 | [137109 Async create_glance_accounts:137109]: finished successfully 2022-08-25 12:06:21.466 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:06:21.492 | [136985 Async create_nova_accounts:136985]: finished successfully 2022-08-25 12:06:21.516 | WAKEUP 2022-08-25 12:06:21.540 | [100754 Async create_nova_accounts:136985]: Signaled 2022-08-25 12:06:21.542 | + lib/nova:create_nova_accounts:337 : [[ 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-08-25 12:06:21.542 | + lib/nova:create_nova_accounts:341 : create_service_user nova admin 2022-08-25 12:06:21.542 | + lib/keystone:create_service_user:431 : get_or_create_user nova Passw0rd Default 2022-08-25 12:06:21.542 | + functions-common:get_or_create_user:909 : local user_id 2022-08-25 12:06:21.542 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-25 12:06:21.542 | + functions-common:get_or_create_user:913 : local email= 2022-08-25 12:06:21.542 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-25 12:06:21.542 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.542 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.542 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.542 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.542 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.542 | + functions-common:get_or_create_user:925 : user_id=4c5170fb10994ec583347d774654e501 2022-08-25 12:06:21.542 | + functions-common:get_or_create_user:926 : echo 4c5170fb10994ec583347d774654e501 2022-08-25 12:06:21.542 | 4c5170fb10994ec583347d774654e501 2022-08-25 12:06:21.542 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service nova service Default Default 2022-08-25 12:06:21.542 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:06:21.542 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 12:06:21.542 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:06:21.542 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:06:21.542 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 12:06:21.542 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 12:06:21.542 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 12:06:21.542 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 12:06:21.543 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 12:06:21.543 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 12:06:21.543 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-08-25 12:06:21.543 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:06:21.543 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:06:21.543 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.543 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:06:21.543 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.543 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.543 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.543 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.543 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.543 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:06:21.543 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:06:21.543 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2022-08-25 12:06:21.543 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.543 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.543 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.543 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.543 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:06:21.543 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:06:21.543 | ++ 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-08-25 12:06:21.543 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:06:21.543 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.543 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.543 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.543 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.543 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.543 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.543 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:06:21.543 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:06:21.543 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:06:21.544 | ++ functions-common:get_field:818 : echo '| bc246fcf2d344504a3dfbdb9c3c13f72 | 4c5170fb10994ec583347d774654e501 | | c64a96eb2ca5452f82459771689dc03f | | | False |' 2022-08-25 12:06:21.544 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.544 | + functions-common:get_or_add_user_project_role:995 : user_role_id=bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:06:21.544 | + functions-common:get_or_add_user_project_role:997 : echo bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:06:21.544 | bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:06:21.544 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-08-25 12:06:21.544 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin nova service Default Default 2022-08-25 12:06:21.544 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:06:21.544 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 12:06:21.544 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:06:21.544 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:06:21.544 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 12:06:21.544 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 12:06:21.544 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 12:06:21.544 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 12:06:21.544 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 12:06:21.544 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 12:06:21.544 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-08-25 12:06:21.544 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:06:21.544 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:06:21.544 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:06:21.544 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.544 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.544 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.544 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.544 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.544 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.544 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:06:21.544 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:06:21.544 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2022-08-25 12:06:21.544 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.544 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.545 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.545 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.545 | ++ 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-08-25 12:06:21.545 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:06:21.545 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:06:21.545 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:06:21.545 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.545 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.545 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.545 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.545 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.545 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.545 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:06:21.545 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:06:21.545 | ++ functions-common:get_field:818 : echo '| a39c998b589e4c70bbe723e0f43b6a7c | 4c5170fb10994ec583347d774654e501 | | c64a96eb2ca5452f82459771689dc03f | | | False |' 2022-08-25 12:06:21.545 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:06:21.545 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.545 | + functions-common:get_or_add_user_project_role:995 : user_role_id=a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:06:21.545 | + functions-common:get_or_add_user_project_role:997 : echo a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:06:21.545 | a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:06:21.545 | + lib/nova:create_nova_accounts:343 : local nova_api_url 2022-08-25 12:06:21.545 | + lib/nova:create_nova_accounts:344 : [[ True == \F\a\l\s\e ]] 2022-08-25 12:06:21.545 | + lib/nova:create_nova_accounts:347 : nova_api_url=http://10.222.0.42/compute 2022-08-25 12:06:21.545 | + lib/nova:create_nova_accounts:350 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2022-08-25 12:06:21.545 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-25 12:06:21.545 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2022-08-25 12:06:21.545 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2022-08-25 12:06:21.545 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.545 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.545 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.545 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.546 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.546 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-25 12:06:21.546 | 51de09fdf4594b61a7fdaab0e1a3f860' 2022-08-25 12:06:21.546 | + functions-common:get_or_create_service:1094 : echo 51de09fdf4594b61a7fdaab0e1a3f860 2022-08-25 12:06:21.546 | 51de09fdf4594b61a7fdaab0e1a3f860 2022-08-25 12:06:21.546 | + lib/nova:create_nova_accounts:352 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.42/compute/v2/$(project_id)s' 2022-08-25 12:06:21.546 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-25 12:06:21.546 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.42/compute/v2/$(project_id)s' RegionOne 2022-08-25 12:06:21.546 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-25 12:06:21.546 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2022-08-25 12:06:21.546 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.546 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.546 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.546 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.546 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.546 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-25 12:06:21.546 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-25 12:06:21.546 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.222.0.42/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2022-08-25 12:06:21.546 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.546 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.546 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.546 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.546 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.546 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=1253f862fffa43c5b69a7e4ee9d2b5ce 2022-08-25 12:06:21.546 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 1253f862fffa43c5b69a7e4ee9d2b5ce 2022-08-25 12:06:21.546 | + functions-common:get_or_create_endpoint:1127 : public_id=1253f862fffa43c5b69a7e4ee9d2b5ce 2022-08-25 12:06:21.546 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-25 12:06:21.546 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-25 12:06:21.546 | + functions-common:get_or_create_endpoint:1136 : echo 1253f862fffa43c5b69a7e4ee9d2b5ce 2022-08-25 12:06:21.546 | 1253f862fffa43c5b69a7e4ee9d2b5ce 2022-08-25 12:06:21.546 | + lib/nova:create_nova_accounts:356 : get_or_create_service nova compute 'Nova Compute Service' 2022-08-25 12:06:21.547 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-25 12:06:21.547 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2022-08-25 12:06:21.547 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2022-08-25 12:06:21.547 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.547 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.547 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.547 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.547 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.547 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-25 12:06:21.547 | ab7a781868e644ec9cd17dab7e5b6f60' 2022-08-25 12:06:21.547 | + functions-common:get_or_create_service:1094 : echo ab7a781868e644ec9cd17dab7e5b6f60 2022-08-25 12:06:21.547 | ab7a781868e644ec9cd17dab7e5b6f60 2022-08-25 12:06:21.547 | + lib/nova:create_nova_accounts:358 : get_or_create_endpoint compute RegionOne http://10.222.0.42/compute/v2.1 2022-08-25 12:06:21.547 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-25 12:06:21.547 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute public http://10.222.0.42/compute/v2.1 RegionOne 2022-08-25 12:06:21.547 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-25 12:06:21.547 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2022-08-25 12:06:21.547 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.547 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.547 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.547 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.547 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.547 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-25 12:06:21.547 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-25 12:06:21.547 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.222.0.42/compute/v2.1 --region RegionOne -f value -c id 2022-08-25 12:06:21.547 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.547 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.547 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.547 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.547 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.547 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=4122ac92a10b458b9fe786ac8d161c11 2022-08-25 12:06:21.547 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 4122ac92a10b458b9fe786ac8d161c11 2022-08-25 12:06:21.548 | + functions-common:get_or_create_endpoint:1127 : public_id=4122ac92a10b458b9fe786ac8d161c11 2022-08-25 12:06:21.548 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-25 12:06:21.548 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-25 12:06:21.548 | + functions-common:get_or_create_endpoint:1136 : echo 4122ac92a10b458b9fe786ac8d161c11 2022-08-25 12:06:21.548 | 4122ac92a10b458b9fe786ac8d161c11 2022-08-25 12:06:21.548 | + lib/nova:create_nova_accounts:363 : is_service_enabled n-api 2022-08-25 12:06:21.548 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:06:21.548 | + lib/nova:create_nova_accounts:365 : is_service_enabled swift 2022-08-25 12:06:21.548 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:06:21.548 | + lib/nova:create_nova_accounts:368 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2022-08-25 12:06:21.548 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:06:21.548 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 12:06:21.548 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:06:21.548 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:06:21.548 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 12:06:21.548 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 12:06:21.548 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 12:06:21.548 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 12:06:21.548 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 12:06:21.548 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 12:06:21.548 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-08-25 12:06:21.548 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:06:21.548 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:06:21.548 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:06:21.548 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.548 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.548 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.548 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.548 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.548 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.549 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:06:21.549 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:06:21.549 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-08-25 12:06:21.549 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.549 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.549 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.549 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.549 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:06:21.549 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:06:21.549 | ++ 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-08-25 12:06:21.549 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:06:21.549 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.549 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.549 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.549 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.549 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.549 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.549 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:06:21.549 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:06:21.549 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:06:21.549 | ++ functions-common:get_field:818 : echo '| e2c5c0d4daba453cb20e1c55a9112948 | 4c5170fb10994ec583347d774654e501 | | c64a96eb2ca5452f82459771689dc03f | | | False |' 2022-08-25 12:06:21.549 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.549 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e2c5c0d4daba453cb20e1c55a9112948 2022-08-25 12:06:21.549 | + functions-common:get_or_add_user_project_role:997 : echo e2c5c0d4daba453cb20e1c55a9112948 2022-08-25 12:06:21.549 | e2c5c0d4daba453cb20e1c55a9112948 2022-08-25 12:06:21.549 | + lib/nova:create_nova_accounts:373 : is_service_enabled s3api 2022-08-25 12:06:21.549 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:06:21.549 | + lib/nova:create_nova_accounts:384 : is_service_enabled n-api 2022-08-25 12:06:21.549 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:06:21.549 | + lib/nova:create_nova_accounts:385 : [[ False = True ]] 2022-08-25 12:06:21.590 | [100754 Async create_nova_accounts:136985]: finished create_nova_accounts with result 0 in 87 seconds 2022-08-25 12:06:21.631 | [100754 Async create_glance_accounts:137109]: Waiting for completion of create_glance_accounts running on PID 137109 (5 other jobs running) 2022-08-25 12:06:21.658 | [100754 Async create_glance_accounts:137109]: Signaling child to exit 2022-08-25 12:06:21.658 | WAKEUP 2022-08-25 12:06:21.682 | [100754 Async create_glance_accounts:137109]: Signaled 2022-08-25 12:06:21.684 | + lib/glance:create_glance_accounts:451 : is_service_enabled g-api 2022-08-25 12:06:21.684 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:06:21.684 | + lib/glance:create_glance_accounts:453 : create_service_user glance 2022-08-25 12:06:21.684 | + lib/keystone:create_service_user:431 : get_or_create_user glance Passw0rd Default 2022-08-25 12:06:21.684 | + functions-common:get_or_create_user:909 : local user_id 2022-08-25 12:06:21.684 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-25 12:06:21.684 | + functions-common:get_or_create_user:913 : local email= 2022-08-25 12:06:21.684 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-25 12:06:21.684 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.684 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.684 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.684 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.685 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.685 | + functions-common:get_or_create_user:925 : user_id=ef0c47c103e34cf4baf13cef08b2d63c 2022-08-25 12:06:21.685 | + functions-common:get_or_create_user:926 : echo ef0c47c103e34cf4baf13cef08b2d63c 2022-08-25 12:06:21.685 | ef0c47c103e34cf4baf13cef08b2d63c 2022-08-25 12:06:21.685 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance service Default Default 2022-08-25 12:06:21.685 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:06:21.685 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 12:06:21.685 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:06:21.685 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:06:21.685 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 12:06:21.685 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 12:06:21.685 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 12:06:21.685 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 12:06:21.685 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 12:06:21.685 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 12:06:21.685 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:06:21.685 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-08-25 12:06:21.685 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:06:21.685 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:06:21.685 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.685 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.685 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.685 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.685 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.685 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.685 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:06:21.685 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:06:21.685 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2022-08-25 12:06:21.686 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.686 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.686 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.686 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.686 | ++ 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-08-25 12:06:21.686 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:06:21.686 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:06:21.686 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:06:21.686 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.686 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.686 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.686 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.686 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.686 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.686 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:06:21.686 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:06:21.686 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:06:21.686 | ++ functions-common:get_field:818 : echo '| bc246fcf2d344504a3dfbdb9c3c13f72 | ef0c47c103e34cf4baf13cef08b2d63c | | c64a96eb2ca5452f82459771689dc03f | | | False |' 2022-08-25 12:06:21.686 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.686 | + functions-common:get_or_add_user_project_role:995 : user_role_id=bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:06:21.686 | + functions-common:get_or_add_user_project_role:997 : echo bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:06:21.686 | bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:06:21.686 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-08-25 12:06:21.686 | + lib/glance:create_glance_accounts:456 : is_service_enabled s-proxy 2022-08-25 12:06:21.686 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:06:21.686 | + lib/glance:create_glance_accounts:457 : create_service_user glance-swift ResellerAdmin 2022-08-25 12:06:21.686 | + lib/keystone:create_service_user:431 : get_or_create_user glance-swift Passw0rd Default 2022-08-25 12:06:21.686 | + functions-common:get_or_create_user:909 : local user_id 2022-08-25 12:06:21.686 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-25 12:06:21.686 | + functions-common:get_or_create_user:913 : local email= 2022-08-25 12:06:21.687 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-25 12:06:21.687 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.687 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.687 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.687 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.687 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.687 | + functions-common:get_or_create_user:925 : user_id=467651a248874380a03475dcd8c00c8a 2022-08-25 12:06:21.687 | + functions-common:get_or_create_user:926 : echo 467651a248874380a03475dcd8c00c8a 2022-08-25 12:06:21.687 | 467651a248874380a03475dcd8c00c8a 2022-08-25 12:06:21.687 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance-swift service Default Default 2022-08-25 12:06:21.687 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:06:21.687 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 12:06:21.687 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:06:21.687 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:06:21.687 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 12:06:21.687 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 12:06:21.687 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 12:06:21.687 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 12:06:21.687 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 12:06:21.687 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 12:06:21.687 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-08-25 12:06:21.687 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:06:21.687 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:06:21.687 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:06:21.687 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.687 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.687 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.687 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.687 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.687 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.687 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:06:21.688 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:06:21.688 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user glance-swift --project service --user-domain Default --project-domain Default 2022-08-25 12:06:21.688 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.688 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.688 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.688 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.688 | ++ 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-08-25 12:06:21.688 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:06:21.688 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:06:21.688 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:06:21.688 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.688 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.688 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.688 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.688 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.688 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.688 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:06:21.688 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:06:21.688 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:06:21.688 | ++ functions-common:get_field:818 : echo '| bc246fcf2d344504a3dfbdb9c3c13f72 | 467651a248874380a03475dcd8c00c8a | | c64a96eb2ca5452f82459771689dc03f | | | False |' 2022-08-25 12:06:21.688 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.688 | + functions-common:get_or_add_user_project_role:995 : user_role_id=bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:06:21.688 | + functions-common:get_or_add_user_project_role:997 : echo bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:06:21.688 | bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:06:21.688 | + lib/keystone:create_service_user:434 : [[ -n ResellerAdmin ]] 2022-08-25 12:06:21.688 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2022-08-25 12:06:21.688 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:06:21.688 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 12:06:21.688 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:06:21.688 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:06:21.688 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 12:06:21.688 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 12:06:21.689 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 12:06:21.689 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 12:06:21.689 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 12:06:21.689 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 12:06:21.689 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-08-25 12:06:21.689 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:06:21.689 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:06:21.689 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:06:21.689 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.689 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.689 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.689 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.689 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.689 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.690 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:06:21.690 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:06:21.690 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-08-25 12:06:21.690 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.690 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.690 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.690 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.690 | ++ 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-08-25 12:06:21.690 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:06:21.690 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:06:21.690 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:06:21.690 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.690 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.690 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.690 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.690 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.690 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.690 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:06:21.690 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:06:21.690 | ++ functions-common:get_field:818 : echo '| e2c5c0d4daba453cb20e1c55a9112948 | 467651a248874380a03475dcd8c00c8a | | c64a96eb2ca5452f82459771689dc03f | | | False |' 2022-08-25 12:06:21.690 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:06:21.690 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.690 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e2c5c0d4daba453cb20e1c55a9112948 2022-08-25 12:06:21.690 | + functions-common:get_or_add_user_project_role:997 : echo e2c5c0d4daba453cb20e1c55a9112948 2022-08-25 12:06:21.690 | e2c5c0d4daba453cb20e1c55a9112948 2022-08-25 12:06:21.690 | + lib/glance:create_glance_accounts:460 : get_or_create_service glance image 'Glance Image Service' 2022-08-25 12:06:21.691 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-25 12:06:21.691 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2022-08-25 12:06:21.691 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2022-08-25 12:06:21.691 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.691 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.691 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.691 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.691 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.691 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-25 12:06:21.691 | c4224a1e13c84d5f9f2e64fe5fa7451e' 2022-08-25 12:06:21.691 | + functions-common:get_or_create_service:1094 : echo c4224a1e13c84d5f9f2e64fe5fa7451e 2022-08-25 12:06:21.691 | c4224a1e13c84d5f9f2e64fe5fa7451e 2022-08-25 12:06:21.691 | + lib/glance:create_glance_accounts:462 : get_or_create_endpoint image RegionOne http://10.222.0.42/image 2022-08-25 12:06:21.691 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-25 12:06:21.691 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface image public http://10.222.0.42/image RegionOne 2022-08-25 12:06:21.691 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-25 12:06:21.691 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2022-08-25 12:06:21.691 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.691 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.691 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.691 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.691 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.691 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-25 12:06:21.691 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-25 12:06:21.691 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.222.0.42/image --region RegionOne -f value -c id 2022-08-25 12:06:21.691 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.691 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.691 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.691 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.691 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.691 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=ec925275c5494e5a84376ecc5a482109 2022-08-25 12:06:21.692 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo ec925275c5494e5a84376ecc5a482109 2022-08-25 12:06:21.692 | + functions-common:get_or_create_endpoint:1127 : public_id=ec925275c5494e5a84376ecc5a482109 2022-08-25 12:06:21.692 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-25 12:06:21.692 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-25 12:06:21.692 | + functions-common:get_or_create_endpoint:1136 : echo ec925275c5494e5a84376ecc5a482109 2022-08-25 12:06:21.692 | ec925275c5494e5a84376ecc5a482109 2022-08-25 12:06:21.692 | ++ lib/glance:create_glance_accounts:467 : get_or_create_domain Default 2022-08-25 12:06:21.692 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-08-25 12:06:21.692 | +++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-08-25 12:06:21.692 | ++ functions-common:get_or_create_domain:887 : domain_id=default 2022-08-25 12:06:21.692 | ++ functions-common:get_or_create_domain:888 : echo default 2022-08-25 12:06:21.692 | + lib/glance:create_glance_accounts:467 : service_domain_id=default 2022-08-25 12:06:21.692 | + lib/glance:create_glance_accounts:468 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2022-08-25 12:06:21.692 | + lib/glance:create_glance_accounts:469 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2022-08-25 12:06:21.692 | + lib/glance:create_glance_accounts:471 : [[ False = True ]] 2022-08-25 12:06:21.739 | [100754 Async create_glance_accounts:137109]: finished create_glance_accounts with result 0 in 82 seconds 2022-08-25 12:06:21.781 | [100754 Async create_cinder_accounts:137248]: Waiting for completion of create_cinder_accounts running on PID 137248 (4 other jobs running) 2022-08-25 12:06:21.808 | [100754 Async create_cinder_accounts:137248]: Signaling child to exit 2022-08-25 12:06:21.808 | WAKEUP 2022-08-25 12:06:21.833 | [100754 Async create_cinder_accounts:137248]: Signaled 2022-08-25 12:06:21.835 | + lib/cinder:create_cinder_accounts:399 : [[ 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-08-25 12:06:21.835 | + lib/cinder:create_cinder_accounts:401 : local extra_role= 2022-08-25 12:06:21.835 | + lib/cinder:create_cinder_accounts:404 : is_service_enabled barbican 2022-08-25 12:06:21.835 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:06:21.835 | + lib/cinder:create_cinder_accounts:408 : create_service_user cinder 2022-08-25 12:06:21.835 | + lib/keystone:create_service_user:431 : get_or_create_user cinder Passw0rd Default 2022-08-25 12:06:21.835 | + functions-common:get_or_create_user:909 : local user_id 2022-08-25 12:06:21.835 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-25 12:06:21.835 | + functions-common:get_or_create_user:913 : local email= 2022-08-25 12:06:21.835 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-25 12:06:21.835 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.835 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.835 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.835 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.835 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.835 | + functions-common:get_or_create_user:925 : user_id=645fc208e6904875ab22941b629ce592 2022-08-25 12:06:21.835 | + functions-common:get_or_create_user:926 : echo 645fc208e6904875ab22941b629ce592 2022-08-25 12:06:21.835 | 645fc208e6904875ab22941b629ce592 2022-08-25 12:06:21.835 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service cinder service Default Default 2022-08-25 12:06:21.835 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:06:21.835 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 12:06:21.835 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:06:21.835 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:06:21.835 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 12:06:21.835 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 12:06:21.835 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 12:06:21.835 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 12:06:21.836 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 12:06:21.836 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 12:06:21.836 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:06:21.836 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:06:21.836 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:06:21.836 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-08-25 12:06:21.836 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.836 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.836 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.836 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.836 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.836 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.836 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:06:21.836 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:06:21.836 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2022-08-25 12:06:21.836 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.836 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.836 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.836 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.836 | ++ 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-08-25 12:06:21.836 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:06:21.836 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:06:21.836 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:06:21.836 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.836 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.836 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.836 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.836 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.836 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.837 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:06:21.837 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:06:21.837 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:06:21.837 | ++ functions-common:get_field:818 : echo '| bc246fcf2d344504a3dfbdb9c3c13f72 | 645fc208e6904875ab22941b629ce592 | | c64a96eb2ca5452f82459771689dc03f | | | False |' 2022-08-25 12:06:21.837 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:21.837 | + functions-common:get_or_add_user_project_role:995 : user_role_id=bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:06:21.837 | + functions-common:get_or_add_user_project_role:997 : echo bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:06:21.837 | bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:06:21.837 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-08-25 12:06:21.837 | + lib/cinder:create_cinder_accounts:411 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2022-08-25 12:06:21.837 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-25 12:06:21.837 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2022-08-25 12:06:21.837 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2022-08-25 12:06:21.837 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.837 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.837 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.837 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.837 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.837 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-25 12:06:21.837 | 26de00303c454fc58b058f63aaf0359f' 2022-08-25 12:06:21.837 | + functions-common:get_or_create_service:1094 : echo 26de00303c454fc58b058f63aaf0359f 2022-08-25 12:06:21.837 | 26de00303c454fc58b058f63aaf0359f 2022-08-25 12:06:21.837 | + lib/cinder:create_cinder_accounts:412 : '[' True == False ']' 2022-08-25 12:06:21.837 | + lib/cinder:create_cinder_accounts:425 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.42/volume/v3/$(project_id)s' 2022-08-25 12:06:21.837 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-25 12:06:21.837 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.42/volume/v3/$(project_id)s' RegionOne 2022-08-25 12:06:21.837 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-25 12:06:21.837 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2022-08-25 12:06:21.837 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.837 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.838 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.838 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.838 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.838 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-25 12:06:21.838 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-25 12:06:21.838 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.222.0.42/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-08-25 12:06:21.838 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.838 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.838 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.838 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.838 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.838 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=2b81f15e5e774eb898e2f4691cf88601 2022-08-25 12:06:21.838 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 2b81f15e5e774eb898e2f4691cf88601 2022-08-25 12:06:21.838 | + functions-common:get_or_create_endpoint:1127 : public_id=2b81f15e5e774eb898e2f4691cf88601 2022-08-25 12:06:21.838 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-25 12:06:21.838 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-25 12:06:21.838 | + functions-common:get_or_create_endpoint:1136 : echo 2b81f15e5e774eb898e2f4691cf88601 2022-08-25 12:06:21.838 | 2b81f15e5e774eb898e2f4691cf88601 2022-08-25 12:06:21.838 | + lib/cinder:create_cinder_accounts:429 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2022-08-25 12:06:21.838 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-25 12:06:21.838 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2022-08-25 12:06:21.838 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2022-08-25 12:06:21.838 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.838 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.838 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.838 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.838 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.838 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-25 12:06:21.838 | 8609d3b00d7b4f0d8b22259a7915e804' 2022-08-25 12:06:21.838 | + functions-common:get_or_create_service:1094 : echo 8609d3b00d7b4f0d8b22259a7915e804 2022-08-25 12:06:21.838 | 8609d3b00d7b4f0d8b22259a7915e804 2022-08-25 12:06:21.838 | + lib/cinder:create_cinder_accounts:431 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.42/volume/v3/$(project_id)s' 2022-08-25 12:06:21.839 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-25 12:06:21.839 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.42/volume/v3/$(project_id)s' RegionOne 2022-08-25 12:06:21.839 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-25 12:06:21.839 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2022-08-25 12:06:21.839 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.839 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.839 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.839 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.839 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.839 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-25 12:06:21.839 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-25 12:06:21.839 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.222.0.42/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-08-25 12:06:21.839 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.839 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.839 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.839 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.839 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.839 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=eafcd9aee94d40c386187ab1df1cf614 2022-08-25 12:06:21.839 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo eafcd9aee94d40c386187ab1df1cf614 2022-08-25 12:06:21.839 | + functions-common:get_or_create_endpoint:1127 : public_id=eafcd9aee94d40c386187ab1df1cf614 2022-08-25 12:06:21.839 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-25 12:06:21.839 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-25 12:06:21.839 | + functions-common:get_or_create_endpoint:1136 : echo eafcd9aee94d40c386187ab1df1cf614 2022-08-25 12:06:21.839 | eafcd9aee94d40c386187ab1df1cf614 2022-08-25 12:06:21.839 | + lib/cinder:create_cinder_accounts:436 : configure_cinder_internal_tenant 2022-08-25 12:06:21.839 | ++ lib/cinder:configure_cinder_internal_tenant:624 : get_or_create_project service 2022-08-25 12:06:21.839 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-25 12:06:21.839 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2022-08-25 12:06:21.839 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.839 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.839 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.839 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.840 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.840 | ++ functions-common:get_or_create_project:938 : project_id=c64a96eb2ca5452f82459771689dc03f 2022-08-25 12:06:21.840 | ++ functions-common:get_or_create_project:939 : echo c64a96eb2ca5452f82459771689dc03f 2022-08-25 12:06:21.840 | + lib/cinder:configure_cinder_internal_tenant:624 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id c64a96eb2ca5452f82459771689dc03f 2022-08-25 12:06:21.840 | ++ lib/cinder:configure_cinder_internal_tenant:625 : get_or_create_user cinder 2022-08-25 12:06:21.840 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 12:06:21.840 | ++ functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-25 12:06:21.840 | ++ functions-common:get_or_create_user:913 : local email= 2022-08-25 12:06:21.840 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2022-08-25 12:06:21.840 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.840 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.840 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:21.840 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:21.840 | No password was supplied, authentication will fail when a user does not have a password. 2022-08-25 12:06:21.840 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:21.840 | ++ functions-common:get_or_create_user:925 : user_id=645fc208e6904875ab22941b629ce592 2022-08-25 12:06:21.840 | ++ functions-common:get_or_create_user:926 : echo 645fc208e6904875ab22941b629ce592 2022-08-25 12:06:21.840 | + lib/cinder:configure_cinder_internal_tenant:625 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 645fc208e6904875ab22941b629ce592 2022-08-25 12:06:21.888 | [100754 Async create_cinder_accounts:137248]: finished create_cinder_accounts with result 0 in 65 seconds 2022-08-25 12:06:21.893 | + inc/async:async_wait:197 : return 0 2022-08-25 12:06:21.896 | + ./stack.sh:main:1124 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2022-08-25 12:06:21.951 | [100754 Async create_neutron_accounts:137393]: Waiting for completion of create_neutron_accounts running on PID 137393 (3 other jobs running) 2022-08-25 12:06:21.980 | [100754 Async create_neutron_accounts:137393]: Signaling child to exit 2022-08-25 12:06:21.980 | WAKEUP 2022-08-25 12:06:22.010 | [100754 Async create_neutron_accounts:137393]: Signaled 2022-08-25 12:06:22.011 | + lib/neutron:create_neutron_accounts:684 : is_neutron_legacy_enabled 2022-08-25 12:06:22.011 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-25 12:06:22.011 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-25 12:06:22.011 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-25 12:06:22.012 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-25 12:06:22.012 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,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-08-25 12:06:22.012 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-25 12:06:22.012 | + lib/neutron:create_neutron_accounts:686 : create_mutnauq_accounts 2022-08-25 12:06:22.012 | + lib/neutron-legacy:create_mutnauq_accounts:438 : local neutron_url 2022-08-25 12:06:22.012 | + lib/neutron-legacy:create_mutnauq_accounts:439 : '[' False == True ']' 2022-08-25 12:06:22.012 | + lib/neutron-legacy:create_mutnauq_accounts:442 : neutron_url=http://10.222.0.42:9696/ 2022-08-25 12:06:22.012 | + lib/neutron-legacy:create_mutnauq_accounts:444 : '[' '!' -z networking ']' 2022-08-25 12:06:22.012 | + lib/neutron-legacy:create_mutnauq_accounts:445 : neutron_url=http://10.222.0.42:9696/networking 2022-08-25 12:06:22.012 | + lib/neutron-legacy:create_mutnauq_accounts:448 : [[ 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-08-25 12:06:22.012 | + lib/neutron-legacy:create_mutnauq_accounts:450 : create_service_user neutron 2022-08-25 12:06:22.012 | + lib/keystone:create_service_user:431 : get_or_create_user neutron Passw0rd Default 2022-08-25 12:06:22.012 | + functions-common:get_or_create_user:909 : local user_id 2022-08-25 12:06:22.012 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-25 12:06:22.012 | + functions-common:get_or_create_user:913 : local email= 2022-08-25 12:06:22.012 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-25 12:06:22.012 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:22.012 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:22.013 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:22.013 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:22.013 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:22.013 | + functions-common:get_or_create_user:925 : user_id=fae307580cec43eb831245d29d81bb76 2022-08-25 12:06:22.013 | + functions-common:get_or_create_user:926 : echo fae307580cec43eb831245d29d81bb76 2022-08-25 12:06:22.013 | fae307580cec43eb831245d29d81bb76 2022-08-25 12:06:22.013 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service neutron service Default Default 2022-08-25 12:06:22.013 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:06:22.013 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 12:06:22.013 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:06:22.013 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:06:22.013 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 12:06:22.013 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 12:06:22.013 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 12:06:22.013 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 12:06:22.013 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 12:06:22.014 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 12:06:22.014 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-08-25 12:06:22.014 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:06:22.014 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:06:22.014 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:06:22.014 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:22.014 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:22.014 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:22.014 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:22.014 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:22.014 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:22.014 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:06:22.014 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:06:22.014 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2022-08-25 12:06:22.014 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:22.014 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:22.014 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:22.014 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:22.014 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:06:22.014 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:06:22.015 | ++ 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-08-25 12:06:22.015 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:06:22.015 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:22.015 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:22.015 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:22.015 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:22.015 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:22.015 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:22.015 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:06:22.015 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:06:22.015 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:06:22.015 | ++ functions-common:get_field:818 : echo '| bc246fcf2d344504a3dfbdb9c3c13f72 | fae307580cec43eb831245d29d81bb76 | | c64a96eb2ca5452f82459771689dc03f | | | False |' 2022-08-25 12:06:22.015 | ++ functions-common:get_field:812 : read data 2022-08-25 12:06:22.015 | + functions-common:get_or_add_user_project_role:995 : user_role_id=bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:06:22.015 | + functions-common:get_or_add_user_project_role:997 : echo bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:06:22.015 | bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:06:22.015 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-08-25 12:06:22.015 | + lib/neutron-legacy:create_mutnauq_accounts:452 : get_or_create_service neutron network 'Neutron Service' 2022-08-25 12:06:22.016 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-25 12:06:22.016 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2022-08-25 12:06:22.016 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2022-08-25 12:06:22.016 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:22.016 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:22.016 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:22.016 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:22.016 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:22.016 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-25 12:06:22.016 | 235a7ea0070b4d63b64088b27c04f2ee' 2022-08-25 12:06:22.016 | + functions-common:get_or_create_service:1094 : echo 235a7ea0070b4d63b64088b27c04f2ee 2022-08-25 12:06:22.016 | 235a7ea0070b4d63b64088b27c04f2ee 2022-08-25 12:06:22.016 | + lib/neutron-legacy:create_mutnauq_accounts:454 : get_or_create_endpoint network RegionOne http://10.222.0.42:9696/networking 2022-08-25 12:06:22.016 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-25 12:06:22.016 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface network public http://10.222.0.42:9696/networking RegionOne 2022-08-25 12:06:22.016 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-25 12:06:22.016 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2022-08-25 12:06:22.016 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:22.017 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:22.017 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:22.017 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:22.017 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:22.017 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-25 12:06:22.017 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-25 12:06:22.017 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.222.0.42:9696/networking --region RegionOne -f value -c id 2022-08-25 12:06:22.017 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:22.017 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:22.017 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:06:22.017 | from cryptography.utils import int_from_bytes 2022-08-25 12:06:22.017 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:06:22.017 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=51e03174589e4db7900ee2db7fa304fe 2022-08-25 12:06:22.017 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 51e03174589e4db7900ee2db7fa304fe 2022-08-25 12:06:22.017 | + functions-common:get_or_create_endpoint:1127 : public_id=51e03174589e4db7900ee2db7fa304fe 2022-08-25 12:06:22.017 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-25 12:06:22.017 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-25 12:06:22.018 | + functions-common:get_or_create_endpoint:1136 : echo 51e03174589e4db7900ee2db7fa304fe 2022-08-25 12:06:22.018 | 51e03174589e4db7900ee2db7fa304fe 2022-08-25 12:06:22.071 | [100754 Async create_neutron_accounts:137393]: finished create_neutron_accounts with result 0 in 45 seconds 2022-08-25 12:06:22.111 | [100754 Async create_swift_accounts:137547]: Waiting for completion of create_swift_accounts running on PID 137547 (2 other jobs running) 2022-08-25 12:06:22.138 | [100754 Async create_swift_accounts:137547]: Signaling child to exit 2022-08-25 12:07:10.724 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:07:10.749 | [137547 Async create_swift_accounts:137547]: finished successfully 2022-08-25 12:07:10.774 | WAKEUP 2022-08-25 12:07:10.797 | [100754 Async create_swift_accounts:137547]: Signaled 2022-08-25 12:07:10.799 | + lib/swift:create_swift_accounts:613 : export swiftusertest1_password=testing 2022-08-25 12:07:10.799 | + lib/swift:create_swift_accounts:613 : swiftusertest1_password=testing 2022-08-25 12:07:10.799 | + lib/swift:create_swift_accounts:614 : export swiftusertest2_password=testing2 2022-08-25 12:07:10.799 | + lib/swift:create_swift_accounts:614 : swiftusertest2_password=testing2 2022-08-25 12:07:10.799 | + lib/swift:create_swift_accounts:615 : export swiftusertest3_password=testing3 2022-08-25 12:07:10.799 | + lib/swift:create_swift_accounts:615 : swiftusertest3_password=testing3 2022-08-25 12:07:10.799 | + lib/swift:create_swift_accounts:616 : export swiftusertest4_password=testing4 2022-08-25 12:07:10.799 | + lib/swift:create_swift_accounts:616 : swiftusertest4_password=testing4 2022-08-25 12:07:10.799 | + lib/swift:create_swift_accounts:618 : local another_role 2022-08-25 12:07:10.799 | ++ lib/swift:create_swift_accounts:619 : get_or_create_role anotherrole 2022-08-25 12:07:10.799 | ++ functions-common:get_or_create_role:945 : local role_id 2022-08-25 12:07:10.799 | +++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-08-25 12:07:10.799 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.799 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.799 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.799 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.799 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.799 | ++ functions-common:get_or_create_role:950 : role_id=1c07274c21fb4228a770b8d9b1f89115 2022-08-25 12:07:10.799 | ++ functions-common:get_or_create_role:951 : echo 1c07274c21fb4228a770b8d9b1f89115 2022-08-25 12:07:10.799 | + lib/swift:create_swift_accounts:619 : another_role=1c07274c21fb4228a770b8d9b1f89115 2022-08-25 12:07:10.799 | + lib/swift:create_swift_accounts:623 : create_service_user swift admin 2022-08-25 12:07:10.799 | + lib/keystone:create_service_user:431 : get_or_create_user swift Passw0rd Default 2022-08-25 12:07:10.799 | + functions-common:get_or_create_user:909 : local user_id 2022-08-25 12:07:10.799 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-25 12:07:10.799 | + functions-common:get_or_create_user:913 : local email= 2022-08-25 12:07:10.799 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-25 12:07:10.799 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.799 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.799 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.800 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.800 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.800 | + functions-common:get_or_create_user:925 : user_id=a9d6312f37084e5c98c875aa4de1b8ea 2022-08-25 12:07:10.800 | + functions-common:get_or_create_user:926 : echo a9d6312f37084e5c98c875aa4de1b8ea 2022-08-25 12:07:10.800 | a9d6312f37084e5c98c875aa4de1b8ea 2022-08-25 12:07:10.800 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service swift service Default Default 2022-08-25 12:07:10.800 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:07:10.800 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 12:07:10.800 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:07:10.800 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:07:10.800 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 12:07:10.800 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 12:07:10.800 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 12:07:10.800 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 12:07:10.800 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 12:07:10.800 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 12:07:10.800 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-08-25 12:07:10.800 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:07:10.800 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:07:10.800 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:07:10.800 | ++ functions-common:get_field:812 : read data 2022-08-25 12:07:10.800 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.800 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.800 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.800 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.800 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.800 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:07:10.800 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:07:10.800 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user swift --project service --user-domain Default --project-domain Default 2022-08-25 12:07:10.800 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.800 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.800 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.801 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.801 | ++ 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-08-25 12:07:10.801 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:07:10.801 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:07:10.801 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:07:10.801 | ++ functions-common:get_field:812 : read data 2022-08-25 12:07:10.801 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.801 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.801 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.801 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.801 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.801 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:07:10.801 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:07:10.801 | ++ functions-common:get_field:818 : echo '| bc246fcf2d344504a3dfbdb9c3c13f72 | a9d6312f37084e5c98c875aa4de1b8ea | | c64a96eb2ca5452f82459771689dc03f | | | False |' 2022-08-25 12:07:10.801 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:07:10.801 | ++ functions-common:get_field:812 : read data 2022-08-25 12:07:10.801 | + functions-common:get_or_add_user_project_role:995 : user_role_id=bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:07:10.801 | + functions-common:get_or_add_user_project_role:997 : echo bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:07:10.801 | bc246fcf2d344504a3dfbdb9c3c13f72 2022-08-25 12:07:10.801 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-08-25 12:07:10.801 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin swift service Default Default 2022-08-25 12:07:10.801 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:07:10.801 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-25 12:07:10.801 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:07:10.801 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:07:10.801 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-25 12:07:10.801 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-25 12:07:10.801 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-25 12:07:10.801 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-25 12:07:10.802 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-25 12:07:10.802 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-25 12:07:10.802 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:07:10.802 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:07:10.802 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-08-25 12:07:10.802 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:07:10.802 | ++ functions-common:get_field:812 : read data 2022-08-25 12:07:10.802 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.802 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.802 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.802 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.802 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.802 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:07:10.802 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:07:10.802 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user swift --project service --user-domain Default --project-domain Default 2022-08-25 12:07:10.802 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.802 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.802 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.802 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.802 | ++ 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-08-25 12:07:10.802 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:07:10.802 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:07:10.802 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:07:10.802 | ++ functions-common:get_field:812 : read data 2022-08-25 12:07:10.802 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.802 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.802 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.802 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.802 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.802 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:07:10.802 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:07:10.802 | ++ functions-common:get_field:818 : echo '| a39c998b589e4c70bbe723e0f43b6a7c | a9d6312f37084e5c98c875aa4de1b8ea | | c64a96eb2ca5452f82459771689dc03f | | | False |' 2022-08-25 12:07:10.803 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:07:10.803 | ++ functions-common:get_field:812 : read data 2022-08-25 12:07:10.803 | + functions-common:get_or_add_user_project_role:995 : user_role_id=a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:07:10.803 | + functions-common:get_or_add_user_project_role:997 : echo a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:07:10.803 | a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:07:10.803 | + lib/swift:create_swift_accounts:625 : get_or_create_service swift object-store 'Swift Service' 2022-08-25 12:07:10.803 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-25 12:07:10.803 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show object-store -f value -c id 2022-08-25 12:07:10.803 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create object-store --name swift '--description=Swift Service' -f value -c id 2022-08-25 12:07:10.803 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.803 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.803 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.803 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.803 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.803 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-25 12:07:10.803 | bba64f6c11454fedae381636c9701eaa' 2022-08-25 12:07:10.803 | + functions-common:get_or_create_service:1094 : echo bba64f6c11454fedae381636c9701eaa 2022-08-25 12:07:10.803 | bba64f6c11454fedae381636c9701eaa 2022-08-25 12:07:10.803 | + lib/swift:create_swift_accounts:627 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.42:8080/v1/AUTH_$(project_id)s' http://10.222.0.42:8080 2022-08-25 12:07:10.803 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-25 12:07:10.803 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.42:8080/v1/AUTH_$(project_id)s' RegionOne 2022-08-25 12:07:10.803 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-25 12:07:10.803 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2022-08-25 12:07:10.803 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.803 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.803 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.803 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.803 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.803 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-25 12:07:10.803 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-25 12:07:10.804 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create object-store public 'http://10.222.0.42:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2022-08-25 12:07:10.804 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.804 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.804 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.804 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.804 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.804 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=1755b0d20b81402ca5f3f7a9eba63cb9 2022-08-25 12:07:10.804 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 1755b0d20b81402ca5f3f7a9eba63cb9 2022-08-25 12:07:10.804 | + functions-common:get_or_create_endpoint:1127 : public_id=1755b0d20b81402ca5f3f7a9eba63cb9 2022-08-25 12:07:10.804 | + functions-common:get_or_create_endpoint:1129 : [[ -n http://10.222.0.42:8080 ]] 2022-08-25 12:07:10.804 | + functions-common:get_or_create_endpoint:1130 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.42:8080 RegionOne 2022-08-25 12:07:10.804 | + functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-25 12:07:10.804 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2022-08-25 12:07:10.804 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.804 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.804 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.804 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.804 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.804 | + functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-25 12:07:10.804 | + functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-25 12:07:10.804 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create object-store admin http://10.222.0.42:8080 --region RegionOne -f value -c id 2022-08-25 12:07:10.804 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.804 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.804 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.804 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.804 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.804 | + functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=42e822f09a64423a83132a0f5c7d38fd 2022-08-25 12:07:10.804 | + functions-common:_get_or_create_endpoint_with_interface:1112 : echo 42e822f09a64423a83132a0f5c7d38fd 2022-08-25 12:07:10.804 | 42e822f09a64423a83132a0f5c7d38fd 2022-08-25 12:07:10.804 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-25 12:07:10.804 | + functions-common:get_or_create_endpoint:1136 : echo 1755b0d20b81402ca5f3f7a9eba63cb9 2022-08-25 12:07:10.804 | 1755b0d20b81402ca5f3f7a9eba63cb9 2022-08-25 12:07:10.805 | + lib/swift:create_swift_accounts:632 : local swift_project_test1 2022-08-25 12:07:10.805 | ++ lib/swift:create_swift_accounts:633 : get_or_create_project swiftprojecttest1 default 2022-08-25 12:07:10.805 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-25 12:07:10.805 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest1 --domain=default --or-show -f value -c id 2022-08-25 12:07:10.805 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.805 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.805 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.805 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.805 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.805 | ++ functions-common:get_or_create_project:938 : project_id=1c9fc449d60d4265b93a8cee6aa1ada5 2022-08-25 12:07:10.805 | ++ functions-common:get_or_create_project:939 : echo 1c9fc449d60d4265b93a8cee6aa1ada5 2022-08-25 12:07:10.805 | + lib/swift:create_swift_accounts:633 : swift_project_test1=1c9fc449d60d4265b93a8cee6aa1ada5 2022-08-25 12:07:10.805 | + lib/swift:create_swift_accounts:634 : die_if_not_set 634 swift_project_test1 'Failure creating swift_project_test1' 2022-08-25 12:07:10.805 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-25 12:07:10.805 | ++ lib/swift:create_swift_accounts:636 : get_or_create_user swiftusertest1 testing default test@example.com 2022-08-25 12:07:10.805 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 12:07:10.805 | ++ functions-common:get_or_create_user:910 : [[ ! -z test@example.com ]] 2022-08-25 12:07:10.805 | ++ functions-common:get_or_create_user:911 : local email=--email=test@example.com 2022-08-25 12:07:10.805 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest1 --password testing --domain=default --email=test@example.com --or-show -f value -c id 2022-08-25 12:07:10.805 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.805 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.805 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.805 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.805 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.805 | ++ functions-common:get_or_create_user:925 : user_id=ad05eae9f45c422b898a5ecebd10e87f 2022-08-25 12:07:10.805 | ++ functions-common:get_or_create_user:926 : echo ad05eae9f45c422b898a5ecebd10e87f 2022-08-25 12:07:10.805 | + lib/swift:create_swift_accounts:636 : SWIFT_USER_TEST1=ad05eae9f45c422b898a5ecebd10e87f 2022-08-25 12:07:10.805 | + lib/swift:create_swift_accounts:637 : die_if_not_set 637 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2022-08-25 12:07:10.805 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-25 12:07:10.805 | + lib/swift:create_swift_accounts:638 : get_or_add_user_project_role admin ad05eae9f45c422b898a5ecebd10e87f 1c9fc449d60d4265b93a8cee6aa1ada5 2022-08-25 12:07:10.806 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:07:10.806 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 12:07:10.806 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:07:10.806 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:07:10.806 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 12:07:10.806 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 12:07:10.806 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 12:07:10.806 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 12:07:10.806 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:07:10.806 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user ad05eae9f45c422b898a5ecebd10e87f --project 1c9fc449d60d4265b93a8cee6aa1ada5 2022-08-25 12:07:10.806 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:07:10.806 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:07:10.806 | ++ functions-common:get_field:812 : read data 2022-08-25 12:07:10.806 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.806 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.806 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.806 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.806 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.806 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:07:10.806 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:07:10.806 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user ad05eae9f45c422b898a5ecebd10e87f --project 1c9fc449d60d4265b93a8cee6aa1ada5 2022-08-25 12:07:10.806 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.806 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.806 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.806 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.806 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:07:10.806 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:07:10.806 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user ad05eae9f45c422b898a5ecebd10e87f --project 1c9fc449d60d4265b93a8cee6aa1ada5 2022-08-25 12:07:10.806 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:07:10.806 | ++ functions-common:get_field:812 : read data 2022-08-25 12:07:10.806 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.806 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.807 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.807 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.807 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.807 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:07:10.807 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:07:10.807 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:07:10.807 | ++ functions-common:get_field:818 : echo '| a39c998b589e4c70bbe723e0f43b6a7c | ad05eae9f45c422b898a5ecebd10e87f | | 1c9fc449d60d4265b93a8cee6aa1ada5 | | | False |' 2022-08-25 12:07:10.807 | ++ functions-common:get_field:812 : read data 2022-08-25 12:07:10.807 | + functions-common:get_or_add_user_project_role:995 : user_role_id=a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:07:10.807 | + functions-common:get_or_add_user_project_role:997 : echo a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:07:10.807 | a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:07:10.807 | + lib/swift:create_swift_accounts:640 : local swift_user_test3 2022-08-25 12:07:10.807 | ++ lib/swift:create_swift_accounts:642 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2022-08-25 12:07:10.807 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 12:07:10.807 | ++ functions-common:get_or_create_user:910 : [[ ! -z test3@example.com ]] 2022-08-25 12:07:10.807 | ++ functions-common:get_or_create_user:911 : local email=--email=test3@example.com 2022-08-25 12:07:10.807 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest3 --password testing3 --domain=default --email=test3@example.com --or-show -f value -c id 2022-08-25 12:07:10.807 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.807 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.807 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.807 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.807 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.807 | ++ functions-common:get_or_create_user:925 : user_id=9ee78c496e474919a2920f3c4bc04ca1 2022-08-25 12:07:10.807 | ++ functions-common:get_or_create_user:926 : echo 9ee78c496e474919a2920f3c4bc04ca1 2022-08-25 12:07:10.807 | + lib/swift:create_swift_accounts:642 : swift_user_test3=9ee78c496e474919a2920f3c4bc04ca1 2022-08-25 12:07:10.807 | + lib/swift:create_swift_accounts:643 : die_if_not_set 643 swift_user_test3 'Failure creating swift_user_test3' 2022-08-25 12:07:10.807 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-25 12:07:10.807 | + lib/swift:create_swift_accounts:644 : get_or_add_user_project_role 1c07274c21fb4228a770b8d9b1f89115 9ee78c496e474919a2920f3c4bc04ca1 1c9fc449d60d4265b93a8cee6aa1ada5 2022-08-25 12:07:10.807 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:07:10.807 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 12:07:10.807 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:07:10.807 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:07:10.808 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 12:07:10.808 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 12:07:10.808 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 12:07:10.808 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 12:07:10.808 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role 1c07274c21fb4228a770b8d9b1f89115 --user 9ee78c496e474919a2920f3c4bc04ca1 --project 1c9fc449d60d4265b93a8cee6aa1ada5 2022-08-25 12:07:10.808 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:07:10.808 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:07:10.808 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:07:10.808 | ++ functions-common:get_field:812 : read data 2022-08-25 12:07:10.808 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.808 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.808 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.808 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.808 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.808 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:07:10.808 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:07:10.808 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add 1c07274c21fb4228a770b8d9b1f89115 --user 9ee78c496e474919a2920f3c4bc04ca1 --project 1c9fc449d60d4265b93a8cee6aa1ada5 2022-08-25 12:07:10.808 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.808 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.808 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.808 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.808 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role 1c07274c21fb4228a770b8d9b1f89115 --user 9ee78c496e474919a2920f3c4bc04ca1 --project 1c9fc449d60d4265b93a8cee6aa1ada5 2022-08-25 12:07:10.808 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:07:10.808 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:07:10.808 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:07:10.808 | ++ functions-common:get_field:812 : read data 2022-08-25 12:07:10.808 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.808 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.808 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.808 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.808 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.808 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:07:10.809 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:07:10.809 | ++ functions-common:get_field:818 : echo '| 1c07274c21fb4228a770b8d9b1f89115 | 9ee78c496e474919a2920f3c4bc04ca1 | | 1c9fc449d60d4265b93a8cee6aa1ada5 | | | False |' 2022-08-25 12:07:10.809 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:07:10.809 | ++ functions-common:get_field:812 : read data 2022-08-25 12:07:10.809 | + functions-common:get_or_add_user_project_role:995 : user_role_id=1c07274c21fb4228a770b8d9b1f89115 2022-08-25 12:07:10.809 | + functions-common:get_or_add_user_project_role:997 : echo 1c07274c21fb4228a770b8d9b1f89115 2022-08-25 12:07:10.809 | 1c07274c21fb4228a770b8d9b1f89115 2022-08-25 12:07:10.809 | + lib/swift:create_swift_accounts:646 : local swift_project_test2 2022-08-25 12:07:10.809 | ++ lib/swift:create_swift_accounts:647 : get_or_create_project swiftprojecttest2 default 2022-08-25 12:07:10.809 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-25 12:07:10.809 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest2 --domain=default --or-show -f value -c id 2022-08-25 12:07:10.809 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.809 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.809 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.809 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.809 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.809 | ++ functions-common:get_or_create_project:938 : project_id=9b5eb778607343baa8b984b726547780 2022-08-25 12:07:10.809 | ++ functions-common:get_or_create_project:939 : echo 9b5eb778607343baa8b984b726547780 2022-08-25 12:07:10.809 | + lib/swift:create_swift_accounts:647 : swift_project_test2=9b5eb778607343baa8b984b726547780 2022-08-25 12:07:10.809 | + lib/swift:create_swift_accounts:648 : die_if_not_set 648 swift_project_test2 'Failure creating swift_project_test2' 2022-08-25 12:07:10.809 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-25 12:07:10.809 | + lib/swift:create_swift_accounts:650 : local swift_user_test2 2022-08-25 12:07:10.809 | ++ lib/swift:create_swift_accounts:652 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2022-08-25 12:07:10.809 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 12:07:10.809 | ++ functions-common:get_or_create_user:910 : [[ ! -z test2@example.com ]] 2022-08-25 12:07:10.809 | ++ functions-common:get_or_create_user:911 : local email=--email=test2@example.com 2022-08-25 12:07:10.810 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest2 --password testing2 --domain=default --email=test2@example.com --or-show -f value -c id 2022-08-25 12:07:10.810 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.810 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.810 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.810 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.810 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.810 | ++ functions-common:get_or_create_user:925 : user_id=efe72e9e3d8e4b7381659c04d9f7377b 2022-08-25 12:07:10.810 | ++ functions-common:get_or_create_user:926 : echo efe72e9e3d8e4b7381659c04d9f7377b 2022-08-25 12:07:10.810 | + lib/swift:create_swift_accounts:652 : swift_user_test2=efe72e9e3d8e4b7381659c04d9f7377b 2022-08-25 12:07:10.810 | + lib/swift:create_swift_accounts:653 : die_if_not_set 653 swift_user_test2 'Failure creating swift_user_test2' 2022-08-25 12:07:10.810 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-25 12:07:10.810 | + lib/swift:create_swift_accounts:654 : get_or_add_user_project_role admin efe72e9e3d8e4b7381659c04d9f7377b 9b5eb778607343baa8b984b726547780 2022-08-25 12:07:10.810 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:07:10.810 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 12:07:10.810 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:07:10.810 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:07:10.810 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 12:07:10.810 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 12:07:10.810 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 12:07:10.810 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 12:07:10.810 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user efe72e9e3d8e4b7381659c04d9f7377b --project 9b5eb778607343baa8b984b726547780 2022-08-25 12:07:10.810 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:07:10.810 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:07:10.810 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:07:10.810 | ++ functions-common:get_field:812 : read data 2022-08-25 12:07:10.810 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.810 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.810 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.810 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.810 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.810 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:07:10.811 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:07:10.811 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user efe72e9e3d8e4b7381659c04d9f7377b --project 9b5eb778607343baa8b984b726547780 2022-08-25 12:07:10.811 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.811 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.811 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.811 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.811 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user efe72e9e3d8e4b7381659c04d9f7377b --project 9b5eb778607343baa8b984b726547780 2022-08-25 12:07:10.811 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:07:10.811 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:07:10.811 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:07:10.811 | ++ functions-common:get_field:812 : read data 2022-08-25 12:07:10.811 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.811 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.811 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.811 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.811 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.811 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:07:10.811 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:07:10.811 | ++ functions-common:get_field:818 : echo '| a39c998b589e4c70bbe723e0f43b6a7c | efe72e9e3d8e4b7381659c04d9f7377b | | 9b5eb778607343baa8b984b726547780 | | | False |' 2022-08-25 12:07:10.811 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:07:10.811 | ++ functions-common:get_field:812 : read data 2022-08-25 12:07:10.811 | + functions-common:get_or_add_user_project_role:995 : user_role_id=a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:07:10.811 | + functions-common:get_or_add_user_project_role:997 : echo a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:07:10.811 | a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:07:10.811 | + lib/swift:create_swift_accounts:656 : local swift_domain 2022-08-25 12:07:10.811 | ++ lib/swift:create_swift_accounts:657 : get_or_create_domain swift_test 'Used for swift functional testing' 2022-08-25 12:07:10.811 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-08-25 12:07:10.811 | +++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show swift_test -f value -c id 2022-08-25 12:07:10.811 | +++ functions-common:get_or_create_domain:891 : oscwrap --os-cloud devstack-system-admin domain create swift_test --description 'Used for swift functional testing' -f value -c id 2022-08-25 12:07:10.811 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.811 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.812 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.812 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.812 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.812 | ++ functions-common:get_or_create_domain:887 : domain_id=' 2022-08-25 12:07:10.812 | dd3462f8e04345249c6c70b3ec5f4824' 2022-08-25 12:07:10.812 | ++ functions-common:get_or_create_domain:888 : echo dd3462f8e04345249c6c70b3ec5f4824 2022-08-25 12:07:10.812 | + lib/swift:create_swift_accounts:657 : swift_domain=dd3462f8e04345249c6c70b3ec5f4824 2022-08-25 12:07:10.812 | + lib/swift:create_swift_accounts:658 : die_if_not_set 658 swift_domain 'Failure creating swift_test domain' 2022-08-25 12:07:10.812 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-25 12:07:10.812 | + lib/swift:create_swift_accounts:660 : local swift_project_test4 2022-08-25 12:07:10.812 | ++ lib/swift:create_swift_accounts:661 : get_or_create_project swiftprojecttest4 dd3462f8e04345249c6c70b3ec5f4824 2022-08-25 12:07:10.812 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-25 12:07:10.812 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest4 --domain=dd3462f8e04345249c6c70b3ec5f4824 --or-show -f value -c id 2022-08-25 12:07:10.812 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.812 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.812 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.812 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.812 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.812 | ++ functions-common:get_or_create_project:938 : project_id=9df78d2e7e9f4cdeb316dbd31ec7ca08 2022-08-25 12:07:10.813 | ++ functions-common:get_or_create_project:939 : echo 9df78d2e7e9f4cdeb316dbd31ec7ca08 2022-08-25 12:07:10.813 | + lib/swift:create_swift_accounts:661 : swift_project_test4=9df78d2e7e9f4cdeb316dbd31ec7ca08 2022-08-25 12:07:10.813 | + lib/swift:create_swift_accounts:662 : die_if_not_set 662 swift_project_test4 'Failure creating swift_project_test4' 2022-08-25 12:07:10.813 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-25 12:07:10.813 | + lib/swift:create_swift_accounts:664 : local swift_user_test4 2022-08-25 12:07:10.813 | ++ lib/swift:create_swift_accounts:666 : get_or_create_user swiftusertest4 testing4 dd3462f8e04345249c6c70b3ec5f4824 test4@example.com 2022-08-25 12:07:10.813 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-25 12:07:10.813 | ++ functions-common:get_or_create_user:910 : [[ ! -z test4@example.com ]] 2022-08-25 12:07:10.813 | ++ functions-common:get_or_create_user:911 : local email=--email=test4@example.com 2022-08-25 12:07:10.813 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest4 --password testing4 --domain=dd3462f8e04345249c6c70b3ec5f4824 --email=test4@example.com --or-show -f value -c id 2022-08-25 12:07:10.813 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.813 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.814 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.814 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.814 | +++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.814 | ++ functions-common:get_or_create_user:925 : user_id=716f9f7fadfd4631853119b4948744d0 2022-08-25 12:07:10.814 | ++ functions-common:get_or_create_user:926 : echo 716f9f7fadfd4631853119b4948744d0 2022-08-25 12:07:10.814 | + lib/swift:create_swift_accounts:666 : swift_user_test4=716f9f7fadfd4631853119b4948744d0 2022-08-25 12:07:10.814 | + lib/swift:create_swift_accounts:667 : die_if_not_set 667 swift_user_test4 'Failure creating swift_user_test4' 2022-08-25 12:07:10.814 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-25 12:07:10.814 | + lib/swift:create_swift_accounts:668 : get_or_add_user_project_role admin 716f9f7fadfd4631853119b4948744d0 9df78d2e7e9f4cdeb316dbd31ec7ca08 2022-08-25 12:07:10.814 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-25 12:07:10.814 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-25 12:07:10.814 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-25 12:07:10.814 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-25 12:07:10.814 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-25 12:07:10.814 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-25 12:07:10.814 | ++ functions-common:_get_domain_args:967 : echo 2022-08-25 12:07:10.814 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-25 12:07:10.814 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 716f9f7fadfd4631853119b4948744d0 --project 9df78d2e7e9f4cdeb316dbd31ec7ca08 2022-08-25 12:07:10.814 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:07:10.814 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-25 12:07:10.814 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:07:10.814 | ++ functions-common:get_field:812 : read data 2022-08-25 12:07:10.814 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.814 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.814 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.814 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.814 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.814 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-25 12:07:10.814 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-25 12:07:10.814 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 716f9f7fadfd4631853119b4948744d0 --project 9df78d2e7e9f4cdeb316dbd31ec7ca08 2022-08-25 12:07:10.814 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.814 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.815 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.815 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.815 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 716f9f7fadfd4631853119b4948744d0 --project 9df78d2e7e9f4cdeb316dbd31ec7ca08 2022-08-25 12:07:10.815 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-25 12:07:10.815 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-25 12:07:10.815 | ++ functions-common:get_field:811 : local data field 2022-08-25 12:07:10.815 | ++ functions-common:get_field:812 : read data 2022-08-25 12:07:10.815 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.815 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.815 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:10.815 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:10.815 | ++ functions-common:oscwrap:2479 : return 0 2022-08-25 12:07:10.815 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-25 12:07:10.815 | ++ functions-common:get_field:816 : field='$2' 2022-08-25 12:07:10.815 | ++ functions-common:get_field:818 : echo '| a39c998b589e4c70bbe723e0f43b6a7c | 716f9f7fadfd4631853119b4948744d0 | | 9df78d2e7e9f4cdeb316dbd31ec7ca08 | | | False |' 2022-08-25 12:07:10.815 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-25 12:07:10.815 | ++ functions-common:get_field:812 : read data 2022-08-25 12:07:10.815 | + functions-common:get_or_add_user_project_role:995 : user_role_id=a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:07:10.815 | + functions-common:get_or_add_user_project_role:997 : echo a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:07:10.815 | a39c998b589e4c70bbe723e0f43b6a7c 2022-08-25 12:07:10.844 | [100754 Async create_swift_accounts:137547]: finished create_swift_accounts with result 0 in 135 seconds 2022-08-25 12:07:10.851 | Not waiting for async task configure_horizon that we never started or has already been waited for 2022-08-25 12:07:10.854 | + inc/async:async_wait:197 : return 0 2022-08-25 12:07:10.856 | + ./stack.sh:main:1130 : is_service_enabled mysql postgresql 2022-08-25 12:07:10.875 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:07:10.878 | + ./stack.sh:main:1130 : is_service_enabled glance 2022-08-25 12:07:10.896 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:07:10.899 | + ./stack.sh:main:1131 : echo_summary 'Configuring Glance' 2022-08-25 12:07:10.901 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-25 12:07:10.904 | + ./stack.sh:echo_summary:441 : echo -e Configuring Glance 2022-08-25 12:07:10.906 | + ./stack.sh:main:1132 : async_runfunc init_glance 2022-08-25 12:07:10.909 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2022-08-25 12:07:10.977 | + inc/async:async_inner:63 : init_glance 2022-08-25 12:07:11.021 | [100754 Async init_glance:141839]: running: init_glance 2022-08-25 12:07:11.024 | + ./stack.sh:main:1139 : is_service_enabled neutron 2022-08-25 12:07:11.043 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:07:11.046 | + ./stack.sh:main:1140 : echo_summary 'Configuring Neutron' 2022-08-25 12:07:11.049 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-25 12:07:11.052 | + ./stack.sh:echo_summary:441 : echo -e Configuring Neutron 2022-08-25 12:07:11.055 | + ./stack.sh:main:1142 : configure_neutron 2022-08-25 12:07:11.057 | + lib/neutron:configure_neutron:635 : is_neutron_legacy_enabled 2022-08-25 12:07:11.061 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-25 12:07:11.062 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-25 12:07:11.068 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-25 12:07:11.072 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-25 12:07:11.075 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,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-08-25 12:07:11.077 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-25 12:07:11.081 | + lib/neutron:configure_neutron:637 : configure_mutnauq 2022-08-25 12:07:11.083 | + lib/neutron-legacy:configure_mutnauq:351 : _configure_neutron_common 2022-08-25 12:07:11.086 | + lib/neutron-legacy:_configure_neutron_common:781 : _create_neutron_conf_dir 2022-08-25 12:07:11.089 | + lib/neutron-legacy:_create_neutron_conf_dir:774 : sudo install -d -o ubuntu /etc/neutron 2022-08-25 12:07:11.104 | + lib/neutron-legacy:_configure_neutron_common:784 : cd /opt/stack/neutron 2022-08-25 12:07:11.106 | + lib/neutron-legacy:_configure_neutron_common:784 : exec ./tools/generate_config_file_samples.sh 2022-08-25 12:07:14.361 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:14.361 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:14.361 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:14.361 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:17.603 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:17.603 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:17.603 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:17.603 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:20.797 | + inc/async:async_inner:64 : rc=0 2022-08-25 12:07:20.823 | [141839 Async init_glance:141839]: finished successfully 2022-08-25 12:07:20.840 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:20.840 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:20.840 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:20.840 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:23.946 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:23.946 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:23.946 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:23.946 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:27.074 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:27.074 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:27.074 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:27.075 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:30.199 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:30.199 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:30.199 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:30.199 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:33.294 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:33.294 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:33.294 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:33.295 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:36.682 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:36.682 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:36.682 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:36.682 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:40.602 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:40.602 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:40.602 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:40.602 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:45.540 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:45.540 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:45.540 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:45.541 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:45.831 | + lib/neutron-legacy:_configure_neutron_common:786 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2022-08-25 12:07:45.836 | + lib/neutron-legacy:_configure_neutron_common:788 : Q_POLICY_FILE=/etc/neutron/policy.json 2022-08-25 12:07:45.838 | + lib/neutron-legacy:_configure_neutron_common:792 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2022-08-25 12:07:45.840 | + lib/neutron-legacy:_configure_neutron_common:796 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2022-08-25 12:07:45.843 | + lib/neutron-legacy:_configure_neutron_common:801 : neutron_plugin_configure_common 2022-08-25 12:07:45.846 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2022-08-25 12:07:45.848 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2022-08-25 12:07:45.850 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2022-08-25 12:07:45.852 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : _neutron_service_plugin_class_add router 2022-08-25 12:07:45.854 | + lib/neutron-legacy:_neutron_service_plugin_class_add:965 : local service_plugin_class=router 2022-08-25 12:07:45.856 | + lib/neutron-legacy:_neutron_service_plugin_class_add:966 : [[ '' == '' ]] 2022-08-25 12:07:45.859 | + lib/neutron-legacy:_neutron_service_plugin_class_add:967 : Q_SERVICE_PLUGIN_CLASSES=router 2022-08-25 12:07:45.862 | + lib/neutron-legacy:_configure_neutron_common:803 : [[ etc/neutron/plugins/ml2 == '' ]] 2022-08-25 12:07:45.864 | + lib/neutron-legacy:_configure_neutron_common:803 : [[ ml2_conf.ini == '' ]] 2022-08-25 12:07:45.866 | + lib/neutron-legacy:_configure_neutron_common:803 : [[ ml2 == '' ]] 2022-08-25 12:07:45.868 | + lib/neutron-legacy:_configure_neutron_common:808 : mkdir -p /etc/neutron/plugins/ml2 2022-08-25 12:07:45.872 | + lib/neutron-legacy:_configure_neutron_common:809 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 12:07:45.875 | + lib/neutron-legacy:_configure_neutron_common:812 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2022-08-25 12:07:45.877 | + lib/neutron-legacy:_configure_neutron_common:813 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 12:07:45.882 | ++ lib/neutron-legacy:_configure_neutron_common:818 : database_connection_url neutron 2022-08-25 12:07:45.884 | ++ lib/database:database_connection_url:134 : local db=neutron 2022-08-25 12:07:45.887 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2022-08-25 12:07:45.889 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=neutron 2022-08-25 12:07:45.892 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-25 12:07:45.894 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-25 12:07:45.896 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-25 12:07:45.912 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:07:45.914 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-25 12:07:45.916 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2022-08-25 12:07:45.919 | + lib/neutron-legacy:_configure_neutron_common:818 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2022-08-25 12:07:45.951 | + lib/neutron-legacy:_configure_neutron_common:819 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2022-08-25 12:07:45.984 | + lib/neutron-legacy:_configure_neutron_common:820 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2022-08-25 12:07:46.017 | + lib/neutron-legacy:_configure_neutron_common:821 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2022-08-25 12:07:46.050 | + lib/neutron-legacy:_configure_neutron_common:822 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2022-08-25 12:07:46.083 | + lib/neutron-legacy:_configure_neutron_common:825 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2022-08-25 12:07:46.116 | + lib/neutron-legacy:_configure_neutron_common:827 : '[' libvirt = fake ']' 2022-08-25 12:07:46.118 | + lib/neutron-legacy:_configure_neutron_common:837 : setup_logging /etc/neutron/neutron.conf 2022-08-25 12:07:46.121 | + functions:setup_logging:674 : setup_systemd_logging /etc/neutron/neutron.conf 2022-08-25 12:07:46.123 | + functions:setup_systemd_logging:689 : local conf_file=/etc/neutron/neutron.conf 2022-08-25 12:07:46.126 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-25 12:07:46.143 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-25 12:07:46.145 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-25 12:07:46.147 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-25 12:07:46.150 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-25 12:07:46.152 | + 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-08-25 12:07:46.184 | + 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-08-25 12:07:46.217 | + 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-08-25 12:07:46.250 | + functions:setup_systemd_logging:706 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-25 12:07:46.283 | + lib/neutron-legacy:_configure_neutron_common:839 : is_service_enabled tls-proxy 2022-08-25 12:07:46.300 | + functions-common:is_service_enabled:2095 : return 1 2022-08-25 12:07:46.302 | + lib/neutron-legacy:_configure_neutron_common:845 : _neutron_setup_rootwrap 2022-08-25 12:07:46.304 | + lib/neutron-legacy:_neutron_setup_rootwrap:1000 : [[ True == \F\a\l\s\e ]] 2022-08-25 12:07:46.307 | + lib/neutron-legacy:_neutron_setup_rootwrap:1004 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2022-08-25 12:07:46.309 | + lib/neutron-legacy:_neutron_setup_rootwrap:1005 : [[ -d /etc/neutron/rootwrap.d ]] 2022-08-25 12:07:46.312 | + lib/neutron-legacy:_neutron_setup_rootwrap:1006 : sudo rm -rf /etc/neutron/rootwrap.d 2022-08-25 12:07:46.324 | + lib/neutron-legacy:_neutron_setup_rootwrap:1009 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2022-08-25 12:07:46.326 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:990 : [[ True == \F\a\l\s\e ]] 2022-08-25 12:07:46.329 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:993 : local srcdir=/opt/stack/neutron 2022-08-25 12:07:46.331 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:994 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2022-08-25 12:07:46.343 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:995 : sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2022-08-25 12:07:46.355 | + lib/neutron-legacy:_neutron_setup_rootwrap:1013 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2022-08-25 12:07:46.358 | + lib/neutron-legacy:_neutron_setup_rootwrap:1016 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2022-08-25 12:07:46.370 | + lib/neutron-legacy:_neutron_setup_rootwrap:1018 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2022-08-25 12:07:46.383 | + lib/neutron-legacy:_neutron_setup_rootwrap:1019 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2022-08-25 12:07:46.395 | + lib/neutron-legacy:_neutron_setup_rootwrap:1022 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-08-25 12:07:46.398 | + lib/neutron-legacy:_neutron_setup_rootwrap:1023 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-25 12:07:46.401 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:1026 : mktemp 2022-08-25 12:07:46.405 | + lib/neutron-legacy:_neutron_setup_rootwrap:1026 : TEMPFILE=/tmp/tmp.R67aGLeMCU 2022-08-25 12:07:46.407 | + lib/neutron-legacy:_neutron_setup_rootwrap:1027 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-08-25 12:07:46.410 | + lib/neutron-legacy:_neutron_setup_rootwrap:1028 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-25 12:07:46.412 | + lib/neutron-legacy:_neutron_setup_rootwrap:1029 : chmod 0440 /tmp/tmp.R67aGLeMCU 2022-08-25 12:07:46.416 | + lib/neutron-legacy:_neutron_setup_rootwrap:1030 : sudo chown root:root /tmp/tmp.R67aGLeMCU 2022-08-25 12:07:46.428 | + lib/neutron-legacy:_neutron_setup_rootwrap:1031 : sudo mv /tmp/tmp.R67aGLeMCU /etc/sudoers.d/neutron-rootwrap 2022-08-25 12:07:46.440 | + lib/neutron-legacy:_neutron_setup_rootwrap:1034 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-25 12:07:46.472 | + lib/neutron-legacy:_neutron_setup_rootwrap:1035 : [[ True == \T\r\u\e ]] 2022-08-25 12:07:46.475 | + lib/neutron-legacy:_neutron_setup_rootwrap:1036 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-25 12:07:46.507 | + lib/neutron-legacy:configure_mutnauq:352 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2022-08-25 12:07:46.510 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2022-08-25 12:07:46.512 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2022-08-25 12:07:46.515 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-25 12:07:46.517 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-25 12:07:46.520 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-25 12:07:46.537 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:07:46.540 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-25 12:07:46.542 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-25 12:07:46.545 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-25 12:07:46.562 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:07:46.565 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 12:07:46.568 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ 2022-08-25 12:07:46.602 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-25 12:07:46.604 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-25 12:07:46.607 | + lib/neutron-legacy:configure_mutnauq:354 : is_service_enabled q-metering 2022-08-25 12:07:46.624 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:07:46.627 | + lib/neutron-legacy:configure_mutnauq:355 : _configure_neutron_metering 2022-08-25 12:07:46.629 | + lib/neutron-legacy:_configure_neutron_metering:894 : neutron_agent_metering_configure_common 2022-08-25 12:07:46.632 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2022-08-25 12:07:46.634 | + lib/neutron-legacy:_neutron_service_plugin_class_add:965 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2022-08-25 12:07:46.636 | + lib/neutron-legacy:_neutron_service_plugin_class_add:966 : [[ router == '' ]] 2022-08-25 12:07:46.639 | + lib/neutron-legacy:_neutron_service_plugin_class_add:968 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2022-08-25 12:07:46.642 | + lib/neutron-legacy:_neutron_service_plugin_class_add:969 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-08-25 12:07:46.645 | + lib/neutron-legacy:_configure_neutron_metering:895 : neutron_agent_metering_configure_agent 2022-08-25 12:07:46.647 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2022-08-25 12:07:46.649 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2022-08-25 12:07:46.654 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2022-08-25 12:07:46.656 | + 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-08-25 12:07:46.661 | + lib/neutron-legacy:configure_mutnauq:357 : is_service_enabled q-agt q-svc 2022-08-25 12:07:46.679 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:07:46.681 | + lib/neutron-legacy:configure_mutnauq:358 : _configure_neutron_service 2022-08-25 12:07:46.684 | + lib/neutron-legacy:_configure_neutron_service:931 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2022-08-25 12:07:46.687 | + lib/neutron-legacy:_configure_neutron_service:932 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2022-08-25 12:07:46.691 | + lib/neutron-legacy:_configure_neutron_service:934 : [[ -n networking ]] 2022-08-25 12:07:46.694 | + lib/neutron-legacy:_configure_neutron_service:935 : _replace_api_paste_composite 2022-08-25 12:07:46.696 | + lib/neutron-legacy:_replace_api_paste_composite:920 : local sep 2022-08-25 12:07:46.699 | ++ lib/neutron-legacy:_replace_api_paste_composite:921 : echo -ne '\x01' 2022-08-25 12:07:46.702 | + lib/neutron-legacy:_replace_api_paste_composite:921 : sep=$'\001' 2022-08-25 12:07:46.705 | + lib/neutron-legacy:_replace_api_paste_composite:923 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2022-08-25 12:07:46.709 | + lib/neutron-legacy:_replace_api_paste_composite:924 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2022-08-25 12:07:46.714 | + lib/neutron-legacy:_replace_api_paste_composite:925 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2022-08-25 12:07:46.719 | + lib/neutron-legacy:_configure_neutron_service:939 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2022-08-25 12:07:46.753 | + lib/neutron-legacy:_configure_neutron_service:941 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-08-25 12:07:46.787 | + lib/neutron-legacy:_configure_neutron_service:942 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2022-08-25 12:07:46.821 | + lib/neutron-legacy:_configure_neutron_service:944 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2022-08-25 12:07:46.855 | + lib/neutron-legacy:_configure_neutron_service:945 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2022-08-25 12:07:46.857 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-08-25 12:07:46.860 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=neutron 2022-08-25 12:07:46.863 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-25 12:07:46.865 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2022-08-25 12:07:46.898 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2022-08-25 12:07:46.932 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.42/identity 2022-08-25 12:07:46.967 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2022-08-25 12:07:47.001 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2022-08-25 12:07:47.035 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2022-08-25 12:07:47.070 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2022-08-25 12:07:47.105 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2022-08-25 12:07:47.139 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-25 12:07:47.173 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2022-08-25 12:07:47.207 | + lib/neutron-legacy:_configure_neutron_service:948 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2022-08-25 12:07:47.242 | + lib/neutron-legacy:_configure_neutron_service:949 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2022-08-25 12:07:47.276 | + lib/neutron-legacy:_configure_neutron_service:951 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2022-08-25 12:07:47.278 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-08-25 12:07:47.281 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-08-25 12:07:47.283 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-08-25 12:07:47.286 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf nova auth_type password 2022-08-25 12:07:47.320 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf nova interface public 2022-08-25 12:07:47.354 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.42/identity 2022-08-25 12:07:47.388 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf nova username nova 2022-08-25 12:07:47.422 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2022-08-25 12:07:47.456 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2022-08-25 12:07:47.490 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova project_name service 2022-08-25 12:07:47.524 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2022-08-25 12:07:47.559 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-08-25 12:07:47.593 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2022-08-25 12:07:47.626 | + lib/neutron-legacy:_configure_neutron_service:954 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2022-08-25 12:07:47.629 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-08-25 12:07:47.631 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-08-25 12:07:47.634 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=placement 2022-08-25 12:07:47.636 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf placement auth_type password 2022-08-25 12:07:47.671 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf placement interface public 2022-08-25 12:07:47.704 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf placement auth_url http://10.222.0.42/identity 2022-08-25 12:07:47.739 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf placement username placement 2022-08-25 12:07:47.775 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf placement password Passw0rd 2022-08-25 12:07:47.810 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2022-08-25 12:07:47.844 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement project_name service 2022-08-25 12:07:47.879 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2022-08-25 12:07:47.913 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2022-08-25 12:07:47.947 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2022-08-25 12:07:47.982 | + lib/neutron-legacy:_configure_neutron_service:957 : neutron_plugin_configure_service 2022-08-25 12:07:47.985 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ vlan != \l\o\c\a\l ]] 2022-08-25 12:07:47.987 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2022-08-25 12:07:47.990 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2022-08-25 12:07:47.992 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2022-08-25 12:07:47.994 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ physnet1 != '' ]] 2022-08-25 12:07:47.997 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=physnet1 2022-08-25 12:07:48.000 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 850:899 != '' ]] 2022-08-25 12:07:48.002 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=physnet1:850:899 2022-08-25 12:07:48.004 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ physnet1:850:899 != '' ]] 2022-08-25 12:07:48.007 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2022-08-25 12:07:48.009 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2022-08-25 12:07:48.012 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n physnet1 ]] 2022-08-25 12:07:48.015 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2022-08-25 12:07:48.017 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n physnet1 ]] 2022-08-25 12:07:48.019 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2022-08-25 12:07:48.022 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n physnet1 ]] 2022-08-25 12:07:48.024 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2022-08-25 12:07:48.027 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : [[ True == \T\r\u\e ]] 2022-08-25 12:07:48.029 | + 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-08-25 12:07:48.061 | + 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-08-25 12:07:48.064 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 12:07:48.066 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-25 12:07:48.069 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=openvswitch,hyperv 2022-08-25 12:07:48.071 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2022-08-25 12:07:48.074 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-25 12:07:48.076 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2022-08-25 12:07:48.111 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : [[ openvswitch,hyperv == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2022-08-25 12:07:48.114 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:131 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2022-08-25 12:07:48.116 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 12:07:48.118 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-25 12:07:48.121 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2022-08-25 12:07:48.123 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2022-08-25 12:07:48.126 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-25 12:07:48.128 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2022-08-25 12:07:48.161 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:133 : [[ -n '' ]] 2022-08-25 12:07:48.164 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:137 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2022-08-25 12:07:48.166 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 12:07:48.168 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-25 12:07:48.171 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2022-08-25 12:07:48.174 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2022-08-25 12:07:48.176 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-25 12:07:48.179 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2022-08-25 12:07:48.211 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:139 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vlan 2022-08-25 12:07:48.214 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 12:07:48.216 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-25 12:07:48.218 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=vlan 2022-08-25 12:07:48.221 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=vlan ']' 2022-08-25 12:07:48.223 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-25 12:07:48.226 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2022-08-25 12:07:48.258 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:141 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2022-08-25 12:07:48.261 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 12:07:48.263 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2022-08-25 12:07:48.266 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2022-08-25 12:07:48.268 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2022-08-25 12:07:48.270 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-25 12:07:48.273 | + 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-08-25 12:07:48.305 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:143 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2022-08-25 12:07:48.308 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 12:07:48.310 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2022-08-25 12:07:48.313 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-08-25 12:07:48.316 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-08-25 12:07:48.318 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-25 12:07:48.320 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2022-08-25 12:07:48.352 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:145 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=physnet1, 2022-08-25 12:07:48.355 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 12:07:48.357 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2022-08-25 12:07:48.360 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=physnet1, 2022-08-25 12:07:48.363 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=physnet1, ']' 2022-08-25 12:07:48.365 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-25 12:07:48.367 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2022-08-25 12:07:48.400 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:147 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=physnet1:850:899 2022-08-25 12:07:48.403 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 12:07:48.405 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2022-08-25 12:07:48.408 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=physnet1:850:899 2022-08-25 12:07:48.410 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=physnet1:850:899 ']' 2022-08-25 12:07:48.412 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-25 12:07:48.415 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:850:899 2022-08-25 12:07:48.448 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:149 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2022-08-25 12:07:48.451 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-25 12:07:48.453 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2022-08-25 12:07:48.456 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-08-25 12:07:48.459 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-08-25 12:07:48.462 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-25 12:07:48.464 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2022-08-25 12:07:48.498 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:151 : [[ legacy != \l\e\g\a\c\y ]] 2022-08-25 12:07:48.501 | + lib/neutron-legacy:configure_mutnauq:360 : is_service_enabled q-agt 2022-08-25 12:07:48.518 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:07:48.520 | + lib/neutron-legacy:configure_mutnauq:361 : _configure_neutron_plugin_agent 2022-08-25 12:07:48.523 | + lib/neutron-legacy:_configure_neutron_plugin_agent:909 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-25 12:07:48.559 | + lib/neutron-legacy:_configure_neutron_plugin_agent:910 : [[ True == \T\r\u\e ]] 2022-08-25 12:07:48.561 | + lib/neutron-legacy:_configure_neutron_plugin_agent:911 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-25 12:07:48.595 | + lib/neutron-legacy:_configure_neutron_plugin_agent:913 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-08-25 12:07:48.631 | + lib/neutron-legacy:_configure_neutron_plugin_agent:916 : neutron_plugin_configure_plugin_agent 2022-08-25 12:07:48.633 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2022-08-25 12:07:48.636 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2022-08-25 12:07:48.638 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-08-25 12:07:51.371 | INFO neutron.common.config [-] Logging enabled! 2022-08-25 12:07:51.371 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 20.1.0.dev521 2022-08-25 12:07:51.372 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=144284) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2022-08-25 12:07:51.424 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=144284) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-25 12:07:51.424 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=144284) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-25 12:07:51.424 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=144284) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-25 12:07:51.424 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=144284) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-25 12:07:51.425 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=144284) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-25 12:07:51.425 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=144284) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-25 12:07:51.479 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-08-25 12:07:51.480 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:51.480 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:51.480 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:51.480 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:51.802 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2022-08-25 12:07:51.805 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2022-08-25 12:07:51.808 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2022-08-25 12:07:51.810 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-08-25 12:07:51.813 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2022-08-25 12:07:51.867 | + 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-08-25 12:07:51.885 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2022-08-25 12:07:51.888 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2022-08-25 12:07:51.891 | + 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-08-25 12:07:51.926 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2022-08-25 12:07:51.929 | ++ functions:running_in_container:793 : systemd-detect-virt --container 2022-08-25 12:07:51.937 | + functions:running_in_container:793 : [[ none != \n\o\n\e ]] 2022-08-25 12:07:51.940 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2022-08-25 12:07:51.942 | + functions:enable_kernel_bridge_firewall:802 : sudo modprobe bridge 2022-08-25 12:07:51.955 | + functions:enable_kernel_bridge_firewall:805 : sudo modprobe br_netfilter 2022-08-25 12:07:51.969 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-08-25 12:07:51.971 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2022-08-25 12:07:51.980 | net.bridge.bridge-nf-call-iptables = 1 2022-08-25 12:07:51.983 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-08-25 12:07:51.985 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2022-08-25 12:07:51.994 | net.bridge.bridge-nf-call-ip6tables = 1 2022-08-25 12:07:51.997 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ False == \T\r\u\e ]] 2022-08-25 12:07:52.000 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ physnet1 != '' ]] 2022-08-25 12:07:52.002 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-data != '' ]] 2022-08-25 12:07:52.004 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ physnet1:br-data == '' ]] 2022-08-25 12:07:52.007 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-data 2022-08-25 12:07:52.009 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-08-25 12:07:52.011 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-08-25 12:07:52.014 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-08-25 12:07:52.017 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-08-25 12:07:52.044 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ physnet1:br-data != '' ]] 2022-08-25 12:07:52.048 | + 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-08-25 12:07:52.086 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2022-08-25 12:07:52.088 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2022-08-25 12:07:52.122 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2022-08-25 12:07:52.155 | + lib/neutron-legacy:configure_mutnauq:363 : is_service_enabled q-dhcp 2022-08-25 12:07:52.173 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:07:52.176 | + lib/neutron-legacy:configure_mutnauq:364 : _configure_neutron_dhcp_agent 2022-08-25 12:07:52.178 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:850 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2022-08-25 12:07:52.183 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:852 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2022-08-25 12:07:52.216 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:854 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2022-08-25 12:07:52.250 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:855 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-25 12:07:52.285 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:856 : [[ True == \T\r\u\e ]] 2022-08-25 12:07:52.288 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:857 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-25 12:07:52.322 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:860 : is_service_enabled q-l3 2022-08-25 12:07:52.339 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:07:52.342 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:871 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-08-25 12:07:52.344 | + lib/neutron-legacy:_neutron_setup_interface_driver:1044 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2022-08-25 12:07:52.378 | + lib/neutron-legacy:_neutron_setup_interface_driver:1046 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-08-25 12:07:52.380 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-08-25 12:07:52.383 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2022-08-25 12:07:52.416 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:873 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2022-08-25 12:07:52.419 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-08-25 12:07:52.422 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2022-08-25 12:07:52.424 | + lib/neutron-legacy:configure_mutnauq:366 : is_service_enabled q-l3 2022-08-25 12:07:52.442 | + functions-common:is_service_enabled:2095 : return 0 2022-08-25 12:07:52.444 | + lib/neutron-legacy:configure_mutnauq:367 : _configure_neutron_l3_agent 2022-08-25 12:07:52.447 | + 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-08-25 12:07:52.452 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2022-08-25 12:07:52.486 | + 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-08-25 12:07:52.522 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2022-08-25 12:07:52.524 | + 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-08-25 12:07:52.558 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2022-08-25 12:07:52.560 | + lib/neutron-legacy:_neutron_setup_interface_driver:1044 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2022-08-25 12:07:52.594 | + lib/neutron-legacy:_neutron_setup_interface_driver:1046 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2022-08-25 12:07:52.596 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2022-08-25 12:07:52.599 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2022-08-25 12:07:52.632 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2022-08-25 12:07:52.634 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2022-08-25 12:07:52.637 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2022-08-25 12:07:52.640 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-08-25 12:07:55.380 | INFO neutron.common.config [-] Logging enabled! 2022-08-25 12:07:55.381 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 20.1.0.dev521 2022-08-25 12:07:55.381 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=144861) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2022-08-25 12:07:55.433 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=144861) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-25 12:07:55.433 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=144861) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-25 12:07:55.433 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=144861) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-25 12:07:55.433 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=144861) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-25 12:07:55.434 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=144861) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-25 12:07:55.434 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=144861) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-25 12:07:55.496 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2022-08-25 12:07:55.496 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=144861) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:90}} 2022-08-25 12:07:55.497 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=144861) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:141}} 2022-08-25 12:07:55.497 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-08-25 12:07:55.497 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:55.497 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:55.497 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-25 12:07:55.497 | from cryptography.utils import int_from_bytes 2022-08-25 12:07:55.837 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2022-08-25 12:07:55.840 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2022-08-25 12:07:55.843 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-data 2022-08-25 12:07:55.845 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-08-25 12:07:55.848 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-08-25 12:07:55.851 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-08-25 12:07:55.853 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-08-25 12:07:55.871 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-data 1500 2022-08-25 12:07:55.873 | + functions:set_mtu:785 : local dev=br-data 2022-08-25 12:07:55.876 | + functions:set_mtu:786 : local mtu=1500 2022-08-25 12:07:55.879 | + functions:set_mtu:787 : sudo ip link set mtu 1500 dev br-data 2022-08-25 12:07:55.891 | + 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-08-25 12:07:55.909 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2022-08-25 12:07:55.911 | + lib/neutron-legacy:_configure_public_network_connectivity:716 : [[ -n eth1 ]] 2022-08-25 12:07:55.914 | + lib/neutron-legacy:_configure_public_network_connectivity:717 : _move_neutron_addresses_route eth1 br-data True False inet 2022-08-25 12:07:55.916 | + lib/neutron-legacy:_move_neutron_addresses_route:657 : local from_intf=eth1 2022-08-25 12:07:55.919 | + lib/neutron-legacy:_move_neutron_addresses_route:658 : local to_intf=br-data 2022-08-25 12:07:55.922 | + lib/neutron-legacy:_move_neutron_addresses_route:659 : local add_ovs_port=True 2022-08-25 12:07:55.924 | + lib/neutron-legacy:_move_neutron_addresses_route:660 : local del_ovs_port=False 2022-08-25 12:07:55.927 | + lib/neutron-legacy:_move_neutron_addresses_route:661 : local af=inet 2022-08-25 12:07:55.929 | + lib/neutron-legacy:_move_neutron_addresses_route:663 : [[ -n eth1 ]] 2022-08-25 12:07:55.932 | + lib/neutron-legacy:_move_neutron_addresses_route:663 : [[ -n br-data ]] 2022-08-25 12:07:55.934 | + lib/neutron-legacy:_move_neutron_addresses_route:669 : local IP_REPLACE= 2022-08-25 12:07:55.937 | + lib/neutron-legacy:_move_neutron_addresses_route:670 : local IP_DEL= 2022-08-25 12:07:55.939 | + lib/neutron-legacy:_move_neutron_addresses_route:671 : local IP_UP= 2022-08-25 12:07:55.942 | + lib/neutron-legacy:_move_neutron_addresses_route:672 : local DEFAULT_ROUTE_GW 2022-08-25 12:07:55.946 | ++ lib/neutron-legacy:_move_neutron_addresses_route:673 : ip -f inet r 2022-08-25 12:07:55.946 | ++ lib/neutron-legacy:_move_neutron_addresses_route:673 : awk '/default.+eth1\s/ { print $3; exit }' 2022-08-25 12:07:55.952 | + lib/neutron-legacy:_move_neutron_addresses_route:673 : DEFAULT_ROUTE_GW= 2022-08-25 12:07:55.955 | + lib/neutron-legacy:_move_neutron_addresses_route:674 : local ADD_OVS_PORT= 2022-08-25 12:07:55.957 | + lib/neutron-legacy:_move_neutron_addresses_route:675 : local DEL_OVS_PORT= 2022-08-25 12:07:55.961 | + lib/neutron-legacy:_move_neutron_addresses_route:676 : local ARP_CMD= 2022-08-25 12:07:55.965 | ++ lib/neutron-legacy:_move_neutron_addresses_route:678 : ip -f inet a s dev eth1 scope global primary 2022-08-25 12:07:55.965 | ++ lib/neutron-legacy:_move_neutron_addresses_route:678 : awk '{ print $2, $3, $4; exit }' 2022-08-25 12:07:55.965 | ++ lib/neutron-legacy:_move_neutron_addresses_route:678 : grep inet 2022-08-25 12:07:55.971 | + lib/neutron-legacy:_move_neutron_addresses_route:678 : IP_BRD='192.168.0.82/22 brd 192.168.3.255' 2022-08-25 12:07:55.974 | + lib/neutron-legacy:_move_neutron_addresses_route:680 : '[' '' '!=' '' ']' 2022-08-25 12:07:55.976 | + lib/neutron-legacy:_move_neutron_addresses_route:684 : [[ True == \T\r\u\e ]] 2022-08-25 12:07:55.979 | + lib/neutron-legacy:_move_neutron_addresses_route:685 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2022-08-25 12:07:55.981 | + lib/neutron-legacy:_move_neutron_addresses_route:688 : [[ False == \T\r\u\e ]] 2022-08-25 12:07:55.984 | + lib/neutron-legacy:_move_neutron_addresses_route:692 : [[ 192.168.0.82/22 brd 192.168.3.255 != '' ]] 2022-08-25 12:07:55.987 | + lib/neutron-legacy:_move_neutron_addresses_route:693 : IP_DEL='sudo ip addr del 192.168.0.82/22 brd 192.168.3.255 dev eth1' 2022-08-25 12:07:55.989 | + lib/neutron-legacy:_move_neutron_addresses_route:694 : IP_REPLACE='sudo ip addr replace 192.168.0.82/22 brd 192.168.3.255 dev br-data' 2022-08-25 12:07:55.991 | + lib/neutron-legacy:_move_neutron_addresses_route:695 : IP_UP='sudo ip link set br-data up' 2022-08-25 12:07:55.994 | + lib/neutron-legacy:_move_neutron_addresses_route:696 : [[ inet == \i\n\e\t ]] 2022-08-25 12:07:55.998 | ++ lib/neutron-legacy:_move_neutron_addresses_route:697 : echo 192.168.0.82/22 brd 192.168.3.255 2022-08-25 12:07:55.999 | ++ lib/neutron-legacy:_move_neutron_addresses_route:697 : awk '{ print $1; exit }' 2022-08-25 12:07:56.000 | ++ lib/neutron-legacy:_move_neutron_addresses_route:697 : cut -d / -f1 2022-08-25 12:07:56.000 | ++ lib/neutron-legacy:_move_neutron_addresses_route:697 : grep -o -E '(.*)/' 2022-08-25 12:07:56.005 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : IP=192.168.0.82 2022-08-25 12:07:56.008 | + lib/neutron-legacy:_move_neutron_addresses_route:698 : ARP_CMD='sudo arping -A -c 3 -w 5 -I br-data 192.168.0.82 ' 2022-08-25 12:07:56.010 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo ip addr del 192.168.0.82/22 brd 192.168.3.255 dev eth1 2022-08-25 12:07:56.024 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo ip addr replace 192.168.0.82/22 brd 192.168.3.255 dev br-data 2022-08-25 12:07:56.037 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo ip link set br-data up 2022-08-25 12:07:56.050 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo ovs-vsctl --may-exist add-port br-data eth1 2022-08-25 12:07:56.069 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo arping -A -c 3 -w 5 -I br-data 192.168.0.82 2022-08-25 12:07:59.079 | ARPING 192.168.0.82 from 192.168.0.82 br-data 2022-08-25 12:07:59.079 | Sent 3 probes (3 broadcast(s)) 2022-08-25 12:07:59.079 | Received 0 response(s) 2022-08-25 12:07:59.097 | + lib/neutron-legacy:_move_neutron_addresses_route:1 : exit_trap 2022-08-25 12:07:59.100 | + ./stack.sh:exit_trap:516 : local r=1 2022-08-25 12:07:59.103 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-08-25 12:07:59.106 | + ./stack.sh:exit_trap:517 : jobs='127482 2022-08-25 12:07:59.106 | 141839' 2022-08-25 12:07:59.108 | + ./stack.sh:exit_trap:520 : [[ -n 127482 2022-08-25 12:07:59.108 | 141839 ]] 2022-08-25 12:07:59.110 | + ./stack.sh:exit_trap:520 : [[ -n /opt/stack/logs/stack.sh.log.2022-08-25-115912 ]] 2022-08-25 12:07:59.113 | + ./stack.sh:exit_trap:520 : [[ True == \T\r\u\e ]] 2022-08-25 12:07:59.115 | + ./stack.sh:exit_trap:521 : echo 'exit_trap: cleaning up child processes' 2022-08-25 12:07:59.115 | exit_trap: cleaning up child processes 2022-08-25 12:07:59.117 | + ./stack.sh:exit_trap:522 : kill 127482 141839 2022-08-25 12:07:59.120 | + ./stack.sh:exit_trap:526 : '[' -f /tmp/tmp.QllvtwXqS0 ']' 2022-08-25 12:07:59.122 | + ./stack.sh:exit_trap:527 : rm /tmp/tmp.QllvtwXqS0 2022-08-25 12:07:59.126 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-08-25 12:07:59.128 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-08-25 12:07:59.130 | + ./stack.sh:exit_trap:533 : [[ 1 -ne 0 ]] 2022-08-25 12:07:59.133 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-08-25 12:07:59.133 | Error on exit 2022-08-25 12:07:59.135 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-08-25 12:07:59.137 | + ./stack.sh:exit_trap:537 : generate-subunit 1661428748 531 fail 2022-08-25 12:07:59.384 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-08-25 12:07:59.386 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-08-25 12:08:00.026 | + ./stack.sh:exit_trap:551 : exit 1