2022-02-15 08:57:40.802 | + ./stack.sh:main:473 : exec 2022-02-15 08:57:40.802 | + ./stack.sh:main:481 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-02-15-085740' 2022-02-15 08:57:40.802 | ++ ./stack.sh:main:473 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-02-15-085740.summary.2022-02-15-085740 2022-02-15 08:57:40.802 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 08:57:40.803 | + ./stack.sh:echo_summary:432 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-02-15-085740 2022-02-15 08:57:40.803 | + ./stack.sh:main:483 : ln -sf /opt/stack/logs/stack.sh.log.2022-02-15-085740 /opt/stack/logs/stack.sh.log 2022-02-15 08:57:40.803 | + ./stack.sh:main:484 : ln -sf /opt/stack/logs/stack.sh.log.2022-02-15-085740.summary.2022-02-15-085740 /opt/stack/logs/stack.sh.log.summary 2022-02-15 08:57:40.803 | + ./stack.sh:main:499 : check_path_perm_sanity /opt/stack 2022-02-15 08:57:40.803 | + functions:check_path_perm_sanity:596 : local real_path 2022-02-15 08:57:40.803 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-02-15 08:57:40.803 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-02-15 08:57:40.803 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-02-15 08:57:40.803 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-02-15 08:57:40.803 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-02-15 08:57:40.803 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-02-15 08:57:40.803 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-02-15 08:57:40.803 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-02-15 08:57:40.803 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-02-15 08:57:40.803 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-02-15 08:57:40.803 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-02-15 08:57:40.804 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-02-15 08:57:40.807 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-02-15 08:57:40.809 | + ./stack.sh:main:505 : trap exit_trap EXIT 2022-02-15 08:57:40.812 | + ./stack.sh:main:546 : trap err_trap ERR 2022-02-15 08:57:40.814 | + ./stack.sh:main:559 : set -o errexit 2022-02-15 08:57:40.816 | + ./stack.sh:main:562 : uname -a 2022-02-15 08:57:40.817 | Linux n-d-825064-4 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-02-15 08:57:40.819 | + ./stack.sh:main:565 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-02-15 08:57:40.821 | + ./stack.sh:main:566 : rm -f /opt/stack/data/ca-bundle.pem 2022-02-15 08:57:40.823 | + ./stack.sh:main:569 : source /home/ubuntu/devstack/lib/database 2022-02-15 08:57:40.866 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/rpc_backend 2022-02-15 08:57:40.882 | + ./stack.sh:main:576 : fetch_plugins 2022-02-15 08:57:40.883 | + functions-common:fetch_plugins:1655 : local plugins= 2022-02-15 08:57:40.885 | + functions-common:fetch_plugins:1656 : local plugin 2022-02-15 08:57:40.887 | + functions-common:fetch_plugins:1659 : [[ -z '' ]] 2022-02-15 08:57:40.889 | + functions-common:fetch_plugins:1660 : return 2022-02-15 08:57:40.891 | + ./stack.sh:main:580 : run_phase override_defaults 2022-02-15 08:57:40.893 | + functions-common:run_phase:1737 : local mode=override_defaults 2022-02-15 08:57:40.895 | + functions-common:run_phase:1738 : local phase= 2022-02-15 08:57:40.897 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-15 08:57:40.898 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-02-15 08:57:40.900 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-15 08:57:40.902 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-02-15 08:57:40.903 | + functions-common:run_phase:1747 : local extra 2022-02-15 08:57:40.906 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-15 08:57:40.908 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-02-15 08:57:40.910 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-15 08:57:40.912 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-15 08:57:40.914 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-02-15 08:57:40.916 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-15 08:57:40.928 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 08:57:40.930 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-02-15 08:57:40.932 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-15 08:57:40.933 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-15 08:57:40.935 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-15 08:57:40.938 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-15 08:57:40.939 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-15 08:57:40.941 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-02-15 08:57:40.943 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-02-15 08:57:40.944 | + functions-common:run_phase:1758 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-02-15 08:57:40.946 | + functions-common:run_phase:1761 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-02-15 08:57:40.948 | + functions-common:run_phase:1762 : plugin_override_defaults 2022-02-15 08:57:40.950 | + functions-common:plugin_override_defaults:1696 : local plugins= 2022-02-15 08:57:40.951 | + functions-common:plugin_override_defaults:1697 : local plugin 2022-02-15 08:57:40.954 | + functions-common:plugin_override_defaults:1700 : [[ -z '' ]] 2022-02-15 08:57:40.955 | + functions-common:plugin_override_defaults:1701 : return 2022-02-15 08:57:40.957 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/apache 2022-02-15 08:57:40.974 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tls 2022-02-15 08:57:40.976 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-02-15 08:57:40.988 | ++ functions-common:is_service_enabled:1965 : return 1 2022-02-15 08:57:40.990 | +++ lib/tls:source:43 : hostname -f 2022-02-15 08:57:40.994 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-02-15 08:57:40.995 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-02-15 08:57:40.997 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-02-15 08:57:41.000 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-02-15 08:57:41.001 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-02-15 08:57:41.003 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-02-15 08:57:41.005 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-02-15 08:57:41.007 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-02-15 08:57:41.009 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-02-15 08:57:41.010 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-02-15 08:57:41.016 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/infra 2022-02-15 08:57:41.027 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/libraries 2022-02-15 08:57:41.043 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/lvm 2022-02-15 08:57:41.054 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/horizon 2022-02-15 08:57:41.066 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/keystone 2022-02-15 08:57:41.092 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/glance 2022-02-15 08:57:41.147 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/nova 2022-02-15 08:57:41.235 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/placement 2022-02-15 08:57:41.255 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/cinder 2022-02-15 08:57:41.304 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/swift 2022-02-15 08:57:41.356 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/neutron 2022-02-15 08:57:41.476 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/ldap 2022-02-15 08:57:41.490 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/dstat 2022-02-15 08:57:41.503 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/tcpdump 2022-02-15 08:57:41.515 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/etcd3 2022-02-15 08:57:41.600 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/os-vif 2022-02-15 08:57:41.602 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-02-15 08:57:41.605 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-02-15 08:57:41.607 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-02-15 08:57:41.609 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-02-15 08:57:41.611 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-02-15 08:57:41.613 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-02-15 08:57:41.613 | False' 2022-02-15 08:57:41.616 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-02-15 08:57:41.630 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-02-15 08:57:41.633 | + ./stack.sh:main:610 : run_phase source 2022-02-15 08:57:41.634 | + functions-common:run_phase:1737 : local mode=source 2022-02-15 08:57:41.636 | + functions-common:run_phase:1738 : local phase= 2022-02-15 08:57:41.638 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-15 08:57:41.641 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-02-15 08:57:41.643 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-15 08:57:41.645 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-02-15 08:57:41.647 | + functions-common:run_phase:1747 : local extra 2022-02-15 08:57:41.649 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-15 08:57:41.653 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-02-15 08:57:41.654 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-15 08:57:41.657 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-15 08:57:41.659 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-02-15 08:57:41.661 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-15 08:57:41.674 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 08:57:41.676 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-02-15 08:57:41.678 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-02-15 08:57:41.716 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-02-15 08:57:41.719 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-02-15 08:57:41.721 | + functions-common:run_phase:1758 : [[ source == \s\o\u\r\c\e ]] 2022-02-15 08:57:41.723 | + functions-common:run_phase:1759 : load_plugin_settings 2022-02-15 08:57:41.725 | + functions-common:load_plugin_settings:1673 : local plugins= 2022-02-15 08:57:41.727 | + functions-common:load_plugin_settings:1674 : local plugin 2022-02-15 08:57:41.729 | + functions-common:load_plugin_settings:1677 : [[ -z '' ]] 2022-02-15 08:57:41.731 | + functions-common:load_plugin_settings:1678 : return 2022-02-15 08:57:41.733 | + functions-common:run_phase:1760 : verify_disabled_services 2022-02-15 08:57:41.735 | + functions-common:verify_disabled_services:2020 : local service 2022-02-15 08:57:41.737 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.739 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-02-15 08:57:41.741 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.744 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-02-15 08:57:41.746 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.748 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-02-15 08:57:41.751 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.753 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-02-15 08:57:41.755 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.757 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-02-15 08:57:41.759 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.762 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-02-15 08:57:41.764 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.766 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-02-15 08:57:41.768 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.770 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-02-15 08:57:41.773 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.775 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-02-15 08:57:41.777 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.779 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-02-15 08:57:41.782 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.784 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-02-15 08:57:41.786 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.789 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-02-15 08:57:41.791 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.793 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-02-15 08:57:41.795 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.798 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-02-15 08:57:41.800 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.802 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-02-15 08:57:41.804 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.806 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-02-15 08:57:41.809 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.811 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-02-15 08:57:41.813 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.815 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-02-15 08:57:41.817 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.820 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-02-15 08:57:41.822 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.824 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-02-15 08:57:41.826 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.828 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-02-15 08:57:41.830 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.833 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-02-15 08:57:41.835 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.837 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-02-15 08:57:41.839 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.841 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-02-15 08:57:41.844 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.846 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-02-15 08:57:41.849 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.851 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-02-15 08:57:41.853 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.855 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-02-15 08:57:41.857 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.860 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-02-15 08:57:41.862 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.865 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-02-15 08:57:41.867 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.869 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-02-15 08:57:41.871 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.873 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-02-15 08:57:41.875 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.878 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-02-15 08:57:41.880 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.882 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-02-15 08:57:41.884 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.886 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-02-15 08:57:41.889 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.891 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-02-15 08:57:41.893 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.895 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-02-15 08:57:41.897 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.900 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-02-15 08:57:41.902 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.904 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-02-15 08:57:41.907 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.909 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-02-15 08:57:41.911 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.914 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-02-15 08:57:41.916 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.918 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-02-15 08:57:41.920 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.923 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-02-15 08:57:41.925 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.927 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-02-15 08:57:41.930 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.932 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-02-15 08:57:41.934 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.936 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-02-15 08:57:41.938 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.940 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-02-15 08:57:41.943 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 08:57:41.945 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-02-15 08:57:41.948 | + ./stack.sh:main:681 : initialize_database_backends 2022-02-15 08:57:41.950 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-02-15 08:57:41.952 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-02-15 08:57:41.966 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 08:57:41.969 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-02-15 08:57:41.971 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-02-15 08:57:41.973 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-02-15 08:57:41.988 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 08:57:41.990 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-02-15 08:57:41.993 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-02-15 08:57:41.995 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-02-15 08:57:41.997 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-02-15 08:57:41.999 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-02-15 08:57:42.001 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-02-15 08:57:42.004 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-02-15 08:57:42.006 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2022-02-15 08:57:42.009 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-02-15 08:57:42.011 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2022-02-15 08:57:42.013 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-02-15 08:57:42.016 | + lib/database:initialize_database_backends:104 : return 0 2022-02-15 08:57:42.018 | + ./stack.sh:main:682 : echo 'Using mysql database backend' 2022-02-15 08:57:42.019 | Using mysql database backend 2022-02-15 08:57:42.021 | + ./stack.sh:main:685 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-02-15 08:57:42.036 | + ./stack.sh:main:697 : is_service_enabled rabbit 2022-02-15 08:57:42.051 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 08:57:42.054 | + ./stack.sh:main:698 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-02-15 08:57:42.069 | + ./stack.sh:main:705 : is_service_enabled keystone 2022-02-15 08:57:42.084 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 08:57:42.086 | + ./stack.sh:main:707 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-02-15 08:57:42.102 | + ./stack.sh:main:709 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-02-15 08:57:42.117 | + ./stack.sh:main:720 : is_service_enabled ldap 2022-02-15 08:57:42.133 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 08:57:42.135 | + ./stack.sh:main:729 : is_service_enabled s-proxy 2022-02-15 08:57:42.151 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 08:57:42.153 | + ./stack.sh:main:733 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-02-15 08:57:42.169 | + ./stack.sh:main:735 : [[ -z '' ]] 2022-02-15 08:57:42.172 | + ./stack.sh:main:735 : [[ False == \T\r\u\e ]] 2022-02-15 08:57:42.174 | + ./stack.sh:main:741 : save_stackenv 741 2022-02-15 08:57:42.176 | + functions-common:save_stackenv:60 : local tag=741 2022-02-15 08:57:42.179 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-02-15 08:57:42.183 | + functions-common:save_stackenv:62 : time_stamp=2022-02-15-085742 2022-02-15 08:57:42.185 | + functions-common:save_stackenv:63 : echo '# 2022-02-15-085742 741' 2022-02-15 08:57:42.190 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 08:57:42.192 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-02-15 08:57:42.194 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 08:57:42.196 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-02-15 08:57:42.199 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 08:57:42.201 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-02-15 08:57:42.203 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 08:57:42.206 | + 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-02-15 08:57:42.208 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 08:57:42.210 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.10 2022-02-15 08:57:42.213 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 08:57:42.215 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.10/identity 2022-02-15 08:57:42.217 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 08:57:42.219 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-02-15-085740 2022-02-15 08:57:42.222 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 08:57:42.224 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-02-15 08:57:42.226 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 08:57:42.229 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.10 2022-02-15 08:57:42.231 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 08:57:42.233 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-02-15 08:57:42.236 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 08:57:42.238 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-02-15 08:57:42.240 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 08:57:42.243 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-02-15 08:57:42.245 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 08:57:42.247 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-02-15 08:57:42.250 | + ./stack.sh:main:752 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements stable/xena 2022-02-15 08:57:42.252 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2022-02-15 08:57:42.254 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2022-02-15 08:57:42.257 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-02-15 08:57:42.259 | + functions-common:git_clone:526 : local orig_dir 2022-02-15 08:57:42.261 | ++ functions-common:git_clone:527 : pwd 2022-02-15 08:57:42.264 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-02-15 08:57:42.266 | + functions-common:git_clone:528 : local git_clone_flags= 2022-02-15 08:57:42.268 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-02-15 08:57:42.283 | + functions-common:git_clone:530 : RECLONE=False 2022-02-15 08:57:42.285 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-02-15 08:57:42.287 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-02-15 08:57:42.289 | + functions-common:git_clone:544 : echo stable/xena 2022-02-15 08:57:42.290 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-02-15 08:57:42.294 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2022-02-15 08:57:42.297 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-02-15 08:57:42.299 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2022-02-15 08:57:42.302 | + functions-common:git_clone:593 : git show --oneline 2022-02-15 08:57:42.302 | + functions-common:git_clone:593 : head -1 2022-02-15 08:57:42.305 | 5fe5b9db Merge "update constraint for oslo.metrics to new release 0.3.1" into stable/xena 2022-02-15 08:57:42.308 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-02-15 08:57:42.310 | + ./stack.sh:main:756 : echo_summary 'Installing package prerequisites' 2022-02-15 08:57:42.313 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 08:57:42.315 | + ./stack.sh:echo_summary:432 : echo -e Installing package prerequisites 2022-02-15 08:57:42.318 | + ./stack.sh:main:757 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-02-15 08:57:42.320 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-02-15 08:57:42.323 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-02-15 08:57:42.325 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-02-15 08:57:42.327 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-02-15 08:57:42.330 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-02-15 08:57:42.332 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-02-15 08:57:42.335 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-02-15 08:57:42.339 | ++ tools/install_prereqs.sh:source:47 : NOW=1644915462 2022-02-15 08:57:42.342 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-02-15 08:57:42.346 | +++ tools/install_prereqs.sh:source:48 : echo 0 2022-02-15 08:57:42.348 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2022-02-15 08:57:42.351 | ++ tools/install_prereqs.sh:source:49 : DELTA=1644915462 2022-02-15 08:57:42.353 | ++ tools/install_prereqs.sh:source:50 : [[ 1644915462 -lt 7200 ]] 2022-02-15 08:57:42.355 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-02-15 08:57:42.358 | ++ functions-common:export_proxy_variables:2127 : isset http_proxy 2022-02-15 08:57:42.360 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2022-02-15 08:57:42.363 | ++ functions-common:export_proxy_variables:2130 : isset https_proxy 2022-02-15 08:57:42.365 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2022-02-15 08:57:42.367 | ++ functions-common:export_proxy_variables:2133 : isset no_proxy 2022-02-15 08:57:42.369 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2022-02-15 08:57:42.372 | +++ 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-02-15 08:57:42.418 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-02-15 08:57:42.418 | apache2-dev 2022-02-15 08:57:42.418 | bc 2022-02-15 08:57:42.418 | bsdmainutils 2022-02-15 08:57:42.418 | curl 2022-02-15 08:57:42.418 | g++ 2022-02-15 08:57:42.418 | gawk 2022-02-15 08:57:42.418 | gcc 2022-02-15 08:57:42.418 | gettext 2022-02-15 08:57:42.418 | git 2022-02-15 08:57:42.418 | graphviz 2022-02-15 08:57:42.418 | iputils-ping 2022-02-15 08:57:42.418 | libapache2-mod-proxy-uwsgi 2022-02-15 08:57:42.418 | libffi-dev 2022-02-15 08:57:42.418 | libjpeg-dev 2022-02-15 08:57:42.418 | libpcre3-dev 2022-02-15 08:57:42.418 | libpq-dev 2022-02-15 08:57:42.418 | libssl-dev 2022-02-15 08:57:42.418 | libsystemd-dev 2022-02-15 08:57:42.418 | libxml2-dev 2022-02-15 08:57:42.418 | libxslt1-dev 2022-02-15 08:57:42.418 | libyaml-dev 2022-02-15 08:57:42.418 | lsof 2022-02-15 08:57:42.418 | openssh-server 2022-02-15 08:57:42.418 | openssl 2022-02-15 08:57:42.418 | pkg-config 2022-02-15 08:57:42.418 | psmisc 2022-02-15 08:57:42.418 | python3-dev 2022-02-15 08:57:42.418 | python3-pip 2022-02-15 08:57:42.418 | python3-systemd 2022-02-15 08:57:42.418 | python3-venv 2022-02-15 08:57:42.418 | tar 2022-02-15 08:57:42.418 | tcpdump 2022-02-15 08:57:42.418 | unzip 2022-02-15 08:57:42.419 | uuid-runtime 2022-02-15 08:57:42.419 | wget 2022-02-15 08:57:42.419 | wget 2022-02-15 08:57:42.419 | zlib1g-dev 2022-02-15 08:57:42.419 | libkrb5-dev 2022-02-15 08:57:42.419 | libldap2-dev 2022-02-15 08:57:42.419 | libsasl2-dev 2022-02-15 08:57:42.419 | memcached 2022-02-15 08:57:42.419 | python3-mysqldb 2022-02-15 08:57:42.419 | sqlite3 2022-02-15 08:57:42.419 | conntrack 2022-02-15 08:57:42.419 | curl 2022-02-15 08:57:42.419 | dnsmasq-base 2022-02-15 08:57:42.419 | dnsmasq-utils 2022-02-15 08:57:42.419 | ebtables 2022-02-15 08:57:42.419 | genisoimage 2022-02-15 08:57:42.419 | iptables 2022-02-15 08:57:42.419 | iputils-arping 2022-02-15 08:57:42.419 | kpartx 2022-02-15 08:57:42.419 | libjs-jquery-tablesorter 2022-02-15 08:57:42.419 | parted 2022-02-15 08:57:42.419 | pm-utils 2022-02-15 08:57:42.419 | python3-mysqldb 2022-02-15 08:57:42.419 | socat 2022-02-15 08:57:42.419 | sqlite3 2022-02-15 08:57:42.419 | sudo 2022-02-15 08:57:42.419 | vlan 2022-02-15 08:57:42.419 | lsscsi 2022-02-15 08:57:42.419 | open-iscsi 2022-02-15 08:57:42.419 | lvm2 2022-02-15 08:57:42.419 | qemu-utils 2022-02-15 08:57:42.419 | thin-provisioning-tools 2022-02-15 08:57:42.419 | acl 2022-02-15 08:57:42.419 | dnsmasq-base 2022-02-15 08:57:42.419 | dnsmasq-utils 2022-02-15 08:57:42.419 | ebtables 2022-02-15 08:57:42.419 | haproxy 2022-02-15 08:57:42.419 | iptables 2022-02-15 08:57:42.419 | iputils-arping 2022-02-15 08:57:42.420 | iputils-ping 2022-02-15 08:57:42.420 | postgresql-server-dev-all 2022-02-15 08:57:42.420 | python3-mysqldb 2022-02-15 08:57:42.420 | sqlite3 2022-02-15 08:57:42.420 | sudo 2022-02-15 08:57:42.420 | vlan 2022-02-15 08:57:42.420 | pcp 2022-02-15 08:57:42.420 | ipset 2022-02-15 08:57:42.420 | conntrack 2022-02-15 08:57:42.420 | conntrackd 2022-02-15 08:57:42.420 | keepalived 2022-02-15 08:57:42.420 | lvm2 2022-02-15 08:57:42.420 | qemu-utils 2022-02-15 08:57:42.420 | thin-provisioning-tools 2022-02-15 08:57:42.420 | curl 2022-02-15 08:57:42.420 | liberasurecode-dev 2022-02-15 08:57:42.420 | make 2022-02-15 08:57:42.420 | memcached 2022-02-15 08:57:42.420 | sqlite3 2022-02-15 08:57:42.420 | xfsprogs' 2022-02-15 08:57:42.421 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-02-15 08:57:42.438 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-02-15 08:57:42.438 | apache2-dev 2022-02-15 08:57:42.438 | bc 2022-02-15 08:57:42.438 | bsdmainutils 2022-02-15 08:57:42.438 | curl 2022-02-15 08:57:42.438 | g++ 2022-02-15 08:57:42.438 | gawk 2022-02-15 08:57:42.438 | gcc 2022-02-15 08:57:42.438 | gettext 2022-02-15 08:57:42.438 | git 2022-02-15 08:57:42.438 | graphviz 2022-02-15 08:57:42.438 | iputils-ping 2022-02-15 08:57:42.439 | libapache2-mod-proxy-uwsgi 2022-02-15 08:57:42.439 | libffi-dev 2022-02-15 08:57:42.439 | libjpeg-dev 2022-02-15 08:57:42.439 | libpcre3-dev 2022-02-15 08:57:42.439 | libpq-dev 2022-02-15 08:57:42.439 | libssl-dev 2022-02-15 08:57:42.439 | libsystemd-dev 2022-02-15 08:57:42.439 | libxml2-dev 2022-02-15 08:57:42.439 | libxslt1-dev 2022-02-15 08:57:42.439 | libyaml-dev 2022-02-15 08:57:42.439 | lsof 2022-02-15 08:57:42.439 | openssh-server 2022-02-15 08:57:42.439 | openssl 2022-02-15 08:57:42.439 | pkg-config 2022-02-15 08:57:42.439 | psmisc 2022-02-15 08:57:42.439 | python3-dev 2022-02-15 08:57:42.439 | python3-pip 2022-02-15 08:57:42.439 | python3-systemd 2022-02-15 08:57:42.439 | python3-venv 2022-02-15 08:57:42.439 | tar 2022-02-15 08:57:42.439 | tcpdump 2022-02-15 08:57:42.439 | unzip 2022-02-15 08:57:42.439 | uuid-runtime 2022-02-15 08:57:42.439 | wget 2022-02-15 08:57:42.439 | wget 2022-02-15 08:57:42.439 | zlib1g-dev 2022-02-15 08:57:42.439 | libkrb5-dev 2022-02-15 08:57:42.439 | libldap2-dev 2022-02-15 08:57:42.439 | libsasl2-dev 2022-02-15 08:57:42.439 | memcached 2022-02-15 08:57:42.439 | python3-mysqldb 2022-02-15 08:57:42.439 | sqlite3 2022-02-15 08:57:42.439 | conntrack 2022-02-15 08:57:42.439 | curl 2022-02-15 08:57:42.439 | dnsmasq-base 2022-02-15 08:57:42.439 | dnsmasq-utils 2022-02-15 08:57:42.439 | ebtables 2022-02-15 08:57:42.439 | genisoimage 2022-02-15 08:57:42.439 | iptables 2022-02-15 08:57:42.440 | iputils-arping 2022-02-15 08:57:42.440 | kpartx 2022-02-15 08:57:42.440 | libjs-jquery-tablesorter 2022-02-15 08:57:42.440 | parted 2022-02-15 08:57:42.440 | pm-utils 2022-02-15 08:57:42.440 | python3-mysqldb 2022-02-15 08:57:42.440 | socat 2022-02-15 08:57:42.440 | sqlite3 2022-02-15 08:57:42.440 | sudo 2022-02-15 08:57:42.440 | vlan 2022-02-15 08:57:42.440 | lsscsi 2022-02-15 08:57:42.440 | open-iscsi 2022-02-15 08:57:42.440 | lvm2 2022-02-15 08:57:42.440 | qemu-utils 2022-02-15 08:57:42.440 | thin-provisioning-tools 2022-02-15 08:57:42.440 | acl 2022-02-15 08:57:42.440 | dnsmasq-base 2022-02-15 08:57:42.440 | dnsmasq-utils 2022-02-15 08:57:42.440 | ebtables 2022-02-15 08:57:42.440 | haproxy 2022-02-15 08:57:42.440 | iptables 2022-02-15 08:57:42.440 | iputils-arping 2022-02-15 08:57:42.440 | iputils-ping 2022-02-15 08:57:42.440 | postgresql-server-dev-all 2022-02-15 08:57:42.440 | python3-mysqldb 2022-02-15 08:57:42.440 | sqlite3 2022-02-15 08:57:42.440 | sudo 2022-02-15 08:57:42.440 | vlan 2022-02-15 08:57:42.440 | pcp 2022-02-15 08:57:42.440 | ipset 2022-02-15 08:57:42.440 | conntrack 2022-02-15 08:57:42.440 | conntrackd 2022-02-15 08:57:42.440 | keepalived 2022-02-15 08:57:42.440 | lvm2 2022-02-15 08:57:42.440 | qemu-utils 2022-02-15 08:57:42.440 | thin-provisioning-tools 2022-02-15 08:57:42.440 | curl 2022-02-15 08:57:42.440 | liberasurecode-dev 2022-02-15 08:57:42.441 | make 2022-02-15 08:57:42.441 | memcached 2022-02-15 08:57:42.441 | sqlite3 2022-02-15 08:57:42.441 | xfsprogs ' 2022-02-15 08:57:42.441 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-02-15 08:57:42.443 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 08:57:42.445 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 08:57:42.448 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-15 08:57:42.448 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-02-15 08:57:42.453 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-15 08:57:42.455 | ++ functions-common:install_package:1347 : update_package_repo 2022-02-15 08:57:42.457 | ++ functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-02-15 08:57:42.460 | ++ functions-common:update_package_repo:1320 : REPOS_UPDATED=False 2022-02-15 08:57:42.462 | ++ functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-02-15 08:57:42.464 | ++ functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-02-15 08:57:42.466 | ++ functions-common:update_package_repo:1327 : is_ubuntu 2022-02-15 08:57:42.468 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 08:57:42.470 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 08:57:42.473 | ++ functions-common:update_package_repo:1328 : apt_get_update 2022-02-15 08:57:42.475 | ++ functions-common:apt_get_update:1073 : [[ False == \T\r\u\e ]] 2022-02-15 08:57:42.477 | ++ functions-common:apt_get_update:1078 : [[ False = \T\r\u\e ]] 2022-02-15 08:57:42.479 | ++ functions-common:apt_get_update:1080 : local sudo=sudo 2022-02-15 08:57:42.481 | +++ functions-common:apt_get_update:1081 : id -u 2022-02-15 08:57:42.485 | ++ functions-common:apt_get_update:1081 : [[ 1000 = \0 ]] 2022-02-15 08:57:42.487 | ++ functions-common:apt_get_update:1084 : time_start apt-get-update 2022-02-15 08:57:42.489 | ++ functions-common:time_start:2295 : local name=apt-get-update 2022-02-15 08:57:42.491 | ++ functions-common:time_start:2296 : local start_time= 2022-02-15 08:57:42.493 | ++ functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 08:57:42.496 | +++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 08:57:42.500 | ++ functions-common:time_start:2300 : _TIME_START[$name]=1644915462497 2022-02-15 08:57:42.502 | ++ functions-common:apt_get_update:1086 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-02-15 08:57:42.504 | ++ functions-common:apt_get_update:1087 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-02-15 08:57:42.506 | ++ functions-common:apt_get_update:1088 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-02-15 08:57:42.726 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-02-15 08:57:42.760 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-02-15 08:57:42.802 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-02-15 08:57:42.905 | Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-02-15 08:57:44.925 | Reading package lists... 2022-02-15 08:57:44.955 | ++ functions-common:apt_get_update:1092 : REPOS_UPDATED=True 2022-02-15 08:57:44.958 | ++ functions-common:apt_get_update:1094 : time_stop apt-get-update 2022-02-15 08:57:44.960 | ++ functions-common:time_stop:2309 : local name 2022-02-15 08:57:44.962 | ++ functions-common:time_stop:2310 : local end_time 2022-02-15 08:57:44.964 | ++ functions-common:time_stop:2311 : local elapsed_time 2022-02-15 08:57:44.966 | ++ functions-common:time_stop:2312 : local total 2022-02-15 08:57:44.968 | ++ functions-common:time_stop:2313 : local start_time 2022-02-15 08:57:44.970 | ++ functions-common:time_stop:2315 : name=apt-get-update 2022-02-15 08:57:44.972 | ++ functions-common:time_stop:2316 : start_time=1644915462497 2022-02-15 08:57:44.974 | ++ functions-common:time_stop:2318 : [[ -z 1644915462497 ]] 2022-02-15 08:57:44.977 | +++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 08:57:44.980 | ++ functions-common:time_stop:2321 : end_time=1644915464978 2022-02-15 08:57:44.982 | ++ functions-common:time_stop:2322 : elapsed_time=2481 2022-02-15 08:57:44.985 | ++ functions-common:time_stop:2323 : total=0 2022-02-15 08:57:44.987 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 08:57:44.989 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=2481 2022-02-15 08:57:44.991 | ++ functions-common:install_package:1348 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-15 08:57:44.993 | ++ functions-common:real_install_package:1333 : is_ubuntu 2022-02-15 08:57:44.996 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 08:57:44.998 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 08:57:45.001 | ++ functions-common:real_install_package:1334 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-15 08:57:45.020 | ++ functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-15 08:57:45.128 | Reading package lists... 2022-02-15 08:57:45.363 | Building dependency tree... 2022-02-15 08:57:45.364 | Reading state information... 2022-02-15 08:57:45.637 | bc is already the newest version (1.07.1-2build1). 2022-02-15 08:57:45.637 | bc set to manually installed. 2022-02-15 08:57:45.638 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-02-15 08:57:45.638 | bsdmainutils set to manually installed. 2022-02-15 08:57:45.638 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-02-15 08:57:45.638 | gawk set to manually installed. 2022-02-15 08:57:45.638 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-02-15 08:57:45.638 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-02-15 08:57:45.638 | iptables set to manually installed. 2022-02-15 08:57:45.638 | iputils-ping is already the newest version (3:20190709-3). 2022-02-15 08:57:45.638 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-02-15 08:57:45.638 | kpartx set to manually installed. 2022-02-15 08:57:45.638 | libpcre3-dev is already the newest version (2:8.39-12build1). 2022-02-15 08:57:45.638 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-02-15 08:57:45.638 | psmisc is already the newest version (23.3-1). 2022-02-15 08:57:45.638 | psmisc set to manually installed. 2022-02-15 08:57:45.638 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-02-15 08:57:45.638 | python3-systemd is already the newest version (234-3build2). 2022-02-15 08:57:45.638 | python3-systemd set to manually installed. 2022-02-15 08:57:45.638 | tcpdump is already the newest version (4.9.3-4). 2022-02-15 08:57:45.638 | tcpdump set to manually installed. 2022-02-15 08:57:45.638 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-02-15 08:57:45.638 | thin-provisioning-tools set to manually installed. 2022-02-15 08:57:45.638 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-02-15 08:57:45.638 | git is already the newest version (1:2.25.1-1ubuntu3.2). 2022-02-15 08:57:45.638 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-02-15 08:57:45.638 | lsof set to manually installed. 2022-02-15 08:57:45.638 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-02-15 08:57:45.638 | parted set to manually installed. 2022-02-15 08:57:45.638 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-02-15 08:57:45.638 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2022-02-15 08:57:45.638 | tar set to manually installed. 2022-02-15 08:57:45.638 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2022-02-15 08:57:45.638 | zlib1g-dev set to manually installed. 2022-02-15 08:57:45.638 | The following packages were automatically installed and are no longer required: 2022-02-15 08:57:45.638 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-15 08:57:45.639 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-15 08:57:45.639 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-15 08:57:45.639 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-15 08:57:45.639 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-15 08:57:45.639 | python3-zope.interface 2022-02-15 08:57:45.639 | Use 'sudo apt autoremove' to remove them. 2022-02-15 08:57:45.639 | The following additional packages will be installed: 2022-02-15 08:57:45.639 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2022-02-15 08:57:45.639 | autotools-dev binfmt-support build-essential clang-10 comerr-dev debhelper 2022-02-15 08:57:45.639 | dh-autoreconf dh-strip-nondeterminism dns-root-data dpkg-dev dwz fakeroot 2022-02-15 08:57:45.639 | fontconfig fontconfig-config fonts-dejavu-core fonts-liberation g++-9 2022-02-15 08:57:45.639 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2022-02-15 08:57:45.639 | krb5-multidev lib32gcc-s1 lib32stdc++6 libalgorithm-diff-perl 2022-02-15 08:57:45.639 | libalgorithm-diff-xs-perl libalgorithm-merge-perl libann0 libapr1 2022-02-15 08:57:45.639 | libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev 2022-02-15 08:57:45.639 | libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-02-15 08:57:45.639 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-02-15 08:57:45.639 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 2022-02-15 08:57:45.639 | libcurl4 libdatrie1 libdebhelper-perl libdpkg-perl liberasurecode1 2022-02-15 08:57:45.639 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2022-02-15 08:57:45.639 | libfontconfig1 libgc1c2 libgd3 libgraphite2-3 libgssrpc4 libgts-0.7-5 2022-02-15 08:57:45.639 | libgts-bin libgvc6 libgvpr2 libharfbuzz0b libibverbs1 libice6 libicu-dev 2022-02-15 08:57:45.639 | libicu66 libidn11 libipset13 libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 2022-02-15 08:57:45.639 | libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjs-jquery libjs-jquery-metadata 2022-02-15 08:57:45.640 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 2022-02-15 08:57:45.640 | libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl 2022-02-15 08:57:45.640 | libmysqlclient21 libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 2022-02-15 08:57:45.640 | libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 libnss-systemd 2022-02-15 08:57:45.640 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpam-systemd 2022-02-15 08:57:45.640 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2022-02-15 08:57:45.640 | libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 2022-02-15 08:57:45.640 | libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq5 librados2 2022-02-15 08:57:45.640 | librbd1 librdmacm1 libsctp-dev libsctp1 libsensors-config libsensors5 libsm6 2022-02-15 08:57:45.640 | libsnmp-base libsnmp35 libssl1.1 libstdc++-9-dev libsub-override-perl 2022-02-15 08:57:45.640 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2022-02-15 08:57:45.640 | libtinfo-dev libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2022-02-15 08:57:45.640 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxt6 libz3-4 libz3-dev 2022-02-15 08:57:45.640 | llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools m4 mysql-common 2022-02-15 08:57:45.641 | openssh-client openssh-sftp-server pcp-conf po-debconf postgresql-client-12 2022-02-15 08:57:45.641 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-02-15 08:57:45.641 | python-pip-whl python3-pcp python3-pygments python3-wheel python3-yaml 2022-02-15 08:57:45.641 | python3.8-venv qemu-block-extra sharutils ssl-cert systemd systemd-sysv 2022-02-15 08:57:45.641 | systemd-timesyncd uuid-dev vbetool x11-common 2022-02-15 08:57:45.642 | Suggested packages: 2022-02-15 08:57:45.642 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2022-02-15 08:57:45.642 | autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables 2022-02-15 08:57:45.642 | dh-make debian-keyring g++-multilib g++-9-multilib gcc-9-doc wodim 2022-02-15 08:57:45.642 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev gsfonts graphviz-doc 2022-02-15 08:57:45.642 | vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc python bzr libisal2 2022-02-15 08:57:45.642 | libjerasure2 libgd-tools krb5-user icu-doc libtool-doc ncurses-doc 2022-02-15 08:57:45.642 | libomp-10-doc postgresql-doc-12 lksctp-tools lm-sensors snmp-mibs-downloader 2022-02-15 08:57:45.642 | libssl-doc libstdc++-9-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc 2022-02-15 08:57:45.642 | llvm-10-doc m4-doc make-doc libanyevent-perl libcache-memcached-perl 2022-02-15 08:57:45.642 | libmemcached libterm-readkey-perl libyaml-perl keychain libpam-ssh 2022-02-15 08:57:45.642 | monkeysphere ssh-askpass molly-guard pcp-gui libpcp-import-perl cpufrequtils 2022-02-15 08:57:45.642 | wireless-tools radeontool libmail-box-perl postgresql-12 libjson-perl 2022-02-15 08:57:45.642 | default-mysql-server | virtual-mysql-server python3-mysqldb-dbg 2022-02-15 08:57:45.642 | python-pygments-doc ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx 2022-02-15 08:57:45.642 | | mailx sqlite3-doc openssl-blacklist systemd-container zip 2022-02-15 08:57:45.881 | The following NEW packages will be installed: 2022-02-15 08:57:45.881 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf 2022-02-15 08:57:45.881 | automake autopoint autotools-dev binfmt-support build-essential clang-10 2022-02-15 08:57:45.881 | comerr-dev conntrack conntrackd debhelper dh-autoreconf 2022-02-15 08:57:45.881 | dh-strip-nondeterminism dns-root-data dnsmasq-base dnsmasq-utils dpkg-dev 2022-02-15 08:57:45.881 | dwz ebtables fakeroot fontconfig fontconfig-config fonts-dejavu-core 2022-02-15 08:57:45.881 | fonts-liberation g++ g++-9 genisoimage gettext graphviz haproxy 2022-02-15 08:57:45.881 | ibverbs-providers icu-devtools intltool-debian ipset iputils-arping ipvsadm 2022-02-15 08:57:45.881 | javascript-common keepalived krb5-multidev lib32gcc-s1 lib32stdc++6 2022-02-15 08:57:45.881 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2022-02-15 08:57:45.881 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2022-02-15 08:57:45.881 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2022-02-15 08:57:45.881 | libarchive-cpio-perl libarchive-zip-perl libboost-iostreams1.71.0 2022-02-15 08:57:45.882 | libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 libcgraph6 2022-02-15 08:57:45.882 | libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 libdatrie1 2022-02-15 08:57:45.882 | libdebhelper-perl libdpkg-perl liberasurecode-dev liberasurecode1 2022-02-15 08:57:45.882 | libfakeroot libffi-dev libfile-fcntllock-perl 2022-02-15 08:57:45.882 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-02-15 08:57:45.882 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-02-15 08:57:45.882 | libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7 2022-02-15 08:57:45.882 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-02-15 08:57:45.882 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2022-02-15 08:57:45.882 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2022-02-15 08:57:45.882 | libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 2022-02-15 08:57:45.882 | libmail-sendmail-perl libmysqlclient21 libncurses-dev libnetfilter-cthelper0 2022-02-15 08:57:45.882 | libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 2022-02-15 08:57:45.882 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpango-1.0-0 2022-02-15 08:57:45.882 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcp-gui2 2022-02-15 08:57:45.882 | libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 libpcp-trace2 2022-02-15 08:57:45.882 | libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq-dev libpq5 librados2 librbd1 2022-02-15 08:57:45.882 | librdmacm1 libsasl2-dev libsctp-dev libsctp1 libsensors-config libsensors5 2022-02-15 08:57:45.882 | libsm6 libsnmp-base libsnmp35 libssl-dev libstdc++-9-dev 2022-02-15 08:57:45.882 | libsub-override-perl libsys-hostname-long-perl libsystemd-dev libthai-data 2022-02-15 08:57:45.882 | libthai0 libtiff5 libtinfo-dev libtool libwebp6 libx86-1 libxaw7 2022-02-15 08:57:45.882 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2022-02-15 08:57:45.882 | libxslt1-dev libxt6 libyaml-dev libz3-4 libz3-dev llvm-10 llvm-10-dev 2022-02-15 08:57:45.882 | llvm-10-runtime llvm-10-tools lsscsi m4 make memcached mysql-common pcp 2022-02-15 08:57:45.882 | pcp-conf pkg-config pm-utils po-debconf postgresql-client-12 2022-02-15 08:57:45.882 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-02-15 08:57:45.882 | postgresql-server-dev-all python-pip-whl python3-mysqldb python3-pcp 2022-02-15 08:57:45.882 | python3-pip python3-pygments python3-venv python3-wheel python3-yaml 2022-02-15 08:57:45.882 | python3.8-venv qemu-block-extra qemu-utils sharutils socat sqlite3 ssl-cert 2022-02-15 08:57:45.882 | unzip uuid-dev vbetool vlan x11-common 2022-02-15 08:57:45.883 | The following packages will be upgraded: 2022-02-15 08:57:45.884 | curl libcurl4 libicu66 libldap-2.4-2 libnss-systemd libpam-systemd libssl1.1 2022-02-15 08:57:45.884 | libsystemd0 libuuid1 libxml2 open-iscsi openssh-client openssh-server 2022-02-15 08:57:45.884 | openssh-sftp-server openssl systemd systemd-sysv systemd-timesyncd 2022-02-15 08:57:45.884 | uuid-runtime wget 2022-02-15 08:57:46.000 | 20 upgraded, 219 newly installed, 0 to remove and 115 not upgraded. 2022-02-15 08:57:46.000 | Need to get 164 MB of archives. 2022-02-15 08:57:46.000 | After this operation, 768 MB of additional disk space will be used. 2022-02-15 08:57:46.000 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.15 [95.8 kB] 2022-02-15 08:57:46.169 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] 2022-02-15 08:57:46.180 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] 2022-02-15 08:57:46.185 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB] 2022-02-15 08:57:46.258 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.15 [3,811 kB] 2022-02-15 08:57:46.716 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] 2022-02-15 08:57:46.722 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] 2022-02-15 08:57:46.723 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-runtime amd64 2.34-0.1ubuntu9.3 [35.2 kB] 2022-02-15 08:57:46.770 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 [91.4 kB] 2022-02-15 08:57:46.775 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.10 [1,322 kB] 2022-02-15 08:57:46.806 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 [84.7 kB] 2022-02-15 08:57:46.808 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 [10.5 kB] 2022-02-15 08:57:46.808 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] 2022-02-15 08:57:46.822 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 [8,736 B] 2022-02-15 08:57:46.822 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.7 [161 kB] 2022-02-15 08:57:46.826 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.7 [234 kB] 2022-02-15 08:57:46.958 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 [28.9 kB] 2022-02-15 08:57:46.959 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 [106 kB] 2022-02-15 08:57:46.961 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8,515 kB] 2022-02-15 08:57:48.113 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [640 kB] 2022-02-15 08:57:48.227 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.9 [1,180 kB] 2022-02-15 08:57:48.397 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.9 [159 kB] 2022-02-15 08:57:48.443 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.9 [84.3 kB] 2022-02-15 08:57:48.455 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.9 [95.5 kB] 2022-02-15 08:57:48.464 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-02-15 08:57:48.526 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.3 [1,519 kB] 2022-02-15 08:57:48.740 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 [53.9 kB] 2022-02-15 08:57:48.741 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 [11.1 kB] 2022-02-15 08:57:48.742 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7,496 B] 2022-02-15 08:57:48.742 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.28-0ubuntu0.20.04.3 [1,292 kB] 2022-02-15 08:57:48.946 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors-config all 1:3.6.0-2ubuntu1 [6,092 B] 2022-02-15 08:57:48.948 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1 [27.4 kB] 2022-02-15 08:57:48.948 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.3 [206 kB] 2022-02-15 08:57:48.987 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.3 [978 kB] 2022-02-15 08:57:49.145 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 keepalived amd64 1:2.0.19-2ubuntu0.1 [360 kB] 2022-02-15 08:57:49.195 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.2 [128 kB] 2022-02-15 08:57:49.200 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 [283 kB] 2022-02-15 08:57:49.286 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.10 [620 kB] 2022-02-15 08:57:49.395 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB] 2022-02-15 08:57:49.416 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-sftp-server amd64 1:8.2p1-4ubuntu0.4 [51.5 kB] 2022-02-15 08:57:49.424 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-server amd64 1:8.2p1-4ubuntu0.4 [377 kB] 2022-02-15 08:57:49.488 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] 2022-02-15 08:57:49.552 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] 2022-02-15 08:57:49.615 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 [37.8 kB] 2022-02-15 08:57:49.616 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2022-02-15 08:57:49.666 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] 2022-02-15 08:57:49.674 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] 2022-02-15 08:57:49.792 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] 2022-02-15 08:57:49.829 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB] 2022-02-15 08:57:49.925 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB] 2022-02-15 08:57:52.612 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 [9,944 kB] 2022-02-15 08:57:54.772 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1,714 kB] 2022-02-15 08:57:55.050 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 [83.9 kB] 2022-02-15 08:57:55.189 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 [42.8 kB] 2022-02-15 08:57:55.325 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.3.0-17ubuntu1~20.04 [226 kB] 2022-02-15 08:57:55.478 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.2 [2,723 kB] 2022-02-15 08:57:55.843 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [49.2 kB] 2022-02-15 08:57:55.979 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [525 kB] 2022-02-15 08:57:56.156 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 [5,012 kB] 2022-02-15 08:57:56.842 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 [7,571 kB] 2022-02-15 08:57:57.813 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 [66.9 kB] 2022-02-15 08:57:57.951 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] 2022-02-15 08:57:58.097 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB] 2022-02-15 08:57:58.230 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB] 2022-02-15 08:57:58.367 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB] 2022-02-15 08:57:58.507 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9,532 B] 2022-02-15 08:57:58.639 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] 2022-02-15 08:57:58.775 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5,228 B] 2022-02-15 08:57:58.908 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB] 2022-02-15 08:57:59.060 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] 2022-02-15 08:57:59.206 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB] 2022-02-15 08:57:59.396 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB] 2022-02-15 08:57:59.713 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB] 2022-02-15 08:57:59.853 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB] 2022-02-15 08:58:00.062 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] 2022-02-15 08:58:00.196 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB] 2022-02-15 08:58:00.348 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB] 2022-02-15 08:58:00.554 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.3 [33.6 kB] 2022-02-15 08:58:00.689 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [7,876 B] 2022-02-15 08:58:00.822 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [59.8 kB] 2022-02-15 08:58:00.960 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1-dev amd64 1.6.5-1ubuntu1 [702 kB] 2022-02-15 08:58:01.152 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.8 [262 kB] 2022-02-15 08:58:01.306 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dev amd64 1.6.1-4ubuntu2 [394 kB] 2022-02-15 08:58:01.473 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.9 [179 kB] 2022-02-15 08:58:01.620 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 [58.2 kB] 2022-02-15 08:58:01.756 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8,405 kB] 2022-02-15 08:58:02.755 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1,604 B] 2022-02-15 08:58:02.888 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4,664 B] 2022-02-15 08:58:03.022 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2022-02-15 08:58:03.157 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu2 [6,724 B] 2022-02-15 08:58:03.289 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-queue1 amd64 1.0.3-1 [12.4 kB] 2022-02-15 08:58:03.423 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 conntrackd amd64 1:1.4.5-2 [125 kB] 2022-02-15 08:58:03.565 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 [5,300 B] 2022-02-15 08:58:03.698 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB] 2022-02-15 08:58:03.835 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.4 [315 kB] 2022-02-15 08:58:04.165 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.4 [13.3 kB] 2022-02-15 08:58:04.298 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2022-02-15 08:58:04.437 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB] 2022-02-15 08:58:04.571 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB] 2022-02-15 08:58:04.708 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2022-02-15 08:58:04.929 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] 2022-02-15 08:58:05.138 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] 2022-02-15 08:58:05.272 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB] 2022-02-15 08:58:05.414 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB] 2022-02-15 08:58:05.560 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 genisoimage amd64 9:1.1.11-3.1ubuntu1 [330 kB] 2022-02-15 08:58:05.721 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] 2022-02-15 08:58:05.855 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 [18.7 kB] 2022-02-15 08:58:05.988 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 [41.3 kB] 2022-02-15 08:58:06.124 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 [117 kB] 2022-02-15 08:58:06.266 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2022-02-15 08:58:06.398 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2022-02-15 08:58:06.533 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 [185 kB] 2022-02-15 08:58:06.685 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.2 [162 kB] 2022-02-15 08:58:06.831 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2022-02-15 08:58:06.965 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 [118 kB] 2022-02-15 08:58:07.107 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2022-02-15 08:58:07.252 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 [227 kB] 2022-02-15 08:58:07.403 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB] 2022-02-15 08:58:07.713 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5,584 B] 2022-02-15 08:58:07.845 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2022-02-15 08:58:07.978 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB] 2022-02-15 08:58:08.160 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB] 2022-02-15 08:58:08.298 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4 [391 kB] 2022-02-15 08:58:08.465 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB] 2022-02-15 08:58:08.608 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB] 2022-02-15 08:58:08.742 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB] 2022-02-15 08:58:08.880 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB] 2022-02-15 08:58:09.026 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB] 2022-02-15 08:58:09.161 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB] 2022-02-15 08:58:09.295 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 [21.9 kB] 2022-02-15 08:58:09.429 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 [647 kB] 2022-02-15 08:58:09.616 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 [167 kB] 2022-02-15 08:58:09.761 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 [177 kB] 2022-02-15 08:58:09.909 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB] 2022-02-15 08:58:10.043 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB] 2022-02-15 08:58:10.179 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB] 2022-02-15 08:58:10.312 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2022-02-15 08:58:10.461 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB] 2022-02-15 08:58:10.599 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2022-02-15 08:58:10.885 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB] 2022-02-15 08:58:12.015 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-route-3-200 amd64 3.4.0-1 [149 kB] 2022-02-15 08:58:12.501 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB] 2022-02-15 08:58:12.695 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB] 2022-02-15 08:58:13.079 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 icu-devtools amd64 66.1-2ubuntu2.1 [189 kB] 2022-02-15 08:58:13.393 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 iputils-arping amd64 3:20190709-3 [15.8 kB] 2022-02-15 08:58:13.538 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6,066 B] 2022-02-15 08:58:13.674 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 2022-02-15 08:58:13.859 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 2022-02-15 08:58:14.025 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 2022-02-15 08:58:14.203 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 2022-02-15 08:58:14.371 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] 2022-02-15 08:58:14.671 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 2022-02-15 08:58:15.221 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] 2022-02-15 08:58:15.376 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB] 2022-02-15 08:58:15.513 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2022-02-15 08:58:15.651 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2022-02-15 08:58:15.789 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-iostreams1.71.0 amd64 1.71.0-6ubuntu6 [237 kB] 2022-02-15 08:58:16.083 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB] 2022-02-15 08:58:16.275 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB] 2022-02-15 08:58:16.414 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2022-02-15 08:58:16.555 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu-dev amd64 66.1-2ubuntu2.1 [9,451 kB] 2022-02-15 08:58:17.929 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libipset13 amd64 7.5-1ubuntu0.20.04.1 [53.6 kB] 2022-02-15 08:58:18.066 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB] 2022-02-15 08:58:18.203 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libiscsi7 amd64 1.18.0-2 [63.9 kB] 2022-02-15 08:58:18.341 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.1 [238 kB] 2022-02-15 08:58:18.493 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2022-02-15 08:58:18.626 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2022-02-15 08:58:18.758 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 [329 kB] 2022-02-15 08:58:18.918 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-metadata all 12-1.1 [7,032 B] 2022-02-15 08:58:19.051 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-tablesorter all 1:2.31.1+dfsg1-1 [175 kB] 2022-02-15 08:58:19.198 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] 2022-02-15 08:58:19.344 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2022-02-15 08:58:19.648 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2022-02-15 08:58:19.782 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB] 2022-02-15 08:58:19.943 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnspr4 amd64 2:4.25-1 [107 kB] 2022-02-15 08:58:20.084 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.6 [1,256 kB] 2022-02-15 08:58:20.323 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 [300 kB] 2022-02-15 08:58:20.481 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 [47.7 kB] 2022-02-15 08:58:20.617 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp-conf amd64 5.0.3-1 [17.0 kB] 2022-02-15 08:58:20.751 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp3 amd64 5.0.3-1 [255 kB] 2022-02-15 08:58:20.905 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda3 amd64 5.0.3-1 [39.4 kB] 2022-02-15 08:58:21.041 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda-perl amd64 5.0.3-1 [39.7 kB] 2022-02-15 08:58:21.177 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.9-0ubuntu0.20.04.1 [117 kB] 2022-02-15 08:58:21.318 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.9-0ubuntu0.20.04.1 [136 kB] 2022-02-15 08:58:21.462 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.14-0ubuntu0.20.04.2 [3,212 kB] 2022-02-15 08:58:21.975 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.14-0ubuntu0.20.04.2 [1,623 kB] 2022-02-15 08:58:22.245 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2 [225 kB] 2022-02-15 08:58:22.396 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.10 [1,584 kB] 2022-02-15 08:58:22.664 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.15 [246 kB] 2022-02-15 08:58:22.817 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 [968 B] 2022-02-15 08:58:22.949 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libx86-1 amd64 1.1+ds1-11 [76.1 kB] 2022-02-15 08:58:23.088 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [735 kB] 2022-02-15 08:58:23.282 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxslt1-dev amd64 1.1.34-4 [219 kB] 2022-02-15 08:58:23.434 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 [180 kB] 2022-02-15 08:58:23.581 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 [266 kB] 2022-02-15 08:58:23.909 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 [5,214 kB] 2022-02-15 08:58:24.571 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 [57.0 kB] 2022-02-15 08:58:24.708 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] 2022-02-15 08:58:24.889 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 [317 kB] 2022-02-15 08:58:25.048 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 [6,792 kB] 2022-02-15 08:58:25.866 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 [67.5 kB] 2022-02-15 08:58:26.004 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 [26.0 MB] 2022-02-15 08:58:30.079 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 lsscsi amd64 0.30-0.1 [46.1 kB] 2022-02-15 08:58:30.215 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2022-02-15 08:58:30.351 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pm-utils all 1.4.1-19 [48.1 kB] 2022-02-15 08:58:30.487 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 [28.2 kB] 2022-02-15 08:58:30.621 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.9-0ubuntu0.20.04.1 [1,047 kB] 2022-02-15 08:58:30.842 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2022-02-15 08:58:30.976 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 [169 kB] 2022-02-15 08:58:31.123 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.9-0ubuntu0.20.04.1 [921 kB] 2022-02-15 08:58:31.333 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 [7,652 B] 2022-02-15 08:58:31.466 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python-pip-whl all 20.0.2-5ubuntu1.6 [1,805 kB] 2022-02-15 08:58:31.753 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-mysqldb amd64 1.4.4-2build1 [44.9 kB] 2022-02-15 08:58:31.889 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-wheel all 0.34.2-1 [23.8 kB] 2022-02-15 08:58:32.024 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-pip all 20.0.2-5ubuntu1.6 [231 kB] 2022-02-15 08:58:32.175 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.2 [5,444 B] 2022-02-15 08:58:32.309 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1,228 B] 2022-02-15 08:58:32.612 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.19 [54.9 kB] 2022-02-15 08:58:32.749 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.19 [970 kB] 2022-02-15 08:58:32.964 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 sharutils amd64 1:4.15.2-4build1 [155 kB] 2022-02-15 08:58:33.109 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.2 [860 kB] 2022-02-15 08:58:33.314 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB] 2022-02-15 08:58:33.461 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2022-02-15 08:58:33.594 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 ipset amd64 7.5-1ubuntu0.20.04.1 [29.8 kB] 2022-02-15 08:58:33.729 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipvsadm amd64 1:1.31-1 [40.2 kB] 2022-02-15 08:58:33.864 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.9 [1,180 B] 2022-02-15 08:58:33.997 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode1 amd64 1.6.1-4 [40.2 kB] 2022-02-15 08:58:34.132 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode-dev amd64 1.6.1-4 [15.1 kB] 2022-02-15 08:58:34.266 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 2022-02-15 08:58:34.399 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-gui2 amd64 5.0.3-1 [11.6 kB] 2022-02-15 08:58:34.532 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-import1 amd64 5.0.3-1 [15.5 kB] 2022-02-15 08:58:34.666 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-mmv1 amd64 5.0.3-1 [12.4 kB] 2022-02-15 08:58:34.799 | Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-trace2 amd64 5.0.3-1 [15.6 kB] 2022-02-15 08:58:34.933 | Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-web1 amd64 5.0.3-1 [127 kB] 2022-02-15 08:58:35.076 | Get:235 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-dev amd64 0.2.2-1 [58.2 kB] 2022-02-15 08:58:35.214 | Get:236 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-pcp amd64 5.0.3-1 [66.6 kB] 2022-02-15 08:58:35.351 | Get:237 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp amd64 5.0.3-1 [2,954 kB] 2022-02-15 08:58:35.736 | Get:238 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2022-02-15 08:58:35.895 | Get:239 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 vlan all 2.0.4ubuntu1.20.04.1 [11.3 kB] 2022-02-15 08:58:37.356 | Preconfiguring packages ... 2022-02-15 08:58:37.501 | Fetched 164 MB in 50s (3,274 kB/s) 2022-02-15 08:58:37.566 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67325 files and directories currently installed.) 2022-02-15 08:58:37.568 | Preparing to unpack .../0-libnss-systemd_245.4-4ubuntu3.15_amd64.deb ... 2022-02-15 08:58:37.576 | Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-15 08:58:37.629 | Preparing to unpack .../1-systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... 2022-02-15 08:58:37.637 | Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-15 08:58:38.031 | Preparing to unpack .../2-systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... 2022-02-15 08:58:38.038 | Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-15 08:58:38.076 | Preparing to unpack .../3-libpam-systemd_245.4-4ubuntu3.15_amd64.deb ... 2022-02-15 08:58:38.084 | Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-15 08:58:38.149 | Preparing to unpack .../4-systemd_245.4-4ubuntu3.15_amd64.deb ... 2022-02-15 08:58:38.304 | Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-15 08:58:39.093 | Preparing to unpack .../5-libsystemd0_245.4-4ubuntu3.15_amd64.deb ... 2022-02-15 08:58:39.099 | Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-15 08:58:39.179 | Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... 2022-02-15 08:58:39.255 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67326 files and directories currently installed.) 2022-02-15 08:58:39.258 | Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... 2022-02-15 08:58:39.271 | Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9.1) ... 2022-02-15 08:58:39.314 | Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... 2022-02-15 08:58:39.402 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67326 files and directories currently installed.) 2022-02-15 08:58:39.404 | Preparing to unpack .../000-uuid-runtime_2.34-0.1ubuntu9.3_amd64.deb ... 2022-02-15 08:58:39.412 | Unpacking uuid-runtime (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9.1) ... 2022-02-15 08:58:39.457 | Selecting previously unselected package libapr1:amd64. 2022-02-15 08:58:39.465 | Preparing to unpack .../001-libapr1_1.6.5-1ubuntu1_amd64.deb ... 2022-02-15 08:58:39.467 | Unpacking libapr1:amd64 (1.6.5-1ubuntu1) ... 2022-02-15 08:58:39.520 | Preparing to unpack .../002-libssl1.1_1.1.1f-1ubuntu2.10_amd64.deb ... 2022-02-15 08:58:39.531 | Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2.3) ... 2022-02-15 08:58:39.733 | Selecting previously unselected package libaprutil1:amd64. 2022-02-15 08:58:39.741 | Preparing to unpack .../003-libaprutil1_1.6.1-4ubuntu2_amd64.deb ... 2022-02-15 08:58:39.743 | Unpacking libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2022-02-15 08:58:39.779 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2022-02-15 08:58:39.786 | Preparing to unpack .../004-libaprutil1-dbd-sqlite3_1.6.1-4ubuntu2_amd64.deb ... 2022-02-15 08:58:39.788 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2022-02-15 08:58:39.823 | Preparing to unpack .../005-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2022-02-15 08:58:39.829 | Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) over (2.4.49+dfsg-2ubuntu1.7) ... 2022-02-15 08:58:39.875 | Selecting previously unselected package libaprutil1-ldap:amd64. 2022-02-15 08:58:39.882 | Preparing to unpack .../006-libaprutil1-ldap_1.6.1-4ubuntu2_amd64.deb ... 2022-02-15 08:58:39.884 | Unpacking libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2022-02-15 08:58:39.916 | Preparing to unpack .../007-curl_7.68.0-1ubuntu2.7_amd64.deb ... 2022-02-15 08:58:39.922 | Unpacking curl (7.68.0-1ubuntu2.7) over (7.68.0-1ubuntu2.5) ... 2022-02-15 08:58:39.981 | Preparing to unpack .../008-libcurl4_7.68.0-1ubuntu2.7_amd64.deb ... 2022-02-15 08:58:39.987 | Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.7) over (7.68.0-1ubuntu2.5) ... 2022-02-15 08:58:40.050 | Selecting previously unselected package libjansson4:amd64. 2022-02-15 08:58:40.058 | Preparing to unpack .../009-libjansson4_2.12-1build1_amd64.deb ... 2022-02-15 08:58:40.060 | Unpacking libjansson4:amd64 (2.12-1build1) ... 2022-02-15 08:58:40.092 | Selecting previously unselected package liblua5.2-0:amd64. 2022-02-15 08:58:40.099 | Preparing to unpack .../010-liblua5.2-0_5.2.4-1.1build3_amd64.deb ... 2022-02-15 08:58:40.101 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2022-02-15 08:58:40.152 | Preparing to unpack .../011-libicu66_66.1-2ubuntu2.1_amd64.deb ... 2022-02-15 08:58:40.167 | Unpacking libicu66:amd64 (66.1-2ubuntu2.1) over (66.1-2ubuntu2) ... 2022-02-15 08:58:41.436 | Preparing to unpack .../012-libxml2_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... 2022-02-15 08:58:41.442 | Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) over (2.9.10+dfsg-5) ... 2022-02-15 08:58:41.559 | Selecting previously unselected package apache2-bin. 2022-02-15 08:58:41.566 | Preparing to unpack .../013-apache2-bin_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-15 08:58:41.569 | Unpacking apache2-bin (2.4.41-4ubuntu3.9) ... 2022-02-15 08:58:41.773 | Selecting previously unselected package apache2-data. 2022-02-15 08:58:41.781 | Preparing to unpack .../014-apache2-data_2.4.41-4ubuntu3.9_all.deb ... 2022-02-15 08:58:41.783 | Unpacking apache2-data (2.4.41-4ubuntu3.9) ... 2022-02-15 08:58:41.887 | Selecting previously unselected package apache2-utils. 2022-02-15 08:58:41.894 | Preparing to unpack .../015-apache2-utils_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-15 08:58:41.897 | Unpacking apache2-utils (2.4.41-4ubuntu3.9) ... 2022-02-15 08:58:41.940 | Selecting previously unselected package apache2. 2022-02-15 08:58:41.947 | Preparing to unpack .../016-apache2_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-15 08:58:41.966 | Unpacking apache2 (2.4.41-4ubuntu3.9) ... 2022-02-15 08:58:42.030 | Selecting previously unselected package liblua5.3-0:amd64. 2022-02-15 08:58:42.038 | Preparing to unpack .../017-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2022-02-15 08:58:42.040 | Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-02-15 08:58:42.087 | Selecting previously unselected package haproxy. 2022-02-15 08:58:42.094 | Preparing to unpack .../018-haproxy_2.0.13-2ubuntu0.3_amd64.deb ... 2022-02-15 08:58:42.103 | Unpacking haproxy (2.0.13-2ubuntu0.3) ... 2022-02-15 08:58:42.320 | Selecting previously unselected package libnl-3-200:amd64. 2022-02-15 08:58:42.327 | Preparing to unpack .../019-libnl-3-200_3.4.0-1_amd64.deb ... 2022-02-15 08:58:42.329 | Unpacking libnl-3-200:amd64 (3.4.0-1) ... 2022-02-15 08:58:42.363 | Selecting previously unselected package libnl-genl-3-200:amd64. 2022-02-15 08:58:42.370 | Preparing to unpack .../020-libnl-genl-3-200_3.4.0-1_amd64.deb ... 2022-02-15 08:58:42.372 | Unpacking libnl-genl-3-200:amd64 (3.4.0-1) ... 2022-02-15 08:58:42.404 | Selecting previously unselected package mysql-common. 2022-02-15 08:58:42.411 | Preparing to unpack .../021-mysql-common_5.8+1.0.5ubuntu2_all.deb ... 2022-02-15 08:58:42.430 | Unpacking mysql-common (5.8+1.0.5ubuntu2) ... 2022-02-15 08:58:42.460 | Selecting previously unselected package libmysqlclient21:amd64. 2022-02-15 08:58:42.468 | Preparing to unpack .../022-libmysqlclient21_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-15 08:58:42.470 | Unpacking libmysqlclient21:amd64 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-15 08:58:42.708 | Selecting previously unselected package libsensors-config. 2022-02-15 08:58:42.715 | Preparing to unpack .../023-libsensors-config_1%3a3.6.0-2ubuntu1_all.deb ... 2022-02-15 08:58:42.718 | Unpacking libsensors-config (1:3.6.0-2ubuntu1) ... 2022-02-15 08:58:42.745 | Selecting previously unselected package libsensors5:amd64. 2022-02-15 08:58:42.752 | Preparing to unpack .../024-libsensors5_1%3a3.6.0-2ubuntu1_amd64.deb ... 2022-02-15 08:58:42.828 | Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2022-02-15 08:58:42.858 | Selecting previously unselected package libsnmp-base. 2022-02-15 08:58:42.865 | Preparing to unpack .../025-libsnmp-base_5.8+dfsg-2ubuntu2.3_all.deb ... 2022-02-15 08:58:42.867 | Unpacking libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2022-02-15 08:58:42.936 | Selecting previously unselected package libsnmp35:amd64. 2022-02-15 08:58:42.943 | Preparing to unpack .../026-libsnmp35_5.8+dfsg-2ubuntu2.3_amd64.deb ... 2022-02-15 08:58:42.945 | Unpacking libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2022-02-15 08:58:43.107 | Selecting previously unselected package keepalived. 2022-02-15 08:58:43.114 | Preparing to unpack .../027-keepalived_1%3a2.0.19-2ubuntu0.1_amd64.deb ... 2022-02-15 08:58:43.116 | Unpacking keepalived (1:2.0.19-2ubuntu0.1) ... 2022-02-15 08:58:43.202 | Selecting previously unselected package memcached. 2022-02-15 08:58:43.210 | Preparing to unpack .../028-memcached_1.5.22-2ubuntu0.2_amd64.deb ... 2022-02-15 08:58:43.212 | Unpacking memcached (1.5.22-2ubuntu0.2) ... 2022-02-15 08:58:43.269 | Preparing to unpack .../029-open-iscsi_2.0.874-7.1ubuntu6.2_amd64.deb ... 2022-02-15 08:58:43.710 | Unpacking open-iscsi (2.0.874-7.1ubuntu6.2) over (2.0.874-7.1ubuntu6.1) ... 2022-02-15 08:58:43.804 | Preparing to unpack .../030-openssl_1.1.1f-1ubuntu2.10_amd64.deb ... 2022-02-15 08:58:43.810 | Unpacking openssl (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2.3) ... 2022-02-15 08:58:43.952 | Selecting previously unselected package python3-yaml. 2022-02-15 08:58:43.963 | Preparing to unpack .../031-python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... 2022-02-15 08:58:43.965 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... 2022-02-15 08:58:44.018 | Preparing to unpack .../032-openssh-sftp-server_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 2022-02-15 08:58:44.025 | Unpacking openssh-sftp-server (1:8.2p1-4ubuntu0.4) over (1:8.2p1-4ubuntu0.2) ... 2022-02-15 08:58:44.075 | Preparing to unpack .../033-openssh-server_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 2022-02-15 08:58:44.146 | Unpacking openssh-server (1:8.2p1-4ubuntu0.4) over (1:8.2p1-4ubuntu0.2) ... 2022-02-15 08:58:44.579 | Preparing to unpack .../034-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 2022-02-15 08:58:44.601 | Unpacking openssh-client (1:8.2p1-4ubuntu0.4) over (1:8.2p1-4ubuntu0.2) ... 2022-02-15 08:58:44.758 | Preparing to unpack .../035-wget_1.20.3-1ubuntu2_amd64.deb ... 2022-02-15 08:58:44.764 | Unpacking wget (1.20.3-1ubuntu2) over (1.20.3-1ubuntu1) ... 2022-02-15 08:58:44.834 | Selecting previously unselected package acl. 2022-02-15 08:58:44.842 | Preparing to unpack .../036-acl_2.2.53-6_amd64.deb ... 2022-02-15 08:58:44.844 | Unpacking acl (2.2.53-6) ... 2022-02-15 08:58:44.872 | Selecting previously unselected package autotools-dev. 2022-02-15 08:58:44.879 | Preparing to unpack .../037-autotools-dev_20180224.1_all.deb ... 2022-02-15 08:58:44.882 | Unpacking autotools-dev (20180224.1) ... 2022-02-15 08:58:44.914 | Selecting previously unselected package m4. 2022-02-15 08:58:44.921 | Preparing to unpack .../038-m4_1.4.18-4_amd64.deb ... 2022-02-15 08:58:44.924 | Unpacking m4 (1.4.18-4) ... 2022-02-15 08:58:44.977 | Selecting previously unselected package autoconf. 2022-02-15 08:58:44.984 | Preparing to unpack .../039-autoconf_2.69-11.1_all.deb ... 2022-02-15 08:58:44.987 | Unpacking autoconf (2.69-11.1) ... 2022-02-15 08:58:45.082 | Selecting previously unselected package automake. 2022-02-15 08:58:45.090 | Preparing to unpack .../040-automake_1%3a1.16.1-4ubuntu6_all.deb ... 2022-02-15 08:58:45.094 | Unpacking automake (1:1.16.1-4ubuntu6) ... 2022-02-15 08:58:45.196 | Selecting previously unselected package autopoint. 2022-02-15 08:58:45.203 | Preparing to unpack .../041-autopoint_0.19.8.1-10build1_all.deb ... 2022-02-15 08:58:45.205 | Unpacking autopoint (0.19.8.1-10build1) ... 2022-02-15 08:58:45.247 | Selecting previously unselected package libllvm10:amd64. 2022-02-15 08:58:45.254 | Preparing to unpack .../042-libllvm10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-15 08:58:45.257 | Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2022-02-15 08:58:47.478 | Selecting previously unselected package libclang-cpp10. 2022-02-15 08:58:47.485 | Preparing to unpack .../043-libclang-cpp10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-15 08:58:47.488 | Unpacking libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2022-02-15 08:58:48.911 | Selecting previously unselected package libstdc++-9-dev:amd64. 2022-02-15 08:58:48.919 | Preparing to unpack .../044-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 2022-02-15 08:58:48.921 | Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-02-15 08:58:49.373 | Selecting previously unselected package libgc1c2:amd64. 2022-02-15 08:58:49.382 | Preparing to unpack .../045-libgc1c2_1%3a7.6.4-0.4ubuntu1_amd64.deb ... 2022-02-15 08:58:49.384 | Unpacking libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2022-02-15 08:58:49.422 | Selecting previously unselected package libobjc4:amd64. 2022-02-15 08:58:49.430 | Preparing to unpack .../046-libobjc4_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-02-15 08:58:49.432 | Unpacking libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2022-02-15 08:58:49.464 | Selecting previously unselected package libobjc-9-dev:amd64. 2022-02-15 08:58:49.472 | Preparing to unpack .../047-libobjc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 2022-02-15 08:58:49.474 | Unpacking libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-02-15 08:58:49.557 | Selecting previously unselected package libc6-i386. 2022-02-15 08:58:49.564 | Preparing to unpack .../048-libc6-i386_2.31-0ubuntu9.2_amd64.deb ... 2022-02-15 08:58:49.566 | Unpacking libc6-i386 (2.31-0ubuntu9.2) ... 2022-02-15 08:58:50.075 | Selecting previously unselected package lib32gcc-s1. 2022-02-15 08:58:50.083 | Preparing to unpack .../049-lib32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-02-15 08:58:50.085 | Unpacking lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2022-02-15 08:58:50.123 | Selecting previously unselected package lib32stdc++6. 2022-02-15 08:58:50.131 | Preparing to unpack .../050-lib32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-02-15 08:58:50.134 | Unpacking lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2022-02-15 08:58:50.235 | Selecting previously unselected package libclang-common-10-dev. 2022-02-15 08:58:50.243 | Preparing to unpack .../051-libclang-common-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-15 08:58:50.245 | Unpacking libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-15 08:58:51.205 | Selecting previously unselected package libclang1-10. 2022-02-15 08:58:51.213 | Preparing to unpack .../052-libclang1-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-15 08:58:51.215 | Unpacking libclang1-10 (1:10.0.0-4ubuntu1) ... 2022-02-15 08:58:52.333 | Selecting previously unselected package clang-10. 2022-02-15 08:58:52.341 | Preparing to unpack .../053-clang-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-15 08:58:52.343 | Unpacking clang-10 (1:10.0.0-4ubuntu1) ... 2022-02-15 08:58:52.380 | Selecting previously unselected package libtool. 2022-02-15 08:58:52.388 | Preparing to unpack .../054-libtool_2.4.6-14_all.deb ... 2022-02-15 08:58:52.390 | Unpacking libtool (2.4.6-14) ... 2022-02-15 08:58:52.436 | Selecting previously unselected package dh-autoreconf. 2022-02-15 08:58:52.444 | Preparing to unpack .../055-dh-autoreconf_19_all.deb ... 2022-02-15 08:58:52.446 | Unpacking dh-autoreconf (19) ... 2022-02-15 08:58:52.474 | Selecting previously unselected package libdebhelper-perl. 2022-02-15 08:58:52.481 | Preparing to unpack .../056-libdebhelper-perl_12.10ubuntu1_all.deb ... 2022-02-15 08:58:52.483 | Unpacking libdebhelper-perl (12.10ubuntu1) ... 2022-02-15 08:58:52.528 | Selecting previously unselected package libarchive-zip-perl. 2022-02-15 08:58:52.535 | Preparing to unpack .../057-libarchive-zip-perl_1.67-2_all.deb ... 2022-02-15 08:58:52.538 | Unpacking libarchive-zip-perl (1.67-2) ... 2022-02-15 08:58:52.579 | Selecting previously unselected package libsub-override-perl. 2022-02-15 08:58:52.586 | Preparing to unpack .../058-libsub-override-perl_0.09-2_all.deb ... 2022-02-15 08:58:52.588 | Unpacking libsub-override-perl (0.09-2) ... 2022-02-15 08:58:52.612 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2022-02-15 08:58:52.620 | Preparing to unpack .../059-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ... 2022-02-15 08:58:52.622 | Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ... 2022-02-15 08:58:52.650 | Selecting previously unselected package dh-strip-nondeterminism. 2022-02-15 08:58:52.658 | Preparing to unpack .../060-dh-strip-nondeterminism_1.7.0-1_all.deb ... 2022-02-15 08:58:52.661 | Unpacking dh-strip-nondeterminism (1.7.0-1) ... 2022-02-15 08:58:52.687 | Selecting previously unselected package libdpkg-perl. 2022-02-15 08:58:52.695 | Preparing to unpack .../061-libdpkg-perl_1.19.7ubuntu3_all.deb ... 2022-02-15 08:58:52.697 | Unpacking libdpkg-perl (1.19.7ubuntu3) ... 2022-02-15 08:58:52.765 | Selecting previously unselected package make. 2022-02-15 08:58:52.772 | Preparing to unpack .../062-make_4.2.1-1.2_amd64.deb ... 2022-02-15 08:58:52.774 | Unpacking make (4.2.1-1.2) ... 2022-02-15 08:58:52.828 | Selecting previously unselected package dpkg-dev. 2022-02-15 08:58:52.835 | Preparing to unpack .../063-dpkg-dev_1.19.7ubuntu3_all.deb ... 2022-02-15 08:58:52.837 | Unpacking dpkg-dev (1.19.7ubuntu3) ... 2022-02-15 08:58:52.970 | Selecting previously unselected package dwz. 2022-02-15 08:58:52.978 | Preparing to unpack .../064-dwz_0.13-5_amd64.deb ... 2022-02-15 08:58:52.980 | Unpacking dwz (0.13-5) ... 2022-02-15 08:58:53.031 | Selecting previously unselected package libcroco3:amd64. 2022-02-15 08:58:53.039 | Preparing to unpack .../065-libcroco3_0.6.13-1_amd64.deb ... 2022-02-15 08:58:53.041 | Unpacking libcroco3:amd64 (0.6.13-1) ... 2022-02-15 08:58:53.079 | Selecting previously unselected package gettext. 2022-02-15 08:58:53.087 | Preparing to unpack .../066-gettext_0.19.8.1-10build1_amd64.deb ... 2022-02-15 08:58:53.090 | Unpacking gettext (0.19.8.1-10build1) ... 2022-02-15 08:58:53.252 | Selecting previously unselected package intltool-debian. 2022-02-15 08:58:53.260 | Preparing to unpack .../067-intltool-debian_0.35.0+20060710.5_all.deb ... 2022-02-15 08:58:53.262 | Unpacking intltool-debian (0.35.0+20060710.5) ... 2022-02-15 08:58:53.288 | Selecting previously unselected package po-debconf. 2022-02-15 08:58:53.296 | Preparing to unpack .../068-po-debconf_1.0.21_all.deb ... 2022-02-15 08:58:53.298 | Unpacking po-debconf (1.0.21) ... 2022-02-15 08:58:53.375 | Selecting previously unselected package debhelper. 2022-02-15 08:58:53.382 | Preparing to unpack .../069-debhelper_12.10ubuntu1_all.deb ... 2022-02-15 08:58:53.385 | Unpacking debhelper (12.10ubuntu1) ... 2022-02-15 08:58:53.579 | Selecting previously unselected package uuid-dev:amd64. 2022-02-15 08:58:53.587 | Preparing to unpack .../070-uuid-dev_2.34-0.1ubuntu9.3_amd64.deb ... 2022-02-15 08:58:53.589 | Unpacking uuid-dev:amd64 (2.34-0.1ubuntu9.3) ... 2022-02-15 08:58:53.623 | Selecting previously unselected package libsctp1:amd64. 2022-02-15 08:58:53.631 | Preparing to unpack .../071-libsctp1_1.0.18+dfsg-1_amd64.deb ... 2022-02-15 08:58:53.634 | Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ... 2022-02-15 08:58:53.658 | Selecting previously unselected package libsctp-dev:amd64. 2022-02-15 08:58:53.666 | Preparing to unpack .../072-libsctp-dev_1.0.18+dfsg-1_amd64.deb ... 2022-02-15 08:58:53.669 | Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2022-02-15 08:58:53.706 | Selecting previously unselected package libapr1-dev. 2022-02-15 08:58:53.714 | Preparing to unpack .../073-libapr1-dev_1.6.5-1ubuntu1_amd64.deb ... 2022-02-15 08:58:53.716 | Unpacking libapr1-dev (1.6.5-1ubuntu1) ... 2022-02-15 08:58:53.967 | Selecting previously unselected package libldap2-dev:amd64. 2022-02-15 08:58:53.975 | Preparing to unpack .../074-libldap2-dev_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2022-02-15 08:58:53.977 | Unpacking libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2022-02-15 08:58:54.086 | Selecting previously unselected package libaprutil1-dev. 2022-02-15 08:58:54.093 | Preparing to unpack .../075-libaprutil1-dev_1.6.1-4ubuntu2_amd64.deb ... 2022-02-15 08:58:54.096 | Unpacking libaprutil1-dev (1.6.1-4ubuntu2) ... 2022-02-15 08:58:54.310 | Selecting previously unselected package apache2-dev. 2022-02-15 08:58:54.319 | Preparing to unpack .../076-apache2-dev_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-15 08:58:54.321 | Unpacking apache2-dev (2.4.41-4ubuntu3.9) ... 2022-02-15 08:58:54.386 | Selecting previously unselected package binfmt-support. 2022-02-15 08:58:54.394 | Preparing to unpack .../077-binfmt-support_2.2.0-2_amd64.deb ... 2022-02-15 08:58:54.404 | Unpacking binfmt-support (2.2.0-2) ... 2022-02-15 08:58:54.436 | Selecting previously unselected package g++-9. 2022-02-15 08:58:54.444 | Preparing to unpack .../078-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 2022-02-15 08:58:54.446 | Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ... 2022-02-15 08:58:55.573 | Selecting previously unselected package g++. 2022-02-15 08:58:55.580 | Preparing to unpack .../079-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... 2022-02-15 08:58:55.582 | Unpacking g++ (4:9.3.0-1ubuntu2) ... 2022-02-15 08:58:55.606 | Selecting previously unselected package build-essential. 2022-02-15 08:58:55.614 | Preparing to unpack .../080-build-essential_12.8ubuntu1.1_amd64.deb ... 2022-02-15 08:58:55.616 | Unpacking build-essential (12.8ubuntu1.1) ... 2022-02-15 08:58:55.640 | Selecting previously unselected package conntrack. 2022-02-15 08:58:55.648 | Preparing to unpack .../081-conntrack_1%3a1.4.5-2_amd64.deb ... 2022-02-15 08:58:55.650 | Unpacking conntrack (1:1.4.5-2) ... 2022-02-15 08:58:55.681 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2022-02-15 08:58:55.689 | Preparing to unpack .../082-libnetfilter-cthelper0_1.0.0-1ubuntu2_amd64.deb ... 2022-02-15 08:58:55.691 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2022-02-15 08:58:55.720 | Selecting previously unselected package libnetfilter-queue1. 2022-02-15 08:58:55.728 | Preparing to unpack .../083-libnetfilter-queue1_1.0.3-1_amd64.deb ... 2022-02-15 08:58:55.730 | Unpacking libnetfilter-queue1 (1.0.3-1) ... 2022-02-15 08:58:55.761 | Selecting previously unselected package conntrackd. 2022-02-15 08:58:55.768 | Preparing to unpack .../084-conntrackd_1%3a1.4.5-2_amd64.deb ... 2022-02-15 08:58:55.770 | Unpacking conntrackd (1:1.4.5-2) ... 2022-02-15 08:58:55.815 | Selecting previously unselected package dns-root-data. 2022-02-15 08:58:55.823 | Preparing to unpack .../085-dns-root-data_2019052802_all.deb ... 2022-02-15 08:58:55.825 | Unpacking dns-root-data (2019052802) ... 2022-02-15 08:58:55.853 | Selecting previously unselected package libidn11:amd64. 2022-02-15 08:58:55.861 | Preparing to unpack .../086-libidn11_1.33-2.2ubuntu2_amd64.deb ... 2022-02-15 08:58:55.863 | Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ... 2022-02-15 08:58:55.900 | Selecting previously unselected package dnsmasq-base. 2022-02-15 08:58:55.907 | Preparing to unpack .../087-dnsmasq-base_2.80-1.1ubuntu1.4_amd64.deb ... 2022-02-15 08:58:55.910 | Unpacking dnsmasq-base (2.80-1.1ubuntu1.4) ... 2022-02-15 08:58:55.978 | Selecting previously unselected package dnsmasq-utils. 2022-02-15 08:58:55.986 | Preparing to unpack .../088-dnsmasq-utils_2.80-1.1ubuntu1.4_amd64.deb ... 2022-02-15 08:58:55.989 | Unpacking dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2022-02-15 08:58:56.020 | Selecting previously unselected package ebtables. 2022-02-15 08:58:56.028 | Preparing to unpack .../089-ebtables_2.0.11-3build1_amd64.deb ... 2022-02-15 08:58:56.043 | Unpacking ebtables (2.0.11-3build1) ... 2022-02-15 08:58:56.093 | Selecting previously unselected package libfakeroot:amd64. 2022-02-15 08:58:56.102 | Preparing to unpack .../090-libfakeroot_1.24-1_amd64.deb ... 2022-02-15 08:58:56.104 | Unpacking libfakeroot:amd64 (1.24-1) ... 2022-02-15 08:58:56.137 | Selecting previously unselected package fakeroot. 2022-02-15 08:58:56.144 | Preparing to unpack .../091-fakeroot_1.24-1_amd64.deb ... 2022-02-15 08:58:56.147 | Unpacking fakeroot (1.24-1) ... 2022-02-15 08:58:56.184 | Selecting previously unselected package fonts-dejavu-core. 2022-02-15 08:58:56.192 | Preparing to unpack .../092-fonts-dejavu-core_2.37-1_all.deb ... 2022-02-15 08:58:56.194 | Unpacking fonts-dejavu-core (2.37-1) ... 2022-02-15 08:58:56.376 | Selecting previously unselected package fonts-liberation. 2022-02-15 08:58:56.384 | Preparing to unpack .../093-fonts-liberation_1%3a1.07.4-11_all.deb ... 2022-02-15 08:58:56.386 | Unpacking fonts-liberation (1:1.07.4-11) ... 2022-02-15 08:58:56.524 | Selecting previously unselected package fontconfig-config. 2022-02-15 08:58:56.531 | Preparing to unpack .../094-fontconfig-config_2.13.1-2ubuntu3_all.deb ... 2022-02-15 08:58:56.533 | Unpacking fontconfig-config (2.13.1-2ubuntu3) ... 2022-02-15 08:58:56.573 | Selecting previously unselected package libfontconfig1:amd64. 2022-02-15 08:58:56.581 | Preparing to unpack .../095-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ... 2022-02-15 08:58:56.583 | Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2022-02-15 08:58:56.626 | Selecting previously unselected package fontconfig. 2022-02-15 08:58:56.634 | Preparing to unpack .../096-fontconfig_2.13.1-2ubuntu3_amd64.deb ... 2022-02-15 08:58:56.636 | Unpacking fontconfig (2.13.1-2ubuntu3) ... 2022-02-15 08:58:56.684 | Selecting previously unselected package genisoimage. 2022-02-15 08:58:56.692 | Preparing to unpack .../097-genisoimage_9%3a1.1.11-3.1ubuntu1_amd64.deb ... 2022-02-15 08:58:56.694 | Unpacking genisoimage (9:1.1.11-3.1ubuntu1) ... 2022-02-15 08:58:56.774 | Selecting previously unselected package libann0. 2022-02-15 08:58:56.781 | Preparing to unpack .../098-libann0_1.1.2+doc-7build1_amd64.deb ... 2022-02-15 08:58:56.784 | Unpacking libann0 (1.1.2+doc-7build1) ... 2022-02-15 08:58:56.814 | Selecting previously unselected package libcdt5:amd64. 2022-02-15 08:58:56.821 | Preparing to unpack .../099-libcdt5_2.42.2-3build2_amd64.deb ... 2022-02-15 08:58:56.824 | Unpacking libcdt5:amd64 (2.42.2-3build2) ... 2022-02-15 08:58:56.854 | Selecting previously unselected package libcgraph6:amd64. 2022-02-15 08:58:56.861 | Preparing to unpack .../100-libcgraph6_2.42.2-3build2_amd64.deb ... 2022-02-15 08:58:56.863 | Unpacking libcgraph6:amd64 (2.42.2-3build2) ... 2022-02-15 08:58:56.896 | Selecting previously unselected package libjpeg-turbo8:amd64. 2022-02-15 08:58:56.904 | Preparing to unpack .../101-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2022-02-15 08:58:56.906 | Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-02-15 08:58:56.948 | Selecting previously unselected package libjpeg8:amd64. 2022-02-15 08:58:56.956 | Preparing to unpack .../102-libjpeg8_8c-2ubuntu8_amd64.deb ... 2022-02-15 08:58:56.959 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2022-02-15 08:58:56.985 | Selecting previously unselected package libjbig0:amd64. 2022-02-15 08:58:56.993 | Preparing to unpack .../103-libjbig0_2.1-3.1build1_amd64.deb ... 2022-02-15 08:58:56.996 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2022-02-15 08:58:57.027 | Selecting previously unselected package libwebp6:amd64. 2022-02-15 08:58:57.035 | Preparing to unpack .../104-libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb ... 2022-02-15 08:58:57.040 | Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2022-02-15 08:58:57.092 | Selecting previously unselected package libtiff5:amd64. 2022-02-15 08:58:57.100 | Preparing to unpack .../105-libtiff5_4.1.0+git191117-2ubuntu0.20.04.2_amd64.deb ... 2022-02-15 08:58:57.102 | Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.2) ... 2022-02-15 08:58:57.154 | Selecting previously unselected package libxpm4:amd64. 2022-02-15 08:58:57.163 | Preparing to unpack .../106-libxpm4_1%3a3.5.12-1_amd64.deb ... 2022-02-15 08:58:57.165 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2022-02-15 08:58:57.199 | Selecting previously unselected package libgd3:amd64. 2022-02-15 08:58:57.206 | Preparing to unpack .../107-libgd3_2.2.5-5.2ubuntu2.1_amd64.deb ... 2022-02-15 08:58:57.209 | Unpacking libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2022-02-15 08:58:57.252 | Selecting previously unselected package libgts-0.7-5:amd64. 2022-02-15 08:58:57.261 | Preparing to unpack .../108-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2022-02-15 08:58:57.263 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2022-02-15 08:58:57.311 | Selecting previously unselected package libpixman-1-0:amd64. 2022-02-15 08:58:57.320 | Preparing to unpack .../109-libpixman-1-0_0.38.4-0ubuntu1_amd64.deb ... 2022-02-15 08:58:57.323 | Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2022-02-15 08:58:57.384 | Selecting previously unselected package libxcb-render0:amd64. 2022-02-15 08:58:57.392 | Preparing to unpack .../110-libxcb-render0_1.14-2_amd64.deb ... 2022-02-15 08:58:57.394 | Unpacking libxcb-render0:amd64 (1.14-2) ... 2022-02-15 08:58:57.427 | Selecting previously unselected package libxcb-shm0:amd64. 2022-02-15 08:58:57.434 | Preparing to unpack .../111-libxcb-shm0_1.14-2_amd64.deb ... 2022-02-15 08:58:57.437 | Unpacking libxcb-shm0:amd64 (1.14-2) ... 2022-02-15 08:58:57.467 | Selecting previously unselected package libxrender1:amd64. 2022-02-15 08:58:57.475 | Preparing to unpack .../112-libxrender1_1%3a0.9.10-1_amd64.deb ... 2022-02-15 08:58:57.478 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2022-02-15 08:58:57.507 | Selecting previously unselected package libcairo2:amd64. 2022-02-15 08:58:57.515 | Preparing to unpack .../113-libcairo2_1.16.0-4ubuntu1_amd64.deb ... 2022-02-15 08:58:57.518 | Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ... 2022-02-15 08:58:57.616 | Selecting previously unselected package libgraphite2-3:amd64. 2022-02-15 08:58:57.624 | Preparing to unpack .../114-libgraphite2-3_1.3.13-11build1_amd64.deb ... 2022-02-15 08:58:57.626 | Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ... 2022-02-15 08:58:57.668 | Selecting previously unselected package libharfbuzz0b:amd64. 2022-02-15 08:58:57.676 | Preparing to unpack .../115-libharfbuzz0b_2.6.4-1ubuntu4_amd64.deb ... 2022-02-15 08:58:57.679 | Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2022-02-15 08:58:57.761 | Selecting previously unselected package libthai-data. 2022-02-15 08:58:57.769 | Preparing to unpack .../116-libthai-data_0.1.28-3_all.deb ... 2022-02-15 08:58:57.771 | Unpacking libthai-data (0.1.28-3) ... 2022-02-15 08:58:57.823 | Selecting previously unselected package libdatrie1:amd64. 2022-02-15 08:58:57.830 | Preparing to unpack .../117-libdatrie1_0.2.12-3_amd64.deb ... 2022-02-15 08:58:57.832 | Unpacking libdatrie1:amd64 (0.2.12-3) ... 2022-02-15 08:58:57.862 | Selecting previously unselected package libthai0:amd64. 2022-02-15 08:58:57.871 | Preparing to unpack .../118-libthai0_0.1.28-3_amd64.deb ... 2022-02-15 08:58:57.873 | Unpacking libthai0:amd64 (0.1.28-3) ... 2022-02-15 08:58:57.903 | Selecting previously unselected package libpango-1.0-0:amd64. 2022-02-15 08:58:57.911 | Preparing to unpack .../119-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-02-15 08:58:57.914 | Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-15 08:58:57.964 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2022-02-15 08:58:57.971 | Preparing to unpack .../120-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-02-15 08:58:57.974 | Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-15 08:58:58.008 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2022-02-15 08:58:58.015 | Preparing to unpack .../121-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-02-15 08:58:58.018 | Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-15 08:58:58.058 | Selecting previously unselected package libpathplan4:amd64. 2022-02-15 08:58:58.066 | Preparing to unpack .../122-libpathplan4_2.42.2-3build2_amd64.deb ... 2022-02-15 08:58:58.068 | Unpacking libpathplan4:amd64 (2.42.2-3build2) ... 2022-02-15 08:58:58.099 | Selecting previously unselected package libgvc6. 2022-02-15 08:58:58.108 | Preparing to unpack .../123-libgvc6_2.42.2-3build2_amd64.deb ... 2022-02-15 08:58:58.110 | Unpacking libgvc6 (2.42.2-3build2) ... 2022-02-15 08:58:58.233 | Selecting previously unselected package libgvpr2:amd64. 2022-02-15 08:58:58.241 | Preparing to unpack .../124-libgvpr2_2.42.2-3build2_amd64.deb ... 2022-02-15 08:58:58.243 | Unpacking libgvpr2:amd64 (2.42.2-3build2) ... 2022-02-15 08:58:58.296 | Selecting previously unselected package liblab-gamut1:amd64. 2022-02-15 08:58:58.303 | Preparing to unpack .../125-liblab-gamut1_2.42.2-3build2_amd64.deb ... 2022-02-15 08:58:58.306 | Unpacking liblab-gamut1:amd64 (2.42.2-3build2) ... 2022-02-15 08:58:58.459 | Selecting previously unselected package x11-common. 2022-02-15 08:58:58.466 | Preparing to unpack .../126-x11-common_1%3a7.7+19ubuntu14_all.deb ... 2022-02-15 08:58:58.490 | dpkg-query: no packages found matching nux-tools 2022-02-15 08:58:58.501 | Unpacking x11-common (1:7.7+19ubuntu14) ... 2022-02-15 08:58:58.542 | Selecting previously unselected package libice6:amd64. 2022-02-15 08:58:58.549 | Preparing to unpack .../127-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ... 2022-02-15 08:58:58.552 | Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ... 2022-02-15 08:58:58.586 | Selecting previously unselected package libsm6:amd64. 2022-02-15 08:58:58.594 | Preparing to unpack .../128-libsm6_2%3a1.2.3-1_amd64.deb ... 2022-02-15 08:58:58.596 | Unpacking libsm6:amd64 (2:1.2.3-1) ... 2022-02-15 08:58:58.624 | Selecting previously unselected package libxt6:amd64. 2022-02-15 08:58:58.633 | Preparing to unpack .../129-libxt6_1%3a1.1.5-1_amd64.deb ... 2022-02-15 08:58:58.635 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2022-02-15 08:58:58.685 | Selecting previously unselected package libxmu6:amd64. 2022-02-15 08:58:58.692 | Preparing to unpack .../130-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ... 2022-02-15 08:58:58.694 | Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2022-02-15 08:58:58.728 | Selecting previously unselected package libxaw7:amd64. 2022-02-15 08:58:58.736 | Preparing to unpack .../131-libxaw7_2%3a1.0.13-1_amd64.deb ... 2022-02-15 08:58:58.739 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2022-02-15 08:58:58.790 | Selecting previously unselected package graphviz. 2022-02-15 08:58:58.797 | Preparing to unpack .../132-graphviz_2.42.2-3build2_amd64.deb ... 2022-02-15 08:58:58.799 | Unpacking graphviz (2.42.2-3build2) ... 2022-02-15 08:58:58.931 | Selecting previously unselected package libnl-route-3-200:amd64. 2022-02-15 08:58:58.939 | Preparing to unpack .../133-libnl-route-3-200_3.4.0-1_amd64.deb ... 2022-02-15 08:58:58.941 | Unpacking libnl-route-3-200:amd64 (3.4.0-1) ... 2022-02-15 08:58:58.990 | Selecting previously unselected package libibverbs1:amd64. 2022-02-15 08:58:58.998 | Preparing to unpack .../134-libibverbs1_28.0-1ubuntu1_amd64.deb ... 2022-02-15 08:58:59.001 | Unpacking libibverbs1:amd64 (28.0-1ubuntu1) ... 2022-02-15 08:58:59.039 | Selecting previously unselected package ibverbs-providers:amd64. 2022-02-15 08:58:59.047 | Preparing to unpack .../135-ibverbs-providers_28.0-1ubuntu1_amd64.deb ... 2022-02-15 08:58:59.062 | Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2022-02-15 08:58:59.122 | Selecting previously unselected package icu-devtools. 2022-02-15 08:58:59.130 | Preparing to unpack .../136-icu-devtools_66.1-2ubuntu2.1_amd64.deb ... 2022-02-15 08:58:59.132 | Unpacking icu-devtools (66.1-2ubuntu2.1) ... 2022-02-15 08:58:59.189 | Selecting previously unselected package iputils-arping. 2022-02-15 08:58:59.197 | Preparing to unpack .../137-iputils-arping_3%3a20190709-3_amd64.deb ... 2022-02-15 08:58:59.199 | Unpacking iputils-arping (3:20190709-3) ... 2022-02-15 08:58:59.232 | Selecting previously unselected package javascript-common. 2022-02-15 08:58:59.240 | Preparing to unpack .../138-javascript-common_11_all.deb ... 2022-02-15 08:58:59.254 | Unpacking javascript-common (11) ... 2022-02-15 08:58:59.285 | Selecting previously unselected package libgssrpc4:amd64. 2022-02-15 08:58:59.293 | Preparing to unpack .../139-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 2022-02-15 08:58:59.295 | Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2022-02-15 08:58:59.330 | Selecting previously unselected package libkdb5-9:amd64. 2022-02-15 08:58:59.338 | Preparing to unpack .../140-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 2022-02-15 08:58:59.340 | Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2022-02-15 08:58:59.373 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2022-02-15 08:58:59.382 | Preparing to unpack .../141-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 2022-02-15 08:58:59.384 | Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-02-15 08:58:59.419 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2022-02-15 08:58:59.427 | Preparing to unpack .../142-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 2022-02-15 08:58:59.430 | Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-02-15 08:58:59.461 | Selecting previously unselected package comerr-dev:amd64. 2022-02-15 08:58:59.469 | Preparing to unpack .../143-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... 2022-02-15 08:58:59.473 | Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2022-02-15 08:58:59.507 | Selecting previously unselected package krb5-multidev:amd64. 2022-02-15 08:58:59.515 | Preparing to unpack .../144-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 2022-02-15 08:58:59.517 | Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2022-02-15 08:58:59.568 | Selecting previously unselected package libalgorithm-diff-perl. 2022-02-15 08:58:59.576 | Preparing to unpack .../145-libalgorithm-diff-perl_1.19.03-2_all.deb ... 2022-02-15 08:58:59.579 | Unpacking libalgorithm-diff-perl (1.19.03-2) ... 2022-02-15 08:58:59.611 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2022-02-15 08:58:59.619 | Preparing to unpack .../146-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ... 2022-02-15 08:58:59.621 | Unpacking libalgorithm-diff-xs-perl (0.04-6) ... 2022-02-15 08:58:59.650 | Selecting previously unselected package libalgorithm-merge-perl. 2022-02-15 08:58:59.658 | Preparing to unpack .../147-libalgorithm-merge-perl_0.08-3_all.deb ... 2022-02-15 08:58:59.660 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2022-02-15 08:58:59.686 | Selecting previously unselected package libarchive-cpio-perl. 2022-02-15 08:58:59.694 | Preparing to unpack .../148-libarchive-cpio-perl_0.10-1_all.deb ... 2022-02-15 08:58:59.696 | Unpacking libarchive-cpio-perl (0.10-1) ... 2022-02-15 08:58:59.726 | Selecting previously unselected package libboost-iostreams1.71.0:amd64. 2022-02-15 08:58:59.733 | Preparing to unpack .../149-libboost-iostreams1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2022-02-15 08:58:59.735 | Unpacking libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-02-15 08:58:59.802 | Selecting previously unselected package libboost-thread1.71.0:amd64. 2022-02-15 08:58:59.810 | Preparing to unpack .../150-libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2022-02-15 08:58:59.813 | Unpacking libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-02-15 08:58:59.875 | Selecting previously unselected package libfile-fcntllock-perl. 2022-02-15 08:58:59.884 | Preparing to unpack .../151-libfile-fcntllock-perl_0.22-3build4_amd64.deb ... 2022-02-15 08:58:59.886 | Unpacking libfile-fcntllock-perl (0.22-3build4) ... 2022-02-15 08:58:59.915 | Selecting previously unselected package libgts-bin. 2022-02-15 08:58:59.923 | Preparing to unpack .../152-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2022-02-15 08:58:59.940 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2022-02-15 08:58:59.975 | Selecting previously unselected package libicu-dev:amd64. 2022-02-15 08:58:59.983 | Preparing to unpack .../153-libicu-dev_66.1-2ubuntu2.1_amd64.deb ... 2022-02-15 08:58:59.985 | Unpacking libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2022-02-15 08:59:01.417 | Selecting previously unselected package libipset13:amd64. 2022-02-15 08:59:01.425 | Preparing to unpack .../154-libipset13_7.5-1ubuntu0.20.04.1_amd64.deb ... 2022-02-15 08:59:01.427 | Unpacking libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2022-02-15 08:59:01.461 | Selecting previously unselected package librdmacm1:amd64. 2022-02-15 08:59:01.469 | Preparing to unpack .../155-librdmacm1_28.0-1ubuntu1_amd64.deb ... 2022-02-15 08:59:01.471 | Unpacking librdmacm1:amd64 (28.0-1ubuntu1) ... 2022-02-15 08:59:01.509 | Selecting previously unselected package libiscsi7:amd64. 2022-02-15 08:59:01.517 | Preparing to unpack .../156-libiscsi7_1.18.0-2_amd64.deb ... 2022-02-15 08:59:01.519 | Unpacking libiscsi7:amd64 (1.18.0-2) ... 2022-02-15 08:59:01.556 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2022-02-15 08:59:01.564 | Preparing to unpack .../157-libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2022-02-15 08:59:01.566 | Unpacking libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-02-15 08:59:01.630 | Selecting previously unselected package libjpeg8-dev:amd64. 2022-02-15 08:59:01.640 | Preparing to unpack .../158-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2022-02-15 08:59:01.642 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2022-02-15 08:59:01.669 | Selecting previously unselected package libjpeg-dev:amd64. 2022-02-15 08:59:01.678 | Preparing to unpack .../159-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2022-02-15 08:59:01.681 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2022-02-15 08:59:01.708 | Selecting previously unselected package libjs-jquery. 2022-02-15 08:59:01.716 | Preparing to unpack .../160-libjs-jquery_3.3.1~dfsg-3_all.deb ... 2022-02-15 08:59:01.719 | Unpacking libjs-jquery (3.3.1~dfsg-3) ... 2022-02-15 08:59:01.780 | Selecting previously unselected package libjs-jquery-metadata. 2022-02-15 08:59:01.789 | Preparing to unpack .../161-libjs-jquery-metadata_12-1.1_all.deb ... 2022-02-15 08:59:01.791 | Unpacking libjs-jquery-metadata (12-1.1) ... 2022-02-15 08:59:01.823 | Selecting previously unselected package libjs-jquery-tablesorter. 2022-02-15 08:59:01.833 | Preparing to unpack .../162-libjs-jquery-tablesorter_1%3a2.31.1+dfsg1-1_all.deb ... 2022-02-15 08:59:01.835 | Unpacking libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2022-02-15 08:59:01.915 | Selecting previously unselected package libltdl-dev:amd64. 2022-02-15 08:59:01.924 | Preparing to unpack .../163-libltdl-dev_2.4.6-14_amd64.deb ... 2022-02-15 08:59:01.926 | Unpacking libltdl-dev:amd64 (2.4.6-14) ... 2022-02-15 08:59:01.988 | Selecting previously unselected package libsys-hostname-long-perl. 2022-02-15 08:59:01.997 | Preparing to unpack .../164-libsys-hostname-long-perl_1.5-1_all.deb ... 2022-02-15 08:59:01.999 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2022-02-15 08:59:02.027 | Selecting previously unselected package libmail-sendmail-perl. 2022-02-15 08:59:02.036 | Preparing to unpack .../165-libmail-sendmail-perl_0.80-1_all.deb ... 2022-02-15 08:59:02.039 | Unpacking libmail-sendmail-perl (0.80-1) ... 2022-02-15 08:59:02.074 | Selecting previously unselected package libncurses-dev:amd64. 2022-02-15 08:59:02.079 | Preparing to unpack .../166-libncurses-dev_6.2-0ubuntu2_amd64.deb ... 2022-02-15 08:59:02.082 | Unpacking libncurses-dev:amd64 (6.2-0ubuntu2) ... 2022-02-15 08:59:02.189 | Selecting previously unselected package libnspr4:amd64. 2022-02-15 08:59:02.199 | Preparing to unpack .../167-libnspr4_2%3a4.25-1_amd64.deb ... 2022-02-15 08:59:02.201 | Unpacking libnspr4:amd64 (2:4.25-1) ... 2022-02-15 08:59:02.245 | Selecting previously unselected package libnss3:amd64. 2022-02-15 08:59:02.253 | Preparing to unpack .../168-libnss3_2%3a3.49.1-1ubuntu1.6_amd64.deb ... 2022-02-15 08:59:02.255 | Unpacking libnss3:amd64 (2:3.49.1-1ubuntu1.6) ... 2022-02-15 08:59:02.458 | Selecting previously unselected package libomp5-10:amd64. 2022-02-15 08:59:02.466 | Preparing to unpack .../169-libomp5-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-15 08:59:02.469 | Unpacking libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2022-02-15 08:59:02.542 | Selecting previously unselected package libomp-10-dev. 2022-02-15 08:59:02.550 | Preparing to unpack .../170-libomp-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-15 08:59:02.553 | Unpacking libomp-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-15 08:59:02.586 | Selecting previously unselected package pcp-conf. 2022-02-15 08:59:02.594 | Preparing to unpack .../171-pcp-conf_5.0.3-1_amd64.deb ... 2022-02-15 08:59:02.596 | Unpacking pcp-conf (5.0.3-1) ... 2022-02-15 08:59:02.626 | Selecting previously unselected package libpcp3. 2022-02-15 08:59:02.634 | Preparing to unpack .../172-libpcp3_5.0.3-1_amd64.deb ... 2022-02-15 08:59:02.636 | Unpacking libpcp3 (5.0.3-1) ... 2022-02-15 08:59:02.698 | Selecting previously unselected package libpcp-pmda3. 2022-02-15 08:59:02.706 | Preparing to unpack .../173-libpcp-pmda3_5.0.3-1_amd64.deb ... 2022-02-15 08:59:02.708 | Unpacking libpcp-pmda3 (5.0.3-1) ... 2022-02-15 08:59:02.738 | Selecting previously unselected package libpcp-pmda-perl. 2022-02-15 08:59:02.746 | Preparing to unpack .../174-libpcp-pmda-perl_5.0.3-1_amd64.deb ... 2022-02-15 08:59:02.749 | Unpacking libpcp-pmda-perl (5.0.3-1) ... 2022-02-15 08:59:02.786 | Selecting previously unselected package libpq5:amd64. 2022-02-15 08:59:02.794 | Preparing to unpack .../175-libpq5_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-02-15 08:59:02.796 | Unpacking libpq5:amd64 (12.9-0ubuntu0.20.04.1) ... 2022-02-15 08:59:02.839 | Selecting previously unselected package libpq-dev. 2022-02-15 08:59:02.846 | Preparing to unpack .../176-libpq-dev_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-02-15 08:59:02.848 | Unpacking libpq-dev (12.9-0ubuntu0.20.04.1) ... 2022-02-15 08:59:02.918 | Selecting previously unselected package librados2. 2022-02-15 08:59:02.926 | Preparing to unpack .../177-librados2_15.2.14-0ubuntu0.20.04.2_amd64.deb ... 2022-02-15 08:59:02.929 | Unpacking librados2 (15.2.14-0ubuntu0.20.04.2) ... 2022-02-15 08:59:03.410 | Selecting previously unselected package librbd1. 2022-02-15 08:59:03.419 | Preparing to unpack .../178-librbd1_15.2.14-0ubuntu0.20.04.2_amd64.deb ... 2022-02-15 08:59:03.421 | Unpacking librbd1 (15.2.14-0ubuntu0.20.04.2) ... 2022-02-15 08:59:03.679 | Selecting previously unselected package libsasl2-dev. 2022-02-15 08:59:03.688 | Preparing to unpack .../179-libsasl2-dev_2.1.27+dfsg-2_amd64.deb ... 2022-02-15 08:59:03.690 | Unpacking libsasl2-dev (2.1.27+dfsg-2) ... 2022-02-15 08:59:03.754 | Selecting previously unselected package libssl-dev:amd64. 2022-02-15 08:59:03.762 | Preparing to unpack .../180-libssl-dev_1.1.1f-1ubuntu2.10_amd64.deb ... 2022-02-15 08:59:03.764 | Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.10) ... 2022-02-15 08:59:04.017 | Selecting previously unselected package libsystemd-dev:amd64. 2022-02-15 08:59:04.026 | Preparing to unpack .../181-libsystemd-dev_245.4-4ubuntu3.15_amd64.deb ... 2022-02-15 08:59:04.028 | Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.15) ... 2022-02-15 08:59:04.135 | Selecting previously unselected package libtinfo-dev:amd64. 2022-02-15 08:59:04.143 | Preparing to unpack .../182-libtinfo-dev_6.2-0ubuntu2_amd64.deb ... 2022-02-15 08:59:04.145 | Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2022-02-15 08:59:04.171 | Selecting previously unselected package libx86-1:amd64. 2022-02-15 08:59:04.179 | Preparing to unpack .../183-libx86-1_1.1+ds1-11_amd64.deb ... 2022-02-15 08:59:04.181 | Unpacking libx86-1:amd64 (1.1+ds1-11) ... 2022-02-15 08:59:04.217 | Selecting previously unselected package libxml2-dev:amd64. 2022-02-15 08:59:04.225 | Preparing to unpack .../184-libxml2-dev_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... 2022-02-15 08:59:04.227 | Unpacking libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2022-02-15 08:59:04.367 | Selecting previously unselected package libxslt1-dev:amd64. 2022-02-15 08:59:04.375 | Preparing to unpack .../185-libxslt1-dev_1.1.34-4_amd64.deb ... 2022-02-15 08:59:04.377 | Unpacking libxslt1-dev:amd64 (1.1.34-4) ... 2022-02-15 08:59:04.456 | Selecting previously unselected package llvm-10-runtime. 2022-02-15 08:59:04.464 | Preparing to unpack .../186-llvm-10-runtime_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-15 08:59:04.466 | Unpacking llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2022-02-15 08:59:04.519 | Selecting previously unselected package libpfm4:amd64. 2022-02-15 08:59:04.527 | Preparing to unpack .../187-libpfm4_4.10.1+git20-g7700f49-2_amd64.deb ... 2022-02-15 08:59:04.529 | Unpacking libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2022-02-15 08:59:04.603 | Selecting previously unselected package llvm-10. 2022-02-15 08:59:04.611 | Preparing to unpack .../188-llvm-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-15 08:59:04.613 | Unpacking llvm-10 (1:10.0.0-4ubuntu1) ... 2022-02-15 08:59:05.391 | Selecting previously unselected package libffi-dev:amd64. 2022-02-15 08:59:05.399 | Preparing to unpack .../189-libffi-dev_3.3-4_amd64.deb ... 2022-02-15 08:59:05.401 | Unpacking libffi-dev:amd64 (3.3-4) ... 2022-02-15 08:59:05.441 | Selecting previously unselected package python3-pygments. 2022-02-15 08:59:05.449 | Preparing to unpack .../190-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... 2022-02-15 08:59:05.451 | Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2022-02-15 08:59:05.584 | Selecting previously unselected package llvm-10-tools. 2022-02-15 08:59:05.592 | Preparing to unpack .../191-llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-15 08:59:05.595 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-02-15 08:59:05.736 | Selecting previously unselected package libz3-4:amd64. 2022-02-15 08:59:05.744 | Preparing to unpack .../192-libz3-4_4.8.7-4build1_amd64.deb ... 2022-02-15 08:59:05.746 | Unpacking libz3-4:amd64 (4.8.7-4build1) ... 2022-02-15 08:59:06.691 | Selecting previously unselected package libz3-dev:amd64. 2022-02-15 08:59:06.699 | Preparing to unpack .../193-libz3-dev_4.8.7-4build1_amd64.deb ... 2022-02-15 08:59:06.702 | Unpacking libz3-dev:amd64 (4.8.7-4build1) ... 2022-02-15 08:59:06.746 | Selecting previously unselected package llvm-10-dev. 2022-02-15 08:59:06.754 | Preparing to unpack .../194-llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-15 08:59:06.756 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-15 08:59:11.313 | Selecting previously unselected package lsscsi. 2022-02-15 08:59:11.322 | Preparing to unpack .../195-lsscsi_0.30-0.1_amd64.deb ... 2022-02-15 08:59:11.324 | Unpacking lsscsi (0.30-0.1) ... 2022-02-15 08:59:11.357 | Selecting previously unselected package pkg-config. 2022-02-15 08:59:11.366 | Preparing to unpack .../196-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2022-02-15 08:59:11.368 | Unpacking pkg-config (0.29.1-0ubuntu4) ... 2022-02-15 08:59:11.404 | Selecting previously unselected package pm-utils. 2022-02-15 08:59:11.413 | Preparing to unpack .../197-pm-utils_1.4.1-19_all.deb ... 2022-02-15 08:59:11.415 | Unpacking pm-utils (1.4.1-19) ... 2022-02-15 08:59:11.472 | Selecting previously unselected package postgresql-client-common. 2022-02-15 08:59:11.480 | Preparing to unpack .../198-postgresql-client-common_214ubuntu0.1_all.deb ... 2022-02-15 08:59:11.482 | Unpacking postgresql-client-common (214ubuntu0.1) ... 2022-02-15 08:59:11.514 | Selecting previously unselected package postgresql-client-12. 2022-02-15 08:59:11.523 | Preparing to unpack .../199-postgresql-client-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-02-15 08:59:11.525 | Unpacking postgresql-client-12 (12.9-0ubuntu0.20.04.1) ... 2022-02-15 08:59:11.723 | Selecting previously unselected package ssl-cert. 2022-02-15 08:59:11.732 | Preparing to unpack .../200-ssl-cert_1.0.39_all.deb ... 2022-02-15 08:59:11.734 | Unpacking ssl-cert (1.0.39) ... 2022-02-15 08:59:11.769 | Selecting previously unselected package postgresql-common. 2022-02-15 08:59:11.778 | Preparing to unpack .../201-postgresql-common_214ubuntu0.1_all.deb ... 2022-02-15 08:59:11.811 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2022-02-15 08:59:11.817 | Unpacking postgresql-common (214ubuntu0.1) ... 2022-02-15 08:59:11.879 | Selecting previously unselected package postgresql-server-dev-12. 2022-02-15 08:59:11.888 | Preparing to unpack .../202-postgresql-server-dev-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-02-15 08:59:11.890 | Unpacking postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-02-15 08:59:12.187 | Selecting previously unselected package postgresql-server-dev-all. 2022-02-15 08:59:12.196 | Preparing to unpack .../203-postgresql-server-dev-all_214ubuntu0.1_all.deb ... 2022-02-15 08:59:12.198 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ... 2022-02-15 08:59:12.227 | Selecting previously unselected package python-pip-whl. 2022-02-15 08:59:12.236 | Preparing to unpack .../204-python-pip-whl_20.0.2-5ubuntu1.6_all.deb ... 2022-02-15 08:59:12.237 | Unpacking python-pip-whl (20.0.2-5ubuntu1.6) ... 2022-02-15 08:59:12.442 | Selecting previously unselected package python3-mysqldb. 2022-02-15 08:59:12.450 | Preparing to unpack .../205-python3-mysqldb_1.4.4-2build1_amd64.deb ... 2022-02-15 08:59:12.452 | Unpacking python3-mysqldb (1.4.4-2build1) ... 2022-02-15 08:59:12.488 | Selecting previously unselected package python3-wheel. 2022-02-15 08:59:12.497 | Preparing to unpack .../206-python3-wheel_0.34.2-1_all.deb ... 2022-02-15 08:59:12.499 | Unpacking python3-wheel (0.34.2-1) ... 2022-02-15 08:59:12.533 | Selecting previously unselected package python3-pip. 2022-02-15 08:59:12.543 | Preparing to unpack .../207-python3-pip_20.0.2-5ubuntu1.6_all.deb ... 2022-02-15 08:59:12.545 | Unpacking python3-pip (20.0.2-5ubuntu1.6) ... 2022-02-15 08:59:12.629 | Selecting previously unselected package python3.8-venv. 2022-02-15 08:59:12.638 | Preparing to unpack .../208-python3.8-venv_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 2022-02-15 08:59:12.641 | Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04.2) ... 2022-02-15 08:59:12.666 | Selecting previously unselected package python3-venv. 2022-02-15 08:59:12.674 | Preparing to unpack .../209-python3-venv_3.8.2-0ubuntu2_amd64.deb ... 2022-02-15 08:59:12.676 | Unpacking python3-venv (3.8.2-0ubuntu2) ... 2022-02-15 08:59:12.703 | Selecting previously unselected package qemu-block-extra:amd64. 2022-02-15 08:59:12.712 | Preparing to unpack .../210-qemu-block-extra_1%3a4.2-3ubuntu6.19_amd64.deb ... 2022-02-15 08:59:12.714 | Unpacking qemu-block-extra:amd64 (1:4.2-3ubuntu6.19) ... 2022-02-15 08:59:12.746 | Selecting previously unselected package qemu-utils. 2022-02-15 08:59:12.754 | Preparing to unpack .../211-qemu-utils_1%3a4.2-3ubuntu6.19_amd64.deb ... 2022-02-15 08:59:12.757 | Unpacking qemu-utils (1:4.2-3ubuntu6.19) ... 2022-02-15 08:59:12.935 | Selecting previously unselected package sharutils. 2022-02-15 08:59:12.944 | Preparing to unpack .../212-sharutils_1%3a4.15.2-4build1_amd64.deb ... 2022-02-15 08:59:12.946 | Unpacking sharutils (1:4.15.2-4build1) ... 2022-02-15 08:59:12.994 | Selecting previously unselected package sqlite3. 2022-02-15 08:59:13.003 | Preparing to unpack .../213-sqlite3_3.31.1-4ubuntu0.2_amd64.deb ... 2022-02-15 08:59:13.005 | Unpacking sqlite3 (3.31.1-4ubuntu0.2) ... 2022-02-15 08:59:13.150 | Selecting previously unselected package unzip. 2022-02-15 08:59:13.161 | Preparing to unpack .../214-unzip_6.0-25ubuntu1_amd64.deb ... 2022-02-15 08:59:13.164 | Unpacking unzip (6.0-25ubuntu1) ... 2022-02-15 08:59:13.211 | Selecting previously unselected package vbetool. 2022-02-15 08:59:13.220 | Preparing to unpack .../215-vbetool_1.1-4_amd64.deb ... 2022-02-15 08:59:13.222 | Unpacking vbetool (1.1-4) ... 2022-02-15 08:59:13.252 | Selecting previously unselected package ipset. 2022-02-15 08:59:13.261 | Preparing to unpack .../216-ipset_7.5-1ubuntu0.20.04.1_amd64.deb ... 2022-02-15 08:59:13.270 | Unpacking ipset (7.5-1ubuntu0.20.04.1) ... 2022-02-15 08:59:13.303 | Selecting previously unselected package ipvsadm. 2022-02-15 08:59:13.312 | Preparing to unpack .../217-ipvsadm_1%3a1.31-1_amd64.deb ... 2022-02-15 08:59:13.314 | Unpacking ipvsadm (1:1.31-1) ... 2022-02-15 08:59:13.348 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2022-02-15 08:59:13.357 | Preparing to unpack .../218-libapache2-mod-proxy-uwsgi_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-15 08:59:13.366 | Unpacking libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.9) ... 2022-02-15 08:59:13.392 | Selecting previously unselected package liberasurecode1:amd64. 2022-02-15 08:59:13.401 | Preparing to unpack .../219-liberasurecode1_1.6.1-4_amd64.deb ... 2022-02-15 08:59:13.403 | Unpacking liberasurecode1:amd64 (1.6.1-4) ... 2022-02-15 08:59:13.440 | Selecting previously unselected package liberasurecode-dev:amd64. 2022-02-15 08:59:13.449 | Preparing to unpack .../220-liberasurecode-dev_1.6.1-4_amd64.deb ... 2022-02-15 08:59:13.451 | Unpacking liberasurecode-dev:amd64 (1.6.1-4) ... 2022-02-15 08:59:13.481 | Selecting previously unselected package libkrb5-dev:amd64. 2022-02-15 08:59:13.489 | Preparing to unpack .../221-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 2022-02-15 08:59:13.491 | Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2022-02-15 08:59:13.524 | Selecting previously unselected package libpcp-gui2. 2022-02-15 08:59:13.532 | Preparing to unpack .../222-libpcp-gui2_5.0.3-1_amd64.deb ... 2022-02-15 08:59:13.534 | Unpacking libpcp-gui2 (5.0.3-1) ... 2022-02-15 08:59:13.563 | Selecting previously unselected package libpcp-import1. 2022-02-15 08:59:13.571 | Preparing to unpack .../223-libpcp-import1_5.0.3-1_amd64.deb ... 2022-02-15 08:59:13.573 | Unpacking libpcp-import1 (5.0.3-1) ... 2022-02-15 08:59:13.603 | Selecting previously unselected package libpcp-mmv1. 2022-02-15 08:59:13.611 | Preparing to unpack .../224-libpcp-mmv1_5.0.3-1_amd64.deb ... 2022-02-15 08:59:13.613 | Unpacking libpcp-mmv1 (5.0.3-1) ... 2022-02-15 08:59:13.641 | Selecting previously unselected package libpcp-trace2. 2022-02-15 08:59:13.650 | Preparing to unpack .../225-libpcp-trace2_5.0.3-1_amd64.deb ... 2022-02-15 08:59:13.652 | Unpacking libpcp-trace2 (5.0.3-1) ... 2022-02-15 08:59:13.680 | Selecting previously unselected package libpcp-web1. 2022-02-15 08:59:13.689 | Preparing to unpack .../226-libpcp-web1_5.0.3-1_amd64.deb ... 2022-02-15 08:59:13.691 | Unpacking libpcp-web1 (5.0.3-1) ... 2022-02-15 08:59:13.734 | Selecting previously unselected package libyaml-dev:amd64. 2022-02-15 08:59:13.743 | Preparing to unpack .../227-libyaml-dev_0.2.2-1_amd64.deb ... 2022-02-15 08:59:13.745 | Unpacking libyaml-dev:amd64 (0.2.2-1) ... 2022-02-15 08:59:13.780 | Selecting previously unselected package python3-pcp. 2022-02-15 08:59:13.789 | Preparing to unpack .../228-python3-pcp_5.0.3-1_amd64.deb ... 2022-02-15 08:59:13.791 | Unpacking python3-pcp (5.0.3-1) ... 2022-02-15 08:59:13.835 | Selecting previously unselected package pcp. 2022-02-15 08:59:13.843 | Preparing to unpack .../229-pcp_5.0.3-1_amd64.deb ... 2022-02-15 08:59:13.914 | Unpacking pcp (5.0.3-1) ... 2022-02-15 08:59:14.457 | Selecting previously unselected package socat. 2022-02-15 08:59:14.467 | Preparing to unpack .../230-socat_1.7.3.3-2_amd64.deb ... 2022-02-15 08:59:14.469 | Unpacking socat (1.7.3.3-2) ... 2022-02-15 08:59:14.544 | Selecting previously unselected package vlan. 2022-02-15 08:59:14.553 | Preparing to unpack .../231-vlan_2.0.4ubuntu1.20.04.1_all.deb ... 2022-02-15 08:59:14.555 | Unpacking vlan (2.0.4ubuntu1.20.04.1) ... 2022-02-15 08:59:14.616 | Setting up genisoimage (9:1.1.11-3.1ubuntu1) ... 2022-02-15 08:59:14.622 | Setting up postgresql-client-common (214ubuntu0.1) ... 2022-02-15 08:59:14.632 | Setting up javascript-common (11) ... 2022-02-15 08:59:14.664 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2022-02-15 08:59:14.679 | Setting up libgraphite2-3:amd64 (1.3.13-11build1) ... 2022-02-15 08:59:14.684 | Setting up dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2022-02-15 08:59:14.690 | Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2022-02-15 08:59:14.696 | Setting up mysql-common (5.8+1.0.5ubuntu2) ... 2022-02-15 08:59:14.719 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2022-02-15 08:59:14.722 | Setting up libncurses-dev:amd64 (6.2-0ubuntu2) ... 2022-02-15 08:59:14.728 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2022-02-15 08:59:14.734 | Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-02-15 08:59:14.739 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2022-02-15 08:59:14.745 | Setting up libdatrie1:amd64 (0.2.12-3) ... 2022-02-15 08:59:14.751 | Setting up libyaml-dev:amd64 (0.2.2-1) ... 2022-02-15 08:59:14.757 | Setting up libfile-fcntllock-perl (0.22-3build4) ... 2022-02-15 08:59:14.762 | Setting up libx86-1:amd64 (1.1+ds1-11) ... 2022-02-15 08:59:14.768 | Setting up libxcb-render0:amd64 (1.14-2) ... 2022-02-15 08:59:14.775 | Setting up libalgorithm-diff-perl (1.19.03-2) ... 2022-02-15 08:59:14.780 | Setting up libarchive-zip-perl (1.67-2) ... 2022-02-15 08:59:14.786 | Setting up libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2022-02-15 08:59:14.791 | Setting up vbetool (1.1-4) ... 2022-02-15 08:59:14.796 | Setting up libicu66:amd64 (66.1-2ubuntu2.1) ... 2022-02-15 08:59:14.803 | Setting up libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2022-02-15 08:59:14.810 | Setting up pm-utils (1.4.1-19) ... 2022-02-15 08:59:14.821 | Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.10) ... 2022-02-15 08:59:15.068 | Setting up unzip (6.0-25ubuntu1) ... 2022-02-15 08:59:15.093 | Setting up libdebhelper-perl (12.10ubuntu1) ... 2022-02-15 08:59:15.098 | Setting up liblab-gamut1:amd64 (2.42.2-3build2) ... 2022-02-15 08:59:15.104 | Setting up x11-common (1:7.7+19ubuntu14) ... 2022-02-15 08:59:15.340 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2022-02-15 08:59:16.011 | Setting up libsensors-config (1:3.6.0-2ubuntu1) ... 2022-02-15 08:59:16.021 | Setting up libapr1:amd64 (1.6.5-1ubuntu1) ... 2022-02-15 08:59:16.026 | Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2022-02-15 08:59:16.032 | Setting up m4 (1.4.18-4) ... 2022-02-15 08:59:16.038 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ... 2022-02-15 08:59:16.325 | Setting up libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2022-02-15 08:59:16.330 | Setting up libxcb-shm0:amd64 (1.14-2) ... 2022-02-15 08:59:16.336 | Setting up iputils-arping (3:20190709-3) ... 2022-02-15 08:59:16.371 | Setting up libffi-dev:amd64 (3.3-4) ... 2022-02-15 08:59:16.377 | Setting up conntrack (1:1.4.5-2) ... 2022-02-15 08:59:16.383 | Setting up libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-02-15 08:59:16.389 | Setting up python3-wheel (0.34.2-1) ... 2022-02-15 08:59:16.641 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2022-02-15 08:59:16.648 | Setting up open-iscsi (2.0.874-7.1ubuntu6.2) ... 2022-02-15 08:59:16.851 | grep: /lib/modules-load.d/open-iscsi.conf: No such file or directory 2022-02-15 08:59:18.910 | Setting up memcached (1.5.22-2ubuntu0.2) ... 2022-02-15 08:59:20.099 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2022-02-15 08:59:20.781 | Setting up libfakeroot:amd64 (1.24-1) ... 2022-02-15 08:59:20.789 | Setting up libjansson4:amd64 (2.12-1build1) ... 2022-02-15 08:59:20.794 | Setting up acl (2.2.53-6) ... 2022-02-15 08:59:20.806 | Setting up dns-root-data (2019052802) ... 2022-02-15 08:59:20.813 | Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2022-02-15 08:59:20.819 | Setting up fakeroot (1.24-1) ... 2022-02-15 08:59:20.826 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2022-02-15 08:59:20.834 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2022-02-15 08:59:20.840 | Setting up libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2022-02-15 08:59:20.846 | Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2022-02-15 08:59:20.851 | Setting up autotools-dev (20180224.1) ... 2022-02-15 08:59:20.857 | Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2022-02-15 08:59:21.653 | Setting up libz3-4:amd64 (4.8.7-4build1) ... 2022-02-15 08:59:21.659 | Setting up libsasl2-dev (2.1.27+dfsg-2) ... 2022-02-15 08:59:21.665 | Setting up libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2022-02-15 08:59:21.670 | Setting up make (4.2.1-1.2) ... 2022-02-15 08:59:21.675 | Setting up libnspr4:amd64 (2:4.25-1) ... 2022-02-15 08:59:21.680 | Setting up libidn11:amd64 (1.33-2.2ubuntu2) ... 2022-02-15 08:59:21.686 | Setting up libclang1-10 (1:10.0.0-4ubuntu1) ... 2022-02-15 08:59:21.692 | Setting up uuid-dev:amd64 (2.34-0.1ubuntu9.3) ... 2022-02-15 08:59:21.698 | Setting up libpathplan4:amd64 (2.42.2-3build2) ... 2022-02-15 08:59:21.704 | Setting up ebtables (2.0.11-3build1) ... 2022-02-15 08:59:22.239 | Setting up socat (1.7.3.3-2) ... 2022-02-15 08:59:22.245 | Setting up libann0 (1.1.2+doc-7build1) ... 2022-02-15 08:59:22.250 | Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2022-02-15 08:59:22.257 | Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.10) ... 2022-02-15 08:59:22.264 | Setting up autopoint (0.19.8.1-10build1) ... 2022-02-15 08:59:22.270 | Setting up binfmt-support (2.2.0-2) ... 2022-02-15 08:59:22.558 | Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service. 2022-02-15 08:59:23.594 | Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2022-02-15 08:59:23.601 | Setting up icu-devtools (66.1-2ubuntu2.1) ... 2022-02-15 08:59:23.623 | Setting up fonts-dejavu-core (2.37-1) ... 2022-02-15 08:59:23.653 | Setting up libnetfilter-queue1 (1.0.3-1) ... 2022-02-15 08:59:23.659 | Setting up lsscsi (0.30-0.1) ... 2022-02-15 08:59:23.665 | Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2022-02-15 08:59:23.670 | Setting up g++-9 (9.3.0-17ubuntu1~20.04) ... 2022-02-15 08:59:23.675 | Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-02-15 08:59:23.681 | Setting up libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-02-15 08:59:23.687 | Setting up libdpkg-perl (1.19.7ubuntu3) ... 2022-02-15 08:59:23.693 | Setting up autoconf (2.69-11.1) ... 2022-02-15 08:59:23.700 | Setting up liberasurecode1:amd64 (1.6.1-4) ... 2022-02-15 08:59:23.705 | Setting up g++ (4:9.3.0-1ubuntu2) ... 2022-02-15 08:59:23.747 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2022-02-15 08:59:23.751 | Setting up dwz (0.13-5) ... 2022-02-15 08:59:23.757 | Setting up libsctp1:amd64 (1.0.18+dfsg-1) ... 2022-02-15 08:59:23.762 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2022-02-15 08:59:23.767 | Setting up libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2022-02-15 08:59:23.774 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2022-02-15 08:59:23.779 | Setting up vlan (2.0.4ubuntu1.20.04.1) ... 2022-02-15 08:59:23.793 | Setting up uuid-runtime (2.34-0.1ubuntu9.3) ... 2022-02-15 08:59:24.997 | Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2022-02-15 08:59:25.002 | Setting up libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2022-02-15 08:59:25.008 | Setting up libarchive-cpio-perl (0.10-1) ... 2022-02-15 08:59:25.013 | Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-02-15 08:59:25.018 | Setting up fonts-liberation (1:1.07.4-11) ... 2022-02-15 08:59:25.025 | Setting up libnl-3-200:amd64 (3.4.0-1) ... 2022-02-15 08:59:25.034 | Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-02-15 08:59:25.040 | Setting up pcp-conf (5.0.3-1) ... 2022-02-15 08:59:25.047 | Setting up libc6-i386 (2.31-0ubuntu9.2) ... 2022-02-15 08:59:25.055 | Setting up libcurl4:amd64 (7.68.0-1ubuntu2.7) ... 2022-02-15 08:59:25.060 | Setting up libsub-override-perl (0.09-2) ... 2022-02-15 08:59:25.066 | Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2022-02-15 08:59:25.071 | Setting up libthai-data (0.1.28-3) ... 2022-02-15 08:59:25.078 | Setting up python-pip-whl (20.0.2-5ubuntu1.6) ... 2022-02-15 08:59:25.085 | Setting up libcdt5:amd64 (2.42.2-3build2) ... 2022-02-15 08:59:25.090 | Setting up libcgraph6:amd64 (2.42.2-3build2) ... 2022-02-15 08:59:25.097 | Setting up apache2-data (2.4.41-4ubuntu3.9) ... 2022-02-15 08:59:25.104 | Setting up curl (7.68.0-1ubuntu2.7) ... 2022-02-15 08:59:25.111 | Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-02-15 08:59:25.117 | Setting up libjs-jquery (3.3.1~dfsg-3) ... 2022-02-15 08:59:25.123 | Setting up sharutils (1:4.15.2-4build1) ... 2022-02-15 08:59:25.129 | Setting up ipset (7.5-1ubuntu0.20.04.1) ... 2022-02-15 08:59:25.142 | Setting up openssl (1.1.1f-1ubuntu2.10) ... 2022-02-15 08:59:25.151 | Setting up conntrackd (1:1.4.5-2) ... 2022-02-15 08:59:26.172 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2022-02-15 08:59:26.503 | Setting up libsys-hostname-long-perl (1.5-1) ... 2022-02-15 08:59:26.508 | Setting up libalgorithm-diff-xs-perl (0.04-6) ... 2022-02-15 08:59:26.515 | Setting up libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2022-02-15 08:59:26.520 | Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2022-02-15 08:59:26.526 | Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.15) ... 2022-02-15 08:59:26.532 | Setting up sqlite3 (3.31.1-4ubuntu0.2) ... 2022-02-15 08:59:26.538 | Setting up libalgorithm-merge-perl (0.08-3) ... 2022-02-15 08:59:26.544 | Setting up libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2022-02-15 08:59:26.551 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2022-02-15 08:59:26.557 | Setting up automake (1:1.16.1-4ubuntu6) ... 2022-02-15 08:59:26.565 | update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 2022-02-15 08:59:26.570 | Setting up libfile-stripnondeterminism-perl (1.7.0-1) ... 2022-02-15 08:59:26.576 | Setting up libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2022-02-15 08:59:26.582 | Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-02-15 08:59:26.588 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2022-02-15 08:59:26.595 | Setting up libz3-dev:amd64 (4.8.7-4build1) ... 2022-02-15 08:59:26.602 | Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ... 2022-02-15 08:59:26.609 | Setting up libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-02-15 08:59:26.615 | Setting up libmysqlclient21:amd64 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-15 08:59:26.621 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-02-15 08:59:26.627 | Setting up libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2022-02-15 08:59:26.634 | Setting up libomp-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-15 08:59:26.639 | Setting up wget (1.20.3-1ubuntu2) ... 2022-02-15 08:59:26.654 | Setting up libtool (2.4.6-14) ... 2022-02-15 08:59:26.659 | Setting up fontconfig-config (2.13.1-2ubuntu3) ... 2022-02-15 08:59:26.765 | Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... 2022-02-15 08:59:26.801 | Setting up libpq5:amd64 (12.9-0ubuntu0.20.04.1) ... 2022-02-15 08:59:26.808 | Setting up haproxy (2.0.13-2ubuntu0.3) ... 2022-02-15 08:59:27.211 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2022-02-15 08:59:28.257 | Setting up libpq-dev (12.9-0ubuntu0.20.04.1) ... 2022-02-15 08:59:28.263 | Setting up libnss3:amd64 (2:3.49.1-1ubuntu1.6) ... 2022-02-15 08:59:28.268 | Setting up libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2022-02-15 08:59:28.274 | Setting up dnsmasq-base (2.80-1.1ubuntu1.4) ... 2022-02-15 08:59:28.428 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2022-02-15 08:59:28.434 | Setting up libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2022-02-15 08:59:28.439 | Setting up llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2022-02-15 08:59:28.448 | Setting up dpkg-dev (1.19.7ubuntu3) ... 2022-02-15 08:59:28.457 | Setting up libnl-route-3-200:amd64 (3.4.0-1) ... 2022-02-15 08:59:28.465 | Setting up python3-mysqldb (1.4.4-2build1) ... 2022-02-15 08:59:28.716 | Setting up libmail-sendmail-perl (0.80-1) ... 2022-02-15 08:59:28.724 | Setting up libltdl-dev:amd64 (2.4.6-14) ... 2022-02-15 08:59:28.729 | Setting up libthai0:amd64 (0.1.28-3) ... 2022-02-15 08:59:28.734 | Setting up libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2022-02-15 08:59:28.742 | Setting up postgresql-client-12 (12.9-0ubuntu0.20.04.1) ... 2022-02-15 08:59:29.350 | update-alternatives: using /usr/share/postgresql/12/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode 2022-02-15 08:59:29.375 | Setting up lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2022-02-15 08:59:29.381 | Setting up lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2022-02-15 08:59:29.388 | Setting up ssl-cert (1.0.39) ... 2022-02-15 08:59:29.899 | Setting up liberasurecode-dev:amd64 (1.6.1-4) ... 2022-02-15 08:59:29.905 | Setting up python3.8-venv (3.8.10-0ubuntu1~20.04.2) ... 2022-02-15 08:59:29.980 | Setting up libjs-jquery-metadata (12-1.1) ... 2022-02-15 08:59:29.985 | Setting up postgresql-common (214ubuntu0.1) ... 2022-02-15 08:59:30.472 | Adding user postgres to group ssl-cert 2022-02-15 08:59:30.622 | 2022-02-15 08:59:30.623 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2022-02-15 08:59:30.807 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2022-02-15 08:59:30.807 | Removing obsolete dictionary files: 2022-02-15 08:59:31.391 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2022-02-15 08:59:32.456 | Setting up libcroco3:amd64 (0.6.13-1) ... 2022-02-15 08:59:32.463 | Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2022-02-15 08:59:32.468 | Setting up pkg-config (0.29.1-0ubuntu4) ... 2022-02-15 08:59:32.558 | Setting up python3-pip (20.0.2-5ubuntu1.6) ... 2022-02-15 08:59:32.966 | Setting up dh-strip-nondeterminism (1.7.0-1) ... 2022-02-15 08:59:32.971 | Setting up libgvpr2:amd64 (2.42.2-3build2) ... 2022-02-15 08:59:32.977 | Setting up libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2022-02-15 08:59:32.982 | Setting up libnl-genl-3-200:amd64 (3.4.0-1) ... 2022-02-15 08:59:32.987 | Setting up build-essential (12.8ubuntu1.1) ... 2022-02-15 08:59:32.993 | Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.2) ... 2022-02-15 08:59:32.999 | Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2022-02-15 08:59:33.004 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2022-02-15 08:59:33.010 | Setting up libsm6:amd64 (2:1.2.3-1) ... 2022-02-15 08:59:33.015 | Setting up apache2-utils (2.4.41-4ubuntu3.9) ... 2022-02-15 08:59:33.020 | Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2022-02-15 08:59:33.025 | Setting up ipvsadm (1:1.31-1) ... 2022-02-15 08:59:33.751 | Setting up openssh-sftp-server (1:8.2p1-4ubuntu0.4) ... 2022-02-15 08:59:33.757 | Setting up libibverbs1:amd64 (28.0-1ubuntu1) ... 2022-02-15 08:59:33.855 | Setting up fontconfig (2.13.1-2ubuntu3) ... 2022-02-15 08:59:35.919 | Regenerating fonts cache... done. 2022-02-15 08:59:35.922 | Setting up gettext (0.19.8.1-10build1) ... 2022-02-15 08:59:35.928 | Setting up libpcp3 (5.0.3-1) ... 2022-02-15 08:59:35.934 | Setting up libpcp-pmda3 (5.0.3-1) ... 2022-02-15 08:59:35.940 | Setting up libxslt1-dev:amd64 (1.1.34-4) ... 2022-02-15 08:59:35.945 | Setting up openssh-server (1:8.2p1-4ubuntu0.4) ... 2022-02-15 08:59:37.268 | rescue-ssh.target is a disabled or a static unit, not starting it. 2022-02-15 08:59:38.066 | Setting up ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2022-02-15 08:59:38.111 | Setting up libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-15 08:59:38.116 | Setting up keepalived (1:2.0.19-2ubuntu0.1) ... 2022-02-15 08:59:39.075 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2022-02-15 08:59:39.762 | Setting up llvm-10 (1:10.0.0-4ubuntu1) ... 2022-02-15 08:59:39.768 | Setting up libpcp-trace2 (5.0.3-1) ... 2022-02-15 08:59:39.773 | Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-15 08:59:39.779 | Setting up libpcp-pmda-perl (5.0.3-1) ... 2022-02-15 08:59:39.784 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2022-02-15 08:59:39.790 | Setting up libpcp-gui2 (5.0.3-1) ... 2022-02-15 08:59:39.796 | Setting up apache2-bin (2.4.41-4ubuntu3.9) ... 2022-02-15 08:59:39.802 | Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ... 2022-02-15 08:59:39.807 | Setting up libpcp-web1 (5.0.3-1) ... 2022-02-15 08:59:39.813 | Setting up intltool-debian (0.35.0+20060710.5) ... 2022-02-15 08:59:39.818 | Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2022-02-15 08:59:39.838 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-15 08:59:39.843 | Setting up python3-venv (3.8.2-0ubuntu2) ... 2022-02-15 08:59:39.848 | Setting up libpcp-mmv1 (5.0.3-1) ... 2022-02-15 08:59:39.854 | Setting up libapr1-dev (1.6.5-1ubuntu1) ... 2022-02-15 08:59:39.859 | Setting up libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2022-02-15 08:59:39.865 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2022-02-15 08:59:39.870 | Setting up libaprutil1-dev (1.6.1-4ubuntu2) ... 2022-02-15 08:59:39.876 | Setting up clang-10 (1:10.0.0-4ubuntu1) ... 2022-02-15 08:59:39.882 | Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-15 08:59:39.887 | Setting up postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-02-15 08:59:39.893 | Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-15 08:59:39.898 | Setting up libpcp-import1 (5.0.3-1) ... 2022-02-15 08:59:39.904 | Setting up librdmacm1:amd64 (28.0-1ubuntu1) ... 2022-02-15 08:59:39.909 | Setting up librados2 (15.2.14-0ubuntu0.20.04.2) ... 2022-02-15 08:59:39.916 | Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2022-02-15 08:59:39.921 | Setting up po-debconf (1.0.21) ... 2022-02-15 08:59:39.926 | Setting up apache2 (2.4.41-4ubuntu3.9) ... 2022-02-15 08:59:40.287 | Enabling module mpm_event. 2022-02-15 08:59:40.351 | Enabling module authz_core. 2022-02-15 08:59:40.356 | Enabling module authz_host. 2022-02-15 08:59:40.417 | Enabling module authn_core. 2022-02-15 08:59:40.422 | Enabling module auth_basic. 2022-02-15 08:59:40.481 | Enabling module access_compat. 2022-02-15 08:59:40.543 | Enabling module authn_file. 2022-02-15 08:59:40.602 | Enabling module authz_user. 2022-02-15 08:59:40.663 | Enabling module alias. 2022-02-15 08:59:40.721 | Enabling module dir. 2022-02-15 08:59:40.780 | Enabling module autoindex. 2022-02-15 08:59:40.839 | Enabling module env. 2022-02-15 08:59:40.900 | Enabling module mime. 2022-02-15 08:59:40.959 | Enabling module negotiation. 2022-02-15 08:59:41.018 | Enabling module setenvif. 2022-02-15 08:59:41.077 | Enabling module filter. 2022-02-15 08:59:41.136 | Enabling module deflate. 2022-02-15 08:59:41.195 | Enabling module status. 2022-02-15 08:59:41.254 | Enabling module reqtimeout. 2022-02-15 08:59:41.316 | Enabling conf charset. 2022-02-15 08:59:41.375 | Enabling conf localized-error-pages. 2022-02-15 08:59:41.436 | Enabling conf other-vhosts-access-log. 2022-02-15 08:59:41.495 | Enabling conf security. 2022-02-15 08:59:41.554 | Enabling conf serve-cgi-bin. 2022-02-15 08:59:41.614 | Enabling site 000-default. 2022-02-15 08:59:41.666 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2022-02-15 08:59:41.722 | Enabling conf javascript-common. 2022-02-15 08:59:41.981 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2022-02-15 08:59:42.568 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2022-02-15 08:59:45.234 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2022-02-15 08:59:45.247 | Setting up python3-pcp (5.0.3-1) ... 2022-02-15 08:59:45.554 | Setting up libgvc6 (2.42.2-3build2) ... 2022-02-15 08:59:45.577 | Setting up librbd1 (15.2.14-0ubuntu0.20.04.2) ... 2022-02-15 08:59:45.583 | Setting up libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.9) ... 2022-02-15 08:59:45.595 | Setting up libiscsi7:amd64 (1.18.0-2) ... 2022-02-15 08:59:45.601 | Setting up postgresql-server-dev-all (214ubuntu0.1) ... 2022-02-15 08:59:45.606 | Setting up qemu-block-extra:amd64 (1:4.2-3ubuntu6.19) ... 2022-02-15 08:59:45.612 | Setting up graphviz (2.42.2-3build2) ... 2022-02-15 08:59:45.620 | Setting up pcp (5.0.3-1) ... 2022-02-15 08:59:45.966 | Created symlink /etc/systemd/system/multi-user.target.wants/pmcd.service → /lib/systemd/system/pmcd.service. 2022-02-15 08:59:46.381 | Created symlink /etc/systemd/system/multi-user.target.wants/pmlogger.service → /lib/systemd/system/pmlogger.service. 2022-02-15 08:59:46.806 | Created symlink /etc/systemd/system/multi-user.target.wants/pmie.service → /lib/systemd/system/pmie.service. 2022-02-15 08:59:47.231 | Created symlink /etc/systemd/system/multi-user.target.wants/pmproxy.service → /lib/systemd/system/pmproxy.service. 2022-02-15 09:00:03.434 | Setting up qemu-utils (1:4.2-3ubuntu6.19) ... 2022-02-15 09:00:03.443 | Setting up systemd (245.4-4ubuntu3.15) ... 2022-02-15 09:00:03.453 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2022-02-15 09:00:04.632 | Setting up dh-autoreconf (19) ... 2022-02-15 09:00:04.638 | Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... 2022-02-15 09:00:05.450 | Setting up systemd-sysv (245.4-4ubuntu3.15) ... 2022-02-15 09:00:05.458 | Setting up libnss-systemd:amd64 (245.4-4ubuntu3.15) ... 2022-02-15 09:00:05.465 | Setting up debhelper (12.10ubuntu1) ... 2022-02-15 09:00:05.471 | Setting up libpam-systemd:amd64 (245.4-4ubuntu3.15) ... 2022-02-15 09:00:05.777 | Setting up apache2-dev (2.4.41-4ubuntu3.9) ... 2022-02-15 09:00:05.783 | Processing triggers for mime-support (3.64ubuntu1) ... 2022-02-15 09:00:05.807 | Processing triggers for initramfs-tools (0.136ubuntu6.4) ... 2022-02-15 09:00:05.879 | update-initramfs: Generating /boot/initrd.img-5.4.0-72-generic 2022-02-15 09:00:18.762 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-02-15 09:00:18.786 | Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ... 2022-02-15 09:00:19.187 | Processing triggers for ufw (0.36-6) ... 2022-02-15 09:00:19.350 | Processing triggers for man-db (2.9.1-1) ... 2022-02-15 09:00:46.138 | Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2022-02-15 09:00:46.154 | Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2022-02-15 09:00:53.167 | ++ functions-common:apt_get:1118 : result=0 2022-02-15 09:00:53.169 | ++ functions-common:apt_get:1121 : time_stop apt-get 2022-02-15 09:00:53.172 | ++ functions-common:time_stop:2309 : local name 2022-02-15 09:00:53.174 | ++ functions-common:time_stop:2310 : local end_time 2022-02-15 09:00:53.176 | ++ functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:00:53.178 | ++ functions-common:time_stop:2312 : local total 2022-02-15 09:00:53.180 | ++ functions-common:time_stop:2313 : local start_time 2022-02-15 09:00:53.182 | ++ functions-common:time_stop:2315 : name=apt-get 2022-02-15 09:00:53.184 | ++ functions-common:time_stop:2316 : start_time=1644915465018 2022-02-15 09:00:53.186 | ++ functions-common:time_stop:2318 : [[ -z 1644915465018 ]] 2022-02-15 09:00:53.189 | +++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:00:53.193 | ++ functions-common:time_stop:2321 : end_time=1644915653191 2022-02-15 09:00:53.195 | ++ functions-common:time_stop:2322 : elapsed_time=188173 2022-02-15 09:00:53.197 | ++ functions-common:time_stop:2323 : total=722 2022-02-15 09:00:53.200 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:00:53.202 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=188895 2022-02-15 09:00:53.204 | ++ functions-common:apt_get:1122 : return 0 2022-02-15 09:00:53.207 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-02-15 09:00:53.209 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-02-15 09:00:53.211 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-02-15 09:00:53.216 | ++ tools/install_prereqs.sh:source:89 : date 2022-02-15 09:00:53.220 | + ./stack.sh:main:772 : [[ False != \T\r\u\e ]] 2022-02-15 09:00:53.222 | + ./stack.sh:main:773 : PYPI_ALTERNATIVE_URL= 2022-02-15 09:00:53.225 | + ./stack.sh:main:773 : /home/ubuntu/devstack/tools/install_pip.sh 2022-02-15 09:00:54.526 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-02-15 09:00:54.529 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-02-15 09:00:54.531 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-02-15 09:00:54.533 | + tools/install_pip.sh:main:43 : GetDistro 2022-02-15 09:00:54.535 | + functions-common:GetDistro:373 : GetOSVersion 2022-02-15 09:00:54.537 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2022-02-15 09:00:54.539 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2022-02-15 09:00:54.541 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2022-02-15 09:00:54.543 | + functions-common:_ensure_lsb_release:328 : return 2022-02-15 09:00:54.546 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2022-02-15 09:00:54.615 | + functions-common:GetOSVersion:352 : os_RELEASE=20.04 2022-02-15 09:00:54.617 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2022-02-15 09:00:54.683 | + functions-common:GetOSVersion:353 : os_CODENAME=focal 2022-02-15 09:00:54.686 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2022-02-15 09:00:54.751 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2022-02-15 09:00:54.753 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-02-15 09:00:54.755 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2022-02-15 09:00:54.756 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2022-02-15 09:00:54.758 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2022-02-15 09:00:54.760 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2022-02-15 09:00:54.762 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2022-02-15 09:00:54.764 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2022-02-15 09:00:54.766 | + functions-common:GetDistro:378 : DISTRO=focal 2022-02-15 09:00:54.768 | + functions-common:GetDistro:422 : typeset -xr DISTRO 2022-02-15 09:00:54.769 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-02-15 09:00:54.770 | Distro: focal 2022-02-15 09:00:54.772 | + tools/install_pip.sh:main:124 : get_versions 2022-02-15 09:00:54.774 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-02-15 09:00:54.778 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-02-15 09:00:54.779 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-02-15 09:00:54.782 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-02-15 09:00:54.782 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-02-15 09:00:55.375 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-02-15 09:00:55.377 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-02-15 09:00:55.377 | pip: 21.3.1 2022-02-15 09:00:55.379 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-02-15 09:00:55.380 | + tools/install_pip.sh:main:130 : is_fedora 2022-02-15 09:00:55.382 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-02-15 09:00:55.384 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-02-15 09:00:55.385 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-02-15 09:00:55.387 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-15 09:00:55.389 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-15 09:00:55.391 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-02-15 09:00:55.392 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-02-15 09:00:55.394 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-02-15 09:00:55.396 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-02-15 09:00:55.398 | + tools/install_pip.sh:main:142 : install_get_pip 2022-02-15 09:00:55.399 | + tools/install_pip.sh:install_get_pip:60 : [[ 3.8 = \3\.\6 ]] 2022-02-15 09:00:55.401 | + tools/install_pip.sh:install_get_pip:64 : _pip_url=https://bootstrap.pypa.io/get-pip.py 2022-02-15 09:00:55.404 | ++ tools/install_pip.sh:install_get_pip:65 : basename https://bootstrap.pypa.io/get-pip.py 2022-02-15 09:00:55.407 | + tools/install_pip.sh:install_get_pip:65 : _local_pip=/home/ubuntu/devstack/files/get-pip.py 2022-02-15 09:00:55.409 | + tools/install_pip.sh:install_get_pip:71 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2022-02-15 09:00:55.411 | + tools/install_pip.sh:install_get_pip:88 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2022-02-15 09:00:55.412 | + tools/install_pip.sh:install_get_pip:91 : local timecond= 2022-02-15 09:00:55.414 | + tools/install_pip.sh:install_get_pip:92 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2022-02-15 09:00:55.416 | + tools/install_pip.sh:install_get_pip:96 : curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2022-02-15 09:00:55.432 | % Total % Received % Xferd Average Speed Time Time Time Current 2022-02-15 09:00:55.432 | Dload Upload Total Spent Left Speed 2022-02-15 09:00:55.730 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2548k 100 2548k 0 0 8552k 0 --:--:-- --:--:-- --:--:-- 8552k 2022-02-15 09:00:55.735 | + tools/install_pip.sh:install_get_pip:99 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2022-02-15 09:00:55.738 | + tools/install_pip.sh:install_get_pip:101 : sudo -H -E python3.8 /home/ubuntu/devstack/files/get-pip.py 2022-02-15 09:00:59.026 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:00:59.026 | from cryptography.utils import int_from_bytes 2022-02-15 09:00:59.026 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:00:59.026 | from cryptography.utils import int_from_bytes 2022-02-15 09:00:59.486 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:00:59.512 | warning: missing-index-doctype 2022-02-15 09:00:59.513 | 2022-02-15 09:00:59.513 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:00:59.513 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pip/ 2022-02-15 09:00:59.513 | 2022-02-15 09:00:59.513 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:00:59.513 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:00:59.635 | Collecting pip 2022-02-15 09:00:59.650 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c14/6f331f0805c77/pip-22.0.3-py3-none-any.whl (2.1 MB) 2022-02-15 09:00:59.692 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 59.1 MB/s eta 0:00:00 2022-02-15 09:00:59.744 | warning: missing-index-doctype 2022-02-15 09:00:59.744 | 2022-02-15 09:00:59.744 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:00:59.744 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/setuptools/ 2022-02-15 09:00:59.744 | 2022-02-15 09:00:59.744 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:00:59.744 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:01:00.295 | Collecting setuptools 2022-02-15 09:01:00.308 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d18/1db00651bce52/setuptools-60.9.0-py3-none-any.whl (1.1 MB) 2022-02-15 09:01:00.329 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 70.1 MB/s eta 0:00:00 2022-02-15 09:01:01.950 | Installing collected packages: setuptools, pip 2022-02-15 09:01:02.637 | Attempting uninstall: pip 2022-02-15 09:01:02.639 | Found existing installation: pip 21.3.1 2022-02-15 09:01:02.921 | Uninstalling pip-21.3.1: 2022-02-15 09:01:02.954 | Successfully uninstalled pip-21.3.1 2022-02-15 09:01:05.034 | Successfully installed pip-22.0.3 setuptools-60.9.0 2022-02-15 09:01:05.034 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:01:05.315 | + tools/install_pip.sh:main:145 : set -x 2022-02-15 09:01:05.317 | + tools/install_pip.sh:main:149 : pip_install_gr setuptools 2022-02-15 09:01:05.318 | + inc/python:pip_install_gr:76 : local name=setuptools 2022-02-15 09:01:05.320 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-15 09:01:05.322 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2022-02-15 09:01:05.325 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2022-02-15 09:01:05.326 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-15 09:01:05.329 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2022-02-15 09:01:05.329 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-15 09:01:05.333 | ++ inc/python:get_from_global_requirements:227 : required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 ' 2022-02-15 09:01:05.334 | ++ inc/python:get_from_global_requirements:228 : [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 == '' ]] 2022-02-15 09:01:05.336 | ++ inc/python:get_from_global_requirements:231 : echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-02-15 09:01:05.338 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-02-15 09:01:05.340 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-02-15 09:01:05.356 | Using python 3.8 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2022-02-15 09:01:05.358 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-02-15 09:01:06.171 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:01:06.171 | from cryptography.utils import int_from_bytes 2022-02-15 09:01:06.171 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:01:06.171 | from cryptography.utils import int_from_bytes 2022-02-15 09:01:07.451 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:01:07.507 | warning: missing-index-doctype 2022-02-15 09:01:07.507 | 2022-02-15 09:01:07.507 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:01:07.507 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/setuptools/ 2022-02-15 09:01:07.507 | 2022-02-15 09:01:07.507 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:01:07.507 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:01:08.675 | Collecting setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2022-02-15 09:01:08.686 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a49/230977aa6cfb9/setuptools-57.4.0-py3-none-any.whl (819 kB) 2022-02-15 09:01:08.707 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.0/819.0 KB 54.4 MB/s eta 0:00:00 2022-02-15 09:01:10.344 | Installing collected packages: setuptools 2022-02-15 09:01:10.345 | Attempting uninstall: setuptools 2022-02-15 09:01:10.347 | Found existing installation: setuptools 60.9.0 2022-02-15 09:01:10.500 | Uninstalling setuptools-60.9.0: 2022-02-15 09:01:10.752 | Successfully uninstalled setuptools-60.9.0 2022-02-15 09:01:11.478 | Successfully installed setuptools-57.4.0 2022-02-15 09:01:11.478 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:01:11.630 | + inc/python:pip_install:200 : result=0 2022-02-15 09:01:11.632 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:01:11.634 | + functions-common:time_stop:2309 : local name 2022-02-15 09:01:11.636 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:01:11.638 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:01:11.640 | + functions-common:time_stop:2312 : local total 2022-02-15 09:01:11.641 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:01:11.643 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:01:11.645 | + functions-common:time_stop:2316 : start_time=1644915665352 2022-02-15 09:01:11.646 | + functions-common:time_stop:2318 : [[ -z 1644915665352 ]] 2022-02-15 09:01:11.649 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:01:11.652 | + functions-common:time_stop:2321 : end_time=1644915671650 2022-02-15 09:01:11.654 | + functions-common:time_stop:2322 : elapsed_time=6298 2022-02-15 09:01:11.656 | + functions-common:time_stop:2323 : total=0 2022-02-15 09:01:11.657 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:01:11.659 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=6298 2022-02-15 09:01:11.661 | + inc/python:pip_install:203 : return 0 2022-02-15 09:01:11.663 | + tools/install_pip.sh:main:151 : get_versions 2022-02-15 09:01:11.665 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-02-15 09:01:11.669 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-02-15 09:01:11.671 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-02-15 09:01:11.674 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-02-15 09:01:11.674 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-02-15 09:01:12.410 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=22.0.3 2022-02-15 09:01:12.412 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 22.0.3' 2022-02-15 09:01:12.412 | pip: 22.0.3 2022-02-15 09:01:12.415 | + ./stack.sh:main:777 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-02-15 09:01:12.418 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-02-15 09:01:12.421 | + ./stack.sh:main:778 : fixup_all 2022-02-15 09:01:12.423 | + tools/fixup_stuff.sh:fixup_all:175 : fixup_keystone 2022-02-15 09:01:12.426 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2022-02-15 09:01:12.428 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2022-02-15 09:01:12.440 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2022-02-15 09:01:12.441 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2022-02-15 09:01:12.447 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2022-02-15 09:01:12.454 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2022-02-15 09:01:12.456 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2022-02-15 09:01:12.458 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2022-02-15 09:01:12.468 | net.ipv4.ip_local_reserved_ports = 35357,35358 2022-02-15 09:01:12.471 | + tools/fixup_stuff.sh:fixup_all:176 : fixup_ubuntu 2022-02-15 09:01:12.473 | + tools/fixup_stuff.sh:fixup_ubuntu:159 : is_ubuntu 2022-02-15 09:01:12.476 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:01:12.478 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:01:12.482 | + tools/fixup_stuff.sh:fixup_ubuntu:169 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.3.1.egg-info 2022-02-15 09:01:12.496 | + tools/fixup_stuff.sh:fixup_ubuntu:170 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-02-15 09:01:12.512 | + tools/fixup_stuff.sh:fixup_ubuntu:171 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-02-15 09:01:12.524 | + tools/fixup_stuff.sh:fixup_all:177 : fixup_fedora 2022-02-15 09:01:12.527 | + tools/fixup_stuff.sh:fixup_fedora:66 : is_fedora 2022-02-15 09:01:12.530 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-02-15 09:01:12.532 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-02-15 09:01:12.535 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-02-15 09:01:12.537 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-15 09:01:12.539 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-15 09:01:12.541 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-02-15 09:01:12.543 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-02-15 09:01:12.545 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-02-15 09:01:12.547 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-02-15 09:01:12.549 | + tools/fixup_stuff.sh:fixup_fedora:67 : return 2022-02-15 09:01:12.551 | + tools/fixup_stuff.sh:fixup_all:178 : fixup_suse 2022-02-15 09:01:12.553 | + tools/fixup_stuff.sh:fixup_suse:112 : is_suse 2022-02-15 09:01:12.556 | + functions-common:is_suse:462 : is_opensuse 2022-02-15 09:01:12.558 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-15 09:01:12.560 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-15 09:01:12.562 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-15 09:01:12.564 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-15 09:01:12.566 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-15 09:01:12.568 | + tools/fixup_stuff.sh:fixup_suse:113 : return 2022-02-15 09:01:12.571 | + ./stack.sh:main:781 : pip_install -U os-testr 2022-02-15 09:01:12.592 | Using python 3.8 to install os-testr 2022-02-15 09:01:12.594 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-02-15 09:01:13.367 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:01:13.367 | from cryptography.utils import int_from_bytes 2022-02-15 09:01:13.367 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:01:13.367 | from cryptography.utils import int_from_bytes 2022-02-15 09:01:14.590 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:01:15.038 | warning: missing-index-doctype 2022-02-15 09:01:15.038 | 2022-02-15 09:01:15.038 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:01:15.038 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/os-testr/ 2022-02-15 09:01:15.038 | 2022-02-15 09:01:15.038 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:01:15.039 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:01:15.078 | Collecting os-testr 2022-02-15 09:01:15.086 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/785/f04c6c750390d/os_testr-2.0.1-py3-none-any.whl (46 kB) 2022-02-15 09:01:15.093 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.3/46.3 KB 24.1 MB/s eta 0:00:00 2022-02-15 09:01:15.106 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-02-15 09:01:15.118 | warning: missing-index-doctype 2022-02-15 09:01:15.118 | 2022-02-15 09:01:15.118 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:01:15.119 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/stestr/ 2022-02-15 09:01:15.119 | 2022-02-15 09:01:15.119 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:01:15.119 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:01:15.149 | Collecting stestr>=1.0.0 2022-02-15 09:01:15.157 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a31/9580d7aa71f73/stestr-3.2.0-py3-none-any.whl (125 kB) 2022-02-15 09:01:15.165 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.8/125.8 KB 64.6 MB/s eta 0:00:00 2022-02-15 09:01:15.182 | warning: missing-index-doctype 2022-02-15 09:01:15.182 | 2022-02-15 09:01:15.182 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:01:15.182 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/python-subunit/ 2022-02-15 09:01:15.182 | 2022-02-15 09:01:15.182 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:01:15.182 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:01:15.204 | Collecting python-subunit>=1.0.0 2022-02-15 09:01:15.212 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2022-02-15 09:01:15.220 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.1/106.1 KB 64.2 MB/s eta 0:00:00 2022-02-15 09:01:15.225 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.6.0) 2022-02-15 09:01:15.241 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-02-15 09:01:15.267 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.0.0) 2022-02-15 09:01:15.269 | Requirement already satisfied: cliff>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.9.0) 2022-02-15 09:01:15.287 | warning: missing-index-doctype 2022-02-15 09:01:15.287 | 2022-02-15 09:01:15.287 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:01:15.287 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/future/ 2022-02-15 09:01:15.287 | 2022-02-15 09:01:15.287 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:01:15.287 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:01:15.339 | Collecting future 2022-02-15 09:01:15.416 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2022-02-15 09:01:15.436 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 829.2/829.2 KB 57.5 MB/s eta 0:00:00 2022-02-15 09:01:15.634 | Preparing metadata (setup.py): started 2022-02-15 09:01:16.390 | Preparing metadata (setup.py): finished with status 'done' 2022-02-15 09:01:16.397 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.12.1) 2022-02-15 09:01:16.399 | Requirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (5.4.1) 2022-02-15 09:01:16.425 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.4.0) 2022-02-15 09:01:16.427 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.4.0) 2022-02-15 09:01:16.430 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.7.2) 2022-02-15 09:01:16.431 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.1.2) 2022-02-15 09:01:16.433 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.4.7) 2022-02-15 09:01:16.446 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->stestr>=1.0.0->os-testr) (1.16.0) 2022-02-15 09:01:16.518 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (1.8.2) 2022-02-15 09:01:16.519 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.4.4) 2022-02-15 09:01:16.521 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (21.2.0) 2022-02-15 09:01:16.522 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.2.5) 2022-02-15 09:01:16.651 | Building wheels for collected packages: future 2022-02-15 09:01:16.652 | Building wheel for future (setup.py): started 2022-02-15 09:01:17.751 | Building wheel for future (setup.py): finished with status 'done' 2022-02-15 09:01:17.756 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491070 sha256=c246bd6fc0f64dde4361d4c2517caedb9ff4dae5de538ac11742ca31a8985e59 2022-02-15 09:01:17.756 | Stored in directory: /root/.cache/pip/wheels/28/5f/d3/d195feb75503b53c2d3ab6230c977e5755765d711064d2e39f 2022-02-15 09:01:17.764 | Successfully built future 2022-02-15 09:01:19.193 | Installing collected packages: future, python-subunit, stestr, os-testr 2022-02-15 09:01:20.079 | Successfully installed future-0.18.2 os-testr-2.0.1 python-subunit-1.4.0 stestr-3.2.0 2022-02-15 09:01:20.080 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:01:20.267 | + inc/python:pip_install:200 : result=0 2022-02-15 09:01:20.269 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:01:20.271 | + functions-common:time_stop:2309 : local name 2022-02-15 09:01:20.273 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:01:20.275 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:01:20.277 | + functions-common:time_stop:2312 : local total 2022-02-15 09:01:20.280 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:01:20.282 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:01:20.284 | + functions-common:time_stop:2316 : start_time=1644915672586 2022-02-15 09:01:20.286 | + functions-common:time_stop:2318 : [[ -z 1644915672586 ]] 2022-02-15 09:01:20.289 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:01:20.293 | + functions-common:time_stop:2321 : end_time=1644915680290 2022-02-15 09:01:20.296 | + functions-common:time_stop:2322 : elapsed_time=7704 2022-02-15 09:01:20.298 | + functions-common:time_stop:2323 : total=0 2022-02-15 09:01:20.300 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:01:20.302 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=7704 2022-02-15 09:01:20.305 | + inc/python:pip_install:203 : return 0 2022-02-15 09:01:20.308 | + ./stack.sh:main:785 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-02-15 09:01:20.361 | + ./stack.sh:main:786 : sudo systemctl restart systemd-journald 2022-02-15 09:01:20.458 | + ./stack.sh:main:792 : install_infra 2022-02-15 09:01:20.466 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-02-15 09:01:20.468 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-02-15 09:01:20.471 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2022-02-15 09:01:23.659 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-02-15 09:01:23.661 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-02-15 09:01:23.684 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-02-15 09:01:25.637 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-02-15 09:01:25.666 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-02-15 09:01:25.771 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-02-15 09:01:25.884 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-02-15 09:01:26.064 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-02-15 09:01:26.070 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-02-15 09:01:26.141 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-02-15 09:01:26.188 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-02-15 09:01:26.274 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-02-15 09:01:26.359 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:01:26.489 | Collecting pbr===5.6.0 2022-02-15 09:01:26.497 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c68/c661ac5cc8105/pbr-5.6.0-py2.py3-none-any.whl (111 kB) 2022-02-15 09:01:26.553 | Installing collected packages: pbr 2022-02-15 09:01:26.695 | Successfully installed pbr-5.6.0 2022-02-15 09:01:26.758 | + inc/python:pip_install:200 : result=0 2022-02-15 09:01:26.761 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:01:26.763 | + functions-common:time_stop:2309 : local name 2022-02-15 09:01:26.765 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:01:26.767 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:01:26.769 | + functions-common:time_stop:2312 : local total 2022-02-15 09:01:26.771 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:01:26.773 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:01:26.775 | + functions-common:time_stop:2316 : start_time=1644915683677 2022-02-15 09:01:26.777 | + functions-common:time_stop:2318 : [[ -z 1644915683677 ]] 2022-02-15 09:01:26.780 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:01:26.784 | + functions-common:time_stop:2321 : end_time=1644915686782 2022-02-15 09:01:26.786 | + functions-common:time_stop:2322 : elapsed_time=3105 2022-02-15 09:01:26.788 | + functions-common:time_stop:2323 : total=7704 2022-02-15 09:01:26.790 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:01:26.793 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=10809 2022-02-15 09:01:26.795 | + inc/python:pip_install:203 : return 0 2022-02-15 09:01:26.797 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-02-15 09:01:26.800 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-02-15 09:01:26.822 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-02-15 09:01:28.797 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-02-15 09:01:28.827 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-02-15 09:01:28.933 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-02-15 09:01:29.045 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-02-15 09:01:29.231 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-02-15 09:01:29.238 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-02-15 09:01:29.311 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-02-15 09:01:29.359 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-02-15 09:01:29.448 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-02-15 09:01:29.535 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:01:29.538 | Processing /opt/stack/requirements 2022-02-15 09:01:30.899 | Collecting fixtures===3.0.0 2022-02-15 09:01:30.906 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2022-02-15 09:01:31.128 | Collecting PyYAML===5.4.1 2022-02-15 09:01:31.136 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8c1/be557ee92a20f/PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB) 2022-02-15 09:01:31.311 | Collecting requests===2.26.0 2022-02-15 09:01:31.318 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6c1/246513ecd5ecd/requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-02-15 09:01:31.412 | Collecting packaging===21.0 2022-02-15 09:01:31.419 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c86/254f9220d55e3/packaging-21.0-py3-none-any.whl (40 kB) 2022-02-15 09:01:31.484 | Collecting testtools===2.5.0 2022-02-15 09:01:31.491 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/798/525999f053e4d/testtools-2.5.0-py3-none-any.whl (181 kB) 2022-02-15 09:01:31.575 | Collecting idna===3.2 2022-02-15 09:01:31.581 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/144/75042e2849910/idna-3.2-py3-none-any.whl (59 kB) 2022-02-15 09:01:31.720 | Collecting pyparsing===2.4.7 2022-02-15 09:01:31.727 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2022-02-15 09:01:31.778 | Collecting six===1.16.0 2022-02-15 09:01:31.785 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ab/b2f1d86890a2d/six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-02-15 09:01:31.841 | Collecting charset-normalizer===2.0.4 2022-02-15 09:01:31.847 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0c8/911edd15d1922/charset_normalizer-2.0.4-py3-none-any.whl (36 kB) 2022-02-15 09:01:31.882 | Collecting Parsley>=1.2 2022-02-15 09:01:31.889 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-02-15 09:01:31.936 | Collecting beagle>=0.2.1 2022-02-15 09:01:31.943 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl (11 kB) 2022-02-15 09:01:31.969 | Requirement already satisfied: pbr===5.6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (5.6.0) 2022-02-15 09:01:32.023 | Collecting certifi===2021.5.30 2022-02-15 09:01:32.030 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50b/1e4f8446b06f4/certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 2022-02-15 09:01:32.116 | Collecting urllib3===1.26.6 2022-02-15 09:01:32.123 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39f/b8672126159ac/urllib3-1.26.6-py2.py3-none-any.whl (138 kB) 2022-02-15 09:01:32.187 | Collecting extras===1.0.0 2022-02-15 09:01:32.193 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2022-02-15 09:01:32.277 | Collecting cliff===3.9.0 2022-02-15 09:01:32.284 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c0d/02ee970f978be/cliff-3.9.0-py3-none-any.whl (80 kB) 2022-02-15 09:01:32.357 | Collecting prettytable===0.7.2 2022-02-15 09:01:32.364 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2022-02-15 09:01:32.510 | Collecting cmd2===2.1.2 2022-02-15 09:01:32.517 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d96/7708a62d1166c/cmd2-2.1.2-py3-none-any.whl (141 kB) 2022-02-15 09:01:32.665 | Collecting stevedore===3.4.0 2022-02-15 09:01:32.672 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/920/ce6259f0b2498/stevedore-3.4.0-py3-none-any.whl (49 kB) 2022-02-15 09:01:32.723 | Collecting autopage===0.4.0 2022-02-15 09:01:32.731 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9b8/c9c160bfbf3e6/autopage-0.4.0-py3-none-any.whl (20 kB) 2022-02-15 09:01:32.781 | Collecting attrs===21.2.0 2022-02-15 09:01:32.788 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/149/e90d6d8ac20db/attrs-21.2.0-py2.py3-none-any.whl (53 kB) 2022-02-15 09:01:32.887 | Collecting wcwidth===0.2.5 2022-02-15 09:01:32.893 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2022-02-15 09:01:32.946 | Collecting pyperclip===1.8.2 2022-02-15 09:01:32.953 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/767/6e3b8b98bc6fb/pyperclip-1.8.2-py3-none-any.whl (11 kB) 2022-02-15 09:01:33.016 | Collecting colorama===0.4.4 2022-02-15 09:01:33.022 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl (16 kB) 2022-02-15 09:01:33.037 | Building wheels for collected packages: openstack-requirements 2022-02-15 09:01:33.037 | Building wheel for openstack-requirements (setup.py): started 2022-02-15 09:01:33.830 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-02-15 09:01:33.830 | ERROR: Command errored out with exit status 1: 2022-02-15 09:01:33.830 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-e1m5ywjf/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-e1m5ywjf/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-mfd7ewlm 2022-02-15 09:01:33.830 | cwd: /tmp/pip-req-build-e1m5ywjf/ 2022-02-15 09:01:33.830 | Complete output (6 lines): 2022-02-15 09:01:33.830 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-02-15 09:01:33.830 | or: setup.py --help [cmd1 cmd2 ...] 2022-02-15 09:01:33.830 | or: setup.py --help-commands 2022-02-15 09:01:33.830 | or: setup.py cmd --help 2022-02-15 09:01:33.830 | 2022-02-15 09:01:33.830 | error: invalid command 'bdist_wheel' 2022-02-15 09:01:33.830 | ---------------------------------------- 2022-02-15 09:01:33.830 | ERROR: Failed building wheel for openstack-requirements 2022-02-15 09:01:33.831 | Running setup.py clean for openstack-requirements 2022-02-15 09:01:34.633 | Failed to build openstack-requirements 2022-02-15 09:01:34.861 | Installing collected packages: certifi, attrs, six, extras, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, charset-normalizer, requests, pyparsing, pyperclip, colorama, cmd2, stevedore, autopage, cliff, packaging, Parsley, beagle, openstack-requirements 2022-02-15 09:01:36.733 | Running setup.py install for openstack-requirements: started 2022-02-15 09:01:39.046 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-02-15 09:01:39.079 | Successfully installed Parsley-1.3 PyYAML-5.4.1 attrs-21.2.0 autopage-0.4.0 beagle-0.3.0 certifi-2021.5.30 charset-normalizer-2.0.4 cliff-3.9.0 cmd2-2.1.2 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 idna-3.2 openstack-requirements-1.2.1.dev4957 packaging-21.0 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.2 requests-2.26.0 six-1.16.0 stevedore-3.4.0 testtools-2.5.0 urllib3-1.26.6 wcwidth-0.2.5 2022-02-15 09:01:39.215 | + inc/python:pip_install:200 : result=0 2022-02-15 09:01:39.217 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:01:39.219 | + functions-common:time_stop:2309 : local name 2022-02-15 09:01:39.221 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:01:39.223 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:01:39.225 | + functions-common:time_stop:2312 : local total 2022-02-15 09:01:39.228 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:01:39.230 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:01:39.232 | + functions-common:time_stop:2316 : start_time=1644915686815 2022-02-15 09:01:39.234 | + functions-common:time_stop:2318 : [[ -z 1644915686815 ]] 2022-02-15 09:01:39.237 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:01:39.240 | + functions-common:time_stop:2321 : end_time=1644915699238 2022-02-15 09:01:39.242 | + functions-common:time_stop:2322 : elapsed_time=12423 2022-02-15 09:01:39.245 | + functions-common:time_stop:2323 : total=10809 2022-02-15 09:01:39.247 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:01:39.249 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=23232 2022-02-15 09:01:39.251 | + inc/python:pip_install:203 : return 0 2022-02-15 09:01:39.254 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-02-15 09:01:39.256 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-02-15 09:01:39.259 | + inc/python:use_library_from_git:250 : local name=pbr 2022-02-15 09:01:39.262 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:01:39.264 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:01:39.266 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-02-15 09:01:39.269 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:01:39.271 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-02-15 09:01:39.291 | Using python 3.8 to install pbr 2022-02-15 09:01:39.293 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-02-15 09:01:40.077 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:01:40.077 | from cryptography.utils import int_from_bytes 2022-02-15 09:01:40.077 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:01:40.078 | from cryptography.utils import int_from_bytes 2022-02-15 09:01:41.305 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:01:41.315 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.6.0) 2022-02-15 09:01:41.340 | warning: missing-index-doctype 2022-02-15 09:01:41.340 | 2022-02-15 09:01:41.340 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:01:41.340 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pbr/ 2022-02-15 09:01:41.340 | 2022-02-15 09:01:41.340 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:01:41.341 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:01:42.999 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:01:43.135 | + inc/python:pip_install:200 : result=0 2022-02-15 09:01:43.137 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:01:43.139 | + functions-common:time_stop:2309 : local name 2022-02-15 09:01:43.141 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:01:43.143 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:01:43.145 | + functions-common:time_stop:2312 : local total 2022-02-15 09:01:43.147 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:01:43.150 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:01:43.152 | + functions-common:time_stop:2316 : start_time=1644915699285 2022-02-15 09:01:43.154 | + functions-common:time_stop:2318 : [[ -z 1644915699285 ]] 2022-02-15 09:01:43.157 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:01:43.160 | + functions-common:time_stop:2321 : end_time=1644915703158 2022-02-15 09:01:43.162 | + functions-common:time_stop:2322 : elapsed_time=3873 2022-02-15 09:01:43.165 | + functions-common:time_stop:2323 : total=23232 2022-02-15 09:01:43.167 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:01:43.169 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=27105 2022-02-15 09:01:43.171 | + inc/python:pip_install:203 : return 0 2022-02-15 09:01:43.173 | + ./stack.sh:main:795 : python3 -m venv /opt/stack/bindep-venv 2022-02-15 09:01:46.346 | + ./stack.sh:main:797 : /opt/stack/bindep-venv/bin/pip install bindep 2022-02-15 09:01:48.127 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:01:48.628 | Collecting bindep 2022-02-15 09:01:48.635 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/81f/df1ef59c504c3/bindep-2.10.2-py2.py3-none-any.whl (33 kB) 2022-02-15 09:01:48.682 | Collecting Parsley 2022-02-15 09:01:48.689 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-02-15 09:01:49.049 | Collecting distro 2022-02-15 09:01:49.055 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c87/13330ab31a034/distro-1.6.0-py2.py3-none-any.whl (19 kB) 2022-02-15 09:01:49.139 | Collecting packaging; python_version >= "3.6" 2022-02-15 09:01:49.146 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB) 2022-02-15 09:01:49.293 | Collecting pbr>=2.0.0 2022-02-15 09:01:49.301 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/271/08648368782d0/pbr-5.8.1-py2.py3-none-any.whl (113 kB) 2022-02-15 09:01:49.495 | Collecting pyparsing!=3.0.5,>=2.0.2 2022-02-15 09:01:49.502 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a6c/06a88f252e6c3/pyparsing-3.0.7-py3-none-any.whl (98 kB) 2022-02-15 09:01:49.551 | Installing collected packages: Parsley, distro, pyparsing, packaging, pbr, bindep 2022-02-15 09:01:50.167 | Successfully installed Parsley-1.3 bindep-2.10.2 distro-1.6.0 packaging-21.3 pbr-5.8.1 pyparsing-3.0.7 2022-02-15 09:01:50.251 | + ./stack.sh:main:798 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-02-15 09:01:50.254 | + ./stack.sh:main:798 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-02-15 09:01:50.257 | ++ ./stack.sh:main:801 : _get_plugin_bindep_packages 2022-02-15 09:01:50.274 | + ./stack.sh:main:801 : pkgs= 2022-02-15 09:01:50.278 | + ./stack.sh:main:802 : [[ -n '' ]] 2022-02-15 09:01:50.280 | + ./stack.sh:main:809 : run_phase stack pre-install 2022-02-15 09:01:50.285 | + functions-common:run_phase:1737 : local mode=stack 2022-02-15 09:01:50.287 | + functions-common:run_phase:1738 : local phase=pre-install 2022-02-15 09:01:50.289 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-15 09:01:50.292 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-02-15 09:01:50.294 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-15 09:01:50.297 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-02-15 09:01:50.299 | + functions-common:run_phase:1747 : local extra 2022-02-15 09:01:50.302 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-15 09:01:50.306 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-02-15 09:01:50.309 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-15 09:01:50.311 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-15 09:01:50.314 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-02-15 09:01:50.316 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-15 09:01:50.335 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:01:50.339 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-02-15 09:01:50.342 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-02-15 09:01:50.344 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-02-15 09:01:50.346 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-02-15 09:01:50.348 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-02-15 09:01:50.351 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-02-15 09:01:50.353 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-02-15 09:01:50.356 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-02-15 09:01:50.358 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-02-15 09:01:50.361 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-02-15 09:01:50.364 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-02-15 09:01:50.366 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-02-15 09:01:50.368 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-02-15 09:01:50.371 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2022-02-15 09:01:50.374 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-02-15 09:01:50.376 | + functions-common:run_phase:1764 : run_plugins stack pre-install 2022-02-15 09:01:50.379 | + functions-common:run_plugins:1723 : local mode=stack 2022-02-15 09:01:50.381 | + functions-common:run_plugins:1724 : local phase=pre-install 2022-02-15 09:01:50.383 | + functions-common:run_plugins:1726 : local plugins= 2022-02-15 09:01:50.386 | + functions-common:run_plugins:1727 : local plugin 2022-02-15 09:01:50.389 | + ./stack.sh:main:812 : set_systemd_override DefaultLimitNOFILE 2048 2022-02-15 09:01:50.391 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-02-15 09:01:50.394 | + functions:set_systemd_override:821 : local value=2048 2022-02-15 09:01:50.396 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-02-15 09:01:50.399 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-02-15 09:01:50.452 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-02-15 09:01:50.452 | Set systemd system override for DefaultLimitNOFILE=2048 2022-02-15 09:01:50.455 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-02-15 09:01:50.839 | + ./stack.sh:main:814 : install_rpc_backend 2022-02-15 09:01:50.841 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-02-15 09:01:50.859 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:01:50.862 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-02-15 09:01:50.868 | + functions-common:install_package:1347 : update_package_repo 2022-02-15 09:01:50.872 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-02-15 09:01:50.874 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-02-15 09:01:50.877 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-02-15 09:01:50.887 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-02-15 09:01:50.890 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-02-15 09:01:50.893 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:01:50.896 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:01:50.898 | + functions-common:update_package_repo:1328 : apt_get_update 2022-02-15 09:01:50.901 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-02-15 09:01:50.903 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-02-15 09:01:50.905 | + functions-common:apt_get_update:1074 : return 2022-02-15 09:01:50.907 | + functions-common:install_package:1348 : real_install_package rabbitmq-server 2022-02-15 09:01:50.910 | + functions-common:real_install_package:1333 : is_ubuntu 2022-02-15 09:01:50.912 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:01:50.915 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:01:50.918 | + functions-common:real_install_package:1334 : apt_get install rabbitmq-server 2022-02-15 09:01:50.942 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-02-15 09:01:51.051 | Reading package lists... 2022-02-15 09:01:51.310 | Building dependency tree... 2022-02-15 09:01:51.311 | Reading state information... 2022-02-15 09:01:51.606 | The following packages were automatically installed and are no longer required: 2022-02-15 09:01:51.608 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-15 09:01:51.608 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-15 09:01:51.608 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-15 09:01:51.608 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-15 09:01:51.608 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-15 09:01:51.608 | python3-zope.interface 2022-02-15 09:01:51.608 | Use 'sudo apt autoremove' to remove them. 2022-02-15 09:01:51.608 | The following additional packages will be installed: 2022-02-15 09:01:51.608 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2022-02-15 09:01:51.608 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2022-02-15 09:01:51.608 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2022-02-15 09:01:51.609 | erlang-tools erlang-xmerl locales-all 2022-02-15 09:01:51.611 | Suggested packages: 2022-02-15 09:01:51.611 | erlang erlang-manpages erlang-doc 2022-02-15 09:01:51.688 | The following NEW packages will be installed: 2022-02-15 09:01:51.688 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2022-02-15 09:01:51.688 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2022-02-15 09:01:51.688 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2022-02-15 09:01:51.690 | erlang-tools erlang-xmerl locales-all rabbitmq-server 2022-02-15 09:01:51.849 | 0 upgraded, 19 newly installed, 0 to remove and 115 not upgraded. 2022-02-15 09:01:51.850 | Need to get 38.1 MB of archives. 2022-02-15 09:01:51.850 | After this operation, 276 MB of additional disk space will be used. 2022-02-15 09:01:51.850 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-base amd64 1:22.2.7+dfsg-1 [8,063 kB] 2022-02-15 09:01:52.864 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-asn1 amd64 1:22.2.7+dfsg-1 [712 kB] 2022-02-15 09:01:52.966 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-crypto amd64 1:22.2.7+dfsg-1 [137 kB] 2022-02-15 09:01:53.036 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-public-key amd64 1:22.2.7+dfsg-1 [567 kB] 2022-02-15 09:01:53.045 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-mnesia amd64 1:22.2.7+dfsg-1 [716 kB] 2022-02-15 09:01:53.453 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-runtime-tools amd64 1:22.2.7+dfsg-1 [182 kB] 2022-02-15 09:01:53.476 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ssl amd64 1:22.2.7+dfsg-1 [1,103 kB] 2022-02-15 09:01:53.494 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-eldap amd64 1:22.2.7+dfsg-1 [99.7 kB] 2022-02-15 09:01:53.496 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ftp amd64 1:22.2.7+dfsg-1 [68.8 kB] 2022-02-15 09:01:53.497 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tftp amd64 1:22.2.7+dfsg-1 [84.6 kB] 2022-02-15 09:01:53.526 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-inets amd64 1:22.2.7+dfsg-1 [577 kB] 2022-02-15 09:01:53.535 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-snmp amd64 1:22.2.7+dfsg-1 [1,538 kB] 2022-02-15 09:01:53.663 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-os-mon amd64 1:22.2.7+dfsg-1 [81.2 kB] 2022-02-15 09:01:53.762 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-parsetools amd64 1:22.2.7+dfsg-1 [151 kB] 2022-02-15 09:01:53.765 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-syntax-tools amd64 1:22.2.7+dfsg-1 [344 kB] 2022-02-15 09:01:53.811 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tools amd64 1:22.2.7+dfsg-1 [499 kB] 2022-02-15 09:01:53.867 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-xmerl amd64 1:22.2.7+dfsg-1 [1,113 kB] 2022-02-15 09:01:54.023 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 locales-all amd64 2.31-0ubuntu9.2 [10.6 MB] 2022-02-15 09:01:55.771 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rabbitmq-server all 3.8.2-0ubuntu1.3 [11.5 MB] 2022-02-15 09:01:58.233 | Fetched 38.1 MB in 6s (6,428 kB/s) 2022-02-15 09:01:58.266 | Selecting previously unselected package erlang-base. 2022-02-15 09:01:58.319 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81597 files and directories currently installed.) 2022-02-15 09:01:58.324 | Preparing to unpack .../00-erlang-base_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-15 09:01:58.326 | Unpacking erlang-base (1:22.2.7+dfsg-1) ... 2022-02-15 09:01:59.441 | Selecting previously unselected package erlang-asn1. 2022-02-15 09:01:59.450 | Preparing to unpack .../01-erlang-asn1_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-15 09:01:59.452 | Unpacking erlang-asn1 (1:22.2.7+dfsg-1) ... 2022-02-15 09:01:59.569 | Selecting previously unselected package erlang-crypto. 2022-02-15 09:01:59.578 | Preparing to unpack .../02-erlang-crypto_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-15 09:01:59.580 | Unpacking erlang-crypto (1:22.2.7+dfsg-1) ... 2022-02-15 09:01:59.627 | Selecting previously unselected package erlang-public-key. 2022-02-15 09:01:59.636 | Preparing to unpack .../03-erlang-public-key_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-15 09:01:59.638 | Unpacking erlang-public-key (1:22.2.7+dfsg-1) ... 2022-02-15 09:01:59.739 | Selecting previously unselected package erlang-mnesia. 2022-02-15 09:01:59.748 | Preparing to unpack .../04-erlang-mnesia_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-15 09:01:59.750 | Unpacking erlang-mnesia (1:22.2.7+dfsg-1) ... 2022-02-15 09:01:59.863 | Selecting previously unselected package erlang-runtime-tools. 2022-02-15 09:01:59.872 | Preparing to unpack .../05-erlang-runtime-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-15 09:01:59.874 | Unpacking erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2022-02-15 09:01:59.931 | Selecting previously unselected package erlang-ssl. 2022-02-15 09:01:59.940 | Preparing to unpack .../06-erlang-ssl_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-15 09:01:59.942 | Unpacking erlang-ssl (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:00.115 | Selecting previously unselected package erlang-eldap. 2022-02-15 09:02:00.125 | Preparing to unpack .../07-erlang-eldap_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-15 09:02:00.128 | Unpacking erlang-eldap (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:00.169 | Selecting previously unselected package erlang-ftp. 2022-02-15 09:02:00.178 | Preparing to unpack .../08-erlang-ftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-15 09:02:00.181 | Unpacking erlang-ftp (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:00.216 | Selecting previously unselected package erlang-tftp. 2022-02-15 09:02:00.225 | Preparing to unpack .../09-erlang-tftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-15 09:02:00.227 | Unpacking erlang-tftp (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:00.273 | Selecting previously unselected package erlang-inets. 2022-02-15 09:02:00.283 | Preparing to unpack .../10-erlang-inets_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-15 09:02:00.285 | Unpacking erlang-inets (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:00.398 | Selecting previously unselected package erlang-snmp. 2022-02-15 09:02:00.408 | Preparing to unpack .../11-erlang-snmp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-15 09:02:00.410 | Unpacking erlang-snmp (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:00.670 | Selecting previously unselected package erlang-os-mon. 2022-02-15 09:02:00.679 | Preparing to unpack .../12-erlang-os-mon_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-15 09:02:00.682 | Unpacking erlang-os-mon (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:00.720 | Selecting previously unselected package erlang-parsetools. 2022-02-15 09:02:00.731 | Preparing to unpack .../13-erlang-parsetools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-15 09:02:00.733 | Unpacking erlang-parsetools (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:00.780 | Selecting previously unselected package erlang-syntax-tools. 2022-02-15 09:02:00.788 | Preparing to unpack .../14-erlang-syntax-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-15 09:02:00.791 | Unpacking erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:00.869 | Selecting previously unselected package erlang-tools. 2022-02-15 09:02:00.877 | Preparing to unpack .../15-erlang-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-15 09:02:00.880 | Unpacking erlang-tools (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:00.985 | Selecting previously unselected package erlang-xmerl. 2022-02-15 09:02:00.995 | Preparing to unpack .../16-erlang-xmerl_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-15 09:02:00.997 | Unpacking erlang-xmerl (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:01.194 | Selecting previously unselected package locales-all. 2022-02-15 09:02:01.204 | Preparing to unpack .../17-locales-all_2.31-0ubuntu9.2_amd64.deb ... 2022-02-15 09:02:01.206 | Unpacking locales-all (2.31-0ubuntu9.2) ... 2022-02-15 09:02:06.545 | Selecting previously unselected package rabbitmq-server. 2022-02-15 09:02:06.557 | Preparing to unpack .../18-rabbitmq-server_3.8.2-0ubuntu1.3_all.deb ... 2022-02-15 09:02:06.559 | Unpacking rabbitmq-server (3.8.2-0ubuntu1.3) ... 2022-02-15 09:02:07.781 | Setting up erlang-base (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:08.193 | Created symlink /etc/systemd/system/multi-user.target.wants/epmd.service → /lib/systemd/system/epmd.service. 2022-02-15 09:02:08.193 | Created symlink /etc/systemd/system/sockets.target.wants/epmd.socket → /lib/systemd/system/epmd.socket. 2022-02-15 09:02:12.832 | Searching for services which depend on erlang and should be started... none found. 2022-02-15 09:02:12.838 | Setting up erlang-xmerl (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:12.844 | Setting up erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:12.851 | Setting up locales-all (2.31-0ubuntu9.2) ... 2022-02-15 09:02:12.861 | Setting up erlang-parsetools (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:12.867 | Setting up erlang-asn1 (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:12.874 | Setting up erlang-tftp (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:12.881 | Setting up erlang-mnesia (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:12.888 | Setting up erlang-crypto (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:12.896 | Setting up erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:12.905 | Setting up erlang-tools (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:12.912 | Setting up erlang-snmp (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:12.918 | Setting up erlang-public-key (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:12.925 | Setting up erlang-ssl (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:12.931 | Setting up erlang-os-mon (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:12.937 | Setting up erlang-eldap (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:12.943 | Setting up erlang-ftp (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:12.950 | Setting up erlang-inets (1:22.2.7+dfsg-1) ... 2022-02-15 09:02:12.956 | Setting up rabbitmq-server (3.8.2-0ubuntu1.3) ... 2022-02-15 09:02:13.052 | Adding group `rabbitmq' (GID 125) ... 2022-02-15 09:02:13.065 | Done. 2022-02-15 09:02:13.157 | Adding system user `rabbitmq' (UID 117) ... 2022-02-15 09:02:13.157 | Adding new user `rabbitmq' (UID 117) with group `rabbitmq' ... 2022-02-15 09:02:13.195 | Not creating home directory `/var/lib/rabbitmq'. 2022-02-15 09:02:13.487 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2022-02-15 09:02:20.156 | Processing triggers for man-db (2.9.1-1) ... 2022-02-15 09:02:20.794 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-15 09:02:28.332 | + functions-common:apt_get:1118 : result=0 2022-02-15 09:02:28.334 | + functions-common:apt_get:1121 : time_stop apt-get 2022-02-15 09:02:28.337 | + functions-common:time_stop:2309 : local name 2022-02-15 09:02:28.339 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:02:28.341 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:02:28.343 | + functions-common:time_stop:2312 : local total 2022-02-15 09:02:28.346 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:02:28.348 | + functions-common:time_stop:2315 : name=apt-get 2022-02-15 09:02:28.350 | + functions-common:time_stop:2316 : start_time=1644915710939 2022-02-15 09:02:28.353 | + functions-common:time_stop:2318 : [[ -z 1644915710939 ]] 2022-02-15 09:02:28.356 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:02:28.360 | + functions-common:time_stop:2321 : end_time=1644915748358 2022-02-15 09:02:28.363 | + functions-common:time_stop:2322 : elapsed_time=37419 2022-02-15 09:02:28.365 | + functions-common:time_stop:2323 : total=188895 2022-02-15 09:02:28.368 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:02:28.370 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=226314 2022-02-15 09:02:28.372 | + functions-common:apt_get:1122 : return 0 2022-02-15 09:02:28.375 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-02-15 09:02:28.377 | + functions-common:is_suse:462 : is_opensuse 2022-02-15 09:02:28.379 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-15 09:02:28.381 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-15 09:02:28.384 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-15 09:02:28.387 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-15 09:02:28.390 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-15 09:02:28.392 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-02-15 09:02:28.394 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-02-15 09:02:28.396 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-02-15 09:02:28.399 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-02-15 09:02:28.401 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-15 09:02:28.404 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-15 09:02:28.406 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-02-15 09:02:28.408 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-02-15 09:02:28.410 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-02-15 09:02:28.412 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-02-15 09:02:28.415 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-02-15 09:02:28.418 | + functions-common:is_suse:462 : is_opensuse 2022-02-15 09:02:28.420 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-15 09:02:28.422 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-15 09:02:28.425 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-15 09:02:28.427 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-15 09:02:28.430 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-15 09:02:28.432 | + ./stack.sh:main:815 : restart_rpc_backend 2022-02-15 09:02:28.436 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-02-15 09:02:28.456 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:02:28.458 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-02-15 09:02:28.461 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:02:28.463 | + ./stack.sh:echo_summary:432 : echo -e Starting RabbitMQ 2022-02-15 09:02:28.465 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-02-15 09:02:28.468 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-02-15 09:02:28.473 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-02-15 09:02:28.475 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-02-15 09:02:28.478 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-02-15 09:02:28.480 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-02-15 09:02:28.482 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-02-15 09:02:28.484 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-02-15 09:02:28.487 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-02-15 09:02:29.271 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-02-15 09:02:29.271 | user tags 2022-02-15 09:02:29.271 | guest [administrator]' 2022-02-15 09:02:29.275 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-02-15 09:02:29.275 | user tags 2022-02-15 09:02:29.275 | guest [administrator]' 2022-02-15 09:02:29.276 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-02-15 09:02:29.282 | + lib/rpc_backend:rabbit_setuser:176 : found= 2022-02-15 09:02:29.285 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2022-02-15 09:02:29.289 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2022-02-15 09:02:29.989 | Adding user "stackrabbit" ... 2022-02-15 09:02:30.014 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-02-15 09:02:30.715 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-02-15 09:02:30.739 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-02-15 09:02:30.742 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-02-15 09:02:31.498 | Changing password for user "stackrabbit" ... 2022-02-15 09:02:31.521 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-02-15 09:02:31.524 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-02-15 09:02:31.526 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-02-15 09:02:32.296 | Deleting user "guest" ... 2022-02-15 09:02:32.319 | + ./stack.sh:main:817 : is_service_enabled mysql postgresql 2022-02-15 09:02:32.339 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:02:32.342 | + ./stack.sh:main:818 : install_database 2022-02-15 09:02:32.344 | + lib/database:install_database:116 : install_database_mysql 2022-02-15 09:02:32.346 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2022-02-15 09:02:32.349 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:02:32.351 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:02:32.354 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2022-02-15 09:02:32.571 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-02-15 09:02:32.574 | + lib/databases/mysql:install_database_mysql:164 : cat 2022-02-15 09:02:32.578 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-02-15 09:02:32.580 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:02:32.583 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:02:32.586 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2022-02-15 09:02:32.588 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2022-02-15 09:02:32.590 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2022-02-15 09:02:32.594 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2022-02-15 09:02:32.597 | + functions-common:is_oraclelinux:434 : [[ -z Ubuntu ]] 2022-02-15 09:02:32.599 | + functions-common:is_oraclelinux:438 : '[' Ubuntu = OracleServer ']' 2022-02-15 09:02:32.601 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2022-02-15 09:02:32.605 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-02-15 09:02:32.607 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-02-15 09:02:32.609 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-02-15 09:02:32.612 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-15 09:02:32.614 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-15 09:02:32.616 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-02-15 09:02:32.619 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-02-15 09:02:32.621 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-02-15 09:02:32.623 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-02-15 09:02:32.626 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2022-02-15 09:02:32.628 | + functions-common:is_suse:462 : is_opensuse 2022-02-15 09:02:32.630 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-15 09:02:32.633 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-15 09:02:32.636 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-15 09:02:32.638 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-15 09:02:32.641 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-15 09:02:32.643 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2022-02-15 09:02:32.645 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:02:32.648 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:02:32.651 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2022-02-15 09:02:32.653 | + functions-common:install_package:1347 : update_package_repo 2022-02-15 09:02:32.655 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-02-15 09:02:32.658 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-02-15 09:02:32.661 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-02-15 09:02:32.664 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-02-15 09:02:32.667 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-02-15 09:02:32.669 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:02:32.671 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:02:32.673 | + functions-common:update_package_repo:1328 : apt_get_update 2022-02-15 09:02:32.676 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-02-15 09:02:32.678 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-02-15 09:02:32.680 | + functions-common:apt_get_update:1074 : return 2022-02-15 09:02:32.683 | + functions-common:install_package:1348 : real_install_package mysql-server 2022-02-15 09:02:32.685 | + functions-common:real_install_package:1333 : is_ubuntu 2022-02-15 09:02:32.687 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:02:32.689 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:02:32.692 | + functions-common:real_install_package:1334 : apt_get install mysql-server 2022-02-15 09:02:32.714 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-02-15 09:02:32.828 | Reading package lists... 2022-02-15 09:02:33.182 | Building dependency tree... 2022-02-15 09:02:33.183 | Reading state information... 2022-02-15 09:02:33.452 | The following packages were automatically installed and are no longer required: 2022-02-15 09:02:33.453 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-15 09:02:33.453 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-15 09:02:33.453 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-15 09:02:33.453 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-15 09:02:33.453 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-15 09:02:33.453 | python3-zope.interface 2022-02-15 09:02:33.453 | Use 'sudo apt autoremove' to remove them. 2022-02-15 09:02:33.453 | The following additional packages will be installed: 2022-02-15 09:02:33.453 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2022-02-15 09:02:33.454 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2022-02-15 09:02:33.454 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2022-02-15 09:02:33.454 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2022-02-15 09:02:33.454 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2022-02-15 09:02:33.454 | mysql-server-8.0 mysql-server-core-8.0 2022-02-15 09:02:33.455 | Suggested packages: 2022-02-15 09:02:33.455 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2022-02-15 09:02:33.535 | The following NEW packages will be installed: 2022-02-15 09:02:33.535 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2022-02-15 09:02:33.535 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2022-02-15 09:02:33.535 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2022-02-15 09:02:33.535 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2022-02-15 09:02:33.535 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2022-02-15 09:02:33.535 | mysql-server mysql-server-8.0 mysql-server-core-8.0 2022-02-15 09:02:33.787 | 0 upgraded, 24 newly installed, 0 to remove and 115 not upgraded. 2022-02-15 09:02:33.787 | Need to get 31.4 MB of archives. 2022-02-15 09:02:33.787 | After this operation, 262 MB of additional disk space will be used. 2022-02-15 09:02:33.787 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-core-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [4,429 kB] 2022-02-15 09:02:36.439 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [22.0 kB] 2022-02-15 09:02:36.676 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libevent-core-2.1-7 amd64 2.1.11-stable-1 [89.1 kB] 2022-02-15 09:02:36.682 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libevent-pthreads-2.1-7 amd64 2.1.11-stable-1 [7,372 B] 2022-02-15 09:02:36.683 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmecab2 amd64 0.996-10build1 [233 kB] 2022-02-15 09:02:36.688 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-core-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [18.0 MB] 2022-02-15 09:02:44.657 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [1,271 kB] 2022-02-15 09:02:45.178 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB] 2022-02-15 09:02:45.179 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB] 2022-02-15 09:02:45.403 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB] 2022-02-15 09:02:45.406 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-pm-perl all 4.46-1 [186 kB] 2022-02-15 09:02:45.413 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfcgi-perl amd64 0.79-1 [33.1 kB] 2022-02-15 09:02:45.417 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB] 2022-02-15 09:02:45.420 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2022-02-15 09:02:45.423 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2022-02-15 09:02:45.438 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB] 2022-02-15 09:02:45.448 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9,920 B] 2022-02-15 09:02:45.450 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2022-02-15 09:02:45.564 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB] 2022-02-15 09:02:45.569 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB] 2022-02-15 09:02:45.590 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-utils amd64 0.996-10build1 [4,912 B] 2022-02-15 09:02:45.590 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-ipadic all 2.7.0-20070801+main-2.1 [6,714 kB] 2022-02-15 09:02:47.916 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-ipadic-utf8 all 2.7.0-20070801+main-2.1 [4,380 B] 2022-02-15 09:02:47.916 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server all 8.0.28-0ubuntu0.20.04.3 [9,544 B] 2022-02-15 09:02:48.427 | Preconfiguring packages ... 2022-02-15 09:02:48.561 | Fetched 31.4 MB in 14s (2,188 kB/s) 2022-02-15 09:02:48.593 | Selecting previously unselected package mysql-client-core-8.0. 2022-02-15 09:02:48.651 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90053 files and directories currently installed.) 2022-02-15 09:02:48.655 | Preparing to unpack .../00-mysql-client-core-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-15 09:02:48.658 | Unpacking mysql-client-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-15 09:02:49.651 | Selecting previously unselected package mysql-client-8.0. 2022-02-15 09:02:49.660 | Preparing to unpack .../01-mysql-client-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-15 09:02:49.663 | Unpacking mysql-client-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-15 09:02:49.696 | Selecting previously unselected package libevent-core-2.1-7:amd64. 2022-02-15 09:02:49.705 | Preparing to unpack .../02-libevent-core-2.1-7_2.1.11-stable-1_amd64.deb ... 2022-02-15 09:02:49.710 | Unpacking libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2022-02-15 09:02:49.752 | Selecting previously unselected package libevent-pthreads-2.1-7:amd64. 2022-02-15 09:02:49.762 | Preparing to unpack .../03-libevent-pthreads-2.1-7_2.1.11-stable-1_amd64.deb ... 2022-02-15 09:02:49.764 | Unpacking libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2022-02-15 09:02:49.794 | Selecting previously unselected package libmecab2:amd64. 2022-02-15 09:02:49.804 | Preparing to unpack .../04-libmecab2_0.996-10build1_amd64.deb ... 2022-02-15 09:02:49.807 | Unpacking libmecab2:amd64 (0.996-10build1) ... 2022-02-15 09:02:49.874 | Selecting previously unselected package mysql-server-core-8.0. 2022-02-15 09:02:49.885 | Preparing to unpack .../05-mysql-server-core-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-15 09:02:49.887 | Unpacking mysql-server-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-15 09:02:52.862 | Selecting previously unselected package mysql-server-8.0. 2022-02-15 09:02:52.872 | Preparing to unpack .../06-mysql-server-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-15 09:02:53.327 | Unpacking mysql-server-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-15 09:02:53.392 | Selecting previously unselected package libhtml-tagset-perl. 2022-02-15 09:02:53.401 | Preparing to unpack .../07-libhtml-tagset-perl_3.20-4_all.deb ... 2022-02-15 09:02:53.403 | Unpacking libhtml-tagset-perl (3.20-4) ... 2022-02-15 09:02:53.431 | Selecting previously unselected package liburi-perl. 2022-02-15 09:02:53.441 | Preparing to unpack .../08-liburi-perl_1.76-2_all.deb ... 2022-02-15 09:02:53.444 | Unpacking liburi-perl (1.76-2) ... 2022-02-15 09:02:53.490 | Selecting previously unselected package libhtml-parser-perl. 2022-02-15 09:02:53.500 | Preparing to unpack .../09-libhtml-parser-perl_3.72-5_amd64.deb ... 2022-02-15 09:02:53.502 | Unpacking libhtml-parser-perl (3.72-5) ... 2022-02-15 09:02:53.549 | Selecting previously unselected package libcgi-pm-perl. 2022-02-15 09:02:53.559 | Preparing to unpack .../10-libcgi-pm-perl_4.46-1_all.deb ... 2022-02-15 09:02:53.561 | Unpacking libcgi-pm-perl (4.46-1) ... 2022-02-15 09:02:53.622 | Selecting previously unselected package libfcgi-perl. 2022-02-15 09:02:53.633 | Preparing to unpack .../11-libfcgi-perl_0.79-1_amd64.deb ... 2022-02-15 09:02:53.635 | Unpacking libfcgi-perl (0.79-1) ... 2022-02-15 09:02:53.668 | Selecting previously unselected package libcgi-fast-perl. 2022-02-15 09:02:53.678 | Preparing to unpack .../12-libcgi-fast-perl_1%3a2.15-1_all.deb ... 2022-02-15 09:02:53.680 | Unpacking libcgi-fast-perl (1:2.15-1) ... 2022-02-15 09:02:53.711 | Selecting previously unselected package libencode-locale-perl. 2022-02-15 09:02:53.721 | Preparing to unpack .../13-libencode-locale-perl_1.05-1_all.deb ... 2022-02-15 09:02:53.723 | Unpacking libencode-locale-perl (1.05-1) ... 2022-02-15 09:02:53.751 | Selecting previously unselected package libhtml-template-perl. 2022-02-15 09:02:53.761 | Preparing to unpack .../14-libhtml-template-perl_2.97-1_all.deb ... 2022-02-15 09:02:53.764 | Unpacking libhtml-template-perl (2.97-1) ... 2022-02-15 09:02:53.799 | Selecting previously unselected package libtimedate-perl. 2022-02-15 09:02:53.809 | Preparing to unpack .../15-libtimedate-perl_2.3200-1_all.deb ... 2022-02-15 09:02:53.811 | Unpacking libtimedate-perl (2.3200-1) ... 2022-02-15 09:02:53.851 | Selecting previously unselected package libhttp-date-perl. 2022-02-15 09:02:53.862 | Preparing to unpack .../16-libhttp-date-perl_6.05-1_all.deb ... 2022-02-15 09:02:53.864 | Unpacking libhttp-date-perl (6.05-1) ... 2022-02-15 09:02:53.893 | Selecting previously unselected package libio-html-perl. 2022-02-15 09:02:53.904 | Preparing to unpack .../17-libio-html-perl_1.001-1_all.deb ... 2022-02-15 09:02:53.906 | Unpacking libio-html-perl (1.001-1) ... 2022-02-15 09:02:53.934 | Selecting previously unselected package liblwp-mediatypes-perl. 2022-02-15 09:02:53.944 | Preparing to unpack .../18-liblwp-mediatypes-perl_6.04-1_all.deb ... 2022-02-15 09:02:53.947 | Unpacking liblwp-mediatypes-perl (6.04-1) ... 2022-02-15 09:02:53.976 | Selecting previously unselected package libhttp-message-perl. 2022-02-15 09:02:53.985 | Preparing to unpack .../19-libhttp-message-perl_6.22-1_all.deb ... 2022-02-15 09:02:53.987 | Unpacking libhttp-message-perl (6.22-1) ... 2022-02-15 09:02:54.027 | Selecting previously unselected package mecab-utils. 2022-02-15 09:02:54.037 | Preparing to unpack .../20-mecab-utils_0.996-10build1_amd64.deb ... 2022-02-15 09:02:54.039 | Unpacking mecab-utils (0.996-10build1) ... 2022-02-15 09:02:54.070 | Selecting previously unselected package mecab-ipadic. 2022-02-15 09:02:54.079 | Preparing to unpack .../21-mecab-ipadic_2.7.0-20070801+main-2.1_all.deb ... 2022-02-15 09:02:54.081 | Unpacking mecab-ipadic (2.7.0-20070801+main-2.1) ... 2022-02-15 09:02:55.370 | Selecting previously unselected package mecab-ipadic-utf8. 2022-02-15 09:02:55.380 | Preparing to unpack .../22-mecab-ipadic-utf8_2.7.0-20070801+main-2.1_all.deb ... 2022-02-15 09:02:55.383 | Unpacking mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2022-02-15 09:02:55.408 | Selecting previously unselected package mysql-server. 2022-02-15 09:02:55.418 | Preparing to unpack .../23-mysql-server_8.0.28-0ubuntu0.20.04.3_all.deb ... 2022-02-15 09:02:55.420 | Unpacking mysql-server (8.0.28-0ubuntu0.20.04.3) ... 2022-02-15 09:02:55.473 | Setting up libmecab2:amd64 (0.996-10build1) ... 2022-02-15 09:02:55.481 | Setting up mysql-client-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-15 09:02:55.486 | Setting up libhtml-tagset-perl (3.20-4) ... 2022-02-15 09:02:55.492 | Setting up liblwp-mediatypes-perl (6.04-1) ... 2022-02-15 09:02:55.497 | Setting up libencode-locale-perl (1.05-1) ... 2022-02-15 09:02:55.502 | Setting up mecab-utils (0.996-10build1) ... 2022-02-15 09:02:55.508 | Setting up libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2022-02-15 09:02:55.514 | Setting up libio-html-perl (1.001-1) ... 2022-02-15 09:02:55.520 | Setting up libtimedate-perl (2.3200-1) ... 2022-02-15 09:02:55.525 | Setting up mysql-client-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-15 09:02:55.531 | Setting up libfcgi-perl (0.79-1) ... 2022-02-15 09:02:55.537 | Setting up liburi-perl (1.76-2) ... 2022-02-15 09:02:55.543 | Setting up libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2022-02-15 09:02:55.548 | Setting up libhttp-date-perl (6.05-1) ... 2022-02-15 09:02:55.555 | Setting up mecab-ipadic (2.7.0-20070801+main-2.1) ... 2022-02-15 09:02:55.560 | Compiling IPA dictionary for Mecab. This takes long time... 2022-02-15 09:02:55.563 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2022-02-15 09:02:55.563 | emitting double-array: 9% |### | emitting double-array: 18% |####### | emitting double-array: 27% |########### | emitting double-array: 36% |############### | emitting double-array: 45% |################### | emitting double-array: 54% |####################### | emitting double-array: 63% |########################### | emitting double-array: 72% |############################### | emitting double-array: 81% |################################### | emitting double-array: 90% |####################################### | emitting double-array: 100% |###########################################| 2022-02-15 09:02:55.563 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2022-02-15 09:02:55.564 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2022-02-15 09:02:55.704 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2022-02-15 09:02:55.704 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2022-02-15 09:02:55.704 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2022-02-15 09:02:55.704 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2022-02-15 09:02:55.712 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2022-02-15 09:02:55.800 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2022-02-15 09:02:55.801 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2022-02-15 09:02:55.801 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2022-02-15 09:02:55.828 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2022-02-15 09:02:55.873 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2022-02-15 09:02:56.166 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2022-02-15 09:02:56.172 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2022-02-15 09:02:56.262 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2022-02-15 09:02:56.263 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2022-02-15 09:02:56.263 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2022-02-15 09:02:56.263 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2022-02-15 09:02:56.267 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2022-02-15 09:02:56.267 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2022-02-15 09:02:56.312 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2022-02-15 09:02:56.512 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2022-02-15 09:02:56.512 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2022-02-15 09:02:56.513 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2022-02-15 09:02:56.513 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2022-02-15 09:02:56.515 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2022-02-15 09:02:56.516 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2022-02-15 09:02:56.945 | emitting double-array: 0% | | emitting double-array: 1% | | emitting double-array: 2% | | emitting double-array: 3% |# | emitting double-array: 4% |# | emitting double-array: 5% |## | emitting double-array: 6% |## | emitting double-array: 7% |### | emitting double-array: 8% |### | emitting double-array: 9% |### | emitting double-array: 10% |#### | emitting double-array: 11% |#### | emitting double-array: 12% |##### | emitting double-array: 13% |##### | emitting double-array: 14% |###### | emitting double-array: 15% |###### | emitting double-array: 16% |###### | emitting double-array: 17% |####### | emitting double-array: 18% |####### | emitting double-array: 19% |######## | emitting double-array: 20% |######## | emitting double-array: 21% |######### | emitting double-array: 22% |######### | emitting double-array: 23% |######### | emitting double-array: 24% |########## | emitting double-array: 25% |########## | emitting double-array: 26% |########### | emitting double-array: 27% |########### | emitting double-array: 28% |############ | emitting double-array: 29% |############ | emitting double-array: 30% |############ | emitting double-array: 31% |############# | emitting double-array: 32% |############# | emitting double-array: 33% |############## | emitting double-array: 34% |############## | emitting double-array: 35% |############### | emitting double-array: 36% |############### | emitting double-array: 37% |############### | emitting double-array: 38% |################ | emitting double-array: 39% |################ | emitting double-array: 40% |################# | emitting double-array: 41% |################# | emitting double-array: 42% |################## | emitting double-array: 43% |################## | emitting double-array: 44% |################## | emitting double-array: 45% |################### | emitting double-array: 46% |################### | emitting double-array: 47% |#################### | emitting double-array: 48% |#################### | emitting double-array: 49% |##################### | emitting double-array: 50% |##################### | emitting double-array: 51% |##################### | emitting double-array: 52% |###################### | emitting double-array: 53% |###################### | emitting double-array: 54% |####################### | emitting double-array: 55% |####################### | emitting double-array: 56% |######################## | emitting double-array: 57% |######################## | emitting double-array: 58% |######################## | emitting double-array: 59% |######################### | emitting double-array: 60% |######################### | emitting double-array: 61% |########################## | emitting double-array: 62% |########################## | emitting double-array: 63% |########################### | emitting double-array: 64% |########################### | emitting double-array: 65% |########################### | emitting double-array: 66% |############################ | emitting double-array: 67% |############################ | emitting double-array: 68% |############################# | emitting double-array: 69% |############################# | emitting double-array: 70% |############################## | emitting double-array: 71% |############################## | emitting double-array: 72% |############################## | emitting double-array: 73% |############################### | emitting double-array: 74% |############################### | emitting double-array: 75% |################################ | emitting double-array: 76% |################################ | emitting double-array: 77% |################################# | emitting double-array: 78% |################################# | emitting double-array: 79% |################################# | emitting double-array: 80% |################################## | emitting double-array: 81% |################################## | emitting double-array: 82% |################################### | emitting double-array: 83% |################################### | emitting double-array: 84% |#################################### | emitting double-array: 85% |#################################### | emitting double-array: 86% |#################################### | emitting double-array: 87% |##################################### | emitting double-array: 88% |##################################### | emitting double-array: 89% |###################################### | emitting double-array: 90% |###################################### | emitting double-array: 91% |####################################### | emitting double-array: 92% |####################################### | emitting double-array: 93% |####################################### | emitting double-array: 94% |######################################## | emitting double-array: 95% |######################################## | emitting double-array: 96% |######################################### | emitting double-array: 97% |######################################### | emitting double-array: 98% |########################################## | emitting double-array: 99% |########################################## | emitting double-array: 100% |###########################################| 2022-02-15 09:02:57.064 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2022-02-15 09:02:57.384 | emitting matrix : 0% | | emitting matrix : 1% | | emitting matrix : 2% | | emitting matrix : 3% |# | emitting matrix : 4% |# | emitting matrix : 5% |## | emitting matrix : 6% |## | emitting matrix : 7% |### | emitting matrix : 8% |### | emitting matrix : 9% |### | emitting matrix : 10% |#### | emitting matrix : 11% |#### | emitting matrix : 12% |##### | emitting matrix : 13% |##### | emitting matrix : 14% |###### | emitting matrix : 15% |###### | emitting matrix : 16% |###### | emitting matrix : 17% |####### | emitting matrix : 18% |####### | emitting matrix : 19% |######## | emitting matrix : 20% |######## | emitting matrix : 21% |######### | emitting matrix : 22% |######### | emitting matrix : 23% |######### | emitting matrix : 24% |########## | emitting matrix : 25% |########## | emitting matrix : 26% |########### | emitting matrix : 27% |########### | emitting matrix : 28% |############ | emitting matrix : 29% |############ | emitting matrix : 30% |############ | emitting matrix : 31% |############# | emitting matrix : 32% |############# | emitting matrix : 33% |############## | emitting matrix : 34% |############## | emitting matrix : 35% |############### | emitting matrix : 36% |############### | emitting matrix : 37% |############### | emitting matrix : 38% |################ | emitting matrix : 39% |################ | emitting matrix : 40% |################# | emitting matrix : 41% |################# | emitting matrix : 42% |################## | emitting matrix : 43% |################## | emitting matrix : 44% |################## | emitting matrix : 45% |################### | emitting matrix : 46% |################### | emitting matrix : 47% |#################### | emitting matrix : 48% |#################### | emitting matrix : 49% |##################### | emitting matrix : 50% |##################### | emitting matrix : 51% |##################### | emitting matrix : 52% |###################### | emitting matrix : 53% |###################### | emitting matrix : 54% |####################### | emitting matrix : 55% |####################### | emitting matrix : 56% |######################## | emitting matrix : 57% |######################## | emitting matrix : 58% |######################## | emitting matrix : 59% |######################### | emitting matrix : 60% |######################### | emitting matrix : 61% |########################## | emitting matrix : 62% |########################## | emitting matrix : 63% |########################### | emitting matrix : 64% |########################### | emitting matrix : 65% |########################### | emitting matrix : 66% |############################ | emitting matrix : 67% |############################ | emitting matrix : 68% |############################# | emitting matrix : 69% |############################# | emitting matrix : 70% |############################## | emitting matrix : 71% |############################## | emitting matrix : 72% |############################## | emitting matrix : 73% |############################### | emitting matrix : 74% |############################### | emitting matrix : 75% |################################ | emitting matrix : 76% |################################ | emitting matrix : 77% |################################# | emitting matrix : 78% |################################# | emitting matrix : 79% |################################# | emitting matrix : 80% |################################## | emitting matrix : 81% |################################## | emitting matrix : 82% |################################### | emitting matrix : 83% |################################### | emitting matrix : 84% |#################################### | emitting matrix : 85% |#################################### | emitting matrix : 86% |#################################### | emitting matrix : 87% |##################################### | emitting matrix : 88% |##################################### | emitting matrix : 89% |###################################### | emitting matrix : 90% |###################################### | emitting matrix : 91% |####################################### | emitting matrix : 92% |####################################### | emitting matrix : 93% |####################################### | emitting matrix : 94% |######################################## | emitting matrix : 95% |######################################## | emitting matrix : 96% |######################################### | emitting matrix : 97% |######################################### | emitting matrix : 98% |########################################## | emitting matrix : 99% |########################################## | emitting matrix : 100% |###########################################| 2022-02-15 09:02:57.388 | 2022-02-15 09:02:57.388 | done! 2022-02-15 09:02:57.395 | update-alternatives: using /var/lib/mecab/dic/ipadic to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2022-02-15 09:02:57.404 | Setting up mysql-server-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-15 09:02:57.411 | Setting up mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2022-02-15 09:02:57.417 | Compiling IPA dictionary for Mecab. This takes long time... 2022-02-15 09:02:57.439 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2022-02-15 09:02:57.440 | emitting double-array: 9% |### | emitting double-array: 18% |####### | emitting double-array: 27% |########### | emitting double-array: 36% |############### | emitting double-array: 45% |################### | emitting double-array: 54% |####################### | emitting double-array: 63% |########################### | emitting double-array: 72% |############################### | emitting double-array: 81% |################################### | emitting double-array: 90% |####################################### | emitting double-array: 100% |###########################################| 2022-02-15 09:02:57.440 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2022-02-15 09:02:57.440 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2022-02-15 09:02:57.670 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2022-02-15 09:02:57.670 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2022-02-15 09:02:57.671 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2022-02-15 09:02:57.672 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2022-02-15 09:02:57.691 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2022-02-15 09:02:57.924 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2022-02-15 09:02:57.925 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2022-02-15 09:02:57.926 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2022-02-15 09:02:57.995 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2022-02-15 09:02:58.119 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2022-02-15 09:02:58.762 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2022-02-15 09:02:58.772 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2022-02-15 09:02:58.883 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2022-02-15 09:02:58.883 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2022-02-15 09:02:58.883 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2022-02-15 09:02:58.884 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2022-02-15 09:02:58.889 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2022-02-15 09:02:58.889 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2022-02-15 09:02:58.979 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2022-02-15 09:02:59.283 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2022-02-15 09:02:59.283 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2022-02-15 09:02:59.284 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2022-02-15 09:02:59.285 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2022-02-15 09:02:59.289 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2022-02-15 09:02:59.289 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2022-02-15 09:02:59.852 | emitting double-array: 0% | | emitting double-array: 1% | | emitting double-array: 2% | | emitting double-array: 3% |# | emitting double-array: 4% |# | emitting double-array: 5% |## | emitting double-array: 6% |## | emitting double-array: 7% |### | emitting double-array: 8% |### | emitting double-array: 9% |### | emitting double-array: 10% |#### | emitting double-array: 11% |#### | emitting double-array: 12% |##### | emitting double-array: 13% |##### | emitting double-array: 14% |###### | emitting double-array: 15% |###### | emitting double-array: 16% |###### | emitting double-array: 17% |####### | emitting double-array: 18% |####### | emitting double-array: 19% |######## | emitting double-array: 20% |######## | emitting double-array: 21% |######### | emitting double-array: 22% |######### | emitting double-array: 23% |######### | emitting double-array: 24% |########## | emitting double-array: 25% |########## | emitting double-array: 26% |########### | emitting double-array: 27% |########### | emitting double-array: 28% |############ | emitting double-array: 29% |############ | emitting double-array: 30% |############ | emitting double-array: 31% |############# | emitting double-array: 32% |############# | emitting double-array: 33% |############## | emitting double-array: 34% |############## | emitting double-array: 35% |############### | emitting double-array: 36% |############### | emitting double-array: 37% |############### | emitting double-array: 38% |################ | emitting double-array: 39% |################ | emitting double-array: 40% |################# | emitting double-array: 41% |################# | emitting double-array: 42% |################## | emitting double-array: 43% |################## | emitting double-array: 44% |################## | emitting double-array: 45% |################### | emitting double-array: 46% |################### | emitting double-array: 47% |#################### | emitting double-array: 48% |#################### | emitting double-array: 49% |##################### | emitting double-array: 50% |##################### | emitting double-array: 51% |##################### | emitting double-array: 52% |###################### | emitting double-array: 53% |###################### | emitting double-array: 54% |####################### | emitting double-array: 55% |####################### | emitting double-array: 56% |######################## | emitting double-array: 57% |######################## | emitting double-array: 58% |######################## | emitting double-array: 59% |######################### | emitting double-array: 60% |######################### | emitting double-array: 61% |########################## | emitting double-array: 62% |########################## | emitting double-array: 63% |########################### | emitting double-array: 64% |########################### | emitting double-array: 65% |########################### | emitting double-array: 66% |############################ | emitting double-array: 67% |############################ | emitting double-array: 68% |############################# | emitting double-array: 69% |############################# | emitting double-array: 70% |############################## | emitting double-array: 71% |############################## | emitting double-array: 72% |############################## | emitting double-array: 73% |############################### | emitting double-array: 74% |############################### | emitting double-array: 75% |################################ | emitting double-array: 76% |################################ | emitting double-array: 77% |################################# | emitting double-array: 78% |################################# | emitting double-array: 79% |################################# | emitting double-array: 80% |################################## | emitting double-array: 81% |################################## | emitting double-array: 82% |################################### | emitting double-array: 83% |################################### | emitting double-array: 84% |#################################### | emitting double-array: 85% |#################################### | emitting double-array: 86% |#################################### | emitting double-array: 87% |##################################### | emitting double-array: 88% |##################################### | emitting double-array: 89% |###################################### | emitting double-array: 90% |###################################### | emitting double-array: 91% |####################################### | emitting double-array: 92% |####################################### | emitting double-array: 93% |####################################### | emitting double-array: 94% |######################################## | emitting double-array: 95% |######################################## | emitting double-array: 96% |######################################### | emitting double-array: 97% |######################################### | emitting double-array: 98% |########################################## | emitting double-array: 99% |########################################## | emitting double-array: 100% |###########################################| 2022-02-15 09:03:00.003 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2022-02-15 09:03:00.350 | emitting matrix : 0% | | emitting matrix : 1% | | emitting matrix : 2% | | emitting matrix : 3% |# | emitting matrix : 4% |# | emitting matrix : 5% |## | emitting matrix : 6% |## | emitting matrix : 7% |### | emitting matrix : 8% |### | emitting matrix : 9% |### | emitting matrix : 10% |#### | emitting matrix : 11% |#### | emitting matrix : 12% |##### | emitting matrix : 13% |##### | emitting matrix : 14% |###### | emitting matrix : 15% |###### | emitting matrix : 16% |###### | emitting matrix : 17% |####### | emitting matrix : 18% |####### | emitting matrix : 19% |######## | emitting matrix : 20% |######## | emitting matrix : 21% |######### | emitting matrix : 22% |######### | emitting matrix : 23% |######### | emitting matrix : 24% |########## | emitting matrix : 25% |########## | emitting matrix : 26% |########### | emitting matrix : 27% |########### | emitting matrix : 28% |############ | emitting matrix : 29% |############ | emitting matrix : 30% |############ | emitting matrix : 31% |############# | emitting matrix : 32% |############# | emitting matrix : 33% |############## | emitting matrix : 34% |############## | emitting matrix : 35% |############### | emitting matrix : 36% |############### | emitting matrix : 37% |############### | emitting matrix : 38% |################ | emitting matrix : 39% |################ | emitting matrix : 40% |################# | emitting matrix : 41% |################# | emitting matrix : 42% |################## | emitting matrix : 43% |################## | emitting matrix : 44% |################## | emitting matrix : 45% |################### | emitting matrix : 46% |################### | emitting matrix : 47% |#################### | emitting matrix : 48% |#################### | emitting matrix : 49% |##################### | emitting matrix : 50% |##################### | emitting matrix : 51% |##################### | emitting matrix : 52% |###################### | emitting matrix : 53% |###################### | emitting matrix : 54% |####################### | emitting matrix : 55% |####################### | emitting matrix : 56% |######################## | emitting matrix : 57% |######################## | emitting matrix : 58% |######################## | emitting matrix : 59% |######################### | emitting matrix : 60% |######################### | emitting matrix : 61% |########################## | emitting matrix : 62% |########################## | emitting matrix : 63% |########################### | emitting matrix : 64% |########################### | emitting matrix : 65% |########################### | emitting matrix : 66% |############################ | emitting matrix : 67% |############################ | emitting matrix : 68% |############################# | emitting matrix : 69% |############################# | emitting matrix : 70% |############################## | emitting matrix : 71% |############################## | emitting matrix : 72% |############################## | emitting matrix : 73% |############################### | emitting matrix : 74% |############################### | emitting matrix : 75% |################################ | emitting matrix : 76% |################################ | emitting matrix : 77% |################################# | emitting matrix : 78% |################################# | emitting matrix : 79% |################################# | emitting matrix : 80% |################################## | emitting matrix : 81% |################################## | emitting matrix : 82% |################################### | emitting matrix : 83% |################################### | emitting matrix : 84% |#################################### | emitting matrix : 85% |#################################### | emitting matrix : 86% |#################################### | emitting matrix : 87% |##################################### | emitting matrix : 88% |##################################### | emitting matrix : 89% |###################################### | emitting matrix : 90% |###################################### | emitting matrix : 91% |####################################### | emitting matrix : 92% |####################################### | emitting matrix : 93% |####################################### | emitting matrix : 94% |######################################## | emitting matrix : 95% |######################################## | emitting matrix : 96% |######################################### | emitting matrix : 97% |######################################### | emitting matrix : 98% |########################################## | emitting matrix : 99% |########################################## | emitting matrix : 100% |###########################################| 2022-02-15 09:03:00.354 | 2022-02-15 09:03:00.354 | done! 2022-02-15 09:03:00.361 | update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2022-02-15 09:03:00.366 | Setting up libhtml-parser-perl (3.72-5) ... 2022-02-15 09:03:00.371 | Setting up libhttp-message-perl (6.22-1) ... 2022-02-15 09:03:00.376 | Setting up mysql-server-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-15 09:03:01.046 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2022-02-15 09:03:01.077 | Renaming removed key_buffer and myisam-recover options (if present) 2022-02-15 09:03:09.288 | mysqld will log errors to /var/log/mysql/error.log 2022-02-15 09:03:09.957 | mysqld is running as pid 56236 2022-02-15 09:03:12.780 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2022-02-15 09:03:14.873 | Setting up libcgi-pm-perl (4.46-1) ... 2022-02-15 09:03:14.879 | Setting up libhtml-template-perl (2.97-1) ... 2022-02-15 09:03:14.885 | Setting up mysql-server (8.0.28-0ubuntu0.20.04.3) ... 2022-02-15 09:03:14.891 | Setting up libcgi-fast-perl (1:2.15-1) ... 2022-02-15 09:03:14.898 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-15 09:03:15.252 | Processing triggers for man-db (2.9.1-1) ... 2022-02-15 09:03:17.019 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-02-15 09:03:24.372 | + functions-common:apt_get:1118 : result=0 2022-02-15 09:03:24.375 | + functions-common:apt_get:1121 : time_stop apt-get 2022-02-15 09:03:24.377 | + functions-common:time_stop:2309 : local name 2022-02-15 09:03:24.379 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:03:24.381 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:03:24.384 | + functions-common:time_stop:2312 : local total 2022-02-15 09:03:24.386 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:03:24.389 | + functions-common:time_stop:2315 : name=apt-get 2022-02-15 09:03:24.391 | + functions-common:time_stop:2316 : start_time=1644915752711 2022-02-15 09:03:24.394 | + functions-common:time_stop:2318 : [[ -z 1644915752711 ]] 2022-02-15 09:03:24.398 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:03:24.404 | + functions-common:time_stop:2321 : end_time=1644915804400 2022-02-15 09:03:24.405 | + functions-common:time_stop:2322 : elapsed_time=51689 2022-02-15 09:03:24.408 | + functions-common:time_stop:2323 : total=226314 2022-02-15 09:03:24.410 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:03:24.413 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=278003 2022-02-15 09:03:24.415 | + functions-common:apt_get:1122 : return 0 2022-02-15 09:03:24.418 | + ./stack.sh:main:820 : '[' -n mysql ']' 2022-02-15 09:03:24.421 | + ./stack.sh:main:821 : install_database_python 2022-02-15 09:03:24.426 | + lib/database:install_database_python:121 : install_database_python_mysql 2022-02-15 09:03:24.430 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2022-02-15 09:03:24.432 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-02-15 09:03:24.435 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-15 09:03:24.438 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-02-15 09:03:24.441 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2022-02-15 09:03:24.444 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-15 09:03:24.448 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-02-15 09:03:24.449 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-15 09:03:24.454 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2022-02-15 09:03:24.457 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2022-02-15 09:03:24.459 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2022-02-15 09:03:24.462 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-02-15 09:03:24.465 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-02-15 09:03:24.488 | Using python 3.8 to install PyMySQL 2022-02-15 09:03:24.490 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-02-15 09:03:25.305 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:03:25.305 | from cryptography.utils import int_from_bytes 2022-02-15 09:03:25.305 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:03:25.305 | from cryptography.utils import int_from_bytes 2022-02-15 09:03:26.536 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:03:26.576 | warning: missing-index-doctype 2022-02-15 09:03:26.576 | 2022-02-15 09:03:26.576 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:03:26.577 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pymysql/ 2022-02-15 09:03:26.577 | 2022-02-15 09:03:26.577 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:03:26.577 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:03:26.631 | Collecting PyMySQL 2022-02-15 09:03:26.641 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/c3a0c5013d5f0/PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2022-02-15 09:03:26.648 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.8/43.8 KB 39.5 MB/s eta 0:00:00 2022-02-15 09:03:28.247 | Installing collected packages: PyMySQL 2022-02-15 09:03:28.378 | Successfully installed PyMySQL-1.0.2 2022-02-15 09:03:28.379 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:03:28.538 | + inc/python:pip_install:200 : result=0 2022-02-15 09:03:28.540 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:03:28.543 | + functions-common:time_stop:2309 : local name 2022-02-15 09:03:28.545 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:03:28.547 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:03:28.550 | + functions-common:time_stop:2312 : local total 2022-02-15 09:03:28.552 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:03:28.554 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:03:28.557 | + functions-common:time_stop:2316 : start_time=1644915804482 2022-02-15 09:03:28.559 | + functions-common:time_stop:2318 : [[ -z 1644915804482 ]] 2022-02-15 09:03:28.562 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:03:28.566 | + functions-common:time_stop:2321 : end_time=1644915808563 2022-02-15 09:03:28.569 | + functions-common:time_stop:2322 : elapsed_time=4081 2022-02-15 09:03:28.571 | + functions-common:time_stop:2323 : total=27105 2022-02-15 09:03:28.574 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:03:28.576 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=31186 2022-02-15 09:03:28.578 | + inc/python:pip_install:203 : return 0 2022-02-15 09:03:28.581 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-02-15 09:03:28.584 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-02-15 09:03:28.587 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-02-15 09:03:28.589 | + ./stack.sh:main:824 : is_service_enabled neutron 2022-02-15 09:03:28.605 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:03:28.607 | + ./stack.sh:main:825 : install_neutron_agent_packages 2022-02-15 09:03:28.610 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2022-02-15 09:03:28.613 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-15 09:03:28.614 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-02-15 09:03:28.620 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-15 09:03:28.623 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-15 09:03:28.625 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,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-02-15 09:03:28.628 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-02-15 09:03:28.631 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2022-02-15 09:03:28.634 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2022-02-15 09:03:28.650 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:03:28.653 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2022-02-15 09:03:28.655 | + functions-common:install_package:1347 : update_package_repo 2022-02-15 09:03:28.658 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-02-15 09:03:28.660 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-02-15 09:03:28.664 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-02-15 09:03:28.667 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-02-15 09:03:28.670 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-02-15 09:03:28.672 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:03:28.674 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:03:28.677 | + functions-common:update_package_repo:1328 : apt_get_update 2022-02-15 09:03:28.680 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-02-15 09:03:28.682 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-02-15 09:03:28.684 | + functions-common:apt_get_update:1074 : return 2022-02-15 09:03:28.687 | + functions-common:install_package:1348 : real_install_package radvd 2022-02-15 09:03:28.689 | + functions-common:real_install_package:1333 : is_ubuntu 2022-02-15 09:03:28.691 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:03:28.694 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:03:28.696 | + functions-common:real_install_package:1334 : apt_get install radvd 2022-02-15 09:03:28.719 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-02-15 09:03:28.834 | Reading package lists... 2022-02-15 09:03:29.104 | Building dependency tree... 2022-02-15 09:03:29.106 | Reading state information... 2022-02-15 09:03:29.399 | The following packages were automatically installed and are no longer required: 2022-02-15 09:03:29.401 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-15 09:03:29.401 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-15 09:03:29.401 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-15 09:03:29.401 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-15 09:03:29.401 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-15 09:03:29.401 | python3-zope.interface 2022-02-15 09:03:29.401 | Use 'sudo apt autoremove' to remove them. 2022-02-15 09:03:29.473 | The following NEW packages will be installed: 2022-02-15 09:03:29.473 | radvd 2022-02-15 09:03:29.719 | 0 upgraded, 1 newly installed, 0 to remove and 115 not upgraded. 2022-02-15 09:03:29.719 | Need to get 59.0 kB of archives. 2022-02-15 09:03:29.719 | After this operation, 164 kB of additional disk space will be used. 2022-02-15 09:03:29.719 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 radvd amd64 1:2.17-2 [59.0 kB] 2022-02-15 09:03:30.587 | Fetched 59.0 kB in 0s (120 kB/s) 2022-02-15 09:03:30.620 | Selecting previously unselected package radvd. 2022-02-15 09:03:30.676 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90631 files and directories currently installed.) 2022-02-15 09:03:30.680 | Preparing to unpack .../radvd_1%3a2.17-2_amd64.deb ... 2022-02-15 09:03:30.683 | Unpacking radvd (1:2.17-2) ... 2022-02-15 09:03:30.750 | Setting up radvd (1:2.17-2) ... 2022-02-15 09:03:31.714 | Job for radvd.service failed because the control process exited with error code. 2022-02-15 09:03:31.714 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2022-02-15 09:03:31.716 | invoke-rc.d: initscript radvd, action "start" failed. 2022-02-15 09:03:31.728 | ● radvd.service - Router advertisement daemon for IPv6 2022-02-15 09:03:31.728 | Loaded: loaded (]8;;file://n-d-825064-4/lib/systemd/system/radvd.service/lib/systemd/system/radvd.service]8;;; disabled; vendor preset: enabled) 2022-02-15 09:03:31.728 | Active: failed (Result: exit-code) since Tue 2022-02-15 09:03:31 UTC; 16ms ago 2022-02-15 09:03:31.728 | Docs: ]8;;man:radvd(8)man:radvd(8)]8;; 2022-02-15 09:03:31.728 | Process: 57383 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2022-02-15 09:03:31.728 | 2022-02-15 09:03:31.729 | Feb 15 09:03:31 n-d-825064-4 systemd[1]: Starting Router advertisement daemon for IPv6... 2022-02-15 09:03:31.729 | Feb 15 09:03:31 n-d-825064-4 radvd[57383]: can't open /etc/radvd.conf: No such file or directory 2022-02-15 09:03:31.729 | Feb 15 09:03:31 n-d-825064-4 radvd[57383]: Insecure file permissions, but continuing anyway 2022-02-15 09:03:31.729 | Feb 15 09:03:31 n-d-825064-4 radvd[57383]: exiting, failed to read config file 2022-02-15 09:03:31.729 | Feb 15 09:03:31 n-d-825064-4 systemd[1]: radvd.service: Control process exited, code=exited, status=1/FAILURE 2022-02-15 09:03:31.729 | Feb 15 09:03:31 n-d-825064-4 systemd[1]: radvd.service: Failed with result 'exit-code'. 2022-02-15 09:03:31.729 | Feb 15 09:03:31 n-d-825064-4 systemd[1]: Failed to start Router advertisement daemon for IPv6. 2022-02-15 09:03:31.733 | Processing triggers for man-db (2.9.1-1) ... 2022-02-15 09:03:31.840 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-15 09:03:39.600 | + functions-common:apt_get:1118 : result=0 2022-02-15 09:03:39.602 | + functions-common:apt_get:1121 : time_stop apt-get 2022-02-15 09:03:39.605 | + functions-common:time_stop:2309 : local name 2022-02-15 09:03:39.607 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:03:39.609 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:03:39.611 | + functions-common:time_stop:2312 : local total 2022-02-15 09:03:39.613 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:03:39.616 | + functions-common:time_stop:2315 : name=apt-get 2022-02-15 09:03:39.619 | + functions-common:time_stop:2316 : start_time=1644915808716 2022-02-15 09:03:39.621 | + functions-common:time_stop:2318 : [[ -z 1644915808716 ]] 2022-02-15 09:03:39.624 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:03:39.628 | + functions-common:time_stop:2321 : end_time=1644915819626 2022-02-15 09:03:39.631 | + functions-common:time_stop:2322 : elapsed_time=10910 2022-02-15 09:03:39.634 | + functions-common:time_stop:2323 : total=278003 2022-02-15 09:03:39.636 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:03:39.638 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=288913 2022-02-15 09:03:39.642 | + functions-common:apt_get:1122 : return 0 2022-02-15 09:03:39.646 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2022-02-15 09:03:39.662 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:03:39.665 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2022-02-15 09:03:39.667 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-02-15 09:03:39.670 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2022-02-15 09:03:39.692 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2022-02-15 09:03:39.695 | + functions-common:install_package:1347 : update_package_repo 2022-02-15 09:03:39.698 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-02-15 09:03:39.700 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-02-15 09:03:39.703 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-02-15 09:03:39.706 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-02-15 09:03:39.708 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-02-15 09:03:39.711 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:03:39.713 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:03:39.715 | + functions-common:update_package_repo:1328 : apt_get_update 2022-02-15 09:03:39.717 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-02-15 09:03:39.720 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-02-15 09:03:39.722 | + functions-common:apt_get_update:1074 : return 2022-02-15 09:03:39.725 | + functions-common:install_package:1348 : real_install_package fakeroot make openvswitch-switch 2022-02-15 09:03:39.727 | + functions-common:real_install_package:1333 : is_ubuntu 2022-02-15 09:03:39.729 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:03:39.732 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:03:39.735 | + functions-common:real_install_package:1334 : apt_get install fakeroot make openvswitch-switch 2022-02-15 09:03:39.757 | + functions-common:apt_get:1114 : 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-02-15 09:03:39.869 | Reading package lists... 2022-02-15 09:03:40.148 | Building dependency tree... 2022-02-15 09:03:40.149 | Reading state information... 2022-02-15 09:03:40.444 | fakeroot is already the newest version (1.24-1). 2022-02-15 09:03:40.444 | fakeroot set to manually installed. 2022-02-15 09:03:40.444 | make is already the newest version (4.2.1-1.2). 2022-02-15 09:03:40.444 | openvswitch-switch is already the newest version (2.13.3-0ubuntu0.20.04.2). 2022-02-15 09:03:40.444 | The following packages were automatically installed and are no longer required: 2022-02-15 09:03:40.445 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-15 09:03:40.445 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-15 09:03:40.445 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-15 09:03:40.445 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-15 09:03:40.445 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-15 09:03:40.446 | python3-zope.interface 2022-02-15 09:03:40.446 | Use 'sudo apt autoremove' to remove them. 2022-02-15 09:03:40.585 | 0 upgraded, 0 newly installed, 0 to remove and 115 not upgraded. 2022-02-15 09:03:40.590 | + functions-common:apt_get:1118 : result=0 2022-02-15 09:03:40.592 | + functions-common:apt_get:1121 : time_stop apt-get 2022-02-15 09:03:40.594 | + functions-common:time_stop:2309 : local name 2022-02-15 09:03:40.597 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:03:40.599 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:03:40.601 | + functions-common:time_stop:2312 : local total 2022-02-15 09:03:40.604 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:03:40.606 | + functions-common:time_stop:2315 : name=apt-get 2022-02-15 09:03:40.608 | + functions-common:time_stop:2316 : start_time=1644915819754 2022-02-15 09:03:40.610 | + functions-common:time_stop:2318 : [[ -z 1644915819754 ]] 2022-02-15 09:03:40.613 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:03:40.618 | + functions-common:time_stop:2321 : end_time=1644915820615 2022-02-15 09:03:40.620 | + functions-common:time_stop:2322 : elapsed_time=861 2022-02-15 09:03:40.622 | + functions-common:time_stop:2323 : total=288913 2022-02-15 09:03:40.624 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:03:40.626 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=289774 2022-02-15 09:03:40.629 | + functions-common:apt_get:1122 : return 0 2022-02-15 09:03:40.631 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2022-02-15 09:03:40.633 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:03:40.636 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:03:40.638 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2022-02-15 09:03:40.640 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2022-02-15 09:03:40.643 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2022-02-15 09:03:40.648 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=5.4.0-72-generic 2022-02-15 09:03:40.650 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2022-02-15 09:03:40.654 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2022-02-15 09:03:40.654 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 5.4.0-72-generic 2022-02-15 09:03:40.659 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=5.4 2022-02-15 09:03:40.663 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 5.4 '<' 3.13 2022-02-15 09:03:40.665 | + functions:vercmp:628 : local v1=5.4 2022-02-15 09:03:40.667 | + functions:vercmp:629 : local 'op=<' 2022-02-15 09:03:40.669 | + functions:vercmp:630 : local v2=3.13 2022-02-15 09:03:40.672 | + functions:vercmp:631 : local result 2022-02-15 09:03:40.676 | ++ functions:vercmp:635 : head -1 2022-02-15 09:03:40.677 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-02-15 09:03:40.677 | ++ functions:vercmp:635 : sort -V 2022-02-15 09:03:40.682 | + functions:vercmp:635 : result=3.13 2022-02-15 09:03:40.684 | + functions:vercmp:637 : case $op in 2022-02-15 09:03:40.686 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-02-15 09:03:40.689 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-02-15 09:03:40.691 | + functions:vercmp:648 : return 2022-02-15 09:03:40.694 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2022-02-15 09:03:40.696 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-15 09:03:40.699 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart openvswitch-switch 2022-02-15 09:03:41.042 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-02-15 09:03:41.045 | + inc/python:use_library_from_git:250 : local name=os-ken 2022-02-15 09:03:41.048 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:41.051 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:41.056 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2022-02-15 09:03:41.059 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:41.062 | + ./stack.sh:main:828 : is_service_enabled etcd3 2022-02-15 09:03:41.084 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:03:41.086 | + ./stack.sh:main:829 : install_etcd3 2022-02-15 09:03:41.089 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-02-15 09:03:41.089 | Installing etcd 2022-02-15 09:03:41.091 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-02-15 09:03:41.103 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-02-15 09:03:41.117 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-02-15 09:03:41.122 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-02-15 09:03:41.139 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-02-15 09:03:41.142 | ++ 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-02-15 09:03:41.145 | ++ 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-02-15 09:03:41.148 | +++ 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-02-15 09:03:41.153 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-02-15 09:03:41.155 | ++ 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-02-15 09:03:41.158 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-02-15 09:03:41.160 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-15 09:03:41.164 | --2022-02-15 09:03:41-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-15 09:03:41.225 | Resolving github.com (github.com)... 140.82.121.4 2022-02-15 09:03:41.270 | Connecting to github.com (github.com)|140.82.121.4|:443... connected. 2022-02-15 09:03:41.561 | HTTP request sent, awaiting response... 302 Found 2022-02-15 09:03:41.561 | Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220215%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220215T090341Z&X-Amz-Expires=300&X-Amz-Signature=99a01e3f577d6e9051ca7914b08032fdeb3adb5258efdf69e798b21dedea3b41&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream [following] 2022-02-15 09:03:41.561 | --2022-02-15 09:03:41-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220215%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220215T090341Z&X-Amz-Expires=300&X-Amz-Signature=99a01e3f577d6e9051ca7914b08032fdeb3adb5258efdf69e798b21dedea3b41&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream 2022-02-15 09:03:41.651 | Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.111.133, ... 2022-02-15 09:03:41.676 | Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected. 2022-02-15 09:03:42.016 | HTTP request sent, awaiting response... 200 OK 2022-02-15 09:03:42.016 | Length: 11350736 (11M) [application/octet-stream] 2022-02-15 09:03:42.016 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2022-02-15 09:03:42.134 | 2022-02-15 09:03:42.361 | 0K ........ .. 100% 31.4M=0.3s 2022-02-15 09:03:42.361 | 2022-02-15 09:03:42.361 | 2022-02-15 09:03:42 (31.4 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2022-02-15 09:03:42.361 | 2022-02-15 09:03:42.366 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2022-02-15 09:03:42.368 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-15 09:03:42.371 | ++ functions:get_extra_file:74 : return 2022-02-15 09:03:42.374 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-15 09:03:42.380 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-02-15 09:03:42.382 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2022-02-15 09:03:42.385 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2022-02-15 09:03:42.521 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2022-02-15 09:03:42.525 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2022-02-15 09:03:42.529 | etcd-v3.3.12-linux-amd64/ 2022-02-15 09:03:42.529 | etcd-v3.3.12-linux-amd64/README.md 2022-02-15 09:03:42.529 | etcd-v3.3.12-linux-amd64/Documentation/ 2022-02-15 09:03:42.529 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2022-02-15 09:03:42.529 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2022-02-15 09:03:42.529 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2022-02-15 09:03:42.529 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2022-02-15 09:03:42.529 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2022-02-15 09:03:42.530 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2022-02-15 09:03:42.530 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2022-02-15 09:03:42.530 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2022-02-15 09:03:42.530 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2022-02-15 09:03:42.530 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2022-02-15 09:03:42.530 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2022-02-15 09:03:42.530 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2022-02-15 09:03:42.530 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2022-02-15 09:03:42.530 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2022-02-15 09:03:42.530 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2022-02-15 09:03:42.530 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2022-02-15 09:03:42.531 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2022-02-15 09:03:42.532 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2022-02-15 09:03:42.532 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2022-02-15 09:03:42.532 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2022-02-15 09:03:42.532 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2022-02-15 09:03:42.532 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2022-02-15 09:03:42.532 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2022-02-15 09:03:42.532 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2022-02-15 09:03:42.532 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2022-02-15 09:03:42.532 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2022-02-15 09:03:42.532 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2022-02-15 09:03:42.532 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2022-02-15 09:03:42.532 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2022-02-15 09:03:42.532 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2022-02-15 09:03:42.532 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2022-02-15 09:03:42.532 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2022-02-15 09:03:42.532 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2022-02-15 09:03:42.532 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2022-02-15 09:03:42.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2022-02-15 09:03:42.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2022-02-15 09:03:42.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2022-02-15 09:03:42.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2022-02-15 09:03:42.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2022-02-15 09:03:42.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2022-02-15 09:03:42.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2022-02-15 09:03:42.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2022-02-15 09:03:42.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2022-02-15 09:03:42.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2022-02-15 09:03:42.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2022-02-15 09:03:42.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2022-02-15 09:03:42.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2022-02-15 09:03:42.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2022-02-15 09:03:42.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2022-02-15 09:03:42.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2022-02-15 09:03:42.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2022-02-15 09:03:42.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2022-02-15 09:03:42.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2022-02-15 09:03:42.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2022-02-15 09:03:42.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2022-02-15 09:03:42.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2022-02-15 09:03:42.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2022-02-15 09:03:42.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2022-02-15 09:03:42.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2022-02-15 09:03:42.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2022-02-15 09:03:42.534 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2022-02-15 09:03:42.534 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2022-02-15 09:03:42.534 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2022-02-15 09:03:42.534 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2022-02-15 09:03:42.534 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2022-02-15 09:03:42.535 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2022-02-15 09:03:42.535 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2022-02-15 09:03:42.535 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2022-02-15 09:03:42.535 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2022-02-15 09:03:42.535 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2022-02-15 09:03:42.535 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2022-02-15 09:03:42.535 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2022-02-15 09:03:42.535 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2022-02-15 09:03:42.535 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2022-02-15 09:03:42.535 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2022-02-15 09:03:42.535 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2022-02-15 09:03:42.535 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2022-02-15 09:03:42.535 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2022-02-15 09:03:42.536 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2022-02-15 09:03:42.536 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2022-02-15 09:03:42.536 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2022-02-15 09:03:42.536 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2022-02-15 09:03:42.536 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2022-02-15 09:03:42.536 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2022-02-15 09:03:42.536 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2022-02-15 09:03:42.536 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2022-02-15 09:03:42.537 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2022-02-15 09:03:42.537 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2022-02-15 09:03:42.537 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2022-02-15 09:03:42.537 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2022-02-15 09:03:42.537 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2022-02-15 09:03:42.537 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2022-02-15 09:03:42.537 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2022-02-15 09:03:42.537 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2022-02-15 09:03:42.537 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2022-02-15 09:03:42.538 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2022-02-15 09:03:42.538 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2022-02-15 09:03:42.538 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2022-02-15 09:03:42.538 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2022-02-15 09:03:42.538 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2022-02-15 09:03:42.538 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2022-02-15 09:03:42.538 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2022-02-15 09:03:42.538 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2022-02-15 09:03:42.538 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2022-02-15 09:03:42.539 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2022-02-15 09:03:42.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2022-02-15 09:03:42.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2022-02-15 09:03:42.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2022-02-15 09:03:42.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2022-02-15 09:03:42.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2022-02-15 09:03:42.541 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2022-02-15 09:03:42.541 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2022-02-15 09:03:42.541 | etcd-v3.3.12-linux-amd64/etcdctl 2022-02-15 09:03:42.731 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2022-02-15 09:03:42.731 | etcd-v3.3.12-linux-amd64/etcd 2022-02-15 09:03:42.970 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2022-02-15 09:03:43.011 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2022-02-15 09:03:43.058 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-02-15 09:03:43.061 | + ./stack.sh:main:838 : is_service_enabled tls-proxy 2022-02-15 09:03:43.083 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:03:43.086 | + ./stack.sh:main:848 : install_dstat 2022-02-15 09:03:43.089 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-02-15 09:03:43.109 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:03:43.111 | + ./stack.sh:main:854 : echo_summary 'Installing OpenStack project source' 2022-02-15 09:03:43.113 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:03:43.115 | + ./stack.sh:echo_summary:432 : echo -e Installing OpenStack project source 2022-02-15 09:03:43.118 | + ./stack.sh:main:857 : install_libs 2022-02-15 09:03:43.120 | + lib/libraries:install_libs:89 : _install_lib_from_source automaton 2022-02-15 09:03:43.123 | + lib/libraries:_install_lib_from_source:73 : local name=automaton 2022-02-15 09:03:43.126 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git automaton 2022-02-15 09:03:43.135 | + inc/python:use_library_from_git:250 : local name=automaton 2022-02-15 09:03:43.138 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.141 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.143 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2022-02-15 09:03:43.145 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.149 | + lib/libraries:install_libs:90 : _install_lib_from_source castellan 2022-02-15 09:03:43.151 | + lib/libraries:_install_lib_from_source:73 : local name=castellan 2022-02-15 09:03:43.153 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git castellan 2022-02-15 09:03:43.156 | + inc/python:use_library_from_git:250 : local name=castellan 2022-02-15 09:03:43.158 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.162 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.164 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2022-02-15 09:03:43.167 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.169 | + lib/libraries:install_libs:91 : _install_lib_from_source cliff 2022-02-15 09:03:43.172 | + lib/libraries:_install_lib_from_source:73 : local name=cliff 2022-02-15 09:03:43.174 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git cliff 2022-02-15 09:03:43.176 | + inc/python:use_library_from_git:250 : local name=cliff 2022-02-15 09:03:43.180 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.183 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.186 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2022-02-15 09:03:43.189 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.192 | + lib/libraries:install_libs:92 : _install_lib_from_source cursive 2022-02-15 09:03:43.195 | + lib/libraries:_install_lib_from_source:73 : local name=cursive 2022-02-15 09:03:43.197 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git cursive 2022-02-15 09:03:43.200 | + inc/python:use_library_from_git:250 : local name=cursive 2022-02-15 09:03:43.202 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.205 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.207 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2022-02-15 09:03:43.209 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.211 | + lib/libraries:install_libs:93 : _install_lib_from_source debtcollector 2022-02-15 09:03:43.214 | + lib/libraries:_install_lib_from_source:73 : local name=debtcollector 2022-02-15 09:03:43.216 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git debtcollector 2022-02-15 09:03:43.218 | + inc/python:use_library_from_git:250 : local name=debtcollector 2022-02-15 09:03:43.221 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.224 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.227 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2022-02-15 09:03:43.230 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.233 | + lib/libraries:install_libs:94 : _install_lib_from_source futurist 2022-02-15 09:03:43.236 | + lib/libraries:_install_lib_from_source:73 : local name=futurist 2022-02-15 09:03:43.238 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git futurist 2022-02-15 09:03:43.242 | + inc/python:use_library_from_git:250 : local name=futurist 2022-02-15 09:03:43.245 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.247 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.250 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2022-02-15 09:03:43.253 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.256 | + lib/libraries:install_libs:95 : _install_lib_from_source openstacksdk 2022-02-15 09:03:43.258 | + lib/libraries:_install_lib_from_source:73 : local name=openstacksdk 2022-02-15 09:03:43.261 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git openstacksdk 2022-02-15 09:03:43.263 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2022-02-15 09:03:43.265 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.268 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.270 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2022-02-15 09:03:43.273 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.275 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-lib 2022-02-15 09:03:43.278 | + lib/libraries:_install_lib_from_source:73 : local name=osc-lib 2022-02-15 09:03:43.280 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git osc-lib 2022-02-15 09:03:43.283 | + inc/python:use_library_from_git:250 : local name=osc-lib 2022-02-15 09:03:43.286 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.289 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.293 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2022-02-15 09:03:43.295 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.298 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-placement 2022-02-15 09:03:43.301 | + lib/libraries:_install_lib_from_source:73 : local name=osc-placement 2022-02-15 09:03:43.304 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git osc-placement 2022-02-15 09:03:43.307 | + inc/python:use_library_from_git:250 : local name=osc-placement 2022-02-15 09:03:43.315 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.326 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.329 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2022-02-15 09:03:43.332 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.334 | + lib/libraries:install_libs:98 : _install_lib_from_source os-client-config 2022-02-15 09:03:43.336 | + lib/libraries:_install_lib_from_source:73 : local name=os-client-config 2022-02-15 09:03:43.339 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-client-config 2022-02-15 09:03:43.341 | + inc/python:use_library_from_git:250 : local name=os-client-config 2022-02-15 09:03:43.344 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.347 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.350 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2022-02-15 09:03:43.354 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.357 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.cache 2022-02-15 09:03:43.360 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.cache 2022-02-15 09:03:43.362 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.cache 2022-02-15 09:03:43.365 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2022-02-15 09:03:43.368 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.370 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.372 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2022-02-15 09:03:43.374 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.377 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.concurrency 2022-02-15 09:03:43.379 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.concurrency 2022-02-15 09:03:43.382 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.concurrency 2022-02-15 09:03:43.385 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2022-02-15 09:03:43.388 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.391 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.393 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2022-02-15 09:03:43.396 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.399 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.config 2022-02-15 09:03:43.402 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.config 2022-02-15 09:03:43.404 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.config 2022-02-15 09:03:43.407 | + inc/python:use_library_from_git:250 : local name=oslo.config 2022-02-15 09:03:43.410 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.412 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.415 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2022-02-15 09:03:43.418 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.420 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.context 2022-02-15 09:03:43.423 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.context 2022-02-15 09:03:43.426 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.context 2022-02-15 09:03:43.430 | + inc/python:use_library_from_git:250 : local name=oslo.context 2022-02-15 09:03:43.433 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.435 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.437 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2022-02-15 09:03:43.440 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.443 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.db 2022-02-15 09:03:43.447 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.db 2022-02-15 09:03:43.450 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.db 2022-02-15 09:03:43.453 | + inc/python:use_library_from_git:250 : local name=oslo.db 2022-02-15 09:03:43.455 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.458 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.461 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2022-02-15 09:03:43.463 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.466 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.i18n 2022-02-15 09:03:43.468 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.i18n 2022-02-15 09:03:43.471 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.i18n 2022-02-15 09:03:43.475 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2022-02-15 09:03:43.476 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.480 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.482 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2022-02-15 09:03:43.485 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.488 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.log 2022-02-15 09:03:43.491 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.log 2022-02-15 09:03:43.493 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.log 2022-02-15 09:03:43.495 | + inc/python:use_library_from_git:250 : local name=oslo.log 2022-02-15 09:03:43.498 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.500 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.503 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2022-02-15 09:03:43.506 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.508 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.messaging 2022-02-15 09:03:43.511 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.messaging 2022-02-15 09:03:43.513 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.messaging 2022-02-15 09:03:43.516 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2022-02-15 09:03:43.518 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.521 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.523 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2022-02-15 09:03:43.526 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.529 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.middleware 2022-02-15 09:03:43.532 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.middleware 2022-02-15 09:03:43.534 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.middleware 2022-02-15 09:03:43.537 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2022-02-15 09:03:43.539 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.541 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.544 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2022-02-15 09:03:43.546 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.549 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.policy 2022-02-15 09:03:43.552 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.policy 2022-02-15 09:03:43.555 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.policy 2022-02-15 09:03:43.557 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2022-02-15 09:03:43.560 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.562 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.564 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2022-02-15 09:03:43.567 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.570 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.privsep 2022-02-15 09:03:43.573 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.privsep 2022-02-15 09:03:43.576 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.privsep 2022-02-15 09:03:43.580 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2022-02-15 09:03:43.585 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.587 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.590 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2022-02-15 09:03:43.593 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.596 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.reports 2022-02-15 09:03:43.600 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.reports 2022-02-15 09:03:43.602 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.reports 2022-02-15 09:03:43.604 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2022-02-15 09:03:43.607 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.609 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.612 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2022-02-15 09:03:43.615 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.618 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.rootwrap 2022-02-15 09:03:43.620 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.rootwrap 2022-02-15 09:03:43.622 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.rootwrap 2022-02-15 09:03:43.625 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2022-02-15 09:03:43.627 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.630 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.633 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-02-15 09:03:43.636 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.639 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.serialization 2022-02-15 09:03:43.641 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.serialization 2022-02-15 09:03:43.644 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.serialization 2022-02-15 09:03:43.647 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2022-02-15 09:03:43.649 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.652 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.655 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2022-02-15 09:03:43.657 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.660 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.service 2022-02-15 09:03:43.664 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.service 2022-02-15 09:03:43.666 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.service 2022-02-15 09:03:43.668 | + inc/python:use_library_from_git:250 : local name=oslo.service 2022-02-15 09:03:43.671 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.674 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.678 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2022-02-15 09:03:43.681 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.683 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.utils 2022-02-15 09:03:43.686 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.utils 2022-02-15 09:03:43.689 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.utils 2022-02-15 09:03:43.692 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2022-02-15 09:03:43.694 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.697 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.700 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2022-02-15 09:03:43.702 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.705 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.versionedobjects 2022-02-15 09:03:43.707 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.versionedobjects 2022-02-15 09:03:43.710 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.versionedobjects 2022-02-15 09:03:43.713 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2022-02-15 09:03:43.715 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.718 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.720 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-02-15 09:03:43.723 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.726 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.vmware 2022-02-15 09:03:43.729 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.vmware 2022-02-15 09:03:43.732 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.vmware 2022-02-15 09:03:43.734 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2022-02-15 09:03:43.737 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.740 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.743 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2022-02-15 09:03:43.746 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.750 | + lib/libraries:install_libs:117 : _install_lib_from_source osprofiler 2022-02-15 09:03:43.753 | + lib/libraries:_install_lib_from_source:73 : local name=osprofiler 2022-02-15 09:03:43.757 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git osprofiler 2022-02-15 09:03:43.760 | + inc/python:use_library_from_git:250 : local name=osprofiler 2022-02-15 09:03:43.763 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.766 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.769 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2022-02-15 09:03:43.771 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.774 | + lib/libraries:install_libs:118 : _install_lib_from_source pycadf 2022-02-15 09:03:43.777 | + lib/libraries:_install_lib_from_source:73 : local name=pycadf 2022-02-15 09:03:43.781 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git pycadf 2022-02-15 09:03:43.783 | + inc/python:use_library_from_git:250 : local name=pycadf 2022-02-15 09:03:43.786 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.788 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.791 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2022-02-15 09:03:43.793 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.796 | + lib/libraries:install_libs:119 : _install_lib_from_source stevedore 2022-02-15 09:03:43.798 | + lib/libraries:_install_lib_from_source:73 : local name=stevedore 2022-02-15 09:03:43.800 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git stevedore 2022-02-15 09:03:43.804 | + inc/python:use_library_from_git:250 : local name=stevedore 2022-02-15 09:03:43.806 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.809 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.812 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2022-02-15 09:03:43.815 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.817 | + lib/libraries:install_libs:120 : _install_lib_from_source taskflow 2022-02-15 09:03:43.820 | + lib/libraries:_install_lib_from_source:73 : local name=taskflow 2022-02-15 09:03:43.823 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git taskflow 2022-02-15 09:03:43.826 | + inc/python:use_library_from_git:250 : local name=taskflow 2022-02-15 09:03:43.829 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.832 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.835 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2022-02-15 09:03:43.838 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.841 | + lib/libraries:install_libs:121 : _install_lib_from_source tooz 2022-02-15 09:03:43.844 | + lib/libraries:_install_lib_from_source:73 : local name=tooz 2022-02-15 09:03:43.846 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git tooz 2022-02-15 09:03:43.849 | + inc/python:use_library_from_git:250 : local name=tooz 2022-02-15 09:03:43.852 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.854 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.856 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2022-02-15 09:03:43.859 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.862 | + lib/libraries:install_libs:125 : _install_lib_from_source os-brick 2022-02-15 09:03:43.864 | + lib/libraries:_install_lib_from_source:73 : local name=os-brick 2022-02-15 09:03:43.867 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-brick 2022-02-15 09:03:43.870 | + inc/python:use_library_from_git:250 : local name=os-brick 2022-02-15 09:03:43.873 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.876 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.879 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2022-02-15 09:03:43.882 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.884 | + lib/libraries:install_libs:126 : _install_lib_from_source os-resource-classes 2022-02-15 09:03:43.887 | + lib/libraries:_install_lib_from_source:73 : local name=os-resource-classes 2022-02-15 09:03:43.889 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-resource-classes 2022-02-15 09:03:43.891 | + inc/python:use_library_from_git:250 : local name=os-resource-classes 2022-02-15 09:03:43.893 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.896 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.900 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-resource-classes, ]] 2022-02-15 09:03:43.903 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.905 | + lib/libraries:install_libs:127 : _install_lib_from_source os-traits 2022-02-15 09:03:43.908 | + lib/libraries:_install_lib_from_source:73 : local name=os-traits 2022-02-15 09:03:43.910 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-traits 2022-02-15 09:03:43.912 | + inc/python:use_library_from_git:250 : local name=os-traits 2022-02-15 09:03:43.915 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.917 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.919 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2022-02-15 09:03:43.922 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.925 | + lib/libraries:install_libs:130 : _install_lib_from_source python-barbicanclient 2022-02-15 09:03:43.927 | + lib/libraries:_install_lib_from_source:73 : local name=python-barbicanclient 2022-02-15 09:03:43.930 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git python-barbicanclient 2022-02-15 09:03:43.932 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2022-02-15 09:03:43.934 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:03:43.937 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:03:43.939 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2022-02-15 09:03:43.942 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:03:43.945 | + lib/libraries:install_libs:137 : pip_install etcd3 2022-02-15 09:03:43.968 | Using python 3.8 to install etcd3 2022-02-15 09:03:43.970 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-02-15 09:03:44.810 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:03:44.810 | from cryptography.utils import int_from_bytes 2022-02-15 09:03:44.810 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:03:44.810 | from cryptography.utils import int_from_bytes 2022-02-15 09:03:46.097 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:03:46.438 | warning: missing-index-doctype 2022-02-15 09:03:46.439 | 2022-02-15 09:03:46.439 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:03:46.439 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/etcd3/ 2022-02-15 09:03:46.439 | 2022-02-15 09:03:46.439 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:03:46.439 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:03:46.472 | Collecting etcd3 2022-02-15 09:03:46.482 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2022-02-15 09:03:46.489 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.9/63.9 KB 48.8 MB/s eta 0:00:00 2022-02-15 09:03:46.513 | Preparing metadata (setup.py): started 2022-02-15 09:03:47.223 | Preparing metadata (setup.py): finished with status 'done' 2022-02-15 09:03:49.807 | warning: missing-index-doctype 2022-02-15 09:03:49.807 | 2022-02-15 09:03:49.807 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:03:49.807 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/grpcio/ 2022-02-15 09:03:49.807 | 2022-02-15 09:03:49.807 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:03:49.807 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:03:51.539 | Collecting grpcio>=1.27.1 2022-02-15 09:03:51.563 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ed/1e52ad507a54d/grpcio-1.39.0-cp38-cp38-manylinux2014_x86_64.whl (4.3 MB) 2022-02-15 09:03:51.624 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 78.5 MB/s eta 0:00:00 2022-02-15 09:03:52.892 | warning: missing-index-doctype 2022-02-15 09:03:52.892 | 2022-02-15 09:03:52.892 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:03:52.892 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/protobuf/ 2022-02-15 09:03:52.892 | 2022-02-15 09:03:52.892 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:03:52.892 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:03:53.441 | Collecting protobuf>=3.6.1 2022-02-15 09:03:53.452 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/690/2a1e4b7a319ec/protobuf-3.17.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB) 2022-02-15 09:03:53.469 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 78.1 MB/s eta 0:00:00 2022-02-15 09:03:53.480 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2022-02-15 09:03:53.482 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-02-15 09:03:53.549 | Building wheels for collected packages: etcd3 2022-02-15 09:03:53.550 | Building wheel for etcd3 (setup.py): started 2022-02-15 09:03:54.335 | Building wheel for etcd3 (setup.py): finished with status 'done' 2022-02-15 09:03:54.336 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42889 sha256=4ec298adaea21355eb578dd6e5ffaebf8325080d72772a668932004a04096af8 2022-02-15 09:03:54.336 | Stored in directory: /root/.cache/pip/wheels/32/8a/31/1308d0452fdcc24ed454fa7c297cc2b924f30bfd57b1080bf1 2022-02-15 09:03:54.341 | Successfully built etcd3 2022-02-15 09:03:55.887 | Installing collected packages: protobuf, grpcio, etcd3 2022-02-15 09:03:56.547 | Successfully installed etcd3-0.12.0 grpcio-1.39.0 protobuf-3.17.3 2022-02-15 09:03:56.547 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:03:56.751 | + inc/python:pip_install:200 : result=0 2022-02-15 09:03:56.753 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:03:56.756 | + functions-common:time_stop:2309 : local name 2022-02-15 09:03:56.758 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:03:56.760 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:03:56.762 | + functions-common:time_stop:2312 : local total 2022-02-15 09:03:56.764 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:03:56.766 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:03:56.768 | + functions-common:time_stop:2316 : start_time=1644915823962 2022-02-15 09:03:56.771 | + functions-common:time_stop:2318 : [[ -z 1644915823962 ]] 2022-02-15 09:03:56.774 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:03:56.779 | + functions-common:time_stop:2321 : end_time=1644915836776 2022-02-15 09:03:56.781 | + functions-common:time_stop:2322 : elapsed_time=12814 2022-02-15 09:03:56.783 | + functions-common:time_stop:2323 : total=31186 2022-02-15 09:03:56.785 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:03:56.788 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=44000 2022-02-15 09:03:56.791 | + inc/python:pip_install:203 : return 0 2022-02-15 09:03:56.793 | + lib/libraries:install_libs:138 : pip_install etcd3gw 2022-02-15 09:03:56.817 | Using python 3.8 to install etcd3gw 2022-02-15 09:03:56.820 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-02-15 09:03:57.629 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:03:57.629 | from cryptography.utils import int_from_bytes 2022-02-15 09:03:57.629 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:03:57.629 | from cryptography.utils import int_from_bytes 2022-02-15 09:03:58.890 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:03:59.239 | warning: missing-index-doctype 2022-02-15 09:03:59.240 | 2022-02-15 09:03:59.240 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:03:59.240 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/etcd3gw/ 2022-02-15 09:03:59.240 | 2022-02-15 09:03:59.240 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:03:59.240 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:03:59.278 | Collecting etcd3gw 2022-02-15 09:03:59.287 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8e5/5b8d4b7856f17/etcd3gw-1.0.0-py3-none-any.whl (22 kB) 2022-02-15 09:03:59.299 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.0) 2022-02-15 09:03:59.301 | Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.16.0) 2022-02-15 09:03:59.303 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.26.0) 2022-02-15 09:03:59.304 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.6.0) 2022-02-15 09:03:59.340 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.2) 2022-02-15 09:03:59.343 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2.0.4) 2022-02-15 09:03:59.344 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (1.26.6) 2022-02-15 09:03:59.345 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2021.5.30) 2022-02-15 09:04:00.895 | Installing collected packages: etcd3gw 2022-02-15 09:04:01.007 | Successfully installed etcd3gw-1.0.0 2022-02-15 09:04:01.008 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:04:01.163 | + inc/python:pip_install:200 : result=0 2022-02-15 09:04:01.166 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:04:01.168 | + functions-common:time_stop:2309 : local name 2022-02-15 09:04:01.170 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:04:01.173 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:04:01.175 | + functions-common:time_stop:2312 : local total 2022-02-15 09:04:01.177 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:04:01.179 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:04:01.181 | + functions-common:time_stop:2316 : start_time=1644915836811 2022-02-15 09:04:01.184 | + functions-common:time_stop:2318 : [[ -z 1644915836811 ]] 2022-02-15 09:04:01.186 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:04:01.190 | + functions-common:time_stop:2321 : end_time=1644915841188 2022-02-15 09:04:01.193 | + functions-common:time_stop:2322 : elapsed_time=4377 2022-02-15 09:04:01.195 | + functions-common:time_stop:2323 : total=44000 2022-02-15 09:04:01.198 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:04:01.200 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=48377 2022-02-15 09:04:01.202 | + inc/python:pip_install:203 : return 0 2022-02-15 09:04:01.205 | + ./stack.sh:main:860 : install_apache_uwsgi 2022-02-15 09:04:01.207 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2022-02-15 09:04:01.214 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2022-02-15 09:04:01.217 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-02-15 09:04:01.219 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-02-15 09:04:01.221 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-02-15 09:04:01.224 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-15 09:04:01.227 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-15 09:04:01.229 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-02-15 09:04:01.237 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-02-15 09:04:01.242 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-02-15 09:04:01.245 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-02-15 09:04:01.248 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2022-02-15 09:04:01.251 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2022-02-15 09:04:01.254 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:04:01.256 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:04:01.259 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-02-15 09:04:01.262 | + lib/apache:install_apache_uwsgi:96 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-02-15 09:04:01.264 | + functions-common:install_package:1347 : update_package_repo 2022-02-15 09:04:01.266 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-02-15 09:04:01.269 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-02-15 09:04:01.272 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-02-15 09:04:01.275 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-02-15 09:04:01.277 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-02-15 09:04:01.280 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:04:01.283 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:04:01.287 | + functions-common:update_package_repo:1328 : apt_get_update 2022-02-15 09:04:01.291 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-02-15 09:04:01.294 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-02-15 09:04:01.297 | + functions-common:apt_get_update:1074 : return 2022-02-15 09:04:01.299 | + functions-common:install_package:1348 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-02-15 09:04:01.302 | + functions-common:real_install_package:1333 : is_ubuntu 2022-02-15 09:04:01.305 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:04:01.307 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:04:01.310 | + functions-common:real_install_package:1334 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-02-15 09:04:01.335 | + functions-common:apt_get:1114 : 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-02-15 09:04:01.448 | Reading package lists... 2022-02-15 09:04:01.742 | Building dependency tree... 2022-02-15 09:04:01.743 | Reading state information... 2022-02-15 09:04:02.032 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.9). 2022-02-15 09:04:02.032 | The following packages were automatically installed and are no longer required: 2022-02-15 09:04:02.033 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-15 09:04:02.033 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-15 09:04:02.033 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-15 09:04:02.033 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-15 09:04:02.033 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-15 09:04:02.033 | python3-zope.interface 2022-02-15 09:04:02.033 | Use 'sudo apt autoremove' to remove them. 2022-02-15 09:04:02.034 | The following additional packages will be installed: 2022-02-15 09:04:02.035 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi-core 2022-02-15 09:04:02.037 | Suggested packages: 2022-02-15 09:04:02.037 | uwsgi-dev uwsgi-extra uwsgi-plugins-all python3-uwsgidecorators 2022-02-15 09:04:02.107 | The following NEW packages will be installed: 2022-02-15 09:04:02.108 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi uwsgi-core uwsgi-plugin-python3 2022-02-15 09:04:02.355 | 0 upgraded, 6 newly installed, 0 to remove and 115 not upgraded. 2022-02-15 09:04:02.356 | Need to get 1,306 kB of archives. 2022-02-15 09:04:02.356 | After this operation, 4,613 kB of additional disk space will be used. 2022-02-15 09:04:02.356 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 2022-02-15 09:04:02.969 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 2022-02-15 09:04:03.015 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 2022-02-15 09:04:03.107 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-core amd64 2.0.18-11ubuntu1 [523 kB] 2022-02-15 09:04:03.211 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi amd64 2.0.18-11ubuntu1 [17.6 kB] 2022-02-15 09:04:03.213 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-plugin-python3 amd64 2.0.18-11ubuntu1 [75.1 kB] 2022-02-15 09:04:03.788 | Fetched 1,306 kB in 1s (1,183 kB/s) 2022-02-15 09:04:03.822 | Selecting previously unselected package libnorm1:amd64. 2022-02-15 09:04:03.877 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90644 files and directories currently installed.) 2022-02-15 09:04:03.881 | Preparing to unpack .../0-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 2022-02-15 09:04:03.885 | Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2022-02-15 09:04:03.956 | Selecting previously unselected package libpgm-5.2-0:amd64. 2022-02-15 09:04:03.966 | Preparing to unpack .../1-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 2022-02-15 09:04:03.969 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2022-02-15 09:04:04.031 | Selecting previously unselected package libzmq5:amd64. 2022-02-15 09:04:04.042 | Preparing to unpack .../2-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 2022-02-15 09:04:04.044 | Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 2022-02-15 09:04:04.108 | Selecting previously unselected package uwsgi-core. 2022-02-15 09:04:04.118 | Preparing to unpack .../3-uwsgi-core_2.0.18-11ubuntu1_amd64.deb ... 2022-02-15 09:04:04.121 | Unpacking uwsgi-core (2.0.18-11ubuntu1) ... 2022-02-15 09:04:04.271 | Selecting previously unselected package uwsgi. 2022-02-15 09:04:04.281 | Preparing to unpack .../4-uwsgi_2.0.18-11ubuntu1_amd64.deb ... 2022-02-15 09:04:04.283 | Unpacking uwsgi (2.0.18-11ubuntu1) ... 2022-02-15 09:04:04.352 | Selecting previously unselected package uwsgi-plugin-python3. 2022-02-15 09:04:04.365 | Preparing to unpack .../5-uwsgi-plugin-python3_2.0.18-11ubuntu1_amd64.deb ... 2022-02-15 09:04:04.367 | Unpacking uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2022-02-15 09:04:04.438 | Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2022-02-15 09:04:04.445 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2022-02-15 09:04:04.451 | Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 2022-02-15 09:04:04.457 | Setting up uwsgi-core (2.0.18-11ubuntu1) ... 2022-02-15 09:04:04.471 | Setting up uwsgi (2.0.18-11ubuntu1) ... 2022-02-15 09:04:05.328 | Setting up uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2022-02-15 09:04:05.359 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-15 09:04:05.746 | Processing triggers for man-db (2.9.1-1) ... 2022-02-15 09:04:06.175 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-02-15 09:04:13.739 | + functions-common:apt_get:1118 : result=0 2022-02-15 09:04:13.742 | + functions-common:apt_get:1121 : time_stop apt-get 2022-02-15 09:04:13.744 | + functions-common:time_stop:2309 : local name 2022-02-15 09:04:13.746 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:04:13.749 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:04:13.751 | + functions-common:time_stop:2312 : local total 2022-02-15 09:04:13.753 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:04:13.756 | + functions-common:time_stop:2315 : name=apt-get 2022-02-15 09:04:13.758 | + functions-common:time_stop:2316 : start_time=1644915841332 2022-02-15 09:04:13.760 | + functions-common:time_stop:2318 : [[ -z 1644915841332 ]] 2022-02-15 09:04:13.763 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:04:13.767 | + functions-common:time_stop:2321 : end_time=1644915853765 2022-02-15 09:04:13.770 | + functions-common:time_stop:2322 : elapsed_time=12433 2022-02-15 09:04:13.773 | + functions-common:time_stop:2323 : total=289774 2022-02-15 09:04:13.775 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:04:13.777 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=302207 2022-02-15 09:04:13.780 | + functions-common:apt_get:1122 : return 0 2022-02-15 09:04:13.783 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-02-15 09:04:13.786 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:04:13.788 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:04:13.790 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-02-15 09:04:13.857 | Enabling module proxy. 2022-02-15 09:04:13.862 | To activate the new configuration, you need to run: 2022-02-15 09:04:13.863 | systemctl restart apache2 2022-02-15 09:04:13.867 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-02-15 09:04:13.931 | Considering dependency proxy for proxy_uwsgi: 2022-02-15 09:04:13.931 | Module proxy already enabled 2022-02-15 09:04:13.931 | Enabling module proxy_uwsgi. 2022-02-15 09:04:13.937 | To activate the new configuration, you need to run: 2022-02-15 09:04:13.937 | systemctl restart apache2 2022-02-15 09:04:13.942 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-02-15 09:04:13.945 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-02-15 09:04:13.947 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-15 09:04:13.949 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-02-15 09:04:14.082 | + ./stack.sh:main:863 : install_keystoneauth 2022-02-15 09:04:14.084 | + lib/keystone:install_keystoneauth:468 : use_library_from_git keystoneauth 2022-02-15 09:04:14.086 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2022-02-15 09:04:14.090 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:04:14.092 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:04:14.094 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2022-02-15 09:04:14.097 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:04:14.099 | + ./stack.sh:main:864 : install_keystoneclient 2022-02-15 09:04:14.101 | + lib/keystone:install_keystoneclient:476 : use_library_from_git python-keystoneclient 2022-02-15 09:04:14.104 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2022-02-15 09:04:14.106 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:04:14.109 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:04:14.111 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2022-02-15 09:04:14.115 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:04:14.117 | + ./stack.sh:main:865 : install_glanceclient 2022-02-15 09:04:14.119 | + lib/glance:install_glanceclient:505 : use_library_from_git python-glanceclient 2022-02-15 09:04:14.121 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2022-02-15 09:04:14.124 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:04:14.126 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:04:14.128 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2022-02-15 09:04:14.131 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:04:14.134 | + ./stack.sh:main:866 : install_cinderclient 2022-02-15 09:04:14.136 | + lib/cinder:install_cinderclient:481 : use_library_from_git python-brick-cinderclient-ext 2022-02-15 09:04:14.139 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2022-02-15 09:04:14.141 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:04:14.143 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:04:14.146 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-02-15 09:04:14.148 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:04:14.150 | + lib/cinder:install_cinderclient:486 : use_library_from_git python-cinderclient 2022-02-15 09:04:14.153 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2022-02-15 09:04:14.155 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:04:14.158 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:04:14.160 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2022-02-15 09:04:14.163 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:04:14.165 | + ./stack.sh:main:867 : install_novaclient 2022-02-15 09:04:14.168 | + lib/nova:install_novaclient:806 : use_library_from_git python-novaclient 2022-02-15 09:04:14.170 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2022-02-15 09:04:14.172 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:04:14.175 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:04:14.178 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2022-02-15 09:04:14.182 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:04:14.184 | + ./stack.sh:main:868 : is_service_enabled swift glance horizon 2022-02-15 09:04:14.208 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:04:14.212 | + ./stack.sh:main:869 : install_swiftclient 2022-02-15 09:04:14.215 | + lib/swift:install_swiftclient:752 : use_library_from_git python-swiftclient 2022-02-15 09:04:14.218 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2022-02-15 09:04:14.221 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:04:14.223 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:04:14.226 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2022-02-15 09:04:14.229 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:04:14.232 | + ./stack.sh:main:871 : is_service_enabled neutron nova horizon 2022-02-15 09:04:14.258 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:04:14.261 | + ./stack.sh:main:872 : install_neutronclient 2022-02-15 09:04:14.263 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2022-02-15 09:04:14.266 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2022-02-15 09:04:14.269 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:04:14.272 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:04:14.274 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2022-02-15 09:04:14.277 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:04:14.279 | + ./stack.sh:main:876 : install_keystonemiddleware 2022-02-15 09:04:14.282 | + lib/keystone:install_keystonemiddleware:486 : use_library_from_git keystonemiddleware 2022-02-15 09:04:14.285 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2022-02-15 09:04:14.287 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:04:14.290 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:04:14.292 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2022-02-15 09:04:14.295 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:04:14.297 | + lib/keystone:install_keystonemiddleware:491 : pip_install_gr keystonemiddleware 2022-02-15 09:04:14.300 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-02-15 09:04:14.303 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-15 09:04:14.306 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-02-15 09:04:14.309 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2022-02-15 09:04:14.311 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-15 09:04:14.315 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-15 09:04:14.316 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-02-15 09:04:14.323 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2022-02-15 09:04:14.325 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2022-02-15 09:04:14.327 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2022-02-15 09:04:14.332 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-02-15 09:04:14.336 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-02-15 09:04:14.359 | Using python 3.8 to install keystonemiddleware 2022-02-15 09:04:14.362 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2022-02-15 09:04:15.155 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:04:15.155 | from cryptography.utils import int_from_bytes 2022-02-15 09:04:15.155 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:04:15.155 | from cryptography.utils import int_from_bytes 2022-02-15 09:04:16.419 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:04:16.430 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.3.0) 2022-02-15 09:04:16.488 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.10.1) 2022-02-15 09:04:16.490 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.6.0) 2022-02-15 09:04:16.492 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.6.0) 2022-02-15 09:04:16.493 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.3.2) 2022-02-15 09:04:16.494 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2022-02-15 09:04:16.496 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-02-15 09:04:16.497 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2022-02-15 09:04:16.499 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.8.1) 2022-02-15 09:04:16.501 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.7.1) 2022-02-15 09:04:16.502 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.26.0) 2022-02-15 09:04:16.503 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0) 2022-02-15 09:04:16.506 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0) 2022-02-15 09:04:16.507 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.3.0) 2022-02-15 09:04:16.509 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.2.0) 2022-02-15 09:04:16.579 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.7.0) 2022-02-15 09:04:16.581 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.4.0) 2022-02-15 09:04:16.584 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (0.1.16) 2022-02-15 09:04:16.628 | Requirement already satisfied: dogpile.cache>=1.1.2 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware) (1.1.5) 2022-02-15 09:04:16.670 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.3.0) 2022-02-15 09:04:16.672 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (0.8.0) 2022-02-15 09:04:16.673 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (1.5.0) 2022-02-15 09:04:16.675 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (5.4.1) 2022-02-15 09:04:16.726 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (0.9.6) 2022-02-15 09:04:16.730 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (2.8.2) 2022-02-15 09:04:16.740 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (1.0.2) 2022-02-15 09:04:16.742 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2021.1) 2022-02-15 09:04:16.757 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (2.4.7) 2022-02-15 09:04:16.759 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2022-02-15 09:04:16.761 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.0) 2022-02-15 09:04:16.855 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.2) 2022-02-15 09:04:16.858 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.0.4) 2022-02-15 09:04:16.859 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2021.5.30) 2022-02-15 09:04:16.861 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.6) 2022-02-15 09:04:16.917 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) (1.12.1) 2022-02-15 09:04:16.931 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.2->oslo.cache>=1.26.0->keystonemiddleware) (5.0.9) 2022-02-15 09:04:18.415 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:04:18.564 | + inc/python:pip_install:200 : result=0 2022-02-15 09:04:18.567 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:04:18.569 | + functions-common:time_stop:2309 : local name 2022-02-15 09:04:18.571 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:04:18.574 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:04:18.576 | + functions-common:time_stop:2312 : local total 2022-02-15 09:04:18.578 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:04:18.580 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:04:18.583 | + functions-common:time_stop:2316 : start_time=1644915854353 2022-02-15 09:04:18.585 | + functions-common:time_stop:2318 : [[ -z 1644915854353 ]] 2022-02-15 09:04:18.589 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:04:18.593 | + functions-common:time_stop:2321 : end_time=1644915858590 2022-02-15 09:04:18.595 | + functions-common:time_stop:2322 : elapsed_time=4237 2022-02-15 09:04:18.597 | + functions-common:time_stop:2323 : total=48377 2022-02-15 09:04:18.600 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:04:18.602 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=52614 2022-02-15 09:04:18.605 | + inc/python:pip_install:203 : return 0 2022-02-15 09:04:18.607 | + lib/keystone:install_keystonemiddleware:495 : pip_install_gr python-memcached 2022-02-15 09:04:18.610 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-02-15 09:04:18.613 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-15 09:04:18.616 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-02-15 09:04:18.619 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2022-02-15 09:04:18.621 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-15 09:04:18.625 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-02-15 09:04:18.628 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-15 09:04:18.633 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2022-02-15 09:04:18.635 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2022-02-15 09:04:18.638 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2022-02-15 09:04:18.643 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-02-15 09:04:18.647 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-02-15 09:04:18.671 | Using python 3.8 to install python-memcached 2022-02-15 09:04:18.674 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2022-02-15 09:04:19.479 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:04:19.479 | from cryptography.utils import int_from_bytes 2022-02-15 09:04:19.479 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:04:19.479 | from cryptography.utils import int_from_bytes 2022-02-15 09:04:20.766 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:04:21.119 | warning: missing-index-doctype 2022-02-15 09:04:21.120 | 2022-02-15 09:04:21.120 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:04:21.120 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/python-memcached/ 2022-02-15 09:04:21.120 | 2022-02-15 09:04:21.120 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:04:21.120 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:04:21.151 | Collecting python-memcached 2022-02-15 09:04:21.159 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2022-02-15 09:04:21.168 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0) 2022-02-15 09:04:22.744 | Installing collected packages: python-memcached 2022-02-15 09:04:22.846 | Successfully installed python-memcached-1.59 2022-02-15 09:04:22.846 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:04:22.991 | + inc/python:pip_install:200 : result=0 2022-02-15 09:04:22.993 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:04:22.996 | + functions-common:time_stop:2309 : local name 2022-02-15 09:04:22.998 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:04:23.001 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:04:23.003 | + functions-common:time_stop:2312 : local total 2022-02-15 09:04:23.006 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:04:23.008 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:04:23.011 | + functions-common:time_stop:2316 : start_time=1644915858666 2022-02-15 09:04:23.013 | + functions-common:time_stop:2318 : [[ -z 1644915858666 ]] 2022-02-15 09:04:23.016 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:04:23.020 | + functions-common:time_stop:2321 : end_time=1644915863018 2022-02-15 09:04:23.023 | + functions-common:time_stop:2322 : elapsed_time=4352 2022-02-15 09:04:23.025 | + functions-common:time_stop:2323 : total=52614 2022-02-15 09:04:23.027 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:04:23.030 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=56966 2022-02-15 09:04:23.032 | + inc/python:pip_install:203 : return 0 2022-02-15 09:04:23.035 | + ./stack.sh:main:878 : is_service_enabled keystone 2022-02-15 09:04:23.052 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:04:23.055 | + ./stack.sh:main:879 : '[' 10.222.0.10 == 10.222.0.10 ']' 2022-02-15 09:04:23.058 | + ./stack.sh:main:880 : stack_install_service keystone 2022-02-15 09:04:23.060 | + lib/stack:stack_install_service:20 : local service=keystone 2022-02-15 09:04:23.062 | + lib/stack:stack_install_service:21 : type install_keystone 2022-02-15 09:04:23.065 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-15 09:04:23.069 | + lib/stack:stack_install_service:32 : install_keystone 2022-02-15 09:04:23.071 | + lib/keystone:install_keystone:501 : is_service_enabled ldap 2022-02-15 09:04:23.087 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:04:23.089 | + lib/keystone:install_keystone:505 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone stable/xena 2022-02-15 09:04:23.092 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/keystone.git 2022-02-15 09:04:23.094 | + functions-common:git_clone:524 : local git_dest=/opt/stack/keystone 2022-02-15 09:04:23.096 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-02-15 09:04:23.098 | + functions-common:git_clone:526 : local orig_dir 2022-02-15 09:04:23.101 | ++ functions-common:git_clone:527 : pwd 2022-02-15 09:04:23.103 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-02-15 09:04:23.105 | + functions-common:git_clone:528 : local git_clone_flags= 2022-02-15 09:04:23.109 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-02-15 09:04:23.128 | + functions-common:git_clone:530 : RECLONE=False 2022-02-15 09:04:23.131 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-02-15 09:04:23.133 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-02-15 09:04:23.136 | + functions-common:git_clone:544 : echo stable/xena 2022-02-15 09:04:23.136 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-02-15 09:04:23.142 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/keystone ]] 2022-02-15 09:04:23.144 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-02-15 09:04:23.146 | + functions-common:git_clone:592 : cd /opt/stack/keystone 2022-02-15 09:04:23.149 | + functions-common:git_clone:593 : git show --oneline 2022-02-15 09:04:23.150 | + functions-common:git_clone:593 : head -1 2022-02-15 09:04:23.153 | 20be02134 Merge "Fix typos in ec2 credential policies" into stable/xena 2022-02-15 09:04:23.156 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-02-15 09:04:23.158 | + lib/keystone:install_keystone:506 : setup_develop /opt/stack/keystone 2022-02-15 09:04:23.161 | + inc/python:setup_develop:338 : local bindep 2022-02-15 09:04:23.164 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2022-02-15 09:04:23.166 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2022-02-15 09:04:23.168 | + inc/python:setup_develop:344 : local extras= 2022-02-15 09:04:23.171 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-02-15 09:04:23.173 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-15 09:04:23.175 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2022-02-15 09:04:23.178 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2022-02-15 09:04:23.181 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-15 09:04:23.183 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-15 09:04:23.186 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2022-02-15 09:04:23.189 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-15 09:04:23.192 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2022-02-15 09:04:23.195 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-15 09:04:23.197 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-15 09:04:23.201 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-02-15 09:04:23.207 | + inc/python:_setup_package_with_constraints_edit:385 : name=keystone 2022-02-15 09:04:23.210 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-02-15 09:04:23.873 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/keystone -e 2022-02-15 09:04:23.875 | + inc/python:setup_package:418 : local bindep=0 2022-02-15 09:04:23.878 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-15 09:04:23.880 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-15 09:04:23.882 | + inc/python:setup_package:421 : [[ /opt/stack/keystone == -bindep* ]] 2022-02-15 09:04:23.884 | + inc/python:setup_package:426 : local project_dir=/opt/stack/keystone 2022-02-15 09:04:23.886 | + inc/python:setup_package:427 : local flags=-e 2022-02-15 09:04:23.889 | + inc/python:setup_package:428 : local extras= 2022-02-15 09:04:23.891 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-15 09:04:23.893 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-15 09:04:23.896 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-15 09:04:23.898 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-15 09:04:23.901 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-15 09:04:23.904 | + inc/python:setup_package:446 : pip_install -e /opt/stack/keystone 2022-02-15 09:04:23.927 | Using python 3.8 to install /opt/stack/keystone 2022-02-15 09:04:23.930 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2022-02-15 09:04:24.774 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:04:24.774 | from cryptography.utils import int_from_bytes 2022-02-15 09:04:24.774 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:04:24.774 | from cryptography.utils import int_from_bytes 2022-02-15 09:04:26.072 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:04:26.082 | Obtaining file:///opt/stack/keystone 2022-02-15 09:04:26.083 | Preparing metadata (setup.py): started 2022-02-15 09:04:27.671 | Preparing metadata (setup.py): finished with status 'done' 2022-02-15 09:04:27.818 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (5.6.0) 2022-02-15 09:04:27.819 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (1.8.7) 2022-02-15 09:04:28.177 | warning: missing-index-doctype 2022-02-15 09:04:28.178 | 2022-02-15 09:04:28.178 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:04:28.178 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/flask/ 2022-02-15 09:04:28.178 | 2022-02-15 09:04:28.178 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:04:28.178 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:04:28.231 | Collecting Flask!=0.11,>=1.0.2 2022-02-15 09:04:28.240 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a62/09ca15eb63fc9/Flask-2.0.1-py3-none-any.whl (94 kB) 2022-02-15 09:04:28.247 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.8/94.8 KB 54.8 MB/s eta 0:00:00 2022-02-15 09:04:28.556 | warning: missing-index-doctype 2022-02-15 09:04:28.556 | 2022-02-15 09:04:28.557 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:04:28.557 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/flask-restful/ 2022-02-15 09:04:28.557 | 2022-02-15 09:04:28.557 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:04:28.557 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:04:28.589 | Collecting Flask-RESTful>=0.3.5 2022-02-15 09:04:28.597 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/497/0c49b6488e46c/Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2022-02-15 09:04:28.602 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.4.8) 2022-02-15 09:04:28.603 | Requirement already satisfied: SQLAlchemy>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (1.4.23) 2022-02-15 09:04:28.605 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (0.13.0) 2022-02-15 09:04:28.606 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.4.0) 2022-02-15 09:04:28.911 | warning: missing-index-doctype 2022-02-15 09:04:28.911 | 2022-02-15 09:04:28.912 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:04:28.912 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/passlib/ 2022-02-15 09:04:28.912 | 2022-02-15 09:04:28.912 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:04:28.912 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:04:28.940 | Collecting passlib>=1.7.0 2022-02-15 09:04:28.949 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2022-02-15 09:04:28.966 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 525.6/525.6 KB 46.1 MB/s eta 0:00:00 2022-02-15 09:04:28.975 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (4.3.0) 2022-02-15 09:04:28.976 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (9.3.0) 2022-02-15 09:04:28.977 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.2.0) 2022-02-15 09:04:29.421 | warning: missing-index-doctype 2022-02-15 09:04:29.421 | 2022-02-15 09:04:29.421 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:04:29.421 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/scrypt/ 2022-02-15 09:04:29.421 | 2022-02-15 09:04:29.421 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:04:29.421 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:04:29.593 | Collecting scrypt>=0.8.0 2022-02-15 09:04:29.601 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ffc/de1d60a43e9d9/scrypt-0.8.18-cp38-cp38-manylinux2010_x86_64.whl (924 kB) 2022-02-15 09:04:29.623 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 924.8/924.8 KB 52.8 MB/s eta 0:00:00 2022-02-15 09:04:29.634 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (2.8.1) 2022-02-15 09:04:29.635 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (8.7.1) 2022-02-15 09:04:29.636 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.3.2) 2022-02-15 09:04:29.638 | Requirement already satisfied: oslo.messaging>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (12.9.2) 2022-02-15 09:04:29.639 | Requirement already satisfied: oslo.db>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (11.0.0) 2022-02-15 09:04:29.641 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (5.1.0) 2022-02-15 09:04:29.642 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (4.6.0) 2022-02-15 09:04:29.644 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (4.4.0) 2022-02-15 09:04:29.646 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.8.3) 2022-02-15 09:04:29.647 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (4.2.0) 2022-02-15 09:04:29.649 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (1.4.0) 2022-02-15 09:04:29.650 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (4.10.1) 2022-02-15 09:04:29.986 | warning: missing-index-doctype 2022-02-15 09:04:29.987 | 2022-02-15 09:04:29.987 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:04:29.987 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/oauthlib/ 2022-02-15 09:04:29.987 | 2022-02-15 09:04:29.987 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:04:29.987 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:04:30.026 | Collecting oauthlib>=0.6.2 2022-02-15 09:04:30.035 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/42b/f6354c2ed8c6a/oauthlib-3.1.1-py2.py3-none-any.whl (146 kB) 2022-02-15 09:04:30.043 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.2/146.2 KB 47.9 MB/s eta 0:00:00 2022-02-15 09:04:30.394 | warning: missing-index-doctype 2022-02-15 09:04:30.394 | 2022-02-15 09:04:30.394 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:04:30.394 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pysaml2/ 2022-02-15 09:04:30.394 | 2022-02-15 09:04:30.394 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:04:30.394 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:04:30.443 | Collecting pysaml2>=5.0.0 2022-02-15 09:04:30.450 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/25b/c3be6dcf9e365/pysaml2-7.0.1-py2.py3-none-any.whl (398 kB) 2022-02-15 09:04:30.464 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 398.1/398.1 KB 50.5 MB/s eta 0:00:00 2022-02-15 09:04:30.829 | warning: missing-index-doctype 2022-02-15 09:04:30.829 | 2022-02-15 09:04:30.829 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:04:30.829 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pyjwt/ 2022-02-15 09:04:30.829 | 2022-02-15 09:04:30.829 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:04:30.829 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:04:30.882 | Collecting PyJWT>=1.6.1 2022-02-15 09:04:30.890 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/934/d73fbba91b048/PyJWT-2.1.0-py3-none-any.whl (16 kB) 2022-02-15 09:04:30.896 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (1.1.5) 2022-02-15 09:04:30.898 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from keystone==20.0.1.dev7) (3.2.0) 2022-02-15 09:04:30.899 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.1.1) 2022-02-15 09:04:30.900 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (1.0.2) 2022-02-15 09:04:30.902 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.4.2) 2022-02-15 09:04:30.903 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (2021.1) 2022-02-15 09:04:30.917 | Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.0.1.dev7) (1.16.0) 2022-02-15 09:04:30.918 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.0.1.dev7) (1.14.6) 2022-02-15 09:04:31.005 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.0.2->keystone==20.0.1.dev7) (5.0.9) 2022-02-15 09:04:31.019 | Requirement already satisfied: Jinja2>=3.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==20.0.1.dev7) (3.0.1) 2022-02-15 09:04:31.384 | warning: missing-index-doctype 2022-02-15 09:04:31.384 | 2022-02-15 09:04:31.384 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:04:31.384 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/werkzeug/ 2022-02-15 09:04:31.384 | 2022-02-15 09:04:31.384 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:04:31.384 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:04:31.449 | Collecting Werkzeug>=2.0 2022-02-15 09:04:31.459 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6c1/ec500dcdba0ba/Werkzeug-2.0.1-py3-none-any.whl (288 kB) 2022-02-15 09:04:31.470 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 288.2/288.2 KB 50.0 MB/s eta 0:00:00 2022-02-15 09:04:31.823 | warning: missing-index-doctype 2022-02-15 09:04:31.823 | 2022-02-15 09:04:31.823 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:04:31.823 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/click/ 2022-02-15 09:04:31.823 | 2022-02-15 09:04:31.823 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:04:31.823 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:04:31.871 | Collecting click>=7.1.2 2022-02-15 09:04:31.881 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fba/402a4a4733474/click-8.0.1-py3-none-any.whl (97 kB) 2022-02-15 09:04:31.888 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.4/97.4 KB 41.0 MB/s eta 0:00:00 2022-02-15 09:04:32.210 | warning: missing-index-doctype 2022-02-15 09:04:32.210 | 2022-02-15 09:04:32.210 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:04:32.210 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/itsdangerous/ 2022-02-15 09:04:32.210 | 2022-02-15 09:04:32.210 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:04:32.210 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:04:32.236 | Collecting itsdangerous>=2.0 2022-02-15 09:04:32.245 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/517/4094b9637652b/itsdangerous-2.0.1-py3-none-any.whl (18 kB) 2022-02-15 09:04:32.581 | warning: missing-index-doctype 2022-02-15 09:04:32.581 | 2022-02-15 09:04:32.581 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:04:32.581 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/aniso8601/ 2022-02-15 09:04:32.581 | 2022-02-15 09:04:32.581 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:04:32.581 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:04:32.617 | Collecting aniso8601>=0.82 2022-02-15 09:04:32.625 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d2/b7ef82963909e/aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2022-02-15 09:04:32.633 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.8/52.8 KB 22.4 MB/s eta 0:00:00 2022-02-15 09:04:32.709 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (4.4.0) 2022-02-15 09:04:32.711 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (2.26.0) 2022-02-15 09:04:32.812 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.0.1.dev7) (0.8.0) 2022-02-15 09:04:32.814 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.0.1.dev7) (1.5.0) 2022-02-15 09:04:32.815 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.0.1.dev7) (5.4.1) 2022-02-15 09:04:32.817 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.0.1.dev7) (2.3.0) 2022-02-15 09:04:32.873 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.0.1.dev7) (2.0.1) 2022-02-15 09:04:32.875 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.0.1.dev7) (1.7.1) 2022-02-15 09:04:32.877 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.0.1.dev7) (0.5.0) 2022-02-15 09:04:32.932 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==20.0.1.dev7) (0.9.6) 2022-02-15 09:04:32.936 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==20.0.1.dev7) (2.8.2) 2022-02-15 09:04:32.992 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (2.6.1) 2022-02-15 09:04:32.994 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (5.0.8) 2022-02-15 09:04:32.996 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (5.1.0) 2022-02-15 09:04:32.999 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (4.2.2) 2022-02-15 09:04:33.001 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (0.3.1) 2022-02-15 09:04:33.002 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (2.4.0) 2022-02-15 09:04:33.025 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->keystone==20.0.1.dev7) (3.3.0) 2022-02-15 09:04:33.075 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->keystone==20.0.1.dev7) (0.7.2) 2022-02-15 09:04:33.095 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.0.1.dev7) (2.4.7) 2022-02-15 09:04:33.096 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.0.1.dev7) (21.0) 2022-02-15 09:04:33.098 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.0.1.dev7) (0.1.16) 2022-02-15 09:04:33.099 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.0.1.dev7) (0.11.0) 2022-02-15 09:04:33.155 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from osprofiler>=1.4.0->keystone==20.0.1.dev7) (4.4.1) 2022-02-15 09:04:33.639 | warning: missing-index-doctype 2022-02-15 09:04:33.639 | 2022-02-15 09:04:33.640 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:04:33.640 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/xmlschema/ 2022-02-15 09:04:33.640 | 2022-02-15 09:04:33.640 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:04:33.640 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:04:33.708 | Collecting xmlschema>=1.2.1 2022-02-15 09:04:33.717 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66a/17ba8c342703a/xmlschema-1.7.0-py3-none-any.whl (254 kB) 2022-02-15 09:04:33.727 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 254.8/254.8 KB 57.9 MB/s eta 0:00:00 2022-02-15 09:04:33.732 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.0.1.dev7) (5.2.2) 2022-02-15 09:04:34.021 | warning: missing-index-doctype 2022-02-15 09:04:34.021 | 2022-02-15 09:04:34.021 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:04:34.021 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/defusedxml/ 2022-02-15 09:04:34.021 | 2022-02-15 09:04:34.021 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:04:34.021 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:04:34.042 | Collecting defusedxml 2022-02-15 09:04:34.049 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/2e7e428770286/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2022-02-15 09:04:34.054 | Requirement already satisfied: pyOpenSSL in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.0.1.dev7) (20.0.1) 2022-02-15 09:04:34.243 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.3.0->keystone==20.0.1.dev7) (1.1.1) 2022-02-15 09:04:34.267 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.0.1.dev7) (0.4.1) 2022-02-15 09:04:34.268 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.0.1.dev7) (0.5.2) 2022-02-15 09:04:34.338 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==20.0.1.dev7) (1.1.5) 2022-02-15 09:04:34.356 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (5.0.0) 2022-02-15 09:04:34.431 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->keystone==20.0.1.dev7) (2.20) 2022-02-15 09:04:34.473 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==20.0.1.dev7) (1.12.1) 2022-02-15 09:04:34.589 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==20.0.1.dev7) (2.0.1) 2022-02-15 09:04:34.665 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (1.7.0) 2022-02-15 09:04:34.832 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==20.0.1.dev7) (0.14.1) 2022-02-15 09:04:34.861 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (0.11.0) 2022-02-15 09:04:34.903 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (2.1.1) 2022-02-15 09:04:34.907 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (3.0.0) 2022-02-15 09:04:34.909 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (3.5.0) 2022-02-15 09:04:34.910 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (0.31.1) 2022-02-15 09:04:34.913 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (1.3.2) 2022-02-15 09:04:34.914 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (2.5.1) 2022-02-15 09:04:35.094 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (2021.5.30) 2022-02-15 09:04:35.096 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (2.0.4) 2022-02-15 09:04:35.100 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (3.2) 2022-02-15 09:04:35.101 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (1.26.6) 2022-02-15 09:04:35.251 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==20.0.1.dev7) (2.5.0) 2022-02-15 09:04:40.702 | warning: missing-index-doctype 2022-02-15 09:04:40.702 | 2022-02-15 09:04:40.702 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:04:40.702 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/elementpath/ 2022-02-15 09:04:40.702 | 2022-02-15 09:04:40.702 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:04:40.702 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:04:40.761 | Collecting elementpath<3.0.0,>=2.2.2 2022-02-15 09:04:40.767 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f27/d7c045c4f1f30/elementpath-2.2.3-py3-none-any.whl (149 kB) 2022-02-15 09:04:40.776 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.0/150.0 KB 34.4 MB/s eta 0:00:00 2022-02-15 09:04:40.858 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->pysaml2>=5.0.0->keystone==20.0.1.dev7) (3.5.0) 2022-02-15 09:04:41.038 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (1.16.0) 2022-02-15 09:04:41.066 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==20.0.1.dev7) (1.6) 2022-02-15 09:04:41.209 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (57.4.0) 2022-02-15 09:04:41.303 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (0.7) 2022-02-15 09:04:41.338 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=6.0.0->keystone==20.0.1.dev7) (1.0.0) 2022-02-15 09:04:42.600 | Installing collected packages: scrypt, passlib, aniso8601, Werkzeug, PyJWT, oauthlib, itsdangerous, elementpath, defusedxml, click, xmlschema, Flask, Flask-RESTful, pysaml2, keystone 2022-02-15 09:04:43.403 | Attempting uninstall: PyJWT 2022-02-15 09:04:43.406 | Found existing installation: PyJWT 1.7.1 2022-02-15 09:04:43.429 | Uninstalling PyJWT-1.7.1: 2022-02-15 09:04:43.460 | Successfully uninstalled PyJWT-1.7.1 2022-02-15 09:04:43.491 | Attempting uninstall: oauthlib 2022-02-15 09:04:43.494 | Found existing installation: oauthlib 3.1.0 2022-02-15 09:04:43.505 | Uninstalling oauthlib-3.1.0: 2022-02-15 09:04:43.534 | Successfully uninstalled oauthlib-3.1.0 2022-02-15 09:04:43.951 | Attempting uninstall: click 2022-02-15 09:04:43.954 | Found existing installation: Click 7.0 2022-02-15 09:04:43.963 | Uninstalling Click-7.0: 2022-02-15 09:04:43.991 | Successfully uninstalled Click-7.0 2022-02-15 09:04:45.048 | Running setup.py develop for keystone 2022-02-15 09:04:47.126 | Successfully installed Flask-2.0.1 Flask-RESTful-0.3.9 PyJWT-2.1.0 Werkzeug-2.0.1 aniso8601-9.0.1 click-8.0.1 defusedxml-0.7.1 elementpath-2.2.3 itsdangerous-2.0.1 keystone oauthlib-3.1.1 passlib-1.7.4 pysaml2-7.0.1 scrypt-0.8.18 xmlschema-1.7.0 2022-02-15 09:04:47.127 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:04:47.325 | + inc/python:pip_install:200 : result=0 2022-02-15 09:04:47.327 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:04:47.329 | + functions-common:time_stop:2309 : local name 2022-02-15 09:04:47.331 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:04:47.333 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:04:47.335 | + functions-common:time_stop:2312 : local total 2022-02-15 09:04:47.338 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:04:47.340 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:04:47.342 | + functions-common:time_stop:2316 : start_time=1644915863921 2022-02-15 09:04:47.344 | + functions-common:time_stop:2318 : [[ -z 1644915863921 ]] 2022-02-15 09:04:47.347 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:04:47.351 | + functions-common:time_stop:2321 : end_time=1644915887349 2022-02-15 09:04:47.353 | + functions-common:time_stop:2322 : elapsed_time=23428 2022-02-15 09:04:47.355 | + functions-common:time_stop:2323 : total=56966 2022-02-15 09:04:47.357 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:04:47.359 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=80394 2022-02-15 09:04:47.362 | + inc/python:pip_install:203 : return 0 2022-02-15 09:04:47.365 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-15 09:04:47.368 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-02-15 09:04:47.370 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-02-15 09:04:47.394 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-02-15 09:04:47.408 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/keystone 2022-02-15 09:04:47.410 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2022-02-15 09:04:47.413 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:04:47.422 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:04:47.424 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-02-15 09:04:47.427 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:04:47.430 | + lib/keystone:install_keystone:508 : is_service_enabled ldap 2022-02-15 09:04:47.446 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:04:47.449 | + lib/keystone:install_keystone:512 : '[' uwsgi == mod_wsgi ']' 2022-02-15 09:04:47.451 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-15 09:04:47.454 | + ./stack.sh:main:881 : configure_keystone 2022-02-15 09:04:47.456 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2022-02-15 09:04:47.469 | + lib/keystone:configure_keystone:204 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2022-02-15 09:04:47.471 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-02-15 09:04:47.477 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2022-02-15 09:04:47.498 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:04:47.500 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2022-02-15 09:04:47.530 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-02-15 09:04:47.559 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-02-15 09:04:47.591 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2022-02-15 09:04:47.626 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2022-02-15 09:04:47.658 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2022-02-15 09:04:47.688 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-02-15 09:04:47.716 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-02-15 09:04:47.743 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-02-15 09:04:47.745 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-02-15 09:04:47.748 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-02-15 09:04:47.750 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-02-15 09:04:47.752 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-02-15 09:04:47.754 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-15 09:04:47.769 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:04:47.773 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-02-15 09:04:47.775 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-02-15 09:04:47.777 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-15 09:04:47.793 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:04:47.795 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.10:5672/ 2022-02-15 09:04:47.798 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.10:5672/ 2022-02-15 09:04:47.827 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-15 09:04:47.829 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-15 09:04:47.832 | + lib/keystone:configure_keystone:225 : local service_port=5000 2022-02-15 09:04:47.834 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2022-02-15 09:04:47.837 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2022-02-15 09:04:47.853 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:04:47.856 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.10/identity 2022-02-15 09:04:47.894 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.10/identity 2022-02-15 09:04:47.922 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2022-02-15 09:04:47.924 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2022-02-15 09:04:47.959 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2022-02-15 09:04:47.961 | ++ lib/database:database_connection_url:132 : local db=keystone 2022-02-15 09:04:47.964 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2022-02-15 09:04:47.966 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2022-02-15 09:04:47.968 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-02-15 09:04:47.971 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-02-15 09:04:48.002 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2022-02-15 09:04:48.005 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2022-02-15 09:04:48.008 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-02-15 09:04:48.010 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-02-15 09:04:48.016 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-15 09:04:48.040 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-15 09:04:48.043 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-15 09:04:48.045 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-15 09:04:48.048 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-15 09:04:48.051 | + 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-02-15 09:04:48.082 | + 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-02-15 09:04:48.115 | + 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-02-15 09:04:48.149 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-15 09:04:48.180 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-02-15 09:04:48.214 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2022-02-15 09:04:48.217 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-02-15 09:04:48.223 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-02-15 09:04:48.225 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-02-15 09:04:48.228 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2022-02-15 09:04:48.231 | + lib/apache:write_uwsgi_config:257 : local http= 2022-02-15 09:04:48.233 | + lib/apache:write_uwsgi_config:258 : local name= 2022-02-15 09:04:48.236 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2022-02-15 09:04:48.240 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2022-02-15 09:04:48.243 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-02-15 09:04:48.245 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-02-15 09:04:48.258 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-02-15 09:04:48.259 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-02-15 09:04:48.267 | d /var/run/uwsgi 0755 ubuntu root 2022-02-15 09:04:48.272 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-02-15 09:04:48.289 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-02-15 09:04:48.292 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-02-15 09:04:48.296 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-02-15 09:04:48.326 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-02-15 09:04:48.358 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-02-15 09:04:48.388 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-02-15 09:04:48.417 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-02-15 09:04:48.445 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-02-15 09:04:48.474 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-02-15 09:04:48.502 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-02-15 09:04:48.531 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-02-15 09:04:48.560 | + 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-02-15 09:04:48.588 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-02-15 09:04:48.618 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-02-15 09:04:48.646 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-02-15 09:04:48.680 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-02-15 09:04:48.683 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-02-15 09:04:48.685 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2022-02-15 09:04:48.688 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2022-02-15 09:04:48.690 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-02-15 09:04:48.693 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:04:48.696 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:04:48.698 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-02-15 09:04:48.701 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-02-15 09:04:48.703 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-02-15 09:04:48.731 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-02-15 09:04:48.761 | + 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-02-15 09:04:48.761 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-02-15 09:04:48.770 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-02-15 09:04:48.773 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2022-02-15 09:04:48.775 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2022-02-15 09:04:48.778 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-02-15 09:04:48.780 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-15 09:04:48.783 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-15 09:04:48.786 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:04:48.789 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:04:48.791 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-15 09:04:48.793 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-02-15 09:04:48.796 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:04:48.798 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:04:48.800 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2022-02-15 09:04:48.864 | Enabling site keystone-wsgi-public. 2022-02-15 09:04:48.870 | To activate the new configuration, you need to run: 2022-02-15 09:04:48.870 | systemctl reload apache2 2022-02-15 09:04:48.874 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-02-15 09:04:48.877 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-02-15 09:04:48.879 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-15 09:04:48.882 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-02-15 09:04:49.014 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2022-02-15 09:04:49.016 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2022-02-15 09:04:49.020 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2022-02-15 09:04:49.022 | + lib/apache:write_uwsgi_config:256 : local url=/identity_admin 2022-02-15 09:04:49.025 | + lib/apache:write_uwsgi_config:257 : local http= 2022-02-15 09:04:49.027 | + lib/apache:write_uwsgi_config:258 : local name= 2022-02-15 09:04:49.030 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-admin 2022-02-15 09:04:49.035 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-admin 2022-02-15 09:04:49.038 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-02-15 09:04:49.040 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-02-15 09:04:49.054 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-02-15 09:04:49.055 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-02-15 09:04:49.062 | d /var/run/uwsgi 0755 ubuntu root 2022-02-15 09:04:49.066 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-02-15 09:04:49.082 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2022-02-15 09:04:49.085 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2022-02-15 09:04:49.093 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2022-02-15 09:04:49.129 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2022-02-15 09:04:49.158 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2022-02-15 09:04:49.185 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2022-02-15 09:04:49.212 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2022-02-15 09:04:49.242 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2022-02-15 09:04:49.272 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2022-02-15 09:04:49.300 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2022-02-15 09:04:49.328 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2022-02-15 09:04:49.358 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-02-15 09:04:49.386 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2022-02-15 09:04:49.417 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2022-02-15 09:04:49.445 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2022-02-15 09:04:49.474 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-02-15 09:04:49.477 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-02-15 09:04:49.480 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-admin 2022-02-15 09:04:49.482 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-admin 2022-02-15 09:04:49.488 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-02-15 09:04:49.493 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:04:49.495 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:04:49.498 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2022-02-15 09:04:49.500 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2022-02-15 09:04:49.503 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2022-02-15 09:04:49.532 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2022-02-15 09:04:49.562 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin" retry=0 ' 2022-02-15 09:04:49.563 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2022-02-15 09:04:49.571 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin" retry=0 2022-02-15 09:04:49.575 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-admin 2022-02-15 09:04:49.577 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-admin 2022-02-15 09:04:49.580 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-02-15 09:04:49.582 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-15 09:04:49.585 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-15 09:04:49.588 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:04:49.590 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:04:49.592 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-15 09:04:49.595 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-02-15 09:04:49.597 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:04:49.602 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:04:49.605 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-admin 2022-02-15 09:04:49.669 | Enabling site keystone-wsgi-admin. 2022-02-15 09:04:49.675 | To activate the new configuration, you need to run: 2022-02-15 09:04:49.675 | systemctl reload apache2 2022-02-15 09:04:49.680 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-02-15 09:04:49.683 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-02-15 09:04:49.685 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-15 09:04:49.688 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-02-15 09:04:49.818 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-02-15 09:04:49.849 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-02-15 09:04:49.891 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-02-15 09:04:49.922 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2022-02-15 09:04:49.925 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-02-15 09:04:49.957 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-02-15 09:04:49.994 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-02-15 09:04:50.026 | + ./stack.sh:main:885 : is_service_enabled swift 2022-02-15 09:04:50.044 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:04:50.047 | + ./stack.sh:main:886 : is_service_enabled ceilometer 2022-02-15 09:04:50.072 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:04:50.075 | + ./stack.sh:main:889 : stack_install_service swift 2022-02-15 09:04:50.077 | + lib/stack:stack_install_service:20 : local service=swift 2022-02-15 09:04:50.079 | + lib/stack:stack_install_service:21 : type install_swift 2022-02-15 09:04:50.082 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-15 09:04:50.085 | + lib/stack:stack_install_service:32 : install_swift 2022-02-15 09:04:50.087 | + lib/swift:install_swift:742 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift stable/xena 2022-02-15 09:04:50.089 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/swift.git 2022-02-15 09:04:50.092 | + functions-common:git_clone:524 : local git_dest=/opt/stack/swift 2022-02-15 09:04:50.094 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-02-15 09:04:50.096 | + functions-common:git_clone:526 : local orig_dir 2022-02-15 09:04:50.099 | ++ functions-common:git_clone:527 : pwd 2022-02-15 09:04:50.102 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-02-15 09:04:50.104 | + functions-common:git_clone:528 : local git_clone_flags= 2022-02-15 09:04:50.107 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-02-15 09:04:50.124 | + functions-common:git_clone:530 : RECLONE=False 2022-02-15 09:04:50.126 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-02-15 09:04:50.129 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-02-15 09:04:50.132 | + functions-common:git_clone:544 : echo stable/xena 2022-02-15 09:04:50.133 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-02-15 09:04:50.139 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/swift ]] 2022-02-15 09:04:50.141 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-02-15 09:04:50.143 | + functions-common:git_clone:592 : cd /opt/stack/swift 2022-02-15 09:04:50.146 | + functions-common:git_clone:593 : git show --oneline 2022-02-15 09:04:50.147 | + functions-common:git_clone:593 : head -1 2022-02-15 09:04:50.150 | 01955bc1b Add FIPS CI jobs 2022-02-15 09:04:50.153 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-02-15 09:04:50.155 | + lib/swift:install_swift:745 : setup_develop /opt/stack/swift keystone 2022-02-15 09:04:50.158 | + inc/python:setup_develop:338 : local bindep 2022-02-15 09:04:50.160 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2022-02-15 09:04:50.163 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2022-02-15 09:04:50.165 | + inc/python:setup_develop:344 : local extras=keystone 2022-02-15 09:04:50.168 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-02-15 09:04:50.170 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-15 09:04:50.173 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2022-02-15 09:04:50.175 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2022-02-15 09:04:50.178 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-15 09:04:50.180 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2022-02-15 09:04:50.183 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2022-02-15 09:04:50.186 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-15 09:04:50.188 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2022-02-15 09:04:50.191 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-15 09:04:50.194 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-15 09:04:50.197 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-02-15 09:04:50.202 | + inc/python:_setup_package_with_constraints_edit:385 : name=swift 2022-02-15 09:04:50.205 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-02-15 09:04:50.874 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/swift -e keystone 2022-02-15 09:04:50.876 | + inc/python:setup_package:418 : local bindep=0 2022-02-15 09:04:50.878 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-15 09:04:50.881 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-15 09:04:50.883 | + inc/python:setup_package:421 : [[ /opt/stack/swift == -bindep* ]] 2022-02-15 09:04:50.885 | + inc/python:setup_package:426 : local project_dir=/opt/stack/swift 2022-02-15 09:04:50.887 | + inc/python:setup_package:427 : local flags=-e 2022-02-15 09:04:50.890 | + inc/python:setup_package:428 : local extras=keystone 2022-02-15 09:04:50.892 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-15 09:04:50.894 | + inc/python:setup_package:432 : [[ -z keystone ]] 2022-02-15 09:04:50.897 | + inc/python:setup_package:437 : [[ ! -z keystone ]] 2022-02-15 09:04:50.900 | + inc/python:setup_package:438 : extras='[keystone]' 2022-02-15 09:04:50.902 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-15 09:04:50.905 | + inc/python:setup_package:446 : pip_install -e '/opt/stack/swift[keystone]' 2022-02-15 09:04:50.927 | Using python 3.8 to install /opt/stack/swift 2022-02-15 09:04:50.929 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]' 2022-02-15 09:04:51.714 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:04:51.714 | from cryptography.utils import int_from_bytes 2022-02-15 09:04:51.714 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:04:51.714 | from cryptography.utils import int_from_bytes 2022-02-15 09:04:52.941 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:04:52.950 | Obtaining file:///opt/stack/swift 2022-02-15 09:04:52.952 | Preparing metadata (setup.py): started 2022-02-15 09:04:54.180 | Preparing metadata (setup.py): finished with status 'done' 2022-02-15 09:04:54.292 | Requirement already satisfied: eventlet>=0.25.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev6) (0.31.1) 2022-02-15 09:04:54.293 | Requirement already satisfied: greenlet>=0.3.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev6) (1.1.1) 2022-02-15 09:04:54.295 | Requirement already satisfied: netifaces!=0.10.0,!=0.10.1,>=0.8 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev6) (0.11.0) 2022-02-15 09:04:54.296 | Requirement already satisfied: PasteDeploy>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev6) (2.1.1) 2022-02-15 09:04:54.355 | warning: missing-index-doctype 2022-02-15 09:04:54.355 | 2022-02-15 09:04:54.355 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:04:54.355 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/lxml/ 2022-02-15 09:04:54.355 | 2022-02-15 09:04:54.356 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:04:54.356 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:04:54.970 | Collecting lxml>=3.4.1 2022-02-15 09:04:54.997 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1b3/8116b6e628118/lxml-4.6.3-cp38-cp38-manylinux2014_x86_64.whl (6.8 MB) 2022-02-15 09:04:55.127 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.8/6.8 MB 55.3 MB/s eta 0:00:00 2022-02-15 09:04:55.179 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev6) (2.26.0) 2022-02-15 09:04:55.180 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev6) (1.16.0) 2022-02-15 09:04:55.638 | warning: missing-index-doctype 2022-02-15 09:04:55.638 | 2022-02-15 09:04:55.638 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:04:55.638 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/xattr/ 2022-02-15 09:04:55.638 | 2022-02-15 09:04:55.638 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:04:55.638 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:04:55.713 | Collecting xattr>=0.4 2022-02-15 09:04:55.721 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0b/bca828e04ef2d/xattr-0.9.7.tar.gz (13 kB) 2022-02-15 09:04:55.735 | Preparing metadata (setup.py): started 2022-02-15 09:04:56.459 | Preparing metadata (setup.py): finished with status 'done' 2022-02-15 09:04:56.887 | warning: missing-index-doctype 2022-02-15 09:04:56.887 | 2022-02-15 09:04:56.887 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:04:56.888 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pyeclib/ 2022-02-15 09:04:56.888 | 2022-02-15 09:04:56.888 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:04:56.888 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:04:56.914 | Collecting PyECLib>=1.3.1 2022-02-15 09:04:56.939 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2022-02-15 09:04:57.052 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.7/6.7 MB 62.4 MB/s eta 0:00:00 2022-02-15 09:04:57.264 | Preparing metadata (setup.py): started 2022-02-15 09:04:57.940 | Preparing metadata (setup.py): finished with status 'done' 2022-02-15 09:04:57.945 | Requirement already satisfied: cryptography>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev6) (3.4.8) 2022-02-15 09:04:57.946 | Requirement already satisfied: keystonemiddleware>=4.17.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev6) (9.3.0) 2022-02-15 09:04:58.025 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.0.2->swift==2.28.1.dev6) (1.14.6) 2022-02-15 09:04:58.035 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.0->swift==2.28.1.dev6) (1.16.0) 2022-02-15 09:04:58.096 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (3.1.1) 2022-02-15 09:04:58.097 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (4.3.0) 2022-02-15 09:04:58.099 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (3.3.2) 2022-02-15 09:04:58.101 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (4.2.0) 2022-02-15 09:04:58.103 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (1.8.7) 2022-02-15 09:04:58.104 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (4.4.0) 2022-02-15 09:04:58.106 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (5.1.0) 2022-02-15 09:04:58.107 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (5.6.0) 2022-02-15 09:04:58.109 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (8.7.1) 2022-02-15 09:04:58.110 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (2.8.1) 2022-02-15 09:04:58.111 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (4.10.1) 2022-02-15 09:04:58.113 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (4.6.0) 2022-02-15 09:04:58.141 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from PasteDeploy>=1.3.3->swift==2.28.1.dev6) (57.4.0) 2022-02-15 09:04:58.177 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.28.1.dev6) (3.2) 2022-02-15 09:04:58.179 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.28.1.dev6) (2.0.4) 2022-02-15 09:04:58.181 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.28.1.dev6) (2021.5.30) 2022-02-15 09:04:58.183 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.28.1.dev6) (1.26.6) 2022-02-15 09:04:58.210 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.0.2->swift==2.28.1.dev6) (2.20) 2022-02-15 09:04:58.298 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (0.1.16) 2022-02-15 09:04:58.300 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (3.4.0) 2022-02-15 09:04:58.302 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (1.7.0) 2022-02-15 09:04:58.346 | Requirement already satisfied: dogpile.cache>=1.1.2 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (1.1.5) 2022-02-15 09:04:58.394 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (1.5.0) 2022-02-15 09:04:58.395 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (2.3.0) 2022-02-15 09:04:58.397 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (5.4.1) 2022-02-15 09:04:58.399 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (0.8.0) 2022-02-15 09:04:58.469 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (2.8.2) 2022-02-15 09:04:58.472 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (0.9.6) 2022-02-15 09:04:58.490 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (1.0.2) 2022-02-15 09:04:58.491 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (2021.1) 2022-02-15 09:04:58.512 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (2.4.7) 2022-02-15 09:04:58.515 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (21.0) 2022-02-15 09:04:58.632 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (1.12.1) 2022-02-15 09:04:58.649 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.2->oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev6) (5.0.9) 2022-02-15 09:04:58.936 | Building wheels for collected packages: PyECLib, xattr 2022-02-15 09:04:58.937 | Building wheel for PyECLib (setup.py): started 2022-02-15 09:05:00.295 | Building wheel for PyECLib (setup.py): finished with status 'done' 2022-02-15 09:05:00.296 | Created wheel for PyECLib: filename=pyeclib-1.6.0-cp38-cp38-linux_x86_64.whl size=55543 sha256=9b7531f60aed913bc06aa883d4438d3d14841df4bbef26373c0b6532075ec741 2022-02-15 09:05:00.297 | Stored in directory: /root/.cache/pip/wheels/8d/84/e6/6a48e2f14c9392ac545275a5b87ce7ad21ff00ceacd6831bd5 2022-02-15 09:05:00.301 | Building wheel for xattr (setup.py): started 2022-02-15 09:05:01.847 | Building wheel for xattr (setup.py): finished with status 'done' 2022-02-15 09:05:01.849 | Created wheel for xattr: filename=xattr-0.9.7-cp38-cp38-linux_x86_64.whl size=33292 sha256=fa75b8ed2f9f9d5360fac65f3fa1b1fce9e5168f7d396253627eb6c2eae9061a 2022-02-15 09:05:01.849 | Stored in directory: /root/.cache/pip/wheels/90/58/82/c0bf95f0215cd4d718b9b5bde6f88253eef46677a81e649467 2022-02-15 09:05:01.853 | Successfully built PyECLib xattr 2022-02-15 09:05:03.260 | Installing collected packages: PyECLib, lxml, xattr, swift 2022-02-15 09:05:03.621 | Running setup.py develop for swift 2022-02-15 09:05:05.549 | Successfully installed PyECLib-1.6.0 lxml-4.6.3 swift-2.28.1.dev6 xattr-0.9.7 2022-02-15 09:05:05.549 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:05:05.739 | + inc/python:pip_install:200 : result=0 2022-02-15 09:05:05.741 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:05:05.743 | + functions-common:time_stop:2309 : local name 2022-02-15 09:05:05.746 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:05:05.748 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:05:05.750 | + functions-common:time_stop:2312 : local total 2022-02-15 09:05:05.752 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:05:05.755 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:05:05.758 | + functions-common:time_stop:2316 : start_time=1644915890921 2022-02-15 09:05:05.760 | + functions-common:time_stop:2318 : [[ -z 1644915890921 ]] 2022-02-15 09:05:05.763 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:05:05.767 | + functions-common:time_stop:2321 : end_time=1644915905765 2022-02-15 09:05:05.771 | + functions-common:time_stop:2322 : elapsed_time=14844 2022-02-15 09:05:05.773 | + functions-common:time_stop:2323 : total=80394 2022-02-15 09:05:05.775 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:05:05.777 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=95238 2022-02-15 09:05:05.779 | + inc/python:pip_install:203 : return 0 2022-02-15 09:05:05.782 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-15 09:05:05.784 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-02-15 09:05:05.787 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-02-15 09:05:05.806 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-02-15 09:05:05.819 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/swift 2022-02-15 09:05:05.821 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2022-02-15 09:05:05.824 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:05:05.826 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:05:05.828 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-02-15 09:05:05.831 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:05:05.834 | + lib/swift:install_swift:746 : '[' False == True ']' 2022-02-15 09:05:05.836 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-15 09:05:05.839 | + ./stack.sh:main:890 : configure_swift 2022-02-15 09:05:05.841 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2022-02-15 09:05:05.843 | + lib/swift:configure_swift:335 : local node_number 2022-02-15 09:05:05.845 | + lib/swift:configure_swift:336 : local swift_node_config 2022-02-15 09:05:05.847 | + lib/swift:configure_swift:337 : local swift_log_dir 2022-02-15 09:05:05.850 | + lib/swift:configure_swift:340 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-02-15 09:05:06.735 | No object-updater running 2022-02-15 09:05:06.735 | No account-server running 2022-02-15 09:05:06.735 | No account-auditor running 2022-02-15 09:05:06.735 | No object-auditor running 2022-02-15 09:05:06.735 | No container-reconciler running 2022-02-15 09:05:06.735 | No container-replicator running 2022-02-15 09:05:06.735 | No container-auditor running 2022-02-15 09:05:06.735 | No container-server running 2022-02-15 09:05:06.735 | No account-reaper running 2022-02-15 09:05:06.735 | No container-sync running 2022-02-15 09:05:06.735 | No object-server running 2022-02-15 09:05:06.735 | No object-replicator running 2022-02-15 09:05:06.735 | No object-reconstructor running 2022-02-15 09:05:06.735 | No proxy-server running 2022-02-15 09:05:06.735 | No account-replicator running 2022-02-15 09:05:06.735 | No container-sharder running 2022-02-15 09:05:06.735 | No object-expirer running 2022-02-15 09:05:06.735 | No container-updater running 2022-02-15 09:05:06.789 | + lib/swift:configure_swift:340 : true 2022-02-15 09:05:06.791 | + lib/swift:configure_swift:342 : sudo install -d -o ubuntu /etc/swift 2022-02-15 09:05:06.805 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-02-15 09:05:06.817 | + lib/swift:configure_swift:345 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-02-15 09:05:06.820 | + lib/swift:configure_swift:358 : sudo tee /etc/rsyncd.conf 2022-02-15 09:05:06.820 | ++ lib/swift:configure_swift:354 : id -g -n ubuntu 2022-02-15 09:05:06.825 | + lib/swift:configure_swift:354 : sed -e ' 2022-02-15 09:05:06.825 | s/%GROUP%/ubuntu/; 2022-02-15 09:05:06.825 | s/%USER%/ubuntu/; 2022-02-15 09:05:06.825 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-02-15 09:05:06.825 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-02-15 09:05:06.829 | uid = ubuntu 2022-02-15 09:05:06.829 | gid = ubuntu 2022-02-15 09:05:06.829 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-02-15 09:05:06.829 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-02-15 09:05:06.829 | address = 127.0.0.1 2022-02-15 09:05:06.829 | 2022-02-15 09:05:06.829 | [account6612] 2022-02-15 09:05:06.829 | max connections = 25 2022-02-15 09:05:06.829 | path = /opt/stack/data/swift/1/node/ 2022-02-15 09:05:06.829 | read only = false 2022-02-15 09:05:06.829 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-02-15 09:05:06.829 | 2022-02-15 09:05:06.829 | [account6622] 2022-02-15 09:05:06.829 | max connections = 25 2022-02-15 09:05:06.829 | path = /opt/stack/data/swift/2/node/ 2022-02-15 09:05:06.829 | read only = false 2022-02-15 09:05:06.829 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-02-15 09:05:06.829 | 2022-02-15 09:05:06.829 | [account6632] 2022-02-15 09:05:06.829 | max connections = 25 2022-02-15 09:05:06.829 | path = /opt/stack/data/swift/3/node/ 2022-02-15 09:05:06.829 | read only = false 2022-02-15 09:05:06.829 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-02-15 09:05:06.829 | 2022-02-15 09:05:06.829 | [account6642] 2022-02-15 09:05:06.829 | max connections = 25 2022-02-15 09:05:06.829 | path = /opt/stack/data/swift/4/node/ 2022-02-15 09:05:06.830 | read only = false 2022-02-15 09:05:06.830 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-02-15 09:05:06.830 | 2022-02-15 09:05:06.830 | 2022-02-15 09:05:06.830 | [container6611] 2022-02-15 09:05:06.830 | max connections = 25 2022-02-15 09:05:06.830 | path = /opt/stack/data/swift/1/node/ 2022-02-15 09:05:06.830 | read only = false 2022-02-15 09:05:06.830 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-02-15 09:05:06.830 | 2022-02-15 09:05:06.830 | [container6621] 2022-02-15 09:05:06.830 | max connections = 25 2022-02-15 09:05:06.830 | path = /opt/stack/data/swift/2/node/ 2022-02-15 09:05:06.830 | read only = false 2022-02-15 09:05:06.830 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-02-15 09:05:06.830 | 2022-02-15 09:05:06.830 | [container6631] 2022-02-15 09:05:06.830 | max connections = 25 2022-02-15 09:05:06.830 | path = /opt/stack/data/swift/3/node/ 2022-02-15 09:05:06.830 | read only = false 2022-02-15 09:05:06.830 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-02-15 09:05:06.830 | 2022-02-15 09:05:06.830 | [container6641] 2022-02-15 09:05:06.830 | max connections = 25 2022-02-15 09:05:06.830 | path = /opt/stack/data/swift/4/node/ 2022-02-15 09:05:06.830 | read only = false 2022-02-15 09:05:06.830 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-02-15 09:05:06.830 | 2022-02-15 09:05:06.830 | 2022-02-15 09:05:06.830 | [object6613] 2022-02-15 09:05:06.830 | max connections = 25 2022-02-15 09:05:06.830 | path = /opt/stack/data/swift/1/node/ 2022-02-15 09:05:06.830 | read only = false 2022-02-15 09:05:06.830 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-02-15 09:05:06.830 | 2022-02-15 09:05:06.830 | [object6623] 2022-02-15 09:05:06.831 | max connections = 25 2022-02-15 09:05:06.831 | path = /opt/stack/data/swift/2/node/ 2022-02-15 09:05:06.831 | read only = false 2022-02-15 09:05:06.831 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-02-15 09:05:06.831 | 2022-02-15 09:05:06.831 | [object6633] 2022-02-15 09:05:06.831 | max connections = 25 2022-02-15 09:05:06.831 | path = /opt/stack/data/swift/3/node/ 2022-02-15 09:05:06.831 | read only = false 2022-02-15 09:05:06.831 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-02-15 09:05:06.831 | 2022-02-15 09:05:06.831 | [object6643] 2022-02-15 09:05:06.831 | max connections = 25 2022-02-15 09:05:06.831 | path = /opt/stack/data/swift/4/node/ 2022-02-15 09:05:06.831 | read only = false 2022-02-15 09:05:06.831 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-02-15 09:05:06.832 | + lib/swift:configure_swift:360 : is_ubuntu 2022-02-15 09:05:06.835 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:05:06.837 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:05:06.839 | + lib/swift:configure_swift:361 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-02-15 09:05:06.857 | + lib/swift:configure_swift:366 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-02-15 09:05:06.859 | + lib/swift:configure_swift:367 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-02-15 09:05:06.864 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-02-15 09:05:06.868 | + lib/swift:configure_swift:372 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-02-15 09:05:06.870 | + lib/swift:configure_swift:373 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-02-15 09:05:06.874 | + lib/swift:configure_swift:374 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-02-15 09:05:06.904 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.10:8080/v1/ 2022-02-15 09:05:06.930 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-02-15 09:05:06.948 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-02-15 09:05:06.977 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-02-15 09:05:06.995 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-02-15 09:05:07.024 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-02-15 09:05:07.042 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-02-15 09:05:07.072 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-02-15 09:05:07.093 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-02-15 09:05:07.121 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-02-15 09:05:07.140 | + lib/swift:configure_swift:390 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-02-15 09:05:07.171 | + lib/swift:configure_swift:392 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-02-15 09:05:07.192 | + lib/swift:configure_swift:393 : is_service_enabled tls-proxy 2022-02-15 09:05:07.209 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:05:07.211 | + lib/swift:configure_swift:396 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-02-15 09:05:07.242 | + lib/swift:configure_swift:402 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-02-15 09:05:07.269 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-02-15 09:05:07.298 | + lib/swift:configure_swift:406 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-02-15 09:05:07.326 | + lib/swift:configure_swift:409 : is_service_enabled ceilometer 2022-02-15 09:05:07.341 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:05:07.343 | + lib/swift:configure_swift:420 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-02-15 09:05:07.370 | + lib/swift:configure_swift:426 : is_service_enabled s3api 2022-02-15 09:05:07.385 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:05:07.388 | + lib/swift:configure_swift:429 : is_service_enabled keystone 2022-02-15 09:05:07.402 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:05:07.404 | + lib/swift:configure_swift:430 : swift_pipeline+=' authtoken' 2022-02-15 09:05:07.406 | + lib/swift:configure_swift:431 : is_service_enabled s3api 2022-02-15 09:05:07.422 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:05:07.424 | + lib/swift:configure_swift:436 : swift_pipeline+=' keystoneauth' 2022-02-15 09:05:07.426 | + lib/swift:configure_swift:439 : swift_pipeline+=' tempauth ' 2022-02-15 09:05:07.428 | + lib/swift:configure_swift:441 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-02-15 09:05:07.434 | + lib/swift:configure_swift:442 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-02-15 09:05:07.439 | + lib/swift:configure_swift:444 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-02-15 09:05:07.466 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-02-15 09:05:07.495 | + lib/swift:configure_swift:448 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-02-15 09:05:07.528 | + lib/swift:configure_swift:453 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-02-15 09:05:07.560 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-02-15 09:05:07.594 | + lib/swift:configure_swift:456 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-02-15 09:05:07.596 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/swift/proxy-server.conf 2022-02-15 09:05:07.598 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=swift 2022-02-15 09:05:07.601 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=filter:authtoken 2022-02-15 09:05:07.603 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-02-15 09:05:07.631 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-02-15 09:05:07.664 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.10/identity 2022-02-15 09:05:07.695 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-02-15 09:05:07.724 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-02-15 09:05:07.752 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-02-15 09:05:07.780 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-02-15 09:05:07.810 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-02-15 09:05:07.837 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-15 09:05:07.863 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-02-15 09:05:07.890 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-02-15 09:05:07.918 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-02-15 09:05:07.945 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-02-15 09:05:07.972 | + lib/swift:configure_swift:461 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-02-15 09:05:08.002 | + lib/swift:configure_swift:462 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-02-15 09:05:08.030 | + lib/swift:configure_swift:467 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-02-15 09:05:08.047 | + lib/swift:configure_swift:468 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-02-15 09:05:08.075 | + lib/swift:configure_swift:471 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-02-15 09:05:08.102 | + lib/swift:configure_swift:473 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-02-15 09:05:08.106 | + lib/swift:configure_swift:474 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-02-15 09:05:08.135 | + lib/swift:configure_swift:475 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-02-15 09:05:08.163 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-02-15 09:05:08.190 | + lib/swift:configure_swift:478 : local node_number 2022-02-15 09:05:08.192 | + lib/swift:configure_swift:479 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-02-15 09:05:08.194 | + lib/swift:configure_swift:480 : local swift_node_config=/etc/swift/object-server/1.conf 2022-02-15 09:05:08.196 | + lib/swift:configure_swift:481 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-02-15 09:05:08.201 | + lib/swift:configure_swift:482 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-02-15 09:05:08.203 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2022-02-15 09:05:08.205 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-02-15 09:05:08.207 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2022-02-15 09:05:08.210 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2022-02-15 09:05:08.212 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-02-15 09:05:08.214 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-02-15 09:05:08.216 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-02-15 09:05:08.233 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-02-15 09:05:08.262 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-02-15 09:05:08.280 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-02-15 09:05:08.309 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-02-15 09:05:08.327 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-02-15 09:05:08.358 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-02-15 09:05:08.377 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-02-15 09:05:08.405 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-02-15 09:05:08.423 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-02-15 09:05:08.451 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-02-15 09:05:08.468 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-02-15 09:05:08.498 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-02-15 09:05:08.516 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-02-15 09:05:08.544 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-02-15 09:05:08.562 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-02-15 09:05:08.590 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-02-15 09:05:08.607 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-02-15 09:05:08.634 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/object-server/1.conf 2022-02-15 09:05:08.639 | + lib/swift:configure_swift:483 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-02-15 09:05:08.658 | + lib/swift:configure_swift:484 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-02-15 09:05:08.692 | + lib/swift:configure_swift:485 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-02-15 09:05:08.723 | + lib/swift:configure_swift:487 : swift_node_config=/etc/swift/container-server/1.conf 2022-02-15 09:05:08.725 | + lib/swift:configure_swift:488 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-02-15 09:05:08.730 | + lib/swift:configure_swift:489 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-02-15 09:05:08.732 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2022-02-15 09:05:08.734 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-02-15 09:05:08.736 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2022-02-15 09:05:08.739 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2022-02-15 09:05:08.741 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-02-15 09:05:08.743 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-02-15 09:05:08.751 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-02-15 09:05:08.771 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-02-15 09:05:08.802 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-02-15 09:05:08.823 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-02-15 09:05:08.861 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-02-15 09:05:08.883 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-02-15 09:05:08.916 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-02-15 09:05:08.934 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-02-15 09:05:08.966 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-02-15 09:05:08.984 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-02-15 09:05:09.013 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-02-15 09:05:09.033 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-02-15 09:05:09.067 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-02-15 09:05:09.086 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-02-15 09:05:09.116 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-02-15 09:05:09.135 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-02-15 09:05:09.165 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-02-15 09:05:09.184 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-02-15 09:05:09.213 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/container-server/1.conf 2022-02-15 09:05:09.218 | + lib/swift:configure_swift:490 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-02-15 09:05:09.237 | + lib/swift:configure_swift:491 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-02-15 09:05:09.265 | + lib/swift:configure_swift:493 : swift_node_config=/etc/swift/account-server/1.conf 2022-02-15 09:05:09.268 | + lib/swift:configure_swift:494 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-02-15 09:05:09.273 | + lib/swift:configure_swift:495 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-02-15 09:05:09.275 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2022-02-15 09:05:09.277 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-02-15 09:05:09.279 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2022-02-15 09:05:09.281 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2022-02-15 09:05:09.283 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-02-15 09:05:09.286 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-02-15 09:05:09.288 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-02-15 09:05:09.306 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-02-15 09:05:09.335 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-02-15 09:05:09.353 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-02-15 09:05:09.382 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-02-15 09:05:09.400 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-02-15 09:05:09.429 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-02-15 09:05:09.447 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-02-15 09:05:09.477 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-02-15 09:05:09.503 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-02-15 09:05:09.535 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-02-15 09:05:09.557 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-02-15 09:05:09.587 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-02-15 09:05:09.605 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-02-15 09:05:09.636 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-02-15 09:05:09.656 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-02-15 09:05:09.694 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-02-15 09:05:09.714 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-02-15 09:05:09.752 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/account-server/1.conf 2022-02-15 09:05:09.757 | + lib/swift:configure_swift:496 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-02-15 09:05:09.776 | + lib/swift:configure_swift:497 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-02-15 09:05:09.811 | + lib/swift:configure_swift:501 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-02-15 09:05:09.842 | + lib/swift:configure_swift:502 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-02-15 09:05:09.880 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-02-15 09:05:09.913 | + lib/swift:configure_swift:505 : testfile=/etc/swift/test.conf 2022-02-15 09:05:09.915 | + lib/swift:configure_swift:506 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-02-15 09:05:09.919 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-02-15 09:05:09.950 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-02-15 09:05:09.985 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-02-15 09:05:10.017 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-02-15 09:05:10.053 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-02-15 09:05:10.085 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-02-15 09:05:10.117 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-02-15 09:05:10.151 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test password4 testing4 2022-02-15 09:05:10.194 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-02-15 09:05:10.225 | + lib/swift:configure_swift:519 : is_service_enabled keystone 2022-02-15 09:05:10.243 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:05:10.245 | + lib/swift:configure_swift:520 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-02-15 09:05:10.266 | + lib/swift:configure_swift:521 : local auth_vers 2022-02-15 09:05:10.269 | ++ lib/swift:configure_swift:522 : iniget /etc/swift/test.conf func_test auth_version 2022-02-15 09:05:10.290 | + lib/swift:configure_swift:522 : auth_vers=3 2022-02-15 09:05:10.293 | + lib/swift:configure_swift:523 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.10 2022-02-15 09:05:10.329 | + lib/swift:configure_swift:524 : [[ http == \h\t\t\p\s ]] 2022-02-15 09:05:10.331 | + lib/swift:configure_swift:527 : iniset /etc/swift/test.conf func_test auth_port 80 2022-02-15 09:05:10.362 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.10/identity 2022-02-15 09:05:10.395 | + lib/swift:configure_swift:530 : [[ 3 == \3 ]] 2022-02-15 09:05:10.397 | + lib/swift:configure_swift:531 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-02-15 09:05:10.429 | + lib/swift:configure_swift:535 : is_service_enabled tls-proxy 2022-02-15 09:05:10.446 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:05:10.449 | + lib/swift:configure_swift:541 : local user_group 2022-02-15 09:05:10.452 | ++ lib/swift:configure_swift:542 : id -g ubuntu 2022-02-15 09:05:10.459 | + lib/swift:configure_swift:542 : user_group=1000 2022-02-15 09:05:10.461 | + lib/swift:configure_swift:543 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-02-15 09:05:10.476 | + lib/swift:configure_swift:545 : local swift_log_dir=/opt/stack/data/swift/logs 2022-02-15 09:05:10.478 | + lib/swift:configure_swift:546 : sudo rm -rf /opt/stack/data/swift/logs 2022-02-15 09:05:10.491 | + lib/swift:configure_swift:547 : local swift_log_group=adm 2022-02-15 09:05:10.493 | + lib/swift:configure_swift:548 : is_suse 2022-02-15 09:05:10.496 | + functions-common:is_suse:462 : is_opensuse 2022-02-15 09:05:10.498 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-15 09:05:10.500 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-15 09:05:10.503 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-15 09:05:10.506 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-15 09:05:10.509 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-15 09:05:10.512 | + lib/swift:configure_swift:551 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-02-15 09:05:10.528 | + lib/swift:configure_swift:553 : [[ False != \F\a\l\s\e ]] 2022-02-15 09:05:10.530 | + lib/swift:configure_swift:561 : '[' False == True ']' 2022-02-15 09:05:10.533 | + ./stack.sh:main:893 : is_service_enabled s3api 2022-02-15 09:05:10.558 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:05:10.561 | + ./stack.sh:main:899 : is_service_enabled g-api n-api 2022-02-15 09:05:10.580 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:05:10.582 | + ./stack.sh:main:901 : stack_install_service glance 2022-02-15 09:05:10.584 | + lib/stack:stack_install_service:20 : local service=glance 2022-02-15 09:05:10.587 | + lib/stack:stack_install_service:21 : type install_glance 2022-02-15 09:05:10.589 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-15 09:05:10.592 | + lib/stack:stack_install_service:32 : install_glance 2022-02-15 09:05:10.595 | + lib/glance:install_glance:514 : glance_store_extras=() 2022-02-15 09:05:10.598 | + lib/glance:install_glance:514 : local glance_store_extras 2022-02-15 09:05:10.601 | + lib/glance:install_glance:516 : is_service_enabled cinder 2022-02-15 09:05:10.620 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:05:10.623 | + lib/glance:install_glance:517 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-02-15 09:05:10.625 | + lib/glance:install_glance:520 : is_service_enabled swift 2022-02-15 09:05:10.644 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:05:10.647 | + lib/glance:install_glance:521 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-02-15 09:05:10.650 | + lib/glance:install_glance:526 : use_library_from_git glance_store 2022-02-15 09:05:10.653 | + inc/python:use_library_from_git:250 : local name=glance_store 2022-02-15 09:05:10.656 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:05:10.658 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:05:10.662 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2022-02-15 09:05:10.665 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:05:10.669 | ++ lib/glance:install_glance:532 : join_extras swift cinder 2022-02-15 09:05:10.672 | ++ inc/python:join_extras:29 : local IFS=, 2022-02-15 09:05:10.674 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-02-15 09:05:10.678 | + lib/glance:install_glance:532 : pip_install_gr_extras glance-store swift,cinder 2022-02-15 09:05:10.680 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-02-15 09:05:10.683 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-02-15 09:05:10.686 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-02-15 09:05:10.689 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-02-15 09:05:10.692 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2022-02-15 09:05:10.695 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2022-02-15 09:05:10.699 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-02-15 09:05:10.699 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2022-02-15 09:05:10.705 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2022-02-15 09:05:10.708 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2022-02-15 09:05:10.711 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2022-02-15 09:05:10.715 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-02-15 09:05:10.718 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-02-15 09:05:10.750 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-02-15 09:05:10.753 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2022-02-15 09:05:11.552 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:05:11.552 | from cryptography.utils import int_from_bytes 2022-02-15 09:05:11.552 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:05:11.552 | from cryptography.utils import int_from_bytes 2022-02-15 09:05:12.808 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:05:13.186 | warning: missing-index-doctype 2022-02-15 09:05:13.186 | 2022-02-15 09:05:13.186 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:13.186 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/glance-store/ 2022-02-15 09:05:13.186 | 2022-02-15 09:05:13.186 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:13.186 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:13.271 | Collecting glance-store[cinder,swift]!=0.29.0 2022-02-15 09:05:13.280 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9aa/f7b7857f97a8a/glance_store-2.7.0-py3-none-any.whl (227 kB) 2022-02-15 09:05:13.291 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.7/227.7 KB 39.7 MB/s eta 0:00:00 2022-02-15 09:05:13.383 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.31.1) 2022-02-15 09:05:13.385 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.4.1) 2022-02-15 09:05:13.386 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.26.0) 2022-02-15 09:05:13.388 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (1.16.0) 2022-02-15 09:05:13.389 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.10.1) 2022-02-15 09:05:13.391 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (5.1.0) 2022-02-15 09:05:13.392 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.4.0) 2022-02-15 09:05:13.393 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.3.0) 2022-02-15 09:05:13.395 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.2.0) 2022-02-15 09:05:13.396 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.2.0) 2022-02-15 09:05:13.398 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (8.7.1) 2022-02-15 09:05:13.399 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.4.0) 2022-02-15 09:05:13.714 | warning: missing-index-doctype 2022-02-15 09:05:13.714 | 2022-02-15 09:05:13.715 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:13.715 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/python-swiftclient/ 2022-02-15 09:05:13.715 | 2022-02-15 09:05:13.715 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:13.715 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:13.761 | Collecting python-swiftclient>=3.2.0 2022-02-15 09:05:13.768 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/07c/63cf223127b70/python_swiftclient-3.12.0-py2.py3-none-any.whl (86 kB) 2022-02-15 09:05:13.775 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.9/86.9 KB 57.1 MB/s eta 0:00:00 2022-02-15 09:05:13.782 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.19.1) 2022-02-15 09:05:13.799 | warning: missing-index-doctype 2022-02-15 09:05:13.799 | 2022-02-15 09:05:13.799 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:13.799 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/python-cinderclient/ 2022-02-15 09:05:13.799 | 2022-02-15 09:05:13.799 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:13.799 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:13.865 | Collecting python-cinderclient>=4.1.0 2022-02-15 09:05:13.872 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5fb/3243abb3c7902/python_cinderclient-8.1.0-py3-none-any.whl (253 kB) 2022-02-15 09:05:13.881 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 253.9/253.9 KB 69.5 MB/s eta 0:00:00 2022-02-15 09:05:13.890 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (6.3.0) 2022-02-15 09:05:13.908 | warning: missing-index-doctype 2022-02-15 09:05:13.908 | 2022-02-15 09:05:13.908 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:13.908 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/os-brick/ 2022-02-15 09:05:13.908 | 2022-02-15 09:05:13.908 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:13.908 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:14.024 | Collecting os-brick>=2.6.0 2022-02-15 09:05:14.031 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/562/d907f7579ac77/os_brick-5.0.1-py3-none-any.whl (257 kB) 2022-02-15 09:05:14.042 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 257.8/257.8 KB 54.2 MB/s eta 0:00:00 2022-02-15 09:05:14.059 | Requirement already satisfied: oslo.privsep>=1.23.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.6.2) 2022-02-15 09:05:14.079 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (1.1.1) 2022-02-15 09:05:14.080 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (1.16.0) 2022-02-15 09:05:14.086 | Requirement already satisfied: pyparsing<3,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance-store[cinder,swift]!=0.29.0) (2.4.7) 2022-02-15 09:05:14.193 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (0.1.16) 2022-02-15 09:05:14.195 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (5.6.0) 2022-02-15 09:05:14.198 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (1.7.0) 2022-02-15 09:05:14.225 | Requirement already satisfied: oslo.log>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (4.6.0) 2022-02-15 09:05:14.226 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (6.3.1) 2022-02-15 09:05:14.228 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.6.1) 2022-02-15 09:05:14.230 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (5.5.0) 2022-02-15 09:05:14.231 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.3.2) 2022-02-15 09:05:14.246 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder,swift]!=0.29.0) (0.14.1) 2022-02-15 09:05:14.289 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (0.8.0) 2022-02-15 09:05:14.290 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (5.4.1) 2022-02-15 09:05:14.293 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.5.0) 2022-02-15 09:05:14.295 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (2.3.0) 2022-02-15 09:05:14.317 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.14.6) 2022-02-15 09:05:14.319 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.0.2) 2022-02-15 09:05:14.335 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder,swift]!=0.29.0) (2021.1) 2022-02-15 09:05:14.352 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (0.11.0) 2022-02-15 09:05:14.355 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (21.0) 2022-02-15 09:05:14.375 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (3.17.5) 2022-02-15 09:05:14.377 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (0.7.2) 2022-02-15 09:05:14.460 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2.0.4) 2022-02-15 09:05:14.462 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2021.5.30) 2022-02-15 09:05:14.465 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (3.2) 2022-02-15 09:05:14.466 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (1.26.6) 2022-02-15 09:05:14.517 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (2.20) 2022-02-15 09:05:14.546 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.12.1) 2022-02-15 09:05:14.573 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->glance-store[cinder,swift]!=0.29.0) (1.6) 2022-02-15 09:05:14.740 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.9.6) 2022-02-15 09:05:14.743 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.8.2) 2022-02-15 09:05:14.777 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.8.7) 2022-02-15 09:05:14.781 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.5.0) 2022-02-15 09:05:14.782 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.3.2) 2022-02-15 09:05:14.784 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.1) 2022-02-15 09:05:14.786 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.1.1) 2022-02-15 09:05:14.788 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.0.0) 2022-02-15 09:05:14.998 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.0) 2022-02-15 09:05:15.038 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (57.4.0) 2022-02-15 09:05:15.122 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.7) 2022-02-15 09:05:15.251 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.0.0) 2022-02-15 09:05:16.858 | Installing collected packages: python-swiftclient, python-cinderclient, glance-store, os-brick 2022-02-15 09:05:17.920 | Successfully installed glance-store-2.7.0 os-brick-5.0.1 python-cinderclient-8.1.0 python-swiftclient-3.12.0 2022-02-15 09:05:17.920 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:05:18.083 | + inc/python:pip_install:200 : result=0 2022-02-15 09:05:18.085 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:05:18.088 | + functions-common:time_stop:2309 : local name 2022-02-15 09:05:18.090 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:05:18.092 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:05:18.095 | + functions-common:time_stop:2312 : local total 2022-02-15 09:05:18.098 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:05:18.100 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:05:18.102 | + functions-common:time_stop:2316 : start_time=1644915910744 2022-02-15 09:05:18.105 | + functions-common:time_stop:2318 : [[ -z 1644915910744 ]] 2022-02-15 09:05:18.108 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:05:18.112 | + functions-common:time_stop:2321 : end_time=1644915918109 2022-02-15 09:05:18.114 | + functions-common:time_stop:2322 : elapsed_time=7365 2022-02-15 09:05:18.117 | + functions-common:time_stop:2323 : total=95238 2022-02-15 09:05:18.119 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:05:18.121 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=102603 2022-02-15 09:05:18.124 | + inc/python:pip_install:203 : return 0 2022-02-15 09:05:18.127 | + lib/glance:install_glance:533 : copy_rootwrap /usr/local/etc/glance 2022-02-15 09:05:18.130 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-02-15 09:05:18.133 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-02-15 09:05:18.147 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-02-15 09:05:18.152 | + lib/glance:install_glance:536 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance stable/xena 2022-02-15 09:05:18.155 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/glance.git 2022-02-15 09:05:18.157 | + functions-common:git_clone:524 : local git_dest=/opt/stack/glance 2022-02-15 09:05:18.160 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-02-15 09:05:18.163 | + functions-common:git_clone:526 : local orig_dir 2022-02-15 09:05:18.166 | ++ functions-common:git_clone:527 : pwd 2022-02-15 09:05:18.169 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-02-15 09:05:18.171 | + functions-common:git_clone:528 : local git_clone_flags= 2022-02-15 09:05:18.174 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-02-15 09:05:18.192 | + functions-common:git_clone:530 : RECLONE=False 2022-02-15 09:05:18.194 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-02-15 09:05:18.196 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-02-15 09:05:18.199 | + functions-common:git_clone:544 : echo stable/xena 2022-02-15 09:05:18.202 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-02-15 09:05:18.208 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/glance ]] 2022-02-15 09:05:18.210 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-02-15 09:05:18.212 | + functions-common:git_clone:592 : cd /opt/stack/glance 2022-02-15 09:05:18.215 | + functions-common:git_clone:593 : git show --oneline 2022-02-15 09:05:18.216 | + functions-common:git_clone:593 : head -1 2022-02-15 09:05:18.219 | b76dd7880 [stable-only] Specify openstacksdk stable branch 2022-02-15 09:05:18.222 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-02-15 09:05:18.225 | + lib/glance:install_glance:538 : setup_develop /opt/stack/glance 2022-02-15 09:05:18.228 | + inc/python:setup_develop:338 : local bindep 2022-02-15 09:05:18.231 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2022-02-15 09:05:18.234 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2022-02-15 09:05:18.237 | + inc/python:setup_develop:344 : local extras= 2022-02-15 09:05:18.240 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-02-15 09:05:18.242 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-15 09:05:18.245 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2022-02-15 09:05:18.248 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2022-02-15 09:05:18.251 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-15 09:05:18.254 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-15 09:05:18.258 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2022-02-15 09:05:18.260 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-15 09:05:18.263 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2022-02-15 09:05:18.266 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-15 09:05:18.268 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-15 09:05:18.272 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-02-15 09:05:18.278 | + inc/python:_setup_package_with_constraints_edit:385 : name=glance 2022-02-15 09:05:18.281 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-02-15 09:05:18.919 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/glance -e 2022-02-15 09:05:18.921 | + inc/python:setup_package:418 : local bindep=0 2022-02-15 09:05:18.923 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-15 09:05:18.927 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-15 09:05:18.929 | + inc/python:setup_package:421 : [[ /opt/stack/glance == -bindep* ]] 2022-02-15 09:05:18.931 | + inc/python:setup_package:426 : local project_dir=/opt/stack/glance 2022-02-15 09:05:18.934 | + inc/python:setup_package:427 : local flags=-e 2022-02-15 09:05:18.936 | + inc/python:setup_package:428 : local extras= 2022-02-15 09:05:18.938 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-15 09:05:18.940 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-15 09:05:18.943 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-15 09:05:18.946 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-15 09:05:18.948 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-15 09:05:18.951 | + inc/python:setup_package:446 : pip_install -e /opt/stack/glance 2022-02-15 09:05:18.975 | Using python 3.8 to install /opt/stack/glance 2022-02-15 09:05:18.977 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2022-02-15 09:05:19.794 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:05:19.794 | from cryptography.utils import int_from_bytes 2022-02-15 09:05:19.794 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:05:19.794 | from cryptography.utils import int_from_bytes 2022-02-15 09:05:21.111 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:05:21.121 | Obtaining file:///opt/stack/glance 2022-02-15 09:05:21.122 | Preparing metadata (setup.py): started 2022-02-15 09:05:22.363 | Preparing metadata (setup.py): finished with status 'done' 2022-02-15 09:05:22.515 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (5.6.0) 2022-02-15 09:05:22.516 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (0.7.1) 2022-02-15 09:05:22.518 | Requirement already satisfied: SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (1.4.23) 2022-02-15 09:05:22.519 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (0.31.1) 2022-02-15 09:05:22.521 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (2.1.1) 2022-02-15 09:05:22.522 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (2.5.1) 2022-02-15 09:05:22.523 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (1.8.7) 2022-02-15 09:05:22.525 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (0.4.1) 2022-02-15 09:05:22.526 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (1.7.1) 2022-02-15 09:05:22.528 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (0.19.1) 2022-02-15 09:05:22.529 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (8.7.1) 2022-02-15 09:05:22.531 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (4.4.1) 2022-02-15 09:05:22.532 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (3.3.2) 2022-02-15 09:05:22.534 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (1.4.0) 2022-02-15 09:05:22.535 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (4.10.1) 2022-02-15 09:05:22.537 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (3.4.0) 2022-02-15 09:05:22.538 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (2.4.0) 2022-02-15 09:05:22.567 | warning: missing-index-doctype 2022-02-15 09:05:22.568 | 2022-02-15 09:05:22.568 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:22.568 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/taskflow/ 2022-02-15 09:05:22.568 | 2022-02-15 09:05:22.568 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:22.568 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:22.663 | Collecting taskflow>=4.0.0 2022-02-15 09:05:22.672 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7ca/d2110e911814c/taskflow-4.6.2-py3-none-any.whl (492 kB) 2022-02-15 09:05:22.689 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 492.3/492.3 KB 49.1 MB/s eta 0:00:00 2022-02-15 09:05:22.700 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (4.4.0) 2022-02-15 09:05:22.702 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (9.3.0) 2022-02-15 09:05:23.032 | warning: missing-index-doctype 2022-02-15 09:05:23.033 | 2022-02-15 09:05:23.033 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:23.033 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/wsme/ 2022-02-15 09:05:23.033 | 2022-02-15 09:05:23.033 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:23.033 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:23.062 | Collecting WSME>=0.8.0 2022-02-15 09:05:23.070 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d5/cb5c593970ef6/WSME-0.11.0-py3-none-any.whl (59 kB) 2022-02-15 09:05:23.075 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 KB 51.0 MB/s eta 0:00:00 2022-02-15 09:05:23.080 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (0.7.2) 2022-02-15 09:05:23.081 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (3.5.0) 2022-02-15 09:05:23.083 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance==23.0.1.dev1) (3.2.0) 2022-02-15 09:05:23.085 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (4.3.0) 2022-02-15 09:05:23.087 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (20.0.1) 2022-02-15 09:05:23.088 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (1.16.0) 2022-02-15 09:05:23.089 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (11.0.0) 2022-02-15 09:05:23.091 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (5.1.0) 2022-02-15 09:05:23.413 | warning: missing-index-doctype 2022-02-15 09:05:23.413 | 2022-02-15 09:05:23.413 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:23.413 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/oslo-limit/ 2022-02-15 09:05:23.413 | 2022-02-15 09:05:23.413 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:23.413 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:23.440 | Collecting oslo.limit>=1.0.0 2022-02-15 09:05:23.448 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/95e/ef416d7ada135/oslo.limit-1.4.0-py3-none-any.whl (18 kB) 2022-02-15 09:05:23.453 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (4.6.0) 2022-02-15 09:05:23.454 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (12.9.2) 2022-02-15 09:05:23.456 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (4.4.0) 2022-02-15 09:05:23.457 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (2.3.0) 2022-02-15 09:05:23.459 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (3.8.3) 2022-02-15 09:05:23.471 | warning: missing-index-doctype 2022-02-15 09:05:23.471 | 2022-02-15 09:05:23.471 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:23.471 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/retrying/ 2022-02-15 09:05:23.471 | 2022-02-15 09:05:23.471 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:23.471 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:23.493 | Collecting retrying!=1.3.0,>=1.2.3 2022-02-15 09:05:23.499 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2022-02-15 09:05:23.504 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (3.4.2) 2022-02-15 09:05:23.505 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (2.7.0) 2022-02-15 09:05:23.507 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (2.3.0) 2022-02-15 09:05:23.508 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (3.4.8) 2022-02-15 09:05:23.521 | warning: missing-index-doctype 2022-02-15 09:05:23.521 | 2022-02-15 09:05:23.521 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:23.521 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/cursive/ 2022-02-15 09:05:23.521 | 2022-02-15 09:05:23.521 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:23.521 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:23.543 | Collecting cursive>=0.2.1 2022-02-15 09:05:23.550 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2022-02-15 09:05:23.556 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (0.1.16) 2022-02-15 09:05:23.557 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (5.5.0) 2022-02-15 09:05:23.572 | warning: missing-index-doctype 2022-02-15 09:05:23.572 | 2022-02-15 09:05:23.572 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:23.572 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/castellan/ 2022-02-15 09:05:23.572 | 2022-02-15 09:05:23.572 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:23.572 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:23.635 | Collecting castellan>=0.17.0 2022-02-15 09:05:23.642 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ff2/b23f5f380b8d3/castellan-3.9.1-py3-none-any.whl (94 kB) 2022-02-15 09:05:23.649 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.8/94.8 KB 42.2 MB/s eta 0:00:00 2022-02-15 09:05:23.698 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.0.1.dev1) (5.2.2) 2022-02-15 09:05:23.699 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.0.1.dev1) (1.1.5) 2022-02-15 09:05:23.735 | warning: missing-index-doctype 2022-02-15 09:05:23.735 | 2022-02-15 09:05:23.735 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:23.735 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/python-barbicanclient/ 2022-02-15 09:05:23.735 | 2022-02-15 09:05:23.735 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:23.735 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:23.778 | Collecting python-barbicanclient>=4.5.2 2022-02-15 09:05:23.787 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/830/28b145bf26f45/python_barbicanclient-5.2.0-py3-none-any.whl (82 kB) 2022-02-15 09:05:23.793 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.8/82.8 KB 37.4 MB/s eta 0:00:00 2022-02-15 09:05:23.798 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==23.0.1.dev1) (2.26.0) 2022-02-15 09:05:23.842 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.6.1->glance==23.0.1.dev1) (1.14.6) 2022-02-15 09:05:23.866 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from cursive>=0.2.1->glance==23.0.1.dev1) (4.2.0) 2022-02-15 09:05:23.877 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->glance==23.0.1.dev1) (1.12.1) 2022-02-15 09:05:23.892 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==23.0.1.dev1) (1.16.0) 2022-02-15 09:05:23.895 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==23.0.1.dev1) (1.1.1) 2022-02-15 09:05:23.989 | Requirement already satisfied: pyparsing<3,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance==23.0.1.dev1) (2.4.7) 2022-02-15 09:05:24.069 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance==23.0.1.dev1) (1.7.0) 2022-02-15 09:05:24.125 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==23.0.1.dev1) (2.8.1) 2022-02-15 09:05:24.127 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==23.0.1.dev1) (3.1.1) 2022-02-15 09:05:24.163 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance==23.0.1.dev1) (0.14.1) 2022-02-15 09:05:24.211 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.0.1.dev1) (0.8.0) 2022-02-15 09:05:24.213 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.0.1.dev1) (1.5.0) 2022-02-15 09:05:24.216 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.0.1.dev1) (5.4.1) 2022-02-15 09:05:24.287 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.0.1.dev1) (0.5.0) 2022-02-15 09:05:24.291 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.0.1.dev1) (2.0.1) 2022-02-15 09:05:24.293 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.0.1.dev1) (0.13.0) 2022-02-15 09:05:24.321 | Requirement already satisfied: openstacksdk>=0.31.1 in /usr/local/lib/python3.8/dist-packages (from oslo.limit>=1.0.0->glance==23.0.1.dev1) (0.59.0) 2022-02-15 09:05:24.371 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==23.0.1.dev1) (2.8.2) 2022-02-15 09:05:24.374 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==23.0.1.dev1) (0.9.6) 2022-02-15 09:05:24.440 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev1) (5.0.8) 2022-02-15 09:05:24.442 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev1) (2.6.1) 2022-02-15 09:05:24.445 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev1) (4.2.2) 2022-02-15 09:05:24.446 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev1) (0.3.1) 2022-02-15 09:05:24.449 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev1) (5.1.0) 2022-02-15 09:05:24.475 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.0.1.dev1) (3.0.1) 2022-02-15 09:05:24.477 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.0.1.dev1) (3.3.0) 2022-02-15 09:05:24.480 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.0.1.dev1) (3.2.0) 2022-02-15 09:05:24.526 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from oslo.reports>=1.18.0->glance==23.0.1.dev1) (5.8.0) 2022-02-15 09:05:24.571 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.0.1.dev1) (2021.1) 2022-02-15 09:05:24.574 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.0.1.dev1) (21.0) 2022-02-15 09:05:24.575 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.0.1.dev1) (0.11.0) 2022-02-15 09:05:24.658 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->glance==23.0.1.dev1) (57.4.0) 2022-02-15 09:05:24.818 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->glance==23.0.1.dev1) (0.7) 2022-02-15 09:05:25.112 | warning: missing-index-doctype 2022-02-15 09:05:25.112 | 2022-02-15 09:05:25.112 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:25.112 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/automaton/ 2022-02-15 09:05:25.112 | 2022-02-15 09:05:25.112 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:25.112 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:25.157 | Collecting automaton>=1.9.0 2022-02-15 09:05:25.165 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/879/3d7762932dc6e/automaton-2.4.0-py3-none-any.whl (22 kB) 2022-02-15 09:05:25.181 | warning: missing-index-doctype 2022-02-15 09:05:25.182 | 2022-02-15 09:05:25.182 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:25.182 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pydot/ 2022-02-15 09:05:25.182 | 2022-02-15 09:05:25.182 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:25.182 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:25.204 | Collecting pydot>=1.2.4 2022-02-15 09:05:25.211 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66c/98190c65b8d2e/pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2022-02-15 09:05:25.215 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==23.0.1.dev1) (6.3.1) 2022-02-15 09:05:25.232 | warning: missing-index-doctype 2022-02-15 09:05:25.232 | 2022-02-15 09:05:25.232 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:25.232 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/networkx/ 2022-02-15 09:05:25.232 | 2022-02-15 09:05:25.232 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:25.232 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:25.302 | Collecting networkx>=2.1.0 2022-02-15 09:05:25.318 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5fc/b7004be69e8fb/networkx-2.6.2-py3-none-any.whl (1.9 MB) 2022-02-15 09:05:25.367 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 43.4 MB/s eta 0:00:00 2022-02-15 09:05:25.745 | warning: missing-index-doctype 2022-02-15 09:05:25.745 | 2022-02-15 09:05:25.745 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:25.745 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/simplegeneric/ 2022-02-15 09:05:25.745 | 2022-02-15 09:05:25.745 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:25.745 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:25.764 | Collecting simplegeneric 2022-02-15 09:05:25.772 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2022-02-15 09:05:25.777 | Preparing metadata (setup.py): started 2022-02-15 09:05:26.424 | Preparing metadata (setup.py): finished with status 'done' 2022-02-15 09:05:26.456 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev1) (5.0.0) 2022-02-15 09:05:26.583 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==23.0.1.dev1) (2.20) 2022-02-15 09:05:26.638 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->glance==23.0.1.dev1) (1.6) 2022-02-15 09:05:26.695 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==23.0.1.dev1) (2.0.1) 2022-02-15 09:05:26.966 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev1) (1.4.4) 2022-02-15 09:05:26.968 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev1) (2.5.0) 2022-02-15 09:05:26.969 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev1) (1.32) 2022-02-15 09:05:26.971 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev1) (5.0.9) 2022-02-15 09:05:26.973 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev1) (1.4.0) 2022-02-15 09:05:26.975 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev1) (0.10.0) 2022-02-15 09:05:26.976 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev1) (1.1.5) 2022-02-15 09:05:27.103 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev1) (0.11.0) 2022-02-15 09:05:27.138 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==23.0.1.dev1) (1.0.2) 2022-02-15 09:05:27.185 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev1) (3.0.0) 2022-02-15 09:05:27.189 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev1) (1.3.2) 2022-02-15 09:05:27.449 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev1) (3.9.0) 2022-02-15 09:05:27.643 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==23.0.1.dev1) (1.26.6) 2022-02-15 09:05:27.645 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==23.0.1.dev1) (3.2) 2022-02-15 09:05:27.648 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==23.0.1.dev1) (2.0.4) 2022-02-15 09:05:27.650 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==23.0.1.dev1) (2021.5.30) 2022-02-15 09:05:27.729 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==23.0.1.dev1) (0.5.2) 2022-02-15 09:05:27.892 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==23.0.1.dev1) (2.5.0) 2022-02-15 09:05:27.991 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=0.9.6->glance==23.0.1.dev1) (3.5.0) 2022-02-15 09:05:28.221 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev1) (0.4.0) 2022-02-15 09:05:28.226 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev1) (2.1.2) 2022-02-15 09:05:28.464 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev1) (2.1) 2022-02-15 09:05:28.797 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=5.0.0->glance==23.0.1.dev1) (1.0.0) 2022-02-15 09:05:29.126 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev1) (21.2.0) 2022-02-15 09:05:29.127 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev1) (1.8.2) 2022-02-15 09:05:29.129 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev1) (0.4.4) 2022-02-15 09:05:29.130 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev1) (0.2.5) 2022-02-15 09:05:29.549 | Building wheels for collected packages: simplegeneric 2022-02-15 09:05:29.550 | Building wheel for simplegeneric (setup.py): started 2022-02-15 09:05:30.287 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2022-02-15 09:05:30.288 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5078 sha256=ab224fcdd64562c7811b5fa6bc701942b5d9dc07d7e1c66304ac3beda1c7e5de 2022-02-15 09:05:30.289 | Stored in directory: /root/.cache/pip/wheels/f3/a8/ee/6324574b66e0f2250abcbce52f472ccaa2f407b879bdd61bdb 2022-02-15 09:05:30.293 | Successfully built simplegeneric 2022-02-15 09:05:31.180 | Installing collected packages: simplegeneric, WSME, retrying, pydot, networkx, automaton, taskflow, python-barbicanclient, oslo.limit, castellan, cursive, glance 2022-02-15 09:05:33.934 | Running setup.py develop for glance 2022-02-15 09:05:36.131 | Successfully installed WSME-0.11.0 automaton-2.4.0 castellan-3.9.1 cursive-0.2.2 glance networkx-2.6.2 oslo.limit-1.4.0 pydot-1.4.2 python-barbicanclient-5.2.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-4.6.2 2022-02-15 09:05:36.131 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:05:36.324 | + inc/python:pip_install:200 : result=0 2022-02-15 09:05:36.326 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:05:36.329 | + functions-common:time_stop:2309 : local name 2022-02-15 09:05:36.331 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:05:36.333 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:05:36.336 | + functions-common:time_stop:2312 : local total 2022-02-15 09:05:36.338 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:05:36.340 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:05:36.343 | + functions-common:time_stop:2316 : start_time=1644915918966 2022-02-15 09:05:36.345 | + functions-common:time_stop:2318 : [[ -z 1644915918966 ]] 2022-02-15 09:05:36.348 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:05:36.353 | + functions-common:time_stop:2321 : end_time=1644915936350 2022-02-15 09:05:36.355 | + functions-common:time_stop:2322 : elapsed_time=17384 2022-02-15 09:05:36.357 | + functions-common:time_stop:2323 : total=102603 2022-02-15 09:05:36.359 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:05:36.362 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=119987 2022-02-15 09:05:36.366 | + inc/python:pip_install:203 : return 0 2022-02-15 09:05:36.369 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-15 09:05:36.371 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-02-15 09:05:36.374 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-02-15 09:05:36.397 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-02-15 09:05:36.410 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/glance 2022-02-15 09:05:36.413 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2022-02-15 09:05:36.415 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:05:36.418 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:05:36.420 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-02-15 09:05:36.423 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:05:36.426 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-15 09:05:36.429 | + ./stack.sh:main:902 : configure_glance 2022-02-15 09:05:36.431 | + lib/glance:configure_glance:330 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-02-15 09:05:36.445 | + lib/glance:configure_glance:333 : local dburl 2022-02-15 09:05:36.449 | ++ lib/glance:configure_glance:334 : database_connection_url glance 2022-02-15 09:05:36.451 | ++ lib/database:database_connection_url:132 : local db=glance 2022-02-15 09:05:36.454 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2022-02-15 09:05:36.457 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=glance 2022-02-15 09:05:36.460 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-02-15 09:05:36.463 | + lib/glance:configure_glance:334 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-02-15 09:05:36.466 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-02-15 09:05:36.504 | + lib/glance:configure_glance:337 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-02-15 09:05:36.536 | + lib/glance:configure_glance:338 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-02-15 09:05:36.565 | + lib/glance:configure_glance:339 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-02-15 09:05:36.595 | + lib/glance:configure_glance:340 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-02-15 09:05:36.626 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-02-15 09:05:36.657 | + lib/glance:configure_glance:342 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-02-15 09:05:36.660 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/glance/glance-api.conf 2022-02-15 09:05:36.663 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=glance 2022-02-15 09:05:36.665 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2022-02-15 09:05:36.667 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-02-15 09:05:36.697 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-02-15 09:05:36.725 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.10/identity 2022-02-15 09:05:36.753 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-02-15 09:05:36.782 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-02-15 09:05:36.811 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-02-15 09:05:36.839 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-02-15 09:05:36.870 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-02-15 09:05:36.899 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-15 09:05:36.929 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-02-15 09:05:36.958 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-02-15 09:05:36.990 | + lib/glance:configure_glance:344 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-02-15 09:05:36.992 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-02-15 09:05:36.995 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-02-15 09:05:36.997 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-02-15 09:05:37.000 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-02-15 09:05:37.002 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-15 09:05:37.020 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:05:37.023 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-02-15 09:05:37.026 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-02-15 09:05:37.029 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-15 09:05:37.046 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:05:37.048 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.10:5672/ 2022-02-15 09:05:37.051 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.10:5672/ 2022-02-15 09:05:37.088 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-15 09:05:37.090 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-15 09:05:37.092 | + lib/glance:configure_glance:345 : '[' libvirt = libvirt ']' 2022-02-15 09:05:37.095 | + lib/glance:configure_glance:345 : '[' kvm = parallels ']' 2022-02-15 09:05:37.097 | + lib/glance:configure_glance:349 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-02-15 09:05:37.126 | + lib/glance:configure_glance:350 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-02-15 09:05:37.155 | + lib/glance:configure_glance:353 : configure_glance_store False False 2022-02-15 09:05:37.157 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-02-15 09:05:37.160 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-02-15 09:05:37.162 | + lib/glance:configure_glance_store:254 : local be 2022-02-15 09:05:37.165 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-02-15 09:05:37.167 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-02-15 09:05:37.170 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-02-15 09:05:37.202 | + lib/glance:configure_glance:356 : '[' -n '' ']' 2022-02-15 09:05:37.205 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.10 2022-02-15 09:05:37.238 | + lib/glance:configure_glance:363 : [[ False == \F\a\l\s\e ]] 2022-02-15 09:05:37.240 | + lib/glance:configure_glance:365 : is_service_enabled s-proxy 2022-02-15 09:05:37.260 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:05:37.263 | + lib/glance:configure_glance:366 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-02-15 09:05:37.295 | + lib/glance:configure_glance:367 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-02-15 09:05:37.330 | + lib/glance:configure_glance:369 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-02-15 09:05:37.360 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-02-15 09:05:37.402 | + lib/glance:configure_glance:371 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-02-15 09:05:37.434 | + lib/glance:configure_glance:372 : is_service_enabled tls-proxy 2022-02-15 09:05:37.452 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:05:37.454 | + lib/glance:configure_glance:375 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-02-15 09:05:37.484 | + lib/glance:configure_glance:377 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-02-15 09:05:37.518 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-02-15 09:05:37.549 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.10/identity/v3 2022-02-15 09:05:37.579 | + lib/glance:configure_glance:381 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-02-15 09:05:37.609 | + lib/glance:configure_glance:387 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.10/image 2022-02-15 09:05:37.639 | + lib/glance:configure_glance:389 : is_service_enabled tls-proxy 2022-02-15 09:05:37.657 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:05:37.660 | + lib/glance:configure_glance:395 : setup_logging /etc/glance/glance-api.conf 2022-02-15 09:05:37.662 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-02-15 09:05:37.665 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-02-15 09:05:37.668 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-15 09:05:37.686 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-15 09:05:37.688 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-15 09:05:37.690 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-15 09:05:37.693 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-15 09:05:37.695 | + 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-02-15 09:05:37.732 | + 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-02-15 09:05:37.764 | + 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-02-15 09:05:37.794 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-15 09:05:37.824 | + lib/glance:configure_glance:397 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-02-15 09:05:37.830 | + lib/glance:configure_glance:400 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-02-15 09:05:37.863 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-02-15 09:05:37.902 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-02-15 09:05:37.931 | + lib/glance:configure_glance:403 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.10/identity 2022-02-15 09:05:37.963 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-02-15 09:05:37.992 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-02-15 09:05:38.028 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-02-15 09:05:38.058 | + lib/glance:configure_glance:409 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-02-15 09:05:38.097 | + lib/glance:configure_glance:412 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-02-15 09:05:38.128 | + lib/glance:configure_glance:413 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-02-15 09:05:38.161 | + lib/glance:configure_glance:414 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-02-15 09:05:38.190 | + lib/glance:configure_glance:416 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-02-15 09:05:38.195 | + lib/glance:configure_glance:418 : cp -p /opt/stack/glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/image-signature-verification.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /opt/stack/glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2022-02-15 09:05:38.202 | + lib/glance:configure_glance:420 : is_service_enabled tls-proxy 2022-02-15 09:05:38.219 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:05:38.222 | + lib/glance:configure_glance:428 : [[ False == False ]] 2022-02-15 09:05:38.224 | + lib/glance:configure_glance:429 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-02-15 09:05:38.227 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2022-02-15 09:05:38.229 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-02-15 09:05:38.231 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2022-02-15 09:05:38.234 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2022-02-15 09:05:38.238 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2022-02-15 09:05:38.241 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2022-02-15 09:05:38.244 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-02-15 09:05:38.275 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2022-02-15 09:05:38.278 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-02-15 09:05:38.280 | ++ functions:get_random_port:837 : true 2022-02-15 09:05:38.282 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-02-15 09:05:38.285 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-02-15 09:05:38.288 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-02-15 09:05:38.364 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-02-15 09:05:38.366 | ++ functions:get_random_port:841 : break 2 2022-02-15 09:05:38.369 | ++ functions:get_random_port:845 : echo 60999 2022-02-15 09:05:38.371 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2022-02-15 09:05:38.373 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-02-15 09:05:38.402 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-02-15 09:05:38.429 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-02-15 09:05:38.457 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-02-15 09:05:38.485 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-02-15 09:05:38.513 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-02-15 09:05:38.542 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-02-15 09:05:38.571 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-02-15 09:05:38.599 | + 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-02-15 09:05:38.634 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-02-15 09:05:38.663 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-02-15 09:05:38.691 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-02-15 09:05:38.720 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-02-15 09:05:38.748 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-02-15 09:05:38.777 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-02-15 09:05:38.805 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-02-15 09:05:38.834 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-02-15 09:05:38.861 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-02-15 09:05:38.892 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-02-15 09:05:38.923 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2022-02-15 09:05:38.926 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2022-02-15 09:05:38.928 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-15 09:05:38.931 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:05:38.933 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:05:38.936 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-02-15 09:05:38.938 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2022-02-15 09:05:38.997 | proxy (enabled by site administrator) 2022-02-15 09:05:39.000 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2022-02-15 09:05:39.002 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2022-02-15 09:05:39.006 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-15 09:05:39.008 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:05:39.010 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:05:39.013 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-02-15 09:05:39.015 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2022-02-15 09:05:39.071 | No module matches proxy_http 2022-02-15 09:05:39.080 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2022-02-15 09:05:39.144 | Considering dependency proxy for proxy_http: 2022-02-15 09:05:39.144 | Module proxy already enabled 2022-02-15 09:05:39.144 | Enabling module proxy_http. 2022-02-15 09:05:39.149 | To activate the new configuration, you need to run: 2022-02-15 09:05:39.150 | systemctl restart apache2 2022-02-15 09:05:39.155 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2022-02-15 09:05:39.158 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-02-15 09:05:39.161 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-15 09:05:39.163 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-02-15 09:05:39.304 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2022-02-15 09:05:39.309 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2022-02-15 09:05:39.311 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2022-02-15 09:05:39.314 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-02-15 09:05:39.317 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:05:39.320 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:05:39.323 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-15 09:05:39.327 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-15 09:05:39.330 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-15 09:05:39.331 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2022-02-15 09:05:39.339 | KeepAlive Off 2022-02-15 09:05:39.345 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2022-02-15 09:05:39.345 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-15 09:05:39.355 | SetEnv proxy-sendchunked 1 2022-02-15 09:05:39.359 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-02-15 09:05:39.359 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-15 09:05:39.368 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-02-15 09:05:39.372 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2022-02-15 09:05:39.374 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2022-02-15 09:05:39.376 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-02-15 09:05:39.379 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-15 09:05:39.381 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-15 09:05:39.384 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:05:39.386 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:05:39.389 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-15 09:05:39.392 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-02-15 09:05:39.394 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:05:39.397 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:05:39.399 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2022-02-15 09:05:39.463 | Enabling site glance-wsgi-api. 2022-02-15 09:05:39.468 | To activate the new configuration, you need to run: 2022-02-15 09:05:39.468 | systemctl reload apache2 2022-02-15 09:05:39.474 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2022-02-15 09:05:39.477 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-02-15 09:05:39.479 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-15 09:05:39.481 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-02-15 09:05:39.623 | ++ lib/glance:configure_glance:432 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-02-15 09:05:39.627 | + lib/glance:configure_glance:432 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-02-15 09:05:39.666 | + lib/glance:configure_glance:442 : [[ False == True ]] 2022-02-15 09:05:39.669 | + ./stack.sh:main:905 : is_service_enabled cinder 2022-02-15 09:05:39.689 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:05:39.691 | + ./stack.sh:main:907 : stack_install_service cinder 2022-02-15 09:05:39.694 | + lib/stack:stack_install_service:20 : local service=cinder 2022-02-15 09:05:39.696 | + lib/stack:stack_install_service:21 : type install_cinder 2022-02-15 09:05:39.699 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-15 09:05:39.703 | + lib/stack:stack_install_service:32 : install_cinder 2022-02-15 09:05:39.705 | + lib/cinder:install_cinder:463 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder stable/xena 2022-02-15 09:05:39.708 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/cinder.git 2022-02-15 09:05:39.711 | + functions-common:git_clone:524 : local git_dest=/opt/stack/cinder 2022-02-15 09:05:39.714 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-02-15 09:05:39.716 | + functions-common:git_clone:526 : local orig_dir 2022-02-15 09:05:39.719 | ++ functions-common:git_clone:527 : pwd 2022-02-15 09:05:39.724 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-02-15 09:05:39.726 | + functions-common:git_clone:528 : local git_clone_flags= 2022-02-15 09:05:39.730 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-02-15 09:05:39.751 | + functions-common:git_clone:530 : RECLONE=False 2022-02-15 09:05:39.753 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-02-15 09:05:39.756 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-02-15 09:05:39.759 | + functions-common:git_clone:544 : echo stable/xena 2022-02-15 09:05:39.759 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-02-15 09:05:39.767 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/cinder ]] 2022-02-15 09:05:39.770 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-02-15 09:05:39.773 | + functions-common:git_clone:592 : cd /opt/stack/cinder 2022-02-15 09:05:39.777 | + functions-common:git_clone:593 : git show --oneline 2022-02-15 09:05:39.777 | + functions-common:git_clone:593 : head -1 2022-02-15 09:05:39.783 | 59b8b516c Merge "Doc: Typos in Spectrum Virtulize family user guide" into stable/xena 2022-02-15 09:05:39.786 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-02-15 09:05:39.789 | + lib/cinder:install_cinder:464 : setup_develop /opt/stack/cinder 2022-02-15 09:05:39.792 | + inc/python:setup_develop:338 : local bindep 2022-02-15 09:05:39.794 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2022-02-15 09:05:39.797 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2022-02-15 09:05:39.799 | + inc/python:setup_develop:344 : local extras= 2022-02-15 09:05:39.802 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-02-15 09:05:39.804 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-15 09:05:39.807 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2022-02-15 09:05:39.810 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2022-02-15 09:05:39.814 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-15 09:05:39.817 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-15 09:05:39.820 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2022-02-15 09:05:39.823 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-15 09:05:39.826 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2022-02-15 09:05:39.829 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-15 09:05:39.833 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-15 09:05:39.836 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-02-15 09:05:39.844 | + inc/python:_setup_package_with_constraints_edit:385 : name=cinder 2022-02-15 09:05:39.846 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-02-15 09:05:40.496 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/cinder -e 2022-02-15 09:05:40.499 | + inc/python:setup_package:418 : local bindep=0 2022-02-15 09:05:40.501 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-15 09:05:40.504 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-15 09:05:40.507 | + inc/python:setup_package:421 : [[ /opt/stack/cinder == -bindep* ]] 2022-02-15 09:05:40.509 | + inc/python:setup_package:426 : local project_dir=/opt/stack/cinder 2022-02-15 09:05:40.511 | + inc/python:setup_package:427 : local flags=-e 2022-02-15 09:05:40.514 | + inc/python:setup_package:428 : local extras= 2022-02-15 09:05:40.516 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-15 09:05:40.518 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-15 09:05:40.521 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-15 09:05:40.523 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-15 09:05:40.526 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-15 09:05:40.531 | + inc/python:setup_package:446 : pip_install -e /opt/stack/cinder 2022-02-15 09:05:40.554 | Using python 3.8 to install /opt/stack/cinder 2022-02-15 09:05:40.556 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2022-02-15 09:05:41.373 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:05:41.373 | from cryptography.utils import int_from_bytes 2022-02-15 09:05:41.373 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:05:41.373 | from cryptography.utils import int_from_bytes 2022-02-15 09:05:42.692 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:05:42.701 | Obtaining file:///opt/stack/cinder 2022-02-15 09:05:42.702 | Preparing metadata (setup.py): started 2022-02-15 09:05:44.649 | Preparing metadata (setup.py): finished with status 'done' 2022-02-15 09:05:44.872 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (5.6.0) 2022-02-15 09:05:44.874 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (5.0.9) 2022-02-15 09:05:44.875 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (0.31.1) 2022-02-15 09:05:44.876 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (1.1.1) 2022-02-15 09:05:44.878 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (0.19.1) 2022-02-15 09:05:44.880 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (0.1.16) 2022-02-15 09:05:44.881 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from cinder==19.0.1.dev40) (3.2.0) 2022-02-15 09:05:44.882 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (4.4.0) 2022-02-15 09:05:44.884 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (9.3.0) 2022-02-15 09:05:44.885 | Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (4.6.3) 2022-02-15 09:05:45.228 | warning: missing-index-doctype 2022-02-15 09:05:45.228 | 2022-02-15 09:05:45.228 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:45.228 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/oauth2client/ 2022-02-15 09:05:45.228 | 2022-02-15 09:05:45.228 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:45.228 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:45.298 | Collecting oauth2client>=4.1.3 2022-02-15 09:05:45.308 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2022-02-15 09:05:45.322 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.2/98.2 KB 31.3 MB/s eta 0:00:00 2022-02-15 09:05:45.333 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (8.7.1) 2022-02-15 09:05:45.336 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (4.4.1) 2022-02-15 09:05:45.339 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (3.3.2) 2022-02-15 09:05:45.342 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (11.0.0) 2022-02-15 09:05:45.345 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (4.6.0) 2022-02-15 09:05:45.348 | Requirement already satisfied: oslo.messaging>=12.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (12.9.2) 2022-02-15 09:05:45.351 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (4.4.0) 2022-02-15 09:05:45.354 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (3.8.3) 2022-02-15 09:05:45.357 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2.6.2) 2022-02-15 09:05:45.360 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2.3.0) 2022-02-15 09:05:45.363 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (6.3.0) 2022-02-15 09:05:45.366 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (4.2.0) 2022-02-15 09:05:45.368 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2.6.1) 2022-02-15 09:05:45.372 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (1.4.0) 2022-02-15 09:05:45.375 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (4.10.1) 2022-02-15 09:05:45.378 | Requirement already satisfied: oslo.versionedobjects>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2.5.0) 2022-02-15 09:05:45.381 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (3.4.2) 2022-02-15 09:05:45.383 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (21.0) 2022-02-15 09:05:45.406 | warning: missing-index-doctype 2022-02-15 09:05:45.406 | 2022-02-15 09:05:45.406 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:45.406 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/paramiko/ 2022-02-15 09:05:45.406 | 2022-02-15 09:05:45.406 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:45.406 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:45.503 | Collecting paramiko>=2.7.2 2022-02-15 09:05:45.511 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4f3/e316fef2ac628/paramiko-2.7.2-py2.py3-none-any.whl (206 kB) 2022-02-15 09:05:45.520 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 206.8/206.8 KB 61.6 MB/s eta 0:00:00 2022-02-15 09:05:45.526 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (3.5.0) 2022-02-15 09:05:45.527 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2.1.1) 2022-02-15 09:05:45.528 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (5.8.0) 2022-02-15 09:05:45.531 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2.4.7) 2022-02-15 09:05:45.532 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (5.2.0) 2022-02-15 09:05:45.547 | warning: missing-index-doctype 2022-02-15 09:05:45.547 | 2022-02-15 09:05:45.547 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:45.547 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/python-glanceclient/ 2022-02-15 09:05:45.547 | 2022-02-15 09:05:45.547 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:45.547 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:45.648 | Collecting python-glanceclient>=3.2.2 2022-02-15 09:05:45.656 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e0/05004ead1893b/python_glanceclient-3.5.0-py3-none-any.whl (198 kB) 2022-02-15 09:05:45.665 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 198.0/198.0 KB 58.5 MB/s eta 0:00:00 2022-02-15 09:05:45.671 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (4.3.0) 2022-02-15 09:05:45.673 | Requirement already satisfied: python-novaclient>=17.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (17.6.0) 2022-02-15 09:05:45.675 | Requirement already satisfied: python-swiftclient>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (3.12.0) 2022-02-15 09:05:45.676 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2021.1) 2022-02-15 09:05:45.678 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2.26.0) 2022-02-15 09:05:45.679 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2.5.1) 2022-02-15 09:05:45.681 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (4.6.2) 2022-02-15 09:05:45.977 | warning: missing-index-doctype 2022-02-15 09:05:45.977 | 2022-02-15 09:05:45.977 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:45.977 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/rtslib-fb/ 2022-02-15 09:05:45.977 | 2022-02-15 09:05:45.978 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:45.978 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:46.008 | Collecting rtslib-fb>=2.1.74 2022-02-15 09:05:46.017 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ae4/ad808e784a407/rtslib_fb-2.1.74-py3-none-any.whl (85 kB) 2022-02-15 09:05:46.023 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.4/85.4 KB 55.3 MB/s eta 0:00:00 2022-02-15 09:05:46.027 | Requirement already satisfied: six>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (1.16.0) 2022-02-15 09:05:46.029 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (1.4.23) 2022-02-15 09:05:46.030 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (0.13.0) 2022-02-15 09:05:46.032 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (3.4.0) 2022-02-15 09:05:46.356 | warning: missing-index-doctype 2022-02-15 09:05:46.357 | 2022-02-15 09:05:46.357 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:46.357 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/tabulate/ 2022-02-15 09:05:46.357 | 2022-02-15 09:05:46.357 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:46.357 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:46.384 | Collecting tabulate>=0.8.7 2022-02-15 09:05:46.392 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d7c/013fe7abbc5e4/tabulate-0.8.9-py3-none-any.whl (25 kB) 2022-02-15 09:05:46.397 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (6.3.1) 2022-02-15 09:05:46.399 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (1.8.7) 2022-02-15 09:05:46.400 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (5.1.0) 2022-02-15 09:05:46.787 | warning: missing-index-doctype 2022-02-15 09:05:46.787 | 2022-02-15 09:05:46.787 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:46.787 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/oslo-vmware/ 2022-02-15 09:05:46.787 | 2022-02-15 09:05:46.787 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:46.787 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:46.869 | Collecting oslo.vmware>=3.8.0 2022-02-15 09:05:46.878 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9fe/bfa4804008ae3/oslo.vmware-3.9.1-py3-none-any.whl (491 kB) 2022-02-15 09:05:46.894 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 491.6/491.6 KB 46.4 MB/s eta 0:00:00 2022-02-15 09:05:46.902 | Requirement already satisfied: os-brick>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (5.0.1) 2022-02-15 09:05:46.904 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (5.5.0) 2022-02-15 09:05:46.907 | Requirement already satisfied: tooz>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2.9.0) 2022-02-15 09:05:47.337 | warning: missing-index-doctype 2022-02-15 09:05:47.337 | 2022-02-15 09:05:47.337 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:47.337 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/google-api-python-client/ 2022-02-15 09:05:47.337 | 2022-02-15 09:05:47.337 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:47.337 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:47.465 | Collecting google-api-python-client>=1.11.0 2022-02-15 09:05:47.494 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/042/71ac5d8bb1218/google_api_python_client-2.19.0-py2.py3-none-any.whl (7.4 MB) 2022-02-15 09:05:47.613 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.4/7.4 MB 64.8 MB/s eta 0:00:00 2022-02-15 09:05:47.680 | Requirement already satisfied: castellan>=3.6.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (3.9.1) 2022-02-15 09:05:47.681 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (3.4.8) 2022-02-15 09:05:47.683 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (0.2.2) 2022-02-15 09:05:48.089 | warning: missing-index-doctype 2022-02-15 09:05:48.090 | 2022-02-15 09:05:48.090 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:48.090 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/zstd/ 2022-02-15 09:05:48.090 | 2022-02-15 09:05:48.090 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:48.090 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:48.122 | Collecting zstd>=1.4.5.1 2022-02-15 09:05:48.130 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8d3/388a15135c481/zstd-1.5.0.2.tar.gz (528 kB) 2022-02-15 09:05:48.144 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 528.9/528.9 KB 70.5 MB/s eta 0:00:00 2022-02-15 09:05:48.231 | Preparing metadata (setup.py): started 2022-02-15 09:05:48.902 | Preparing metadata (setup.py): finished with status 'done' 2022-02-15 09:05:51.397 | warning: missing-index-doctype 2022-02-15 09:05:51.397 | 2022-02-15 09:05:51.397 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:51.397 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/boto3/ 2022-02-15 09:05:51.397 | 2022-02-15 09:05:51.397 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:51.398 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:52.247 | Collecting boto3>=1.16.51 2022-02-15 09:05:52.256 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/461/f659c06f9f566/boto3-1.18.33-py3-none-any.whl (131 kB) 2022-02-15 09:05:52.265 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.6/131.6 KB 38.3 MB/s eta 0:00:00 2022-02-15 09:05:57.609 | warning: missing-index-doctype 2022-02-15 09:05:57.609 | 2022-02-15 09:05:57.609 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:57.609 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/botocore/ 2022-02-15 09:05:57.609 | 2022-02-15 09:05:57.609 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:57.609 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:58.751 | Collecting botocore<1.22.0,>=1.21.33 2022-02-15 09:05:58.780 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b32/1b570a0da4c62/botocore-1.21.33-py3-none-any.whl (7.8 MB) 2022-02-15 09:05:58.900 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/7.8 MB 68.4 MB/s eta 0:00:00 2022-02-15 09:05:58.971 | Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==19.0.1.dev40) (0.10.0) 2022-02-15 09:05:59.308 | warning: missing-index-doctype 2022-02-15 09:05:59.308 | 2022-02-15 09:05:59.308 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:59.309 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/s3transfer/ 2022-02-15 09:05:59.309 | 2022-02-15 09:05:59.309 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:59.309 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:05:59.355 | Collecting s3transfer<0.6.0,>=0.5.0 2022-02-15 09:05:59.363 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c1/dc369814391a6/s3transfer-0.5.0-py3-none-any.whl (79 kB) 2022-02-15 09:05:59.369 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.2/79.2 KB 54.8 MB/s eta 0:00:00 2022-02-15 09:05:59.439 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=3.1->cinder==19.0.1.dev40) (1.14.6) 2022-02-15 09:05:59.472 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->cinder==19.0.1.dev40) (1.16.0) 2022-02-15 09:05:59.942 | warning: missing-index-doctype 2022-02-15 09:05:59.942 | 2022-02-15 09:05:59.942 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:05:59.942 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/google-api-core/ 2022-02-15 09:05:59.942 | 2022-02-15 09:05:59.942 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:05:59.942 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:06:00.034 | Collecting google-api-core<3.0.0dev,>=1.21.0 2022-02-15 09:06:00.046 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/d41f72a70dd70/google_api_core-2.0.1-py2.py3-none-any.whl (92 kB) 2022-02-15 09:06:00.054 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.5/92.5 KB 22.7 MB/s eta 0:00:00 2022-02-15 09:06:00.374 | warning: missing-index-doctype 2022-02-15 09:06:00.374 | 2022-02-15 09:06:00.374 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:06:00.374 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/uritemplate/ 2022-02-15 09:06:00.374 | 2022-02-15 09:06:00.374 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:06:00.374 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:06:00.400 | Collecting uritemplate<4dev,>=3.0.0 2022-02-15 09:06:00.406 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/076/20c3f3f8eed1f/uritemplate-3.0.1-py2.py3-none-any.whl (15 kB) 2022-02-15 09:06:00.932 | warning: missing-index-doctype 2022-02-15 09:06:00.933 | 2022-02-15 09:06:00.933 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:06:00.933 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/google-auth/ 2022-02-15 09:06:00.933 | 2022-02-15 09:06:00.933 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:06:00.933 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:06:01.041 | Collecting google-auth<3.0.0dev,>=1.16.0 2022-02-15 09:06:01.048 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cde/472372e030e1e/google_auth-2.0.2-py2.py3-none-any.whl (152 kB) 2022-02-15 09:06:01.056 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.3/152.3 KB 51.9 MB/s eta 0:00:00 2022-02-15 09:06:01.371 | warning: missing-index-doctype 2022-02-15 09:06:01.371 | 2022-02-15 09:06:01.371 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:06:01.371 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/google-auth-httplib2/ 2022-02-15 09:06:01.371 | 2022-02-15 09:06:01.371 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:06:01.371 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:06:01.393 | Collecting google-auth-httplib2>=0.1.0 2022-02-15 09:06:01.400 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31e/49c36c6b5643b/google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2022-02-15 09:06:01.554 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=4.2.1->cinder==19.0.1.dev40) (1.7.0) 2022-02-15 09:06:01.609 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.0.1.dev40) (2.8.1) 2022-02-15 09:06:01.611 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.0.1.dev40) (3.1.1) 2022-02-15 09:06:01.663 | warning: missing-index-doctype 2022-02-15 09:06:01.663 | 2022-02-15 09:06:01.663 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:06:01.663 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pyasn1/ 2022-02-15 09:06:01.663 | 2022-02-15 09:06:01.663 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:06:01.663 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:06:01.757 | Collecting pyasn1>=0.1.7 2022-02-15 09:06:01.765 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2022-02-15 09:06:01.772 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 KB 29.9 MB/s eta 0:00:00 2022-02-15 09:06:02.097 | warning: missing-index-doctype 2022-02-15 09:06:02.097 | 2022-02-15 09:06:02.097 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:06:02.097 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/rsa/ 2022-02-15 09:06:02.097 | 2022-02-15 09:06:02.097 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:06:02.098 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:06:02.141 | Collecting rsa>=3.1.4 2022-02-15 09:06:02.148 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/78f/9a9bf4e7be0c5/rsa-4.7.2-py3-none-any.whl (34 kB) 2022-02-15 09:06:02.170 | warning: missing-index-doctype 2022-02-15 09:06:02.170 | 2022-02-15 09:06:02.170 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:06:02.170 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pyasn1-modules/ 2022-02-15 09:06:02.170 | 2022-02-15 09:06:02.170 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:06:02.170 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:06:02.244 | Collecting pyasn1-modules>=0.0.5 2022-02-15 09:06:02.252 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2022-02-15 09:06:02.259 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 KB 65.3 MB/s eta 0:00:00 2022-02-15 09:06:02.324 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.4.0->cinder==19.0.1.dev40) (0.14.1) 2022-02-15 09:06:02.371 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.0.1.dev40) (0.8.0) 2022-02-15 09:06:02.372 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.0.1.dev40) (5.4.1) 2022-02-15 09:06:02.375 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.0.1.dev40) (1.5.0) 2022-02-15 09:06:02.377 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.0.1.dev40) (2.3.0) 2022-02-15 09:06:02.443 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.0.1.dev40) (2.0.1) 2022-02-15 09:06:02.444 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.0.1.dev40) (0.5.0) 2022-02-15 09:06:02.445 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.0.1.dev40) (1.7.1) 2022-02-15 09:06:02.509 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.0.1.dev40) (0.9.6) 2022-02-15 09:06:02.511 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.0.1.dev40) (2.8.2) 2022-02-15 09:06:02.578 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.0.1.dev40) (2.4.0) 2022-02-15 09:06:02.579 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.0.1.dev40) (5.0.8) 2022-02-15 09:06:02.581 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.0.1.dev40) (4.2.2) 2022-02-15 09:06:02.583 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.0.1.dev40) (0.3.1) 2022-02-15 09:06:02.584 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.0.1.dev40) (5.1.0) 2022-02-15 09:06:02.611 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.0.1.dev40) (3.3.0) 2022-02-15 09:06:02.616 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.0.1.dev40) (3.0.1) 2022-02-15 09:06:02.618 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.0.1.dev40) (3.2.0) 2022-02-15 09:06:02.666 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.4.0->cinder==19.0.1.dev40) (1.0.2) 2022-02-15 09:06:02.755 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.0.1.dev40) (3.0.0) 2022-02-15 09:06:02.759 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.0.1.dev40) (1.3.2) 2022-02-15 09:06:02.786 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==19.0.1.dev40) (0.7.2) 2022-02-15 09:06:02.812 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->cinder==19.0.1.dev40) (0.11.0) 2022-02-15 09:06:02.882 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.8.0->cinder==19.0.1.dev40) (1.26.6) 2022-02-15 09:06:03.198 | warning: missing-index-doctype 2022-02-15 09:06:03.198 | 2022-02-15 09:06:03.199 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:06:03.199 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/suds-jurko/ 2022-02-15 09:06:03.199 | 2022-02-15 09:06:03.199 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:06:03.199 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:06:03.223 | Collecting suds-jurko>=0.6 2022-02-15 09:06:03.230 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454 kB) 2022-02-15 09:06:03.243 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 454.5/454.5 KB 54.7 MB/s eta 0:00:00 2022-02-15 09:06:03.415 | warning: missing-index-doctype 2022-02-15 09:06:03.415 | 2022-02-15 09:06:03.415 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:06:03.415 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pynacl/ 2022-02-15 09:06:03.415 | 2022-02-15 09:06:03.415 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:06:03.415 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:06:03.505 | Collecting pynacl>=1.0.1 2022-02-15 09:06:03.514 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30f/9b96db44e09b3/PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) 2022-02-15 09:06:03.534 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 961.1/961.1 KB 70.7 MB/s eta 0:00:00 2022-02-15 09:06:03.571 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=3.4.3->cinder==19.0.1.dev40) (57.4.0) 2022-02-15 09:06:03.717 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=5.0.1->cinder==19.0.1.dev40) (3.9.0) 2022-02-15 09:06:03.754 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.0.1.dev40) (20.0.1) 2022-02-15 09:06:03.756 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.0.1.dev40) (1.12.1) 2022-02-15 09:06:03.773 | warning: missing-index-doctype 2022-02-15 09:06:03.773 | 2022-02-15 09:06:03.773 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:06:03.774 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/warlock/ 2022-02-15 09:06:03.774 | 2022-02-15 09:06:03.774 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:06:03.774 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:06:03.801 | Collecting warlock<2,>=1.2.0 2022-02-15 09:06:03.809 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl (9.8 kB) 2022-02-15 09:06:04.029 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.0.1.dev40) (2.0.4) 2022-02-15 09:06:04.032 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.0.1.dev40) (3.2) 2022-02-15 09:06:04.034 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.0.1.dev40) (2021.5.30) 2022-02-15 09:06:04.072 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.4.1->cinder==19.0.1.dev40) (0.7) 2022-02-15 09:06:04.412 | warning: missing-index-doctype 2022-02-15 09:06:04.412 | 2022-02-15 09:06:04.412 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:06:04.412 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pyudev/ 2022-02-15 09:06:04.412 | 2022-02-15 09:06:04.412 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:06:04.412 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:06:04.444 | Collecting pyudev>=0.16.1 2022-02-15 09:06:04.452 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/023/9b019574842a5/pyudev-0.22.0-py3-none-any.whl (63 kB) 2022-02-15 09:06:04.457 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.5/63.5 KB 50.1 MB/s eta 0:00:00 2022-02-15 09:06:04.676 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.0.1.dev40) (0.4.1) 2022-02-15 09:06:04.677 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.0.1.dev40) (0.5.2) 2022-02-15 09:06:04.828 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.0.1.dev40) (1.4.2) 2022-02-15 09:06:04.829 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.0.1.dev40) (2.6.2) 2022-02-15 09:06:04.833 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.0.1.dev40) (2.4.0) 2022-02-15 09:06:04.971 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=2.7.1->cinder==19.0.1.dev40) (0.12.1) 2022-02-15 09:06:05.094 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.0.1.dev40) (5.2.2) 2022-02-15 09:06:05.096 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.0.1.dev40) (1.1.5) 2022-02-15 09:06:05.132 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=12.5.0->cinder==19.0.1.dev40) (5.0.0) 2022-02-15 09:06:05.390 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==19.0.1.dev40) (2.20) 2022-02-15 09:06:05.472 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.0.1.dev40) (0.4.0) 2022-02-15 09:06:05.475 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.0.1.dev40) (2.1.2) 2022-02-15 09:06:05.600 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=4.4.0->cinder==19.0.1.dev40) (1.6) 2022-02-15 09:06:05.647 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->cinder==19.0.1.dev40) (2.5.0) 2022-02-15 09:06:06.053 | warning: missing-index-doctype 2022-02-15 09:06:06.053 | 2022-02-15 09:06:06.053 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:06:06.053 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/googleapis-common-protos/ 2022-02-15 09:06:06.053 | 2022-02-15 09:06:06.053 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:06:06.053 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:06:06.087 | Collecting googleapis-common-protos<2.0dev,>=1.6.0 2022-02-15 09:06:06.096 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f6d/561ab8fb16b30/googleapis_common_protos-1.53.0-py2.py3-none-any.whl (198 kB) 2022-02-15 09:06:06.106 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 198.2/198.2 KB 45.0 MB/s eta 0:00:00 2022-02-15 09:06:06.144 | Requirement already satisfied: protobuf>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core<3.0.0dev,>=1.21.0->google-api-python-client>=1.11.0->cinder==19.0.1.dev40) (3.17.3) 2022-02-15 09:06:06.341 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==19.0.1.dev40) (2.0.1) 2022-02-15 09:06:06.781 | Requirement already satisfied: dogpile.cache>=1.1.2 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==19.0.1.dev40) (1.1.5) 2022-02-15 09:06:06.836 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=12.5.0->cinder==19.0.1.dev40) (0.11.0) 2022-02-15 09:06:08.271 | Requirement already satisfied: jsonpatch<2,>=0.10 in /usr/local/lib/python3.8/dist-packages (from warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==19.0.1.dev40) (1.32) 2022-02-15 09:06:08.562 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.0.1.dev40) (0.4.4) 2022-02-15 09:06:08.563 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.0.1.dev40) (0.2.5) 2022-02-15 09:06:08.564 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.0.1.dev40) (1.8.2) 2022-02-15 09:06:08.566 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.0.1.dev40) (21.2.0) 2022-02-15 09:06:08.722 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch<2,>=0.10->warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==19.0.1.dev40) (2.1) 2022-02-15 09:06:08.973 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->cinder==19.0.1.dev40) (1.0.0) 2022-02-15 09:06:09.050 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.0.1.dev40) (3.5.0) 2022-02-15 09:06:09.800 | Building wheels for collected packages: zstd 2022-02-15 09:06:09.801 | Building wheel for zstd (setup.py): started 2022-02-15 09:07:10.553 | Building wheel for zstd (setup.py): still running... 2022-02-15 09:07:22.191 | Building wheel for zstd (setup.py): finished with status 'done' 2022-02-15 09:07:22.208 | Created wheel for zstd: filename=zstd-1.5.0.2-cp38-cp38-linux_x86_64.whl size=2349304 sha256=fa34e11a182c13ff405b17c0aaca9803221171a80e5405729d17746d8b1b15cd 2022-02-15 09:07:22.209 | Stored in directory: /root/.cache/pip/wheels/44/cf/d0/167a454a4b3d5833a5666b8512dbe0bcc20ef0424d943b6c7a 2022-02-15 09:07:22.213 | Successfully built zstd 2022-02-15 09:07:23.245 | Installing collected packages: zstd, tabulate, suds-jurko, pyasn1, uritemplate, rsa, pyudev, pyasn1-modules, warlock, rtslib-fb, pynacl, oauth2client, googleapis-common-protos, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, python-glanceclient, oslo.vmware, google-api-python-client, boto3, cinder 2022-02-15 09:07:24.249 | Attempting uninstall: pynacl 2022-02-15 09:07:24.252 | Found existing installation: PyNaCl 1.3.0 2022-02-15 09:07:24.262 | Uninstalling PyNaCl-1.3.0: 2022-02-15 09:07:24.291 | Successfully uninstalled PyNaCl-1.3.0 2022-02-15 09:07:27.135 | Running setup.py develop for cinder 2022-02-15 09:07:30.612 | Successfully installed boto3-1.18.33 botocore-1.21.33 cinder google-api-core-2.0.1 google-api-python-client-2.19.0 google-auth-2.0.2 google-auth-httplib2-0.1.0 googleapis-common-protos-1.53.0 oauth2client-4.1.3 oslo.vmware-3.9.1 paramiko-2.7.2 pyasn1-0.4.8 pyasn1-modules-0.2.8 pynacl-1.4.0 python-glanceclient-3.5.0 pyudev-0.22.0 rsa-4.7.2 rtslib-fb-2.1.74 s3transfer-0.5.0 suds-jurko-0.6 tabulate-0.8.9 uritemplate-3.0.1 warlock-1.3.3 zstd-1.5.0.2 2022-02-15 09:07:30.612 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:07:30.923 | + inc/python:pip_install:200 : result=0 2022-02-15 09:07:30.926 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:07:30.928 | + functions-common:time_stop:2309 : local name 2022-02-15 09:07:30.930 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:07:30.933 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:07:30.935 | + functions-common:time_stop:2312 : local total 2022-02-15 09:07:30.938 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:07:30.940 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:07:30.943 | + functions-common:time_stop:2316 : start_time=1644915940547 2022-02-15 09:07:30.946 | + functions-common:time_stop:2318 : [[ -z 1644915940547 ]] 2022-02-15 09:07:30.948 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:07:30.953 | + functions-common:time_stop:2321 : end_time=1644916050951 2022-02-15 09:07:30.956 | + functions-common:time_stop:2322 : elapsed_time=110404 2022-02-15 09:07:30.958 | + functions-common:time_stop:2323 : total=119987 2022-02-15 09:07:30.960 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:07:30.962 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=230391 2022-02-15 09:07:30.965 | + inc/python:pip_install:203 : return 0 2022-02-15 09:07:30.967 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-15 09:07:30.970 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-02-15 09:07:30.972 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-02-15 09:07:30.991 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-02-15 09:07:31.004 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/cinder 2022-02-15 09:07:31.006 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2022-02-15 09:07:31.009 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:07:31.011 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:07:31.014 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-02-15 09:07:31.017 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:07:31.020 | + lib/cinder:install_cinder:465 : [[ lioadm == \t\g\t\a\d\m ]] 2022-02-15 09:07:31.022 | + lib/cinder:install_cinder:467 : [[ lioadm == \l\i\o\a\d\m ]] 2022-02-15 09:07:31.025 | + lib/cinder:install_cinder:468 : is_ubuntu 2022-02-15 09:07:31.027 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:07:31.030 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:07:31.032 | + lib/cinder:install_cinder:470 : sudo mkdir -p /etc/target 2022-02-15 09:07:31.045 | + lib/cinder:install_cinder:472 : install_package targetcli-fb 2022-02-15 09:07:31.048 | + functions-common:install_package:1347 : update_package_repo 2022-02-15 09:07:31.050 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-02-15 09:07:31.053 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-02-15 09:07:31.055 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-02-15 09:07:31.058 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-02-15 09:07:31.061 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-02-15 09:07:31.063 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:07:31.066 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:07:31.068 | + functions-common:update_package_repo:1328 : apt_get_update 2022-02-15 09:07:31.071 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-02-15 09:07:31.073 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-02-15 09:07:31.076 | + functions-common:apt_get_update:1074 : return 2022-02-15 09:07:31.079 | + functions-common:install_package:1348 : real_install_package targetcli-fb 2022-02-15 09:07:31.082 | + functions-common:real_install_package:1333 : is_ubuntu 2022-02-15 09:07:31.084 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:07:31.086 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:07:31.089 | + functions-common:real_install_package:1334 : apt_get install targetcli-fb 2022-02-15 09:07:31.112 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2022-02-15 09:07:31.221 | Reading package lists... 2022-02-15 09:07:31.472 | Building dependency tree... 2022-02-15 09:07:31.473 | Reading state information... 2022-02-15 09:07:31.739 | The following packages were automatically installed and are no longer required: 2022-02-15 09:07:31.740 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-15 09:07:31.741 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-15 09:07:31.741 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-15 09:07:31.741 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-15 09:07:31.741 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-15 09:07:31.741 | python3-zope.interface 2022-02-15 09:07:31.741 | Use 'sudo apt autoremove' to remove them. 2022-02-15 09:07:31.742 | The following additional packages will be installed: 2022-02-15 09:07:31.742 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2022-02-15 09:07:31.742 | python3-urwid 2022-02-15 09:07:31.744 | Suggested packages: 2022-02-15 09:07:31.744 | python-pyparsing-doc python-urwid-doc 2022-02-15 09:07:31.815 | The following NEW packages will be installed: 2022-02-15 09:07:31.815 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2022-02-15 09:07:31.815 | python3-urwid targetcli-fb 2022-02-15 09:07:32.065 | 0 upgraded, 6 newly installed, 0 to remove and 115 not upgraded. 2022-02-15 09:07:32.065 | Need to get 356 kB of archives. 2022-02-15 09:07:32.065 | After this operation, 2,294 kB of additional disk space will be used. 2022-02-15 09:07:32.065 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyparsing all 2.4.6-1 [61.3 kB] 2022-02-15 09:07:32.438 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-urwid amd64 2.0.1-3 [159 kB] 2022-02-15 09:07:32.634 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-configshell-fb all 1:1.1.27-0ubuntu1 [28.0 kB] 2022-02-15 09:07:32.661 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyudev all 0.21.0-3ubuntu1 [37.1 kB] 2022-02-15 09:07:32.682 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-rtslib-fb all 2.1.71-0ubuntu1.1 [36.4 kB] 2022-02-15 09:07:32.700 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 targetcli-fb all 1:2.1.51-0ubuntu1 [35.1 kB] 2022-02-15 09:07:33.299 | Fetched 356 kB in 1s (399 kB/s) 2022-02-15 09:07:33.330 | Selecting previously unselected package python3-pyparsing. 2022-02-15 09:07:33.386 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90882 files and directories currently installed.) 2022-02-15 09:07:33.390 | Preparing to unpack .../0-python3-pyparsing_2.4.6-1_all.deb ... 2022-02-15 09:07:33.393 | Unpacking python3-pyparsing (2.4.6-1) ... 2022-02-15 09:07:33.434 | Selecting previously unselected package python3-urwid. 2022-02-15 09:07:33.443 | Preparing to unpack .../1-python3-urwid_2.0.1-3_amd64.deb ... 2022-02-15 09:07:33.446 | Unpacking python3-urwid (2.0.1-3) ... 2022-02-15 09:07:33.506 | Selecting previously unselected package python3-configshell-fb. 2022-02-15 09:07:33.517 | Preparing to unpack .../2-python3-configshell-fb_1%3a1.1.27-0ubuntu1_all.deb ... 2022-02-15 09:07:33.519 | Unpacking python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2022-02-15 09:07:33.555 | Selecting previously unselected package python3-pyudev. 2022-02-15 09:07:33.564 | Preparing to unpack .../3-python3-pyudev_0.21.0-3ubuntu1_all.deb ... 2022-02-15 09:07:33.567 | Unpacking python3-pyudev (0.21.0-3ubuntu1) ... 2022-02-15 09:07:33.606 | Selecting previously unselected package python3-rtslib-fb. 2022-02-15 09:07:33.616 | Preparing to unpack .../4-python3-rtslib-fb_2.1.71-0ubuntu1.1_all.deb ... 2022-02-15 09:07:33.618 | Unpacking python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2022-02-15 09:07:33.659 | Selecting previously unselected package targetcli-fb. 2022-02-15 09:07:33.669 | Preparing to unpack .../5-targetcli-fb_1%3a2.1.51-0ubuntu1_all.deb ... 2022-02-15 09:07:33.671 | Unpacking targetcli-fb (1:2.1.51-0ubuntu1) ... 2022-02-15 09:07:33.732 | Setting up python3-urwid (2.0.1-3) ... 2022-02-15 09:07:34.090 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:141: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-02-15 09:07:34.090 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-02-15 09:07:34.090 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:145: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-02-15 09:07:34.090 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-02-15 09:07:34.091 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:149: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-02-15 09:07:34.091 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-02-15 09:07:34.091 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:232: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-02-15 09:07:34.091 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-02-15 09:07:34.199 | Setting up python3-pyparsing (2.4.6-1) ... 2022-02-15 09:07:34.511 | Setting up python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2022-02-15 09:07:34.822 | Setting up python3-pyudev (0.21.0-3ubuntu1) ... 2022-02-15 09:07:35.104 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2022-02-15 09:07:36.360 | Setting up targetcli-fb (1:2.1.51-0ubuntu1) ... 2022-02-15 09:07:36.909 | Created symlink /etc/systemd/system/multi-user.target.wants/targetclid.service → /lib/systemd/system/targetclid.service. 2022-02-15 09:07:36.909 | Created symlink /etc/systemd/system/sockets.target.wants/targetclid.socket → /lib/systemd/system/targetclid.socket. 2022-02-15 09:07:38.960 | Processing triggers for man-db (2.9.1-1) ... 2022-02-15 09:07:39.066 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-15 09:07:47.064 | + functions-common:apt_get:1118 : result=0 2022-02-15 09:07:47.066 | + functions-common:apt_get:1121 : time_stop apt-get 2022-02-15 09:07:47.069 | + functions-common:time_stop:2309 : local name 2022-02-15 09:07:47.071 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:07:47.074 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:07:47.077 | + functions-common:time_stop:2312 : local total 2022-02-15 09:07:47.079 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:07:47.082 | + functions-common:time_stop:2315 : name=apt-get 2022-02-15 09:07:47.084 | + functions-common:time_stop:2316 : start_time=1644916051109 2022-02-15 09:07:47.087 | + functions-common:time_stop:2318 : [[ -z 1644916051109 ]] 2022-02-15 09:07:47.091 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:07:47.096 | + functions-common:time_stop:2321 : end_time=1644916067093 2022-02-15 09:07:47.099 | + functions-common:time_stop:2322 : elapsed_time=15984 2022-02-15 09:07:47.101 | + functions-common:time_stop:2323 : total=302207 2022-02-15 09:07:47.104 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:07:47.106 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=318191 2022-02-15 09:07:47.109 | + functions-common:apt_get:1122 : return 0 2022-02-15 09:07:47.111 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-15 09:07:47.114 | + ./stack.sh:main:908 : configure_cinder 2022-02-15 09:07:47.116 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-02-15 09:07:47.129 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-02-15 09:07:47.133 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-02-15 09:07:47.135 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-02-15 09:07:47.139 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-02-15 09:07:47.143 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-02-15 09:07:47.143 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-02-15 09:07:47.149 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-02-15 09:07:47.152 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-02-15 09:07:47.154 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-02-15 09:07:47.157 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-02-15 09:07:47.159 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-02-15 09:07:47.161 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-02-15 09:07:47.163 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-02-15 09:07:47.165 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-02-15 09:07:47.179 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-02-15 09:07:47.193 | + 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-02-15 09:07:47.206 | + 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-02-15 09:07:47.219 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-02-15 09:07:47.233 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-02-15 09:07:47.236 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-02-15 09:07:47.240 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.0hhj3mMCVS 2022-02-15 09:07:47.243 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-02-15 09:07:47.245 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-02-15 09:07:47.248 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-02-15 09:07:47.250 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.0hhj3mMCVS 2022-02-15 09:07:47.254 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.0hhj3mMCVS 2022-02-15 09:07:47.266 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.0hhj3mMCVS /etc/sudoers.d/cinder-rootwrap 2022-02-15 09:07:47.281 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-02-15 09:07:47.286 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-02-15 09:07:47.288 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-02-15 09:07:47.290 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-02-15 09:07:47.293 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-02-15 09:07:47.295 | + 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-02-15 09:07:47.298 | + 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-02-15 09:07:47.301 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-02-15 09:07:47.303 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-02-15 09:07:47.311 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-02-15 09:07:47.316 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-02-15 09:07:47.335 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-02-15 09:07:47.355 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-02-15 09:07:47.375 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-02-15 09:07:47.395 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-02-15 09:07:47.414 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-02-15 09:07:47.435 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-02-15 09:07:47.456 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-02-15 09:07:47.476 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-02-15 09:07:47.479 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/cinder/cinder.conf 2022-02-15 09:07:47.486 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=cinder 2022-02-15 09:07:47.488 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2022-02-15 09:07:47.491 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-02-15 09:07:47.522 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-02-15 09:07:47.552 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.10/identity 2022-02-15 09:07:47.582 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-02-15 09:07:47.612 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-02-15 09:07:47.643 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-02-15 09:07:47.672 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-02-15 09:07:47.707 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-02-15 09:07:47.740 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-15 09:07:47.770 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-02-15 09:07:47.801 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-02-15 09:07:47.833 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-02-15 09:07:47.862 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-02-15 09:07:47.864 | ++ lib/database:database_connection_url:132 : local db=cinder 2022-02-15 09:07:47.867 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql cinder 2022-02-15 09:07:47.869 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=cinder 2022-02-15 09:07:47.872 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-02-15 09:07:47.875 | + lib/cinder:configure_cinder:271 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-02-15 09:07:47.908 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-02-15 09:07:47.937 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-02-15 09:07:47.967 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-02-15 09:07:47.996 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-02-15 09:07:48.025 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-02-15 09:07:48.054 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-02-15 09:07:48.091 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-02-15 09:07:48.094 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.10 2022-02-15 09:07:48.123 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-02-15 09:07:48.156 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-02-15 09:07:48.163 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key 924f4d9f976959ac280b7dcad576845a 2022-02-15 09:07:48.194 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-02-15 09:07:48.197 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-02-15 09:07:48.226 | + lib/cinder:configure_cinder:294 : is_service_enabled c-vol 2022-02-15 09:07:48.243 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:07:48.247 | + lib/cinder:configure_cinder:294 : [[ -n lvm:lvmdriver-1 ]] 2022-02-15 09:07:48.251 | + lib/cinder:configure_cinder:295 : local enabled_backends= 2022-02-15 09:07:48.254 | + lib/cinder:configure_cinder:296 : local default_name= 2022-02-15 09:07:48.257 | + lib/cinder:configure_cinder:297 : local be be_name be_type 2022-02-15 09:07:48.261 | + lib/cinder:configure_cinder:298 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-02-15 09:07:48.264 | + lib/cinder:configure_cinder:299 : be_type=lvm 2022-02-15 09:07:48.266 | + lib/cinder:configure_cinder:300 : be_name=lvmdriver-1 2022-02-15 09:07:48.268 | + lib/cinder:configure_cinder:301 : type configure_cinder_backend_lvm 2022-02-15 09:07:48.272 | + lib/cinder:configure_cinder:302 : configure_cinder_backend_lvm lvmdriver-1 2022-02-15 09:07:48.275 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2022-02-15 09:07:48.279 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2022-02-15 09:07:48.313 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2022-02-15 09:07:48.342 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2022-02-15 09:07:48.370 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm 2022-02-15 09:07:48.398 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2022-02-15 09:07:48.430 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2022-02-15 09:07:48.464 | + lib/cinder:configure_cinder:304 : [[ -z '' ]] 2022-02-15 09:07:48.467 | + lib/cinder:configure_cinder:305 : default_name=lvmdriver-1 2022-02-15 09:07:48.469 | + lib/cinder:configure_cinder:307 : enabled_backends+=lvmdriver-1, 2022-02-15 09:07:48.472 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2022-02-15 09:07:48.502 | + lib/cinder:configure_cinder:310 : [[ -n lvmdriver-1 ]] 2022-02-15 09:07:48.504 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2022-02-15 09:07:48.533 | + lib/cinder:configure_cinder:313 : configure_cinder_image_volume_cache 2022-02-15 09:07:48.536 | + lib/cinder:configure_cinder_image_volume_cache:616 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2022-02-15 09:07:48.538 | + lib/cinder:configure_cinder_image_volume_cache:617 : local be_name=lvmdriver-1 2022-02-15 09:07:48.540 | + lib/cinder:configure_cinder_image_volume_cache:619 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2022-02-15 09:07:48.570 | + lib/cinder:configure_cinder_image_volume_cache:621 : [[ -n '' ]] 2022-02-15 09:07:48.574 | + lib/cinder:configure_cinder_image_volume_cache:625 : [[ -n '' ]] 2022-02-15 09:07:48.577 | + lib/cinder:configure_cinder:316 : is_service_enabled c-bak 2022-02-15 09:07:48.595 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:07:48.597 | + lib/cinder:configure_cinder:316 : [[ -n swift ]] 2022-02-15 09:07:48.600 | + lib/cinder:configure_cinder:317 : type configure_cinder_backup_swift 2022-02-15 09:07:48.602 | + lib/cinder:configure_cinder:318 : configure_cinder_backup_swift 2022-02-15 09:07:48.604 | + lib/cinder_backups/swift:configure_cinder_backup_swift:25 : iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver 2022-02-15 09:07:48.634 | + lib/cinder_backups/swift:configure_cinder_backup_swift:26 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.10:8080/v1/AUTH_ 2022-02-15 09:07:48.665 | + lib/cinder:configure_cinder:324 : is_service_enabled ceilometer 2022-02-15 09:07:48.682 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:07:48.685 | + lib/cinder:configure_cinder:328 : is_service_enabled tls-proxy 2022-02-15 09:07:48.702 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:07:48.704 | + lib/cinder:configure_cinder:342 : '[' False '!=' False ']' 2022-02-15 09:07:48.706 | + lib/cinder:configure_cinder:346 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-02-15 09:07:48.709 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-02-15 09:07:48.711 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-02-15 09:07:48.713 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-02-15 09:07:48.725 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-02-15 09:07:48.727 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-15 09:07:48.743 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:07:48.748 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-02-15 09:07:48.750 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-02-15 09:07:48.753 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-15 09:07:48.769 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:07:48.772 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.10:5672/ 2022-02-15 09:07:48.774 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.10:5672/ 2022-02-15 09:07:48.812 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-15 09:07:48.814 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-15 09:07:48.817 | + lib/cinder:configure_cinder:349 : setup_logging /etc/cinder/cinder.conf True 2022-02-15 09:07:48.819 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-02-15 09:07:48.821 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-02-15 09:07:48.825 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-15 09:07:48.842 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-15 09:07:48.845 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-15 09:07:48.847 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-15 09:07:48.850 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-15 09:07:48.852 | + 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-02-15 09:07:48.881 | + 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-02-15 09:07:48.911 | + 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-02-15 09:07:48.946 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-15 09:07:48.977 | + lib/cinder:configure_cinder:351 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-02-15 09:07:48.980 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-02-15 09:07:48.982 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2022-02-15 09:07:48.985 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2022-02-15 09:07:48.987 | + lib/apache:write_uwsgi_config:257 : local http= 2022-02-15 09:07:48.989 | + lib/apache:write_uwsgi_config:258 : local name= 2022-02-15 09:07:48.992 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2022-02-15 09:07:48.997 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2022-02-15 09:07:48.999 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-02-15 09:07:49.002 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-02-15 09:07:49.015 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-02-15 09:07:49.015 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-02-15 09:07:49.024 | d /var/run/uwsgi 0755 ubuntu root 2022-02-15 09:07:49.028 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-02-15 09:07:49.045 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-02-15 09:07:49.047 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-02-15 09:07:49.051 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-02-15 09:07:49.080 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-02-15 09:07:49.109 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-02-15 09:07:49.136 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-02-15 09:07:49.165 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-02-15 09:07:49.193 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-02-15 09:07:49.222 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-02-15 09:07:49.253 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-02-15 09:07:49.284 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-02-15 09:07:49.312 | + 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-02-15 09:07:49.341 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-02-15 09:07:49.373 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-02-15 09:07:49.402 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-02-15 09:07:49.430 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-02-15 09:07:49.433 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-02-15 09:07:49.436 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2022-02-15 09:07:49.438 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2022-02-15 09:07:49.441 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-02-15 09:07:49.443 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:07:49.445 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:07:49.448 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-02-15 09:07:49.451 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-02-15 09:07:49.453 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-02-15 09:07:49.483 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-02-15 09:07:49.513 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-02-15 09:07:49.514 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-02-15 09:07:49.522 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-02-15 09:07:49.526 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2022-02-15 09:07:49.529 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2022-02-15 09:07:49.532 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-02-15 09:07:49.535 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-15 09:07:49.537 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-15 09:07:49.540 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:07:49.542 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:07:49.545 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-15 09:07:49.547 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-02-15 09:07:49.550 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:07:49.552 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:07:49.554 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2022-02-15 09:07:49.617 | Enabling site cinder-wsgi. 2022-02-15 09:07:49.626 | To activate the new configuration, you need to run: 2022-02-15 09:07:49.626 | systemctl reload apache2 2022-02-15 09:07:49.632 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-02-15 09:07:49.635 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-02-15 09:07:49.640 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-15 09:07:49.643 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-02-15 09:07:49.771 | + lib/cinder:configure_cinder:353 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-02-15 09:07:49.773 | + lib/cinder:configure_cinder:357 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-02-15 09:07:49.804 | + lib/cinder:configure_cinder:359 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.10/image 2022-02-15 09:07:49.835 | + lib/cinder:configure_cinder:360 : is_service_enabled tls-proxy 2022-02-15 09:07:49.853 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:07:49.856 | + lib/cinder:configure_cinder:366 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-02-15 09:07:49.859 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/cinder/cinder.conf 2022-02-15 09:07:49.861 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=nova 2022-02-15 09:07:49.863 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=nova 2022-02-15 09:07:49.866 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-02-15 09:07:49.901 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf nova interface public 2022-02-15 09:07:49.934 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.10/identity 2022-02-15 09:07:49.965 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf nova username nova 2022-02-15 09:07:49.995 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-02-15 09:07:50.024 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-02-15 09:07:50.053 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/cinder/cinder.conf nova project_name service 2022-02-15 09:07:50.082 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-02-15 09:07:50.111 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-02-15 09:07:50.140 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-02-15 09:07:50.170 | + lib/cinder:configure_cinder:367 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-02-15 09:07:50.202 | + lib/cinder:configure_cinder:368 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-02-15 09:07:50.232 | + lib/cinder:configure_cinder:370 : [[ ! -z '' ]] 2022-02-15 09:07:50.234 | + lib/cinder:configure_cinder:372 : is_service_enabled etcd3 2022-02-15 09:07:50.252 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:07:50.254 | + lib/cinder:configure_cinder:373 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.10:2379 2022-02-15 09:07:50.285 | + lib/cinder:configure_cinder:376 : [[ False == True ]] 2022-02-15 09:07:50.288 | + ./stack.sh:main:911 : is_service_enabled neutron 2022-02-15 09:07:50.306 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:07:50.309 | + ./stack.sh:main:913 : stack_install_service neutron 2022-02-15 09:07:50.312 | + lib/stack:stack_install_service:20 : local service=neutron 2022-02-15 09:07:50.314 | + lib/stack:stack_install_service:21 : type install_neutron 2022-02-15 09:07:50.317 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-15 09:07:50.319 | + lib/stack:stack_install_service:32 : install_neutron 2022-02-15 09:07:50.321 | + lib/neutron:install_neutron:657 : is_neutron_legacy_enabled 2022-02-15 09:07:50.326 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-15 09:07:50.326 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-02-15 09:07:50.332 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-15 09:07:50.334 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-15 09:07:50.337 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,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-02-15 09:07:50.346 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-02-15 09:07:50.349 | + lib/neutron:install_neutron:659 : install_mutnauq 2022-02-15 09:07:50.352 | + lib/neutron-legacy:install_mutnauq:441 : use_library_from_git neutron-lib 2022-02-15 09:07:50.355 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2022-02-15 09:07:50.357 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:07:50.360 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:07:50.362 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,neutron-lib, ]] 2022-02-15 09:07:50.365 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:07:50.368 | + lib/neutron-legacy:install_mutnauq:446 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron stable/xena 2022-02-15 09:07:50.371 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/neutron.git 2022-02-15 09:07:50.373 | + functions-common:git_clone:524 : local git_dest=/opt/stack/neutron 2022-02-15 09:07:50.375 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-02-15 09:07:50.378 | + functions-common:git_clone:526 : local orig_dir 2022-02-15 09:07:50.381 | ++ functions-common:git_clone:527 : pwd 2022-02-15 09:07:50.383 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-02-15 09:07:50.386 | + functions-common:git_clone:528 : local git_clone_flags= 2022-02-15 09:07:50.389 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-02-15 09:07:50.406 | + functions-common:git_clone:530 : RECLONE=False 2022-02-15 09:07:50.408 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-02-15 09:07:50.410 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-02-15 09:07:50.413 | + functions-common:git_clone:544 : echo stable/xena 2022-02-15 09:07:50.414 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-02-15 09:07:50.420 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/neutron ]] 2022-02-15 09:07:50.422 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-02-15 09:07:50.424 | + functions-common:git_clone:592 : cd /opt/stack/neutron 2022-02-15 09:07:50.427 | + functions-common:git_clone:593 : git show --oneline 2022-02-15 09:07:50.428 | + functions-common:git_clone:593 : head -1 2022-02-15 09:07:50.431 | 2796ea1f4f Merge "Make sure "dead vlan" ports cannot transmit packets" into stable/xena 2022-02-15 09:07:50.434 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-02-15 09:07:50.437 | + lib/neutron-legacy:install_mutnauq:447 : setup_develop /opt/stack/neutron 2022-02-15 09:07:50.439 | + inc/python:setup_develop:338 : local bindep 2022-02-15 09:07:50.442 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2022-02-15 09:07:50.444 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2022-02-15 09:07:50.447 | + inc/python:setup_develop:344 : local extras= 2022-02-15 09:07:50.449 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-02-15 09:07:50.452 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-15 09:07:50.454 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2022-02-15 09:07:50.457 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2022-02-15 09:07:50.459 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-15 09:07:50.462 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-15 09:07:50.466 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2022-02-15 09:07:50.469 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-15 09:07:50.472 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2022-02-15 09:07:50.474 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-15 09:07:50.477 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-15 09:07:50.480 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-02-15 09:07:50.487 | + inc/python:_setup_package_with_constraints_edit:385 : name=neutron 2022-02-15 09:07:50.489 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-02-15 09:07:51.125 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/neutron -e 2022-02-15 09:07:51.127 | + inc/python:setup_package:418 : local bindep=0 2022-02-15 09:07:51.130 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-15 09:07:51.132 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-15 09:07:51.135 | + inc/python:setup_package:421 : [[ /opt/stack/neutron == -bindep* ]] 2022-02-15 09:07:51.138 | + inc/python:setup_package:426 : local project_dir=/opt/stack/neutron 2022-02-15 09:07:51.140 | + inc/python:setup_package:427 : local flags=-e 2022-02-15 09:07:51.143 | + inc/python:setup_package:428 : local extras= 2022-02-15 09:07:51.145 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-15 09:07:51.147 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-15 09:07:51.150 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-15 09:07:51.152 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-15 09:07:51.155 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-15 09:07:51.157 | + inc/python:setup_package:446 : pip_install -e /opt/stack/neutron 2022-02-15 09:07:51.178 | Using python 3.8 to install /opt/stack/neutron 2022-02-15 09:07:51.181 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2022-02-15 09:07:51.988 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:07:51.989 | from cryptography.utils import int_from_bytes 2022-02-15 09:07:51.989 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:07:51.989 | from cryptography.utils import int_from_bytes 2022-02-15 09:07:53.353 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:07:53.362 | Obtaining file:///opt/stack/neutron 2022-02-15 09:07:53.363 | Preparing metadata (setup.py): started 2022-02-15 09:07:55.455 | Preparing metadata (setup.py): finished with status 'done' 2022-02-15 09:07:55.551 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (5.6.0) 2022-02-15 09:07:55.552 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (3.5.0) 2022-02-15 09:07:55.554 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (2.1.1) 2022-02-15 09:07:55.555 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (2.5.1) 2022-02-15 09:07:55.556 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (2.3.0) 2022-02-15 09:07:55.558 | Requirement already satisfied: decorator>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (5.0.9) 2022-02-15 09:07:55.560 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (0.31.1) 2022-02-15 09:07:55.561 | Requirement already satisfied: pecan>=1.3.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (1.3.3) 2022-02-15 09:07:55.562 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (0.19.1) 2022-02-15 09:07:55.564 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (2.26.0) 2022-02-15 09:07:55.565 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (3.0.1) 2022-02-15 09:07:55.567 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (9.3.0) 2022-02-15 09:07:55.568 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (0.8.0) 2022-02-15 09:07:55.569 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (0.11.0) 2022-02-15 09:07:55.571 | Requirement already satisfied: neutron-lib>=2.15.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (2.15.2) 2022-02-15 09:07:55.572 | Requirement already satisfied: python-neutronclient>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (7.6.0) 2022-02-15 09:07:55.574 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (6.3.1) 2022-02-15 09:07:55.575 | Requirement already satisfied: SQLAlchemy>=1.3.23 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (1.4.23) 2022-02-15 09:07:55.576 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (1.8.7) 2022-02-15 09:07:55.578 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (4.4.0) 2022-02-15 09:07:55.579 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (1.7.1) 2022-02-15 09:07:55.581 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (3.4.0) 2022-02-15 09:07:55.582 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (2.8.1) 2022-02-15 09:07:55.583 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (4.4.1) 2022-02-15 09:07:55.585 | Requirement already satisfied: oslo.config>=8.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (8.7.1) 2022-02-15 09:07:55.587 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (3.3.2) 2022-02-15 09:07:55.588 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (11.0.0) 2022-02-15 09:07:55.590 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (5.1.0) 2022-02-15 09:07:55.592 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (4.6.0) 2022-02-15 09:07:55.593 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (12.9.2) 2022-02-15 09:07:55.595 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (4.4.0) 2022-02-15 09:07:55.596 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (3.8.3) 2022-02-15 09:07:55.597 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (2.6.2) 2022-02-15 09:07:55.599 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (2.3.0) 2022-02-15 09:07:55.600 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (6.3.0) 2022-02-15 09:07:55.602 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (4.2.0) 2022-02-15 09:07:55.603 | Requirement already satisfied: oslo.service>=1.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (2.6.1) 2022-02-15 09:07:55.605 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (1.4.0) 2022-02-15 09:07:55.607 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (4.10.1) 2022-02-15 09:07:55.608 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (2.5.0) 2022-02-15 09:07:55.609 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (3.4.2) 2022-02-15 09:07:55.611 | Requirement already satisfied: os-ken>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (2.1.0) 2022-02-15 09:07:55.612 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (1.1.0) 2022-02-15 09:07:55.614 | Requirement already satisfied: ovs>=2.10.0 in /usr/lib/python3/dist-packages (from neutron==19.1.1.dev48) (2.13.3) 2022-02-15 09:07:55.615 | Requirement already satisfied: ovsdbapp>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (1.12.0) 2022-02-15 09:07:55.616 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (21.0) 2022-02-15 09:07:55.618 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (5.8.0) 2022-02-15 09:07:55.624 | Requirement already satisfied: pyroute2>=0.6.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (0.6.4) 2022-02-15 09:07:55.625 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (20.0.1) 2022-02-15 09:07:55.627 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (17.6.0) 2022-02-15 09:07:55.628 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (0.59.0) 2022-02-15 09:07:55.630 | Requirement already satisfied: python-designateclient>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (4.3.0) 2022-02-15 09:07:55.631 | Requirement already satisfied: os-vif>=1.15.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (2.6.0) 2022-02-15 09:07:55.633 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (2.4.0) 2022-02-15 09:07:55.634 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev48) (2.9.0) 2022-02-15 09:07:55.649 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.1.dev48) (5.2.2) 2022-02-15 09:07:55.650 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.1.dev48) (1.1.5) 2022-02-15 09:07:55.662 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==19.1.1.dev48) (1.16.0) 2022-02-15 09:07:55.664 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==19.1.1.dev48) (1.12.1) 2022-02-15 09:07:55.677 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->neutron==19.1.1.dev48) (1.1.1) 2022-02-15 09:07:55.678 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->neutron==19.1.1.dev48) (1.16.0) 2022-02-15 09:07:55.690 | Requirement already satisfied: pyparsing<3,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->neutron==19.1.1.dev48) (2.4.7) 2022-02-15 09:07:55.697 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->neutron==19.1.1.dev48) (2.0.1) 2022-02-15 09:07:55.789 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==19.1.1.dev48) (1.7.0) 2022-02-15 09:07:55.791 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==19.1.1.dev48) (0.1.16) 2022-02-15 09:07:55.845 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==19.1.1.dev48) (3.1.1) 2022-02-15 09:07:55.848 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==19.1.1.dev48) (4.3.0) 2022-02-15 09:07:55.893 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.15.0->neutron==19.1.1.dev48) (2.6.0) 2022-02-15 09:07:55.899 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.15.0->neutron==19.1.1.dev48) (1.2.2) 2022-02-15 09:07:55.929 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev48) (1.1.5) 2022-02-15 09:07:55.930 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev48) (1.4.0) 2022-02-15 09:07:55.932 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev48) (2.5.0) 2022-02-15 09:07:55.935 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev48) (3.4.8) 2022-02-15 09:07:55.937 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev48) (5.4.1) 2022-02-15 09:07:55.938 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev48) (1.32) 2022-02-15 09:07:55.939 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev48) (1.4.4) 2022-02-15 09:07:55.941 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev48) (0.10.0) 2022-02-15 09:07:55.962 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from os-ken>=2.0.0->neutron==19.1.1.dev48) (1.0.2) 2022-02-15 09:07:56.052 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->neutron==19.1.1.dev48) (0.14.1) 2022-02-15 09:07:56.097 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.0.0->neutron==19.1.1.dev48) (1.5.0) 2022-02-15 09:07:56.161 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.1.dev48) (0.13.0) 2022-02-15 09:07:56.164 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.1.dev48) (0.5.0) 2022-02-15 09:07:56.165 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.1.dev48) (2.0.1) 2022-02-15 09:07:56.226 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==19.1.1.dev48) (0.9.6) 2022-02-15 09:07:56.228 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==19.1.1.dev48) (2.8.2) 2022-02-15 09:07:56.286 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.1.dev48) (5.0.8) 2022-02-15 09:07:56.292 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.1.dev48) (4.2.2) 2022-02-15 09:07:56.294 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.1.dev48) (5.1.0) 2022-02-15 09:07:56.296 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.1.dev48) (0.3.1) 2022-02-15 09:07:56.318 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==19.1.1.dev48) (3.3.0) 2022-02-15 09:07:56.322 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==19.1.1.dev48) (3.2.0) 2022-02-15 09:07:56.367 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.3.0->neutron==19.1.1.dev48) (1.14.6) 2022-02-15 09:07:56.424 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->neutron==19.1.1.dev48) (2021.1) 2022-02-15 09:07:56.454 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=1.31.0->neutron==19.1.1.dev48) (1.3.2) 2022-02-15 09:07:56.458 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=1.31.0->neutron==19.1.1.dev48) (3.0.0) 2022-02-15 09:07:56.484 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==19.1.1.dev48) (0.7.2) 2022-02-15 09:07:56.696 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->neutron==19.1.1.dev48) (57.4.0) 2022-02-15 09:07:56.772 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==19.1.1.dev48) (0.3.5) 2022-02-15 09:07:56.775 | Requirement already satisfied: WebTest>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==19.1.1.dev48) (3.0.0) 2022-02-15 09:07:56.886 | Requirement already satisfied: pyroute2.ipdb==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev48) (0.6.4) 2022-02-15 09:07:56.888 | Requirement already satisfied: pyroute2.ipset==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev48) (0.6.4) 2022-02-15 09:07:56.889 | Requirement already satisfied: pyroute2.ethtool==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev48) (0.6.4) 2022-02-15 09:07:56.890 | Requirement already satisfied: pyroute2.core==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev48) (0.6.4) 2022-02-15 09:07:56.892 | Requirement already satisfied: pyroute2.nslink==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev48) (0.6.4) 2022-02-15 09:07:56.894 | Requirement already satisfied: pyroute2.ndb==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev48) (0.6.4) 2022-02-15 09:07:56.895 | Requirement already satisfied: pyroute2.nftables==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev48) (0.6.4) 2022-02-15 09:07:57.098 | Requirement already satisfied: jsonschema>=2.6.0 in /usr/lib/python3/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.1.dev48) (3.2.0) 2022-02-15 09:07:57.102 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.1.dev48) (3.9.0) 2022-02-15 09:07:57.103 | Requirement already satisfied: osc-lib>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.1.dev48) (2.4.2) 2022-02-15 09:07:57.150 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=6.7.0->neutron==19.1.1.dev48) (3.17.5) 2022-02-15 09:07:57.152 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=6.7.0->neutron==19.1.1.dev48) (2.1.0) 2022-02-15 09:07:57.244 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.1.dev48) (2.0.4) 2022-02-15 09:07:57.246 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.1.dev48) (1.26.6) 2022-02-15 09:07:57.247 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.1.dev48) (2021.5.30) 2022-02-15 09:07:57.250 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.1.dev48) (3.2) 2022-02-15 09:07:57.287 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->neutron==19.1.1.dev48) (0.7) 2022-02-15 09:07:57.634 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->neutron==19.1.1.dev48) (0.12.1) 2022-02-15 09:07:57.708 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==19.1.1.dev48) (5.0.0) 2022-02-15 09:07:57.900 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==19.1.1.dev48) (2.20) 2022-02-15 09:07:57.975 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.1.dev48) (0.4.0) 2022-02-15 09:07:57.977 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.1.dev48) (2.1.2) 2022-02-15 09:07:58.157 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->neutron==19.1.1.dev48) (1.6) 2022-02-15 09:07:58.197 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=1.31.0->neutron==19.1.1.dev48) (2.5.0) 2022-02-15 09:07:58.366 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==19.1.1.dev48) (2.1) 2022-02-15 09:07:58.882 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==19.1.1.dev48) (0.11.0) 2022-02-15 09:07:59.554 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==19.1.1.dev48) (0.4.1) 2022-02-15 09:07:59.558 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==19.1.1.dev48) (0.5.2) 2022-02-15 09:07:59.874 | Requirement already satisfied: waitress>=0.8.5 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.1.dev48) (2.0.0) 2022-02-15 09:07:59.875 | Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.1.dev48) (4.9.3) 2022-02-15 09:08:00.029 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=1.6.5->neutron==19.1.1.dev48) (3.5.0) 2022-02-15 09:08:00.168 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.1.dev48) (0.2.5) 2022-02-15 09:08:00.169 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.1.dev48) (0.4.4) 2022-02-15 09:08:00.170 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.1.dev48) (21.2.0) 2022-02-15 09:08:00.171 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.1.dev48) (1.8.2) 2022-02-15 09:08:00.426 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=1.31.0->neutron==19.1.1.dev48) (1.0.0) 2022-02-15 09:08:00.602 | Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.8/dist-packages (from beautifulsoup4->WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.1.dev48) (2.2.1) 2022-02-15 09:08:02.146 | Installing collected packages: neutron 2022-02-15 09:08:02.146 | Attempting uninstall: neutron 2022-02-15 09:08:02.149 | Found existing installation: neutron 19.1.0 2022-02-15 09:08:03.620 | Uninstalling neutron-19.1.0: 2022-02-15 09:08:03.700 | Successfully uninstalled neutron-19.1.0 2022-02-15 09:08:03.702 | Running setup.py develop for neutron 2022-02-15 09:08:06.701 | Successfully installed neutron 2022-02-15 09:08:06.701 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:08:06.876 | + inc/python:pip_install:200 : result=0 2022-02-15 09:08:06.879 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:08:06.882 | + functions-common:time_stop:2309 : local name 2022-02-15 09:08:06.885 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:08:06.887 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:08:06.890 | + functions-common:time_stop:2312 : local total 2022-02-15 09:08:06.892 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:08:06.894 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:08:06.896 | + functions-common:time_stop:2316 : start_time=1644916071173 2022-02-15 09:08:06.899 | + functions-common:time_stop:2318 : [[ -z 1644916071173 ]] 2022-02-15 09:08:06.902 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:08:06.907 | + functions-common:time_stop:2321 : end_time=1644916086904 2022-02-15 09:08:06.909 | + functions-common:time_stop:2322 : elapsed_time=15731 2022-02-15 09:08:06.912 | + functions-common:time_stop:2323 : total=230391 2022-02-15 09:08:06.914 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:08:06.917 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=246122 2022-02-15 09:08:06.919 | + inc/python:pip_install:203 : return 0 2022-02-15 09:08:06.922 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-15 09:08:06.924 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-02-15 09:08:06.927 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-02-15 09:08:06.948 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-02-15 09:08:06.960 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/neutron 2022-02-15 09:08:06.962 | + inc/python:use_library_from_git:250 : local name=/opt/stack/neutron 2022-02-15 09:08:06.965 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:08:06.967 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:08:06.970 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/neutron, ]] 2022-02-15 09:08:06.973 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:08:06.975 | + lib/neutron-legacy:install_mutnauq:449 : [[ openvswitch == \o\v\n ]] 2022-02-15 09:08:06.978 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-15 09:08:06.980 | + ./stack.sh:main:916 : is_service_enabled nova 2022-02-15 09:08:06.999 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:08:07.001 | + ./stack.sh:main:918 : stack_install_service nova 2022-02-15 09:08:07.004 | + lib/stack:stack_install_service:20 : local service=nova 2022-02-15 09:08:07.006 | + lib/stack:stack_install_service:21 : type install_nova 2022-02-15 09:08:07.009 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-15 09:08:07.013 | + lib/stack:stack_install_service:32 : install_nova 2022-02-15 09:08:07.015 | + lib/nova:install_nova:817 : use_library_from_git os-vif 2022-02-15 09:08:07.018 | + inc/python:use_library_from_git:250 : local name=os-vif 2022-02-15 09:08:07.020 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:08:07.023 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:08:07.026 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-vif, ]] 2022-02-15 09:08:07.028 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:08:07.030 | + lib/nova:install_nova:822 : is_service_enabled n-cpu 2022-02-15 09:08:07.046 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:08:07.049 | + lib/nova:install_nova:826 : is_service_enabled n-novnc 2022-02-15 09:08:07.066 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:08:07.068 | + lib/nova:install_nova:838 : is_service_enabled n-spice 2022-02-15 09:08:07.094 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:08:07.097 | + lib/nova:install_nova:850 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova stable/xena 2022-02-15 09:08:07.100 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/nova.git 2022-02-15 09:08:07.102 | + functions-common:git_clone:524 : local git_dest=/opt/stack/nova 2022-02-15 09:08:07.109 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-02-15 09:08:07.111 | + functions-common:git_clone:526 : local orig_dir 2022-02-15 09:08:07.114 | ++ functions-common:git_clone:527 : pwd 2022-02-15 09:08:07.117 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-02-15 09:08:07.120 | + functions-common:git_clone:528 : local git_clone_flags= 2022-02-15 09:08:07.122 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-02-15 09:08:07.139 | + functions-common:git_clone:530 : RECLONE=False 2022-02-15 09:08:07.141 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-02-15 09:08:07.143 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-02-15 09:08:07.146 | + functions-common:git_clone:544 : echo stable/xena 2022-02-15 09:08:07.147 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-02-15 09:08:07.153 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/nova ]] 2022-02-15 09:08:07.155 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-02-15 09:08:07.158 | + functions-common:git_clone:592 : cd /opt/stack/nova 2022-02-15 09:08:07.161 | + functions-common:git_clone:593 : git show --oneline 2022-02-15 09:08:07.161 | + functions-common:git_clone:593 : head -1 2022-02-15 09:08:07.167 | 53ece44486 Merge commit 'refs/changes/64/825064/4' of ssh://review.openstack.org:29418/openstack/nova into HEAD 2022-02-15 09:08:07.170 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-02-15 09:08:07.172 | + lib/nova:install_nova:851 : setup_develop /opt/stack/nova 2022-02-15 09:08:07.175 | + inc/python:setup_develop:338 : local bindep 2022-02-15 09:08:07.177 | + inc/python:setup_develop:339 : [[ /opt/stack/nova == -bindep* ]] 2022-02-15 09:08:07.179 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/nova 2022-02-15 09:08:07.182 | + inc/python:setup_develop:344 : local extras= 2022-02-15 09:08:07.185 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-02-15 09:08:07.187 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-15 09:08:07.190 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/nova == -bindep* ]] 2022-02-15 09:08:07.193 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/nova 2022-02-15 09:08:07.195 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-15 09:08:07.198 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-15 09:08:07.201 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/nova 2022-02-15 09:08:07.204 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-15 09:08:07.207 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/nova 2022-02-15 09:08:07.210 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-15 09:08:07.213 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-15 09:08:07.216 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-02-15 09:08:07.222 | + inc/python:_setup_package_with_constraints_edit:385 : name=nova 2022-02-15 09:08:07.224 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2022-02-15 09:08:07.871 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/nova -e 2022-02-15 09:08:07.874 | + inc/python:setup_package:418 : local bindep=0 2022-02-15 09:08:07.876 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-15 09:08:07.878 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-15 09:08:07.880 | + inc/python:setup_package:421 : [[ /opt/stack/nova == -bindep* ]] 2022-02-15 09:08:07.883 | + inc/python:setup_package:426 : local project_dir=/opt/stack/nova 2022-02-15 09:08:07.885 | + inc/python:setup_package:427 : local flags=-e 2022-02-15 09:08:07.887 | + inc/python:setup_package:428 : local extras= 2022-02-15 09:08:07.890 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-15 09:08:07.892 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-15 09:08:07.894 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-15 09:08:07.896 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-15 09:08:07.899 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-15 09:08:07.902 | + inc/python:setup_package:446 : pip_install -e /opt/stack/nova 2022-02-15 09:08:07.926 | Using python 3.8 to install /opt/stack/nova 2022-02-15 09:08:07.928 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2022-02-15 09:08:08.773 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:08:08.773 | from cryptography.utils import int_from_bytes 2022-02-15 09:08:08.773 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:08:08.773 | from cryptography.utils import int_from_bytes 2022-02-15 09:08:10.129 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:08:10.139 | Obtaining file:///opt/stack/nova 2022-02-15 09:08:10.140 | Preparing metadata (setup.py): started 2022-02-15 09:08:13.223 | Preparing metadata (setup.py): finished with status 'done' 2022-02-15 09:08:13.451 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (5.6.0) 2022-02-15 09:08:13.452 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (1.4.23) 2022-02-15 09:08:13.454 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (5.0.9) 2022-02-15 09:08:13.455 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (0.31.1) 2022-02-15 09:08:13.457 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (3.0.1) 2022-02-15 09:08:13.458 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (9.3.0) 2022-02-15 09:08:13.459 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (4.6.3) 2022-02-15 09:08:13.461 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (2.5.1) 2022-02-15 09:08:13.463 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (3.4.8) 2022-02-15 09:08:13.464 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (1.8.7) 2022-02-15 09:08:13.466 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (1.1.1) 2022-02-15 09:08:13.467 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (2.1.1) 2022-02-15 09:08:13.468 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (3.5.0) 2022-02-15 09:08:13.470 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (0.7.2) 2022-02-15 09:08:13.472 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (0.13.0) 2022-02-15 09:08:13.473 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (1.7.1) 2022-02-15 09:08:13.474 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (0.8.0) 2022-02-15 09:08:13.476 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (0.11.0) 2022-02-15 09:08:13.477 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (2.7.2) 2022-02-15 09:08:13.479 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (0.1.16) 2022-02-15 09:08:13.480 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from nova==24.0.1.dev20) (3.2.0) 2022-02-15 09:08:13.482 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (8.1.0) 2022-02-15 09:08:13.483 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (4.4.0) 2022-02-15 09:08:13.485 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (7.6.0) 2022-02-15 09:08:13.486 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (3.5.0) 2022-02-15 09:08:13.487 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (2.26.0) 2022-02-15 09:08:13.489 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (3.4.0) 2022-02-15 09:08:13.515 | warning: missing-index-doctype 2022-02-15 09:08:13.515 | 2022-02-15 09:08:13.515 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:08:13.515 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/websockify/ 2022-02-15 09:08:13.515 | 2022-02-15 09:08:13.515 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:08:13.515 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:08:13.560 | Collecting websockify>=0.9.0 2022-02-15 09:08:13.568 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/736/dc7a57bdf18d4/websockify-0.10.0-py3-none-any.whl (38 kB) 2022-02-15 09:08:13.575 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (2.8.1) 2022-02-15 09:08:13.576 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (4.4.1) 2022-02-15 09:08:13.578 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (8.7.1) 2022-02-15 09:08:13.579 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (3.3.2) 2022-02-15 09:08:13.580 | Requirement already satisfied: oslo.log>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (4.6.0) 2022-02-15 09:08:13.582 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (2.3.0) 2022-02-15 09:08:13.583 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (4.2.0) 2022-02-15 09:08:13.585 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (1.4.0) 2022-02-15 09:08:13.586 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (4.10.1) 2022-02-15 09:08:13.588 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (11.0.0) 2022-02-15 09:08:13.590 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (6.3.0) 2022-02-15 09:08:13.591 | Requirement already satisfied: oslo.messaging>=10.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (12.9.2) 2022-02-15 09:08:13.592 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (3.8.3) 2022-02-15 09:08:13.594 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (2.6.2) 2022-02-15 09:08:13.595 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (5.1.0) 2022-02-15 09:08:13.597 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (2.6.1) 2022-02-15 09:08:13.598 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (1.5.0) 2022-02-15 09:08:13.599 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (4.4.0) 2022-02-15 09:08:13.601 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (5.8.0) 2022-02-15 09:08:13.602 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (2.5.0) 2022-02-15 09:08:13.604 | Requirement already satisfied: os-brick>=4.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (5.0.1) 2022-02-15 09:08:13.605 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (1.1.0) 2022-02-15 09:08:13.607 | Requirement already satisfied: os-traits>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (2.6.0) 2022-02-15 09:08:13.608 | Requirement already satisfied: os-vif>=1.15.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (2.6.0) 2022-02-15 09:08:13.610 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (5.5.0) 2022-02-15 09:08:13.612 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (3.9.1) 2022-02-15 09:08:13.626 | warning: missing-index-doctype 2022-02-15 09:08:13.626 | 2022-02-15 09:08:13.626 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:08:13.626 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/microversion-parse/ 2022-02-15 09:08:13.626 | 2022-02-15 09:08:13.626 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:08:13.626 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:08:13.683 | Collecting microversion-parse>=0.2.1 2022-02-15 09:08:13.691 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2022-02-15 09:08:13.708 | warning: missing-index-doctype 2022-02-15 09:08:13.708 | 2022-02-15 09:08:13.708 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:08:13.708 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/os-xenapi/ 2022-02-15 09:08:13.708 | 2022-02-15 09:08:13.708 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:08:13.708 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:08:13.735 | Collecting os-xenapi>=0.3.4 2022-02-15 09:08:13.744 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b4d/9a2c858018977/os_xenapi-0.3.4-py2.py3-none-any.whl (137 kB) 2022-02-15 09:08:13.752 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.4/137.4 KB 65.2 MB/s eta 0:00:00 2022-02-15 09:08:13.758 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (2.9.0) 2022-02-15 09:08:13.760 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (0.2.2) 2022-02-15 09:08:13.774 | warning: missing-index-doctype 2022-02-15 09:08:13.774 | 2022-02-15 09:08:13.774 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:08:13.774 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pypowervm/ 2022-02-15 09:08:13.774 | 2022-02-15 09:08:13.775 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:08:13.775 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:08:13.824 | Collecting pypowervm>=1.1.15 2022-02-15 09:08:13.834 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/33b/83b6a6da976d8/pypowervm-1.1.26-py2.py3-none-any.whl (1.1 MB) 2022-02-15 09:08:13.858 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 55.6 MB/s eta 0:00:00 2022-02-15 09:08:13.873 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (1.3.3) 2022-02-15 09:08:13.874 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (1.7.0) 2022-02-15 09:08:13.876 | Requirement already satisfied: taskflow>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (4.6.2) 2022-02-15 09:08:13.877 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (2.8.2) 2022-02-15 09:08:14.276 | warning: missing-index-doctype 2022-02-15 09:08:14.276 | 2022-02-15 09:08:14.276 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:08:14.276 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/zvmcloudconnector/ 2022-02-15 09:08:14.276 | 2022-02-15 09:08:14.276 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:08:14.276 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:08:14.301 | Collecting zVMCloudConnector>=1.3.0 2022-02-15 09:08:14.309 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f24/a37d5a0206e79/zVMCloudConnector-1.4.1.tar.gz (238 kB) 2022-02-15 09:08:14.319 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.6/238.6 KB 46.9 MB/s eta 0:00:00 2022-02-15 09:08:14.388 | Preparing metadata (setup.py): started 2022-02-15 09:08:15.140 | Preparing metadata (setup.py): finished with status 'done' 2022-02-15 09:08:15.144 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (2.4.0) 2022-02-15 09:08:15.146 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (0.59.0) 2022-02-15 09:08:15.147 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev20) (5.4.1) 2022-02-15 09:08:15.164 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.0.1.dev20) (5.2.2) 2022-02-15 09:08:15.166 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.0.1.dev20) (1.1.5) 2022-02-15 09:08:15.188 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.16.0->nova==24.0.1.dev20) (5.2.0) 2022-02-15 09:08:15.232 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->nova==24.0.1.dev20) (1.14.6) 2022-02-15 09:08:15.266 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==24.0.1.dev20) (1.16.0) 2022-02-15 09:08:15.267 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==24.0.1.dev20) (1.16.0) 2022-02-15 09:08:15.292 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->nova==24.0.1.dev20) (2.0.1) 2022-02-15 09:08:15.423 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==24.0.1.dev20) (4.3.0) 2022-02-15 09:08:15.425 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==24.0.1.dev20) (3.1.1) 2022-02-15 09:08:15.484 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.0.1.dev20) (2.5.0) 2022-02-15 09:08:15.485 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.0.1.dev20) (1.4.4) 2022-02-15 09:08:15.489 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.0.1.dev20) (1.1.5) 2022-02-15 09:08:15.491 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.0.1.dev20) (1.32) 2022-02-15 09:08:15.493 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.0.1.dev20) (1.4.0) 2022-02-15 09:08:15.494 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.0.1.dev20) (0.10.0) 2022-02-15 09:08:15.516 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=4.3.1->nova==24.0.1.dev20) (6.3.1) 2022-02-15 09:08:15.568 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.0.1.dev20) (1.12.0) 2022-02-15 09:08:15.570 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.0.1.dev20) (2.3.0) 2022-02-15 09:08:15.573 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.0.1.dev20) (0.6.4) 2022-02-15 09:08:15.632 | warning: missing-index-doctype 2022-02-15 09:08:15.632 | 2022-02-15 09:08:15.632 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:08:15.633 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/babel/ 2022-02-15 09:08:15.633 | 2022-02-15 09:08:15.633 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:08:15.633 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:08:15.672 | Collecting Babel!=2.4.0,>=2.3.4 2022-02-15 09:08:15.697 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ab4/9e12b91d937cd/Babel-2.9.1-py2.py3-none-any.whl (8.8 MB) 2022-02-15 09:08:15.850 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.8/8.8 MB 59.7 MB/s eta 0:00:00 2022-02-15 09:08:15.989 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.4.0->nova==24.0.1.dev20) (0.14.1) 2022-02-15 09:08:16.106 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==24.0.1.dev20) (2.0.1) 2022-02-15 09:08:16.110 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==24.0.1.dev20) (0.5.0) 2022-02-15 09:08:16.176 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->nova==24.0.1.dev20) (0.9.6) 2022-02-15 09:08:16.242 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.0.1.dev20) (0.3.1) 2022-02-15 09:08:16.244 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.0.1.dev20) (4.2.2) 2022-02-15 09:08:16.246 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.0.1.dev20) (5.1.0) 2022-02-15 09:08:16.248 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.0.1.dev20) (5.0.8) 2022-02-15 09:08:16.279 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==24.0.1.dev20) (3.3.0) 2022-02-15 09:08:16.280 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==24.0.1.dev20) (3.2.0) 2022-02-15 09:08:16.334 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.4.0->nova==24.0.1.dev20) (1.0.2) 2022-02-15 09:08:16.394 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=4.1.0->nova==24.0.1.dev20) (2021.1) 2022-02-15 09:08:16.440 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->nova==24.0.1.dev20) (3.0.0) 2022-02-15 09:08:16.442 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->nova==24.0.1.dev20) (1.3.2) 2022-02-15 09:08:16.497 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->nova==24.0.1.dev20) (2.4.7) 2022-02-15 09:08:16.501 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->nova==24.0.1.dev20) (21.0) 2022-02-15 09:08:16.594 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.1->nova==24.0.1.dev20) (1.4.0) 2022-02-15 09:08:16.623 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->nova==24.0.1.dev20) (57.4.0) 2022-02-15 09:08:16.822 | Requirement already satisfied: pyasn1 in /usr/local/lib/python3.8/dist-packages (from pypowervm>=1.1.15->nova==24.0.1.dev20) (0.4.8) 2022-02-15 09:08:16.824 | Requirement already satisfied: pyasn1-modules in /usr/local/lib/python3.8/dist-packages (from pypowervm>=1.1.15->nova==24.0.1.dev20) (0.2.8) 2022-02-15 09:08:16.866 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient!=4.0.0,>=3.3.0->nova==24.0.1.dev20) (3.17.5) 2022-02-15 09:08:16.934 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.0.1.dev20) (1.3.3) 2022-02-15 09:08:16.938 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.0.1.dev20) (1.12.1) 2022-02-15 09:08:16.940 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.0.1.dev20) (20.0.1) 2022-02-15 09:08:16.984 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.0.1.dev20) (2.4.2) 2022-02-15 09:08:16.986 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.0.1.dev20) (3.9.0) 2022-02-15 09:08:16.992 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.0.1.dev20) (2.1.0) 2022-02-15 09:08:17.080 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.0.1.dev20) (3.2) 2022-02-15 09:08:17.081 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.0.1.dev20) (1.26.6) 2022-02-15 09:08:17.084 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.0.1.dev20) (2.0.4) 2022-02-15 09:08:17.085 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.0.1.dev20) (2021.5.30) 2022-02-15 09:08:17.198 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->nova==24.0.1.dev20) (0.7) 2022-02-15 09:08:17.393 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==24.0.1.dev20) (0.4.1) 2022-02-15 09:08:17.395 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==24.0.1.dev20) (0.5.2) 2022-02-15 09:08:17.521 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.0.1.dev20) (2.6.2) 2022-02-15 09:08:17.524 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.0.1.dev20) (1.4.2) 2022-02-15 09:08:17.526 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.0.1.dev20) (2.4.0) 2022-02-15 09:08:17.618 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->nova==24.0.1.dev20) (0.12.1) 2022-02-15 09:08:17.740 | warning: missing-index-doctype 2022-02-15 09:08:17.740 | 2022-02-15 09:08:17.740 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:08:17.740 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/numpy/ 2022-02-15 09:08:17.740 | 2022-02-15 09:08:17.741 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:08:17.741 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:08:18.541 | Collecting numpy 2022-02-15 09:08:18.581 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7fd/c7689daf3b845/numpy-1.21.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.8 MB) 2022-02-15 09:08:18.861 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.8/15.8 MB 60.4 MB/s eta 0:00:00 2022-02-15 09:08:19.023 | Requirement already satisfied: PyJWT>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from zVMCloudConnector>=1.3.0->nova==24.0.1.dev20) (2.1.0) 2022-02-15 09:08:19.063 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=10.3.0->nova==24.0.1.dev20) (5.0.0) 2022-02-15 09:08:19.359 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==24.0.1.dev20) (2.20) 2022-02-15 09:08:19.444 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.0.1.dev20) (2.1.2) 2022-02-15 09:08:19.447 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.0.1.dev20) (0.4.0) 2022-02-15 09:08:19.621 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=4.4.0->nova==24.0.1.dev20) (1.6) 2022-02-15 09:08:19.671 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->nova==24.0.1.dev20) (2.5.0) 2022-02-15 09:08:19.788 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==24.0.1.dev20) (2.1) 2022-02-15 09:08:20.232 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=10.3.0->nova==24.0.1.dev20) (0.11.0) 2022-02-15 09:08:20.285 | Requirement already satisfied: ovs>=2.10.0 in /usr/lib/python3/dist-packages (from ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==24.0.1.dev20) (2.13.3) 2022-02-15 09:08:20.737 | Requirement already satisfied: pyroute2.core==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.0.1.dev20) (0.6.4) 2022-02-15 09:08:20.739 | Requirement already satisfied: pyroute2.ipset==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.0.1.dev20) (0.6.4) 2022-02-15 09:08:20.740 | Requirement already satisfied: pyroute2.ethtool==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.0.1.dev20) (0.6.4) 2022-02-15 09:08:20.742 | Requirement already satisfied: pyroute2.ndb==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.0.1.dev20) (0.6.4) 2022-02-15 09:08:20.744 | Requirement already satisfied: pyroute2.ipdb==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.0.1.dev20) (0.6.4) 2022-02-15 09:08:20.745 | Requirement already satisfied: pyroute2.nftables==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.0.1.dev20) (0.6.4) 2022-02-15 09:08:20.747 | Requirement already satisfied: pyroute2.nslink==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.0.1.dev20) (0.6.4) 2022-02-15 09:08:22.087 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=1.5.0->nova==24.0.1.dev20) (3.5.0) 2022-02-15 09:08:22.504 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.0.1.dev20) (1.8.2) 2022-02-15 09:08:22.505 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.0.1.dev20) (0.4.4) 2022-02-15 09:08:22.507 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.0.1.dev20) (0.2.5) 2022-02-15 09:08:22.509 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.0.1.dev20) (21.2.0) 2022-02-15 09:08:22.824 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->nova==24.0.1.dev20) (1.0.0) 2022-02-15 09:08:23.424 | Building wheels for collected packages: zVMCloudConnector 2022-02-15 09:08:23.425 | Building wheel for zVMCloudConnector (setup.py): started 2022-02-15 09:08:24.431 | Building wheel for zVMCloudConnector (setup.py): finished with status 'done' 2022-02-15 09:08:24.434 | Created wheel for zVMCloudConnector: filename=zVMCloudConnector-1.4.1-py3-none-any.whl size=303900 sha256=b0c08bb8841b97d203d1d2442fff10d6a6679d69b2f32cafb43f152897cea2ff 2022-02-15 09:08:24.435 | Stored in directory: /root/.cache/pip/wheels/2a/0d/26/6a5dd74b24937acbd678e55297c0aa8f409dd980f39a3170dd 2022-02-15 09:08:24.440 | Successfully built zVMCloudConnector 2022-02-15 09:08:25.410 | Installing collected packages: numpy, microversion-parse, Babel, zVMCloudConnector, websockify, pypowervm, os-xenapi, nova 2022-02-15 09:08:30.458 | Running setup.py develop for nova 2022-02-15 09:08:34.827 | Successfully installed Babel-2.9.1 microversion-parse-1.0.1 nova numpy-1.21.2 os-xenapi-0.3.4 pypowervm-1.1.26 websockify-0.10.0 zVMCloudConnector-1.4.1 2022-02-15 09:08:34.827 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:08:35.053 | + inc/python:pip_install:200 : result=0 2022-02-15 09:08:35.056 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:08:35.058 | + functions-common:time_stop:2309 : local name 2022-02-15 09:08:35.060 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:08:35.063 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:08:35.065 | + functions-common:time_stop:2312 : local total 2022-02-15 09:08:35.067 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:08:35.070 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:08:35.072 | + functions-common:time_stop:2316 : start_time=1644916087919 2022-02-15 09:08:35.074 | + functions-common:time_stop:2318 : [[ -z 1644916087919 ]] 2022-02-15 09:08:35.077 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:08:35.081 | + functions-common:time_stop:2321 : end_time=1644916115079 2022-02-15 09:08:35.084 | + functions-common:time_stop:2322 : elapsed_time=27160 2022-02-15 09:08:35.086 | + functions-common:time_stop:2323 : total=246122 2022-02-15 09:08:35.088 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:08:35.090 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=273282 2022-02-15 09:08:35.093 | + inc/python:pip_install:203 : return 0 2022-02-15 09:08:35.096 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-15 09:08:35.098 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-02-15 09:08:35.102 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-02-15 09:08:35.122 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-02-15 09:08:35.134 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/nova 2022-02-15 09:08:35.137 | + inc/python:use_library_from_git:250 : local name=/opt/stack/nova 2022-02-15 09:08:35.139 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:08:35.142 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:08:35.144 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/nova, ]] 2022-02-15 09:08:35.146 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:08:35.149 | + lib/nova:install_nova:852 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2022-02-15 09:08:35.162 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-15 09:08:35.165 | + ./stack.sh:main:919 : configure_nova 2022-02-15 09:08:35.167 | + lib/nova:configure_nova:241 : sudo install -d -o ubuntu /etc/nova 2022-02-15 09:08:35.180 | + lib/nova:configure_nova:243 : configure_rootwrap nova 2022-02-15 09:08:35.183 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-02-15 09:08:35.185 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-02-15 09:08:35.189 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-02-15 09:08:35.189 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-02-15 09:08:35.194 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-02-15 09:08:35.197 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-02-15 09:08:35.199 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-02-15 09:08:35.201 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-02-15 09:08:35.204 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-02-15 09:08:35.206 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-02-15 09:08:35.209 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-02-15 09:08:35.212 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-02-15 09:08:35.223 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-02-15 09:08:35.236 | + 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-02-15 09:08:35.251 | + 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-02-15 09:08:35.267 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-02-15 09:08:35.281 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-02-15 09:08:35.284 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-02-15 09:08:35.289 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.R0WMJ9SCVO 2022-02-15 09:08:35.292 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-02-15 09:08:35.294 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-02-15 09:08:35.297 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-02-15 09:08:35.299 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-02-15 09:08:35.302 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-02-15 09:08:35.305 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.R0WMJ9SCVO 2022-02-15 09:08:35.309 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.R0WMJ9SCVO 2022-02-15 09:08:35.321 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.R0WMJ9SCVO /etc/sudoers.d/nova-rootwrap 2022-02-15 09:08:35.334 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-02-15 09:08:35.339 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-02-15 09:08:35.341 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-02-15 09:08:35.343 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-02-15 09:08:35.346 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-02-15 09:08:35.348 | + 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-02-15 09:08:35.351 | + 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-02-15 09:08:35.354 | + lib/nova:configure_nova:245 : [[ 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-02-15 09:08:35.359 | + lib/nova:configure_nova:247 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-02-15 09:08:35.364 | + lib/nova:configure_nova:250 : is_service_enabled n-cpu 2022-02-15 09:08:35.383 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:08:35.385 | + lib/nova:configure_nova:322 : create_nova_conf 2022-02-15 09:08:35.388 | + lib/nova:create_nova_conf:389 : rm -f /opt/stack/nova/bin/nova.conf 2022-02-15 09:08:35.391 | + lib/nova:create_nova_conf:392 : rm -f /etc/nova/nova.conf 2022-02-15 09:08:35.395 | + lib/nova:create_nova_conf:393 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-02-15 09:08:35.426 | + lib/nova:create_nova_conf:394 : '[' True == True ']' 2022-02-15 09:08:35.428 | + lib/nova:create_nova_conf:395 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-02-15 09:08:35.456 | + lib/nova:create_nova_conf:397 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-02-15 09:08:35.488 | + lib/nova:create_nova_conf:398 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-02-15 09:08:35.515 | + lib/nova:create_nova_conf:399 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-02-15 09:08:35.546 | + lib/nova:create_nova_conf:400 : iniset /etc/nova/nova.conf scheduler workers 2 2022-02-15 09:08:35.576 | + lib/nova:create_nova_conf:401 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-02-15 09:08:35.607 | + lib/nova:create_nova_conf:402 : [[ 4 == 6 ]] 2022-02-15 09:08:35.609 | + lib/nova:create_nova_conf:405 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.10 2022-02-15 09:08:35.640 | + lib/nova:create_nova_conf:407 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-02-15 09:08:35.669 | + lib/nova:create_nova_conf:408 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-02-15 09:08:35.696 | + lib/nova:create_nova_conf:409 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-02-15 09:08:35.727 | + lib/nova:create_nova_conf:410 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-02-15 09:08:35.754 | + lib/nova:create_nova_conf:412 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-02-15 09:08:35.785 | + lib/nova:create_nova_conf:414 : is_fedora 2022-02-15 09:08:35.787 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-02-15 09:08:35.790 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-02-15 09:08:35.792 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-02-15 09:08:35.795 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-15 09:08:35.798 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-15 09:08:35.800 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-02-15 09:08:35.802 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-02-15 09:08:35.805 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-02-15 09:08:35.807 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-02-15 09:08:35.810 | + lib/nova:create_nova_conf:414 : is_suse 2022-02-15 09:08:35.813 | + functions-common:is_suse:462 : is_opensuse 2022-02-15 09:08:35.815 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-15 09:08:35.818 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-15 09:08:35.821 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-15 09:08:35.823 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-15 09:08:35.825 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-15 09:08:35.827 | + lib/nova:create_nova_conf:423 : is_service_enabled n-api n-cond n-sched 2022-02-15 09:08:35.844 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:08:35.846 | + lib/nova:create_nova_conf:427 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-15 09:08:35.848 | + lib/nova:create_nova_conf:430 : local db=nova_cell0 2022-02-15 09:08:35.850 | + lib/nova:create_nova_conf:433 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-02-15 09:08:35.878 | ++ lib/nova:create_nova_conf:436 : database_connection_url nova_cell0 2022-02-15 09:08:35.880 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2022-02-15 09:08:35.883 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2022-02-15 09:08:35.885 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2022-02-15 09:08:35.888 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-02-15 09:08:35.890 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-02-15 09:08:35.923 | ++ lib/nova:create_nova_conf:437 : database_connection_url nova_api 2022-02-15 09:08:35.925 | ++ lib/database:database_connection_url:132 : local db=nova_api 2022-02-15 09:08:35.927 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_api 2022-02-15 09:08:35.929 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_api 2022-02-15 09:08:35.931 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-02-15 09:08:35.934 | + lib/nova:create_nova_conf:437 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-02-15 09:08:35.966 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf cache enabled True 2022-02-15 09:08:35.995 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-02-15 09:08:36.026 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-02-15 09:08:36.053 | + lib/nova:create_nova_conf:447 : is_service_enabled n-api 2022-02-15 09:08:36.070 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:08:36.073 | + lib/nova:create_nova_conf:448 : is_service_enabled n-api-meta 2022-02-15 09:08:36.091 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:08:36.094 | ++ lib/nova:create_nova_conf:450 : echo osapi_compute,metadata 2022-02-15 09:08:36.095 | ++ lib/nova:create_nova_conf:450 : sed s/,metadata// 2022-02-15 09:08:36.100 | + lib/nova:create_nova_conf:450 : NOVA_ENABLED_APIS=osapi_compute 2022-02-15 09:08:36.102 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-02-15 09:08:36.132 | + lib/nova:create_nova_conf:453 : is_service_enabled tls-proxy 2022-02-15 09:08:36.147 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:08:36.150 | + lib/nova:create_nova_conf:459 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-02-15 09:08:36.152 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/nova/nova.conf 2022-02-15 09:08:36.154 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=nova 2022-02-15 09:08:36.157 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2022-02-15 09:08:36.159 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-02-15 09:08:36.189 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-02-15 09:08:36.216 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.10/identity 2022-02-15 09:08:36.243 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-02-15 09:08:36.270 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-02-15 09:08:36.299 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-02-15 09:08:36.329 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-02-15 09:08:36.357 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-02-15 09:08:36.387 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-15 09:08:36.414 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-02-15 09:08:36.442 | + lib/nova:create_nova_conf:462 : is_service_enabled cinder 2022-02-15 09:08:36.464 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:08:36.466 | + lib/nova:create_nova_conf:463 : configure_cinder_access 2022-02-15 09:08:36.469 | + lib/nova:configure_cinder_access:584 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-02-15 09:08:36.507 | + lib/nova:configure_cinder_access:585 : iniset /etc/nova/nova.conf cinder auth_type password 2022-02-15 09:08:36.539 | + lib/nova:configure_cinder_access:586 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.10/identity 2022-02-15 09:08:36.571 | + lib/nova:configure_cinder_access:593 : iniset /etc/nova/nova.conf cinder username nova 2022-02-15 09:08:36.601 | + lib/nova:configure_cinder_access:594 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-02-15 09:08:36.629 | + lib/nova:configure_cinder_access:595 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-02-15 09:08:36.661 | + lib/nova:configure_cinder_access:596 : iniset /etc/nova/nova.conf cinder project_name service 2022-02-15 09:08:36.690 | + lib/nova:configure_cinder_access:597 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-02-15 09:08:36.717 | + lib/nova:configure_cinder_access:598 : is_service_enabled tls-proxy 2022-02-15 09:08:36.733 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:08:36.736 | + lib/nova:create_nova_conf:466 : '[' -n /opt/stack/data/nova ']' 2022-02-15 09:08:36.738 | + lib/nova:create_nova_conf:467 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-02-15 09:08:36.766 | + lib/nova:create_nova_conf:468 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-02-15 09:08:36.802 | + lib/nova:create_nova_conf:470 : '[' -n /opt/stack/data/nova/instances ']' 2022-02-15 09:08:36.805 | + lib/nova:create_nova_conf:471 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-02-15 09:08:36.834 | + lib/nova:create_nova_conf:473 : '[' False '!=' False ']' 2022-02-15 09:08:36.837 | + lib/nova:create_nova_conf:476 : '[' False '!=' False ']' 2022-02-15 09:08:36.840 | + lib/nova:create_nova_conf:481 : is_suse 2022-02-15 09:08:36.842 | + functions-common:is_suse:462 : is_opensuse 2022-02-15 09:08:36.845 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-15 09:08:36.848 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-15 09:08:36.851 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-15 09:08:36.854 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-15 09:08:36.856 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-15 09:08:36.859 | + lib/nova:create_nova_conf:486 : setup_logging /etc/nova/nova.conf 2022-02-15 09:08:36.861 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2022-02-15 09:08:36.864 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2022-02-15 09:08:36.867 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-15 09:08:36.884 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-15 09:08:36.886 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-15 09:08:36.889 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-15 09:08:36.891 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-15 09:08:36.894 | + 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-02-15 09:08:36.926 | + 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-02-15 09:08:36.954 | + 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-02-15 09:08:36.983 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-15 09:08:37.010 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-02-15 09:08:37.042 | + lib/nova:create_nova_conf:490 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-02-15 09:08:37.044 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2022-02-15 09:08:37.047 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-02-15 09:08:37.049 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2022-02-15 09:08:37.051 | + lib/apache:write_uwsgi_config:257 : local http= 2022-02-15 09:08:37.053 | + lib/apache:write_uwsgi_config:258 : local name= 2022-02-15 09:08:37.056 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2022-02-15 09:08:37.060 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2022-02-15 09:08:37.062 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-02-15 09:08:37.065 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-02-15 09:08:37.078 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-02-15 09:08:37.078 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-02-15 09:08:37.087 | d /var/run/uwsgi 0755 ubuntu root 2022-02-15 09:08:37.090 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-02-15 09:08:37.106 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-02-15 09:08:37.108 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-02-15 09:08:37.112 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-02-15 09:08:37.141 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-02-15 09:08:37.170 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-02-15 09:08:37.196 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-02-15 09:08:37.223 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-02-15 09:08:37.251 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-02-15 09:08:37.278 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-02-15 09:08:37.308 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-02-15 09:08:37.343 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-02-15 09:08:37.371 | + 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-02-15 09:08:37.398 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-02-15 09:08:37.427 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-02-15 09:08:37.456 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-02-15 09:08:37.486 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-02-15 09:08:37.488 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-02-15 09:08:37.492 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2022-02-15 09:08:37.494 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2022-02-15 09:08:37.496 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-02-15 09:08:37.499 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:08:37.501 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:08:37.503 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-02-15 09:08:37.506 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-02-15 09:08:37.508 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-02-15 09:08:37.536 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-02-15 09:08:37.564 | + 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-02-15 09:08:37.564 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-02-15 09:08:37.573 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-02-15 09:08:37.577 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2022-02-15 09:08:37.579 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2022-02-15 09:08:37.581 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-02-15 09:08:37.584 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-15 09:08:37.587 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-15 09:08:37.589 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:08:37.591 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:08:37.594 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-15 09:08:37.596 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-02-15 09:08:37.598 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:08:37.601 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:08:37.603 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2022-02-15 09:08:37.666 | Enabling site nova-api-wsgi. 2022-02-15 09:08:37.671 | To activate the new configuration, you need to run: 2022-02-15 09:08:37.671 | systemctl reload apache2 2022-02-15 09:08:37.676 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-02-15 09:08:37.679 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-02-15 09:08:37.681 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-15 09:08:37.684 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-02-15 09:08:37.826 | + lib/nova:create_nova_conf:491 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2022-02-15 09:08:37.829 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-02-15 09:08:37.831 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-02-15 09:08:37.834 | + lib/apache:write_uwsgi_config:256 : local url= 2022-02-15 09:08:37.837 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2022-02-15 09:08:37.839 | + lib/apache:write_uwsgi_config:258 : local name= 2022-02-15 09:08:37.842 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2022-02-15 09:08:37.846 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2022-02-15 09:08:37.849 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-02-15 09:08:37.851 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-02-15 09:08:37.863 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-02-15 09:08:37.864 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-02-15 09:08:37.873 | d /var/run/uwsgi 0755 ubuntu root 2022-02-15 09:08:37.876 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-02-15 09:08:37.892 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-02-15 09:08:37.894 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-02-15 09:08:37.899 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-02-15 09:08:37.929 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-02-15 09:08:37.957 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-02-15 09:08:37.984 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-02-15 09:08:38.012 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-02-15 09:08:38.043 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-02-15 09:08:38.075 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-02-15 09:08:38.105 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-02-15 09:08:38.137 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-02-15 09:08:38.170 | + 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-02-15 09:08:38.200 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-02-15 09:08:38.230 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-02-15 09:08:38.259 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-02-15 09:08:38.286 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2022-02-15 09:08:38.290 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-02-15 09:08:38.319 | + lib/nova:create_nova_conf:493 : is_service_enabled ceilometer 2022-02-15 09:08:38.335 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:08:38.337 | + lib/nova:create_nova_conf:501 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-02-15 09:08:38.370 | ++ lib/nova:create_nova_conf:502 : get_notification_url 2022-02-15 09:08:38.372 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-02-15 09:08:38.375 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-02-15 09:08:38.392 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:08:38.394 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.10:5672/ 2022-02-15 09:08:38.398 | + lib/nova:create_nova_conf:502 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.10:5672/ 2022-02-15 09:08:38.426 | + lib/nova:create_nova_conf:503 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-02-15 09:08:38.456 | + lib/nova:create_nova_conf:504 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-02-15 09:08:38.458 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-02-15 09:08:38.461 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-02-15 09:08:38.464 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-02-15 09:08:38.466 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-02-15 09:08:38.468 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-15 09:08:38.485 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:08:38.488 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-02-15 09:08:38.490 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-02-15 09:08:38.493 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-15 09:08:38.509 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:08:38.511 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.10:5672/ 2022-02-15 09:08:38.514 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.10:5672/ 2022-02-15 09:08:38.546 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-15 09:08:38.548 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-15 09:08:38.550 | + lib/nova:create_nova_conf:506 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-02-15 09:08:38.578 | + lib/nova:create_nova_conf:507 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-02-15 09:08:38.607 | + lib/nova:create_nova_conf:509 : iniset /etc/nova/nova.conf conductor workers 2 2022-02-15 09:08:38.637 | + lib/nova:create_nova_conf:511 : is_service_enabled tls-proxy 2022-02-15 09:08:38.654 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:08:38.656 | + lib/nova:create_nova_conf:516 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-02-15 09:08:38.684 | + lib/nova:create_nova_conf:518 : '[' True == True ']' 2022-02-15 09:08:38.686 | + lib/nova:create_nova_conf:519 : init_nova_service_user_conf 2022-02-15 09:08:38.688 | + lib/nova:init_nova_service_user_conf:720 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2022-02-15 09:08:38.719 | + lib/nova:init_nova_service_user_conf:721 : iniset /etc/nova/nova.conf service_user auth_type password 2022-02-15 09:08:38.747 | + lib/nova:init_nova_service_user_conf:722 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.10/identity 2022-02-15 09:08:38.777 | + lib/nova:init_nova_service_user_conf:723 : iniset /etc/nova/nova.conf service_user username nova 2022-02-15 09:08:38.806 | + lib/nova:init_nova_service_user_conf:724 : iniset /etc/nova/nova.conf service_user password Passw0rd 2022-02-15 09:08:38.834 | + lib/nova:init_nova_service_user_conf:725 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2022-02-15 09:08:38.863 | + lib/nova:init_nova_service_user_conf:726 : iniset /etc/nova/nova.conf service_user project_name service 2022-02-15 09:08:38.891 | + lib/nova:init_nova_service_user_conf:727 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2022-02-15 09:08:38.920 | + lib/nova:init_nova_service_user_conf:728 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2022-02-15 09:08:38.948 | + lib/nova:create_nova_conf:522 : is_service_enabled n-cond 2022-02-15 09:08:38.967 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:08:38.970 | ++ lib/nova:create_nova_conf:523 : seq 1 1 2022-02-15 09:08:38.974 | + lib/nova:create_nova_conf:523 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-15 09:08:38.977 | + lib/nova:create_nova_conf:524 : local conf 2022-02-15 09:08:38.979 | + lib/nova:create_nova_conf:525 : local vhost 2022-02-15 09:08:38.983 | ++ lib/nova:create_nova_conf:526 : conductor_conf 1 2022-02-15 09:08:38.985 | ++ lib/nova:conductor_conf:732 : local cell=1 2022-02-15 09:08:38.988 | ++ lib/nova:conductor_conf:733 : echo /etc/nova/nova_cell1.conf 2022-02-15 09:08:38.995 | + lib/nova:create_nova_conf:526 : conf=/etc/nova/nova_cell1.conf 2022-02-15 09:08:38.997 | + lib/nova:create_nova_conf:527 : vhost=nova_cell1 2022-02-15 09:08:39.000 | + lib/nova:create_nova_conf:529 : rm -f /etc/nova/nova_cell1.conf 2022-02-15 09:08:39.004 | ++ lib/nova:create_nova_conf:530 : database_connection_url nova_cell1 2022-02-15 09:08:39.007 | ++ lib/database:database_connection_url:132 : local db=nova_cell1 2022-02-15 09:08:39.010 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell1 2022-02-15 09:08:39.012 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell1 2022-02-15 09:08:39.014 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-02-15 09:08:39.017 | + lib/nova:create_nova_conf:530 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-02-15 09:08:39.052 | + lib/nova:create_nova_conf:531 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-02-15 09:08:39.084 | + lib/nova:create_nova_conf:532 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-02-15 09:08:39.116 | + lib/nova:create_nova_conf:534 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-15 09:08:39.118 | + lib/nova:create_nova_conf:537 : rpc_backend_add_vhost nova_cell1 2022-02-15 09:08:39.120 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-02-15 09:08:39.123 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-02-15 09:08:39.140 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:08:39.144 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-02-15 09:08:39.144 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-02-15 09:08:39.891 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z ']' 2022-02-15 09:08:39.893 | + lib/rpc_backend:rpc_backend_add_vhost:128 : sudo rabbitmqctl add_vhost nova_cell1 2022-02-15 09:08:40.574 | Adding vhost "nova_cell1" ... 2022-02-15 09:08:40.625 | + lib/rpc_backend:rpc_backend_add_vhost:129 : sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' 2022-02-15 09:08:41.354 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" ... 2022-02-15 09:08:41.376 | + lib/nova:create_nova_conf:538 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-02-15 09:08:41.378 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-02-15 09:08:41.381 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-02-15 09:08:41.383 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-02-15 09:08:41.386 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-02-15 09:08:41.388 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-15 09:08:41.405 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:08:41.408 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-02-15 09:08:41.410 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-02-15 09:08:41.413 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-15 09:08:41.430 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:08:41.432 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.10:5672/nova_cell1 2022-02-15 09:08:41.440 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.10:5672/nova_cell1 2022-02-15 09:08:41.472 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-15 09:08:41.474 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-15 09:08:41.477 | + lib/nova:create_nova_conf:542 : is_service_enabled placement placement-client 2022-02-15 09:08:41.495 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:08:41.498 | + lib/nova:create_nova_conf:543 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-02-15 09:08:41.500 | + lib/nova:configure_placement_nova_compute:571 : local conf=/etc/nova/nova_cell1.conf 2022-02-15 09:08:41.502 | + lib/nova:configure_placement_nova_compute:572 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-02-15 09:08:41.534 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.10/identity 2022-02-15 09:08:41.562 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-02-15 09:08:41.591 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-02-15 09:08:41.619 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-02-15 09:08:41.648 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-02-15 09:08:41.677 | + lib/nova:configure_placement_nova_compute:578 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-02-15 09:08:41.705 | + lib/nova:configure_placement_nova_compute:579 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-02-15 09:08:41.734 | + lib/nova:create_nova_conf:547 : setup_logging /etc/nova/nova_cell1.conf 2022-02-15 09:08:41.736 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-02-15 09:08:41.738 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2022-02-15 09:08:41.741 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-15 09:08:41.765 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-15 09:08:41.767 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-15 09:08:41.769 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-15 09:08:41.772 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-15 09:08:41.775 | + 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-02-15 09:08:41.804 | + 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-02-15 09:08:41.833 | + 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-02-15 09:08:41.864 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-15 09:08:41.892 | + lib/nova:create_nova_conf:554 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-15 09:08:41.894 | ++ lib/nova:create_nova_conf:557 : seq 1 1 2022-02-15 09:08:41.900 | + lib/nova:create_nova_conf:557 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-15 09:08:41.902 | + lib/nova:create_nova_conf:558 : local conf 2022-02-15 09:08:41.904 | + lib/nova:create_nova_conf:559 : local offset 2022-02-15 09:08:41.907 | ++ lib/nova:create_nova_conf:560 : conductor_conf 1 2022-02-15 09:08:41.909 | ++ lib/nova:conductor_conf:732 : local cell=1 2022-02-15 09:08:41.912 | ++ lib/nova:conductor_conf:733 : echo /etc/nova/nova_cell1.conf 2022-02-15 09:08:41.914 | + lib/nova:create_nova_conf:560 : conf=/etc/nova/nova_cell1.conf 2022-02-15 09:08:41.917 | + lib/nova:create_nova_conf:561 : offset=0 2022-02-15 09:08:41.919 | + lib/nova:create_nova_conf:562 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-02-15 09:08:41.921 | + lib/nova:configure_console_proxies:669 : local conf=/etc/nova/nova_cell1.conf 2022-02-15 09:08:41.924 | + lib/nova:configure_console_proxies:670 : local offset=0 2022-02-15 09:08:41.926 | + lib/nova:configure_console_proxies:674 : offset=0 2022-02-15 09:08:41.928 | + lib/nova:configure_console_proxies:676 : is_service_enabled n-novnc 2022-02-15 09:08:41.945 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:08:41.947 | + lib/nova:configure_console_proxies:676 : '[' False '!=' False ']' 2022-02-15 09:08:41.949 | + lib/nova:configure_console_proxies:708 : is_service_enabled n-spice 2022-02-15 09:08:41.966 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:08:41.968 | + lib/nova:configure_console_proxies:713 : is_service_enabled n-sproxy 2022-02-15 09:08:41.984 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:08:41.987 | + lib/nova:configure_nova:324 : is_service_enabled n-cpu 2022-02-15 09:08:42.007 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:08:42.010 | + ./stack.sh:main:922 : is_service_enabled placement 2022-02-15 09:08:42.028 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:08:42.031 | + ./stack.sh:main:924 : stack_install_service placement 2022-02-15 09:08:42.033 | + lib/stack:stack_install_service:20 : local service=placement 2022-02-15 09:08:42.036 | + lib/stack:stack_install_service:21 : type install_placement 2022-02-15 09:08:42.039 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-15 09:08:42.041 | + lib/stack:stack_install_service:32 : install_placement 2022-02-15 09:08:42.043 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-02-15 09:08:42.046 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2022-02-15 09:08:42.048 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:08:42.051 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:08:42.053 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2022-02-15 09:08:42.056 | + functions-common:install_package:1347 : update_package_repo 2022-02-15 09:08:42.058 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-02-15 09:08:42.061 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-02-15 09:08:42.063 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-02-15 09:08:42.066 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-02-15 09:08:42.069 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-02-15 09:08:42.071 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:08:42.073 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:08:42.076 | + functions-common:update_package_repo:1328 : apt_get_update 2022-02-15 09:08:42.079 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-02-15 09:08:42.081 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-02-15 09:08:42.083 | + functions-common:apt_get_update:1074 : return 2022-02-15 09:08:42.087 | + functions-common:install_package:1348 : real_install_package apache2 2022-02-15 09:08:42.089 | + functions-common:real_install_package:1333 : is_ubuntu 2022-02-15 09:08:42.092 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:08:42.094 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:08:42.097 | + functions-common:real_install_package:1334 : apt_get install apache2 2022-02-15 09:08:42.119 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2022-02-15 09:08:42.235 | Reading package lists... 2022-02-15 09:08:42.477 | Building dependency tree... 2022-02-15 09:08:42.479 | Reading state information... 2022-02-15 09:08:42.735 | apache2 is already the newest version (2.4.41-4ubuntu3.9). 2022-02-15 09:08:42.735 | The following packages were automatically installed and are no longer required: 2022-02-15 09:08:42.736 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-15 09:08:42.736 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-15 09:08:42.737 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-15 09:08:42.737 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-15 09:08:42.737 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-15 09:08:42.737 | python3-zope.interface 2022-02-15 09:08:42.737 | Use 'sudo apt autoremove' to remove them. 2022-02-15 09:08:42.851 | 0 upgraded, 0 newly installed, 0 to remove and 115 not upgraded. 2022-02-15 09:08:42.855 | + functions-common:apt_get:1118 : result=0 2022-02-15 09:08:42.858 | + functions-common:apt_get:1121 : time_stop apt-get 2022-02-15 09:08:42.860 | + functions-common:time_stop:2309 : local name 2022-02-15 09:08:42.863 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:08:42.866 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:08:42.869 | + functions-common:time_stop:2312 : local total 2022-02-15 09:08:42.871 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:08:42.873 | + functions-common:time_stop:2315 : name=apt-get 2022-02-15 09:08:42.876 | + functions-common:time_stop:2316 : start_time=1644916122117 2022-02-15 09:08:42.878 | + functions-common:time_stop:2318 : [[ -z 1644916122117 ]] 2022-02-15 09:08:42.882 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:08:42.886 | + functions-common:time_stop:2321 : end_time=1644916122884 2022-02-15 09:08:42.889 | + functions-common:time_stop:2322 : elapsed_time=767 2022-02-15 09:08:42.891 | + functions-common:time_stop:2323 : total=318191 2022-02-15 09:08:42.894 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:08:42.896 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=318958 2022-02-15 09:08:42.900 | + functions-common:apt_get:1122 : return 0 2022-02-15 09:08:42.902 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2022-02-15 09:08:42.905 | + functions-common:is_package_installed:1356 : [[ -z libapache2-mod-wsgi ]] 2022-02-15 09:08:42.907 | + functions-common:is_package_installed:1360 : [[ -z deb ]] 2022-02-15 09:08:42.910 | + functions-common:is_package_installed:1364 : [[ deb = \d\e\b ]] 2022-02-15 09:08:42.914 | + functions-common:is_package_installed:1365 : dpkg -s libapache2-mod-wsgi 2022-02-15 09:08:42.936 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2022-02-15 09:08:42.939 | + functions-common:install_package:1347 : update_package_repo 2022-02-15 09:08:42.941 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-02-15 09:08:42.944 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-02-15 09:08:42.946 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-02-15 09:08:42.949 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-02-15 09:08:42.951 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-02-15 09:08:42.954 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:08:42.956 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:08:42.960 | + functions-common:update_package_repo:1328 : apt_get_update 2022-02-15 09:08:42.962 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-02-15 09:08:42.965 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-02-15 09:08:42.967 | + functions-common:apt_get_update:1074 : return 2022-02-15 09:08:42.970 | + functions-common:install_package:1348 : real_install_package libapache2-mod-wsgi-py3 2022-02-15 09:08:42.972 | + functions-common:real_install_package:1333 : is_ubuntu 2022-02-15 09:08:42.975 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:08:42.978 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:08:42.981 | + functions-common:real_install_package:1334 : apt_get install libapache2-mod-wsgi-py3 2022-02-15 09:08:43.004 | + functions-common:apt_get:1114 : 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-02-15 09:08:43.118 | Reading package lists... 2022-02-15 09:08:43.379 | Building dependency tree... 2022-02-15 09:08:43.380 | Reading state information... 2022-02-15 09:08:43.654 | The following packages were automatically installed and are no longer required: 2022-02-15 09:08:43.656 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-15 09:08:43.656 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-15 09:08:43.656 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-15 09:08:43.656 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-15 09:08:43.656 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-15 09:08:43.656 | python3-zope.interface 2022-02-15 09:08:43.656 | Use 'sudo apt autoremove' to remove them. 2022-02-15 09:08:43.723 | The following NEW packages will be installed: 2022-02-15 09:08:43.725 | libapache2-mod-wsgi-py3 2022-02-15 09:08:43.970 | 0 upgraded, 1 newly installed, 0 to remove and 115 not upgraded. 2022-02-15 09:08:43.970 | Need to get 93.3 kB of archives. 2022-02-15 09:08:43.970 | After this operation, 300 kB of additional disk space will be used. 2022-02-15 09:08:43.970 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapache2-mod-wsgi-py3 amd64 4.6.8-1ubuntu3 [93.3 kB] 2022-02-15 09:08:44.839 | Fetched 93.3 kB in 1s (173 kB/s) 2022-02-15 09:08:44.874 | Selecting previously unselected package libapache2-mod-wsgi-py3. 2022-02-15 09:08:44.929 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 91051 files and directories currently installed.) 2022-02-15 09:08:44.933 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.6.8-1ubuntu3_amd64.deb ... 2022-02-15 09:08:44.935 | Unpacking libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3) ... 2022-02-15 09:08:45.001 | Setting up libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3) ... 2022-02-15 09:08:45.174 | apache2_invoke: Enable module wsgi 2022-02-15 09:08:53.491 | + functions-common:apt_get:1118 : result=0 2022-02-15 09:08:53.493 | + functions-common:apt_get:1121 : time_stop apt-get 2022-02-15 09:08:53.496 | + functions-common:time_stop:2309 : local name 2022-02-15 09:08:53.498 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:08:53.501 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:08:53.503 | + functions-common:time_stop:2312 : local total 2022-02-15 09:08:53.507 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:08:53.509 | + functions-common:time_stop:2315 : name=apt-get 2022-02-15 09:08:53.512 | + functions-common:time_stop:2316 : start_time=1644916123001 2022-02-15 09:08:53.514 | + functions-common:time_stop:2318 : [[ -z 1644916123001 ]] 2022-02-15 09:08:53.517 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:08:53.522 | + functions-common:time_stop:2321 : end_time=1644916133519 2022-02-15 09:08:53.524 | + functions-common:time_stop:2322 : elapsed_time=10518 2022-02-15 09:08:53.527 | + functions-common:time_stop:2323 : total=318958 2022-02-15 09:08:53.529 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:08:53.532 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=329476 2022-02-15 09:08:53.534 | + functions-common:apt_get:1122 : return 0 2022-02-15 09:08:53.537 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2022-02-15 09:08:53.539 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2022-02-15 09:08:53.542 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-15 09:08:53.544 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:08:53.547 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:08:53.550 | + lib/apache:enable_apache_mod:59 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-02-15 09:08:53.553 | + lib/apache:enable_apache_mod:59 : a2query -m wsgi 2022-02-15 09:08:53.608 | wsgi (enabled by maintainer script) 2022-02-15 09:08:53.612 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-02-15 09:08:53.615 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-02-15 09:08:53.618 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-15 09:08:53.621 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-02-15 09:08:53.624 | ++ inc/python:get_from_global_requirements:225 : local package=osc-placement 2022-02-15 09:08:53.626 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-15 09:08:53.631 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-02-15 09:08:53.631 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-15 09:08:53.636 | ++ inc/python:get_from_global_requirements:227 : required_pkg='osc-placement ' 2022-02-15 09:08:53.639 | ++ inc/python:get_from_global_requirements:228 : [[ osc-placement == '' ]] 2022-02-15 09:08:53.641 | ++ inc/python:get_from_global_requirements:231 : echo osc-placement 2022-02-15 09:08:53.644 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-02-15 09:08:53.647 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-02-15 09:08:53.674 | Using python 3.8 to install osc-placement 2022-02-15 09:08:53.678 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt osc-placement 2022-02-15 09:08:54.503 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:08:54.503 | from cryptography.utils import int_from_bytes 2022-02-15 09:08:54.503 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:08:54.503 | from cryptography.utils import int_from_bytes 2022-02-15 09:08:55.855 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:08:56.284 | warning: missing-index-doctype 2022-02-15 09:08:56.284 | 2022-02-15 09:08:56.284 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:08:56.284 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/osc-placement/ 2022-02-15 09:08:56.284 | 2022-02-15 09:08:56.284 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:08:56.284 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:08:56.343 | Collecting osc-placement 2022-02-15 09:08:56.352 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c6d/5a64a2d64386f/osc_placement-3.1.1-py3-none-any.whl (63 kB) 2022-02-15 09:08:56.358 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.1/63.1 KB 49.8 MB/s eta 0:00:00 2022-02-15 09:08:56.375 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.10.1) 2022-02-15 09:08:56.376 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (1.16.0) 2022-02-15 09:08:56.377 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (3.17.5) 2022-02-15 09:08:56.379 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (2.4.2) 2022-02-15 09:08:56.381 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (5.6.0) 2022-02-15 09:08:56.382 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.4.0) 2022-02-15 09:08:56.445 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (0.1.16) 2022-02-15 09:08:56.447 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (3.4.0) 2022-02-15 09:08:56.448 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.26.0) 2022-02-15 09:08:56.450 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2022-02-15 09:08:56.465 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (0.59.0) 2022-02-15 09:08:56.466 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (5.1.0) 2022-02-15 09:08:56.467 | Requirement already satisfied: cliff>=3.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (3.9.0) 2022-02-15 09:08:56.484 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.4.7) 2022-02-15 09:08:56.486 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2022-02-15 09:08:56.487 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2021.1) 2022-02-15 09:08:56.488 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (21.0) 2022-02-15 09:08:56.490 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2022-02-15 09:08:56.492 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.3.0) 2022-02-15 09:08:56.513 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.4.0) 2022-02-15 09:08:56.515 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.1.2) 2022-02-15 09:08:56.517 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.7.2) 2022-02-15 09:08:56.518 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (5.4.1) 2022-02-15 09:08:56.530 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.12.1) 2022-02-15 09:08:56.573 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2022-02-15 09:08:56.574 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2022-02-15 09:08:56.576 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2022-02-15 09:08:56.579 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.5.0) 2022-02-15 09:08:56.581 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (3.4.8) 2022-02-15 09:08:56.582 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.0.9) 2022-02-15 09:08:56.584 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (0.10.0) 2022-02-15 09:08:56.586 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.5) 2022-02-15 09:08:56.693 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.2) 2022-02-15 09:08:56.694 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2021.5.30) 2022-02-15 09:08:56.697 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2.0.4) 2022-02-15 09:08:56.698 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.6) 2022-02-15 09:08:56.796 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (21.2.0) 2022-02-15 09:08:56.797 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2022-02-15 09:08:56.799 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.5) 2022-02-15 09:08:56.800 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.4.4) 2022-02-15 09:08:56.846 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.14.6) 2022-02-15 09:08:56.888 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.1) 2022-02-15 09:08:57.041 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.20) 2022-02-15 09:08:59.086 | Installing collected packages: osc-placement 2022-02-15 09:08:59.280 | Successfully installed osc-placement-3.1.1 2022-02-15 09:08:59.280 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:08:59.462 | + inc/python:pip_install:200 : result=0 2022-02-15 09:08:59.465 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:08:59.468 | + functions-common:time_stop:2309 : local name 2022-02-15 09:08:59.470 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:08:59.473 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:08:59.476 | + functions-common:time_stop:2312 : local total 2022-02-15 09:08:59.478 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:08:59.481 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:08:59.485 | + functions-common:time_stop:2316 : start_time=1644916133667 2022-02-15 09:08:59.487 | + functions-common:time_stop:2318 : [[ -z 1644916133667 ]] 2022-02-15 09:08:59.490 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:08:59.495 | + functions-common:time_stop:2321 : end_time=1644916139492 2022-02-15 09:08:59.497 | + functions-common:time_stop:2322 : elapsed_time=5825 2022-02-15 09:08:59.500 | + functions-common:time_stop:2323 : total=273282 2022-02-15 09:08:59.505 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:08:59.507 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=279107 2022-02-15 09:08:59.510 | + inc/python:pip_install:203 : return 0 2022-02-15 09:08:59.512 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement stable/xena 2022-02-15 09:08:59.515 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/placement.git 2022-02-15 09:08:59.517 | + functions-common:git_clone:524 : local git_dest=/opt/stack/placement 2022-02-15 09:08:59.520 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-02-15 09:08:59.523 | + functions-common:git_clone:526 : local orig_dir 2022-02-15 09:08:59.526 | ++ functions-common:git_clone:527 : pwd 2022-02-15 09:08:59.534 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-02-15 09:08:59.538 | + functions-common:git_clone:528 : local git_clone_flags= 2022-02-15 09:08:59.541 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-02-15 09:08:59.564 | + functions-common:git_clone:530 : RECLONE=False 2022-02-15 09:08:59.566 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-02-15 09:08:59.569 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-02-15 09:08:59.573 | + functions-common:git_clone:544 : echo stable/xena 2022-02-15 09:08:59.573 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-02-15 09:08:59.579 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/placement ]] 2022-02-15 09:08:59.581 | + functions-common:git_clone:559 : [[ False = \T\r\u\e ]] 2022-02-15 09:08:59.584 | + functions-common:git_clone:565 : git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch stable/xena 2022-02-15 09:08:59.587 | + functions-common:git_timed:617 : local count=0 2022-02-15 09:08:59.589 | + functions-common:git_timed:618 : local timeout=0 2022-02-15 09:08:59.592 | + functions-common:git_timed:620 : [[ -n 0 ]] 2022-02-15 09:08:59.596 | + functions-common:git_timed:621 : timeout=0 2022-02-15 09:08:59.599 | + functions-common:git_timed:624 : time_start git_timed 2022-02-15 09:08:59.601 | + functions-common:time_start:2295 : local name=git_timed 2022-02-15 09:08:59.604 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:08:59.606 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:08:59.609 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:08:59.614 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916139611 2022-02-15 09:08:59.616 | + functions-common:git_timed:625 : timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch stable/xena 2022-02-15 09:08:59.619 | Cloning into '/opt/stack/placement'... 2022-02-15 09:09:09.332 | + functions-common:git_timed:639 : time_stop git_timed 2022-02-15 09:09:09.334 | + functions-common:time_stop:2309 : local name 2022-02-15 09:09:09.337 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:09:09.339 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:09:09.341 | + functions-common:time_stop:2312 : local total 2022-02-15 09:09:09.343 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:09:09.346 | + functions-common:time_stop:2315 : name=git_timed 2022-02-15 09:09:09.349 | + functions-common:time_stop:2316 : start_time=1644916139611 2022-02-15 09:09:09.352 | + functions-common:time_stop:2318 : [[ -z 1644916139611 ]] 2022-02-15 09:09:09.354 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:09:09.359 | + functions-common:time_stop:2321 : end_time=1644916149356 2022-02-15 09:09:09.361 | + functions-common:time_stop:2322 : elapsed_time=9745 2022-02-15 09:09:09.364 | + functions-common:time_stop:2323 : total=0 2022-02-15 09:09:09.366 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:09:09.369 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=9745 2022-02-15 09:09:09.371 | + functions-common:git_clone:592 : cd /opt/stack/placement 2022-02-15 09:09:09.374 | + functions-common:git_clone:593 : git show --oneline 2022-02-15 09:09:09.374 | + functions-common:git_clone:593 : head -1 2022-02-15 09:09:09.378 | 7422ed4d Use 'functional-without-sample-db-tests' tox env for placement nova job 2022-02-15 09:09:09.380 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-02-15 09:09:09.383 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-02-15 09:09:09.385 | + inc/python:setup_develop:338 : local bindep 2022-02-15 09:09:09.388 | + inc/python:setup_develop:339 : [[ /opt/stack/placement == -bindep* ]] 2022-02-15 09:09:09.390 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/placement 2022-02-15 09:09:09.393 | + inc/python:setup_develop:344 : local extras= 2022-02-15 09:09:09.396 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-02-15 09:09:09.399 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-15 09:09:09.401 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/placement == -bindep* ]] 2022-02-15 09:09:09.404 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/placement 2022-02-15 09:09:09.406 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-15 09:09:09.409 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-15 09:09:09.413 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/placement 2022-02-15 09:09:09.415 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-15 09:09:09.418 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/placement 2022-02-15 09:09:09.421 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-15 09:09:09.423 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-15 09:09:09.427 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-02-15 09:09:09.433 | + inc/python:_setup_package_with_constraints_edit:385 : name=openstack-placement 2022-02-15 09:09:09.436 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement 2022-02-15 09:09:10.071 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/placement -e 2022-02-15 09:09:10.074 | + inc/python:setup_package:418 : local bindep=0 2022-02-15 09:09:10.076 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-15 09:09:10.079 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-15 09:09:10.081 | + inc/python:setup_package:421 : [[ /opt/stack/placement == -bindep* ]] 2022-02-15 09:09:10.084 | + inc/python:setup_package:426 : local project_dir=/opt/stack/placement 2022-02-15 09:09:10.086 | + inc/python:setup_package:427 : local flags=-e 2022-02-15 09:09:10.089 | + inc/python:setup_package:428 : local extras= 2022-02-15 09:09:10.091 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-15 09:09:10.095 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-15 09:09:10.098 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-15 09:09:10.101 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-15 09:09:10.104 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-15 09:09:10.106 | + inc/python:setup_package:446 : pip_install -e /opt/stack/placement 2022-02-15 09:09:10.136 | Using python 3.8 to install /opt/stack/placement 2022-02-15 09:09:10.139 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement 2022-02-15 09:09:10.980 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:09:10.980 | from cryptography.utils import int_from_bytes 2022-02-15 09:09:10.980 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:09:10.980 | from cryptography.utils import int_from_bytes 2022-02-15 09:09:12.283 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:09:12.293 | Obtaining file:///opt/stack/placement 2022-02-15 09:09:12.294 | Preparing metadata (setup.py): started 2022-02-15 09:09:13.712 | Preparing metadata (setup.py): finished with status 'done' 2022-02-15 09:09:13.857 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (5.6.0) 2022-02-15 09:09:13.858 | Requirement already satisfied: SQLAlchemy>=1.2.19 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (1.4.23) 2022-02-15 09:09:13.860 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (9.3.0) 2022-02-15 09:09:13.861 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (2.5.1) 2022-02-15 09:09:13.863 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (1.8.7) 2022-02-15 09:09:13.864 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from openstack-placement==6.0.1.dev1) (3.2.0) 2022-02-15 09:09:13.865 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (2.26.0) 2022-02-15 09:09:13.868 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (57.4.0) 2022-02-15 09:09:13.869 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (4.4.1) 2022-02-15 09:09:13.871 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (8.7.1) 2022-02-15 09:09:13.872 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (3.3.2) 2022-02-15 09:09:13.874 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (4.6.0) 2022-02-15 09:09:13.875 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (4.2.0) 2022-02-15 09:09:13.877 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (4.10.1) 2022-02-15 09:09:13.878 | Requirement already satisfied: oslo.db>=4.40.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (11.0.0) 2022-02-15 09:09:13.879 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (3.8.3) 2022-02-15 09:09:13.881 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (4.4.0) 2022-02-15 09:09:13.882 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (1.4.0) 2022-02-15 09:09:13.884 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (1.1.0) 2022-02-15 09:09:13.885 | Requirement already satisfied: os-traits>=2.6.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (2.6.0) 2022-02-15 09:09:13.887 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (1.0.1) 2022-02-15 09:09:13.954 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (3.1.1) 2022-02-15 09:09:13.957 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (4.3.0) 2022-02-15 09:09:13.959 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (4.4.0) 2022-02-15 09:09:13.961 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (1.16.0) 2022-02-15 09:09:13.963 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (5.1.0) 2022-02-15 09:09:13.965 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (2.8.1) 2022-02-15 09:09:13.985 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==6.0.1.dev1) (0.14.1) 2022-02-15 09:09:14.030 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.0.1.dev1) (1.5.0) 2022-02-15 09:09:14.031 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.0.1.dev1) (2.3.0) 2022-02-15 09:09:14.033 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.0.1.dev1) (3.4.0) 2022-02-15 09:09:14.034 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.0.1.dev1) (0.8.0) 2022-02-15 09:09:14.036 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.0.1.dev1) (5.4.1) 2022-02-15 09:09:14.121 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (0.13.0) 2022-02-15 09:09:14.123 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (2.0.1) 2022-02-15 09:09:14.124 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (0.5.0) 2022-02-15 09:09:14.126 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (1.7.1) 2022-02-15 09:09:14.172 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==6.0.1.dev1) (0.9.6) 2022-02-15 09:09:14.174 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==6.0.1.dev1) (2.8.2) 2022-02-15 09:09:14.205 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.0.1.dev1) (3.3.0) 2022-02-15 09:09:14.208 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.0.1.dev1) (3.0.1) 2022-02-15 09:09:14.211 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.0.1.dev1) (3.2.0) 2022-02-15 09:09:14.236 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==6.0.1.dev1) (1.0.2) 2022-02-15 09:09:14.238 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==6.0.1.dev1) (2021.1) 2022-02-15 09:09:14.251 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==6.0.1.dev1) (0.7.2) 2022-02-15 09:09:14.269 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.0.1.dev1) (0.1.16) 2022-02-15 09:09:14.273 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.0.1.dev1) (0.11.0) 2022-02-15 09:09:14.274 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.0.1.dev1) (2.4.7) 2022-02-15 09:09:14.277 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.0.1.dev1) (21.0) 2022-02-15 09:09:14.319 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.0.1.dev1) (1.26.6) 2022-02-15 09:09:14.322 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.0.1.dev1) (2.0.4) 2022-02-15 09:09:14.323 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.0.1.dev1) (2021.5.30) 2022-02-15 09:09:14.326 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.0.1.dev1) (3.2) 2022-02-15 09:09:14.344 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->openstack-placement==6.0.1.dev1) (0.7) 2022-02-15 09:09:14.476 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.2.19->openstack-placement==6.0.1.dev1) (1.1.1) 2022-02-15 09:09:14.515 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (5.2.2) 2022-02-15 09:09:14.517 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (1.1.5) 2022-02-15 09:09:14.535 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==6.0.1.dev1) (1.14.6) 2022-02-15 09:09:14.572 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==6.0.1.dev1) (1.12.1) 2022-02-15 09:09:14.586 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->openstack-placement==6.0.1.dev1) (1.6) 2022-02-15 09:09:14.633 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==6.0.1.dev1) (2.0.1) 2022-02-15 09:09:14.701 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (1.7.0) 2022-02-15 09:09:14.788 | Requirement already satisfied: dogpile.cache>=1.1.2 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (1.1.5) 2022-02-15 09:09:15.022 | Requirement already satisfied: decorator in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (5.0.9) 2022-02-15 09:09:15.023 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (0.4.1) 2022-02-15 09:09:15.024 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (0.5.2) 2022-02-15 09:09:15.107 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (2.5.0) 2022-02-15 09:09:15.162 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==6.0.1.dev1) (2.20) 2022-02-15 09:09:15.334 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (3.5.0) 2022-02-15 09:09:15.402 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (3.0.0) 2022-02-15 09:09:15.404 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (1.0.0) 2022-02-15 09:09:17.311 | Installing collected packages: openstack-placement 2022-02-15 09:09:17.313 | Running setup.py develop for openstack-placement 2022-02-15 09:09:19.448 | Successfully installed openstack-placement 2022-02-15 09:09:19.449 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:09:19.627 | + inc/python:pip_install:200 : result=0 2022-02-15 09:09:19.630 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:09:19.632 | + functions-common:time_stop:2309 : local name 2022-02-15 09:09:19.634 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:09:19.636 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:09:19.639 | + functions-common:time_stop:2312 : local total 2022-02-15 09:09:19.641 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:09:19.644 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:09:19.646 | + functions-common:time_stop:2316 : start_time=1644916150131 2022-02-15 09:09:19.648 | + functions-common:time_stop:2318 : [[ -z 1644916150131 ]] 2022-02-15 09:09:19.651 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:09:19.655 | + functions-common:time_stop:2321 : end_time=1644916159653 2022-02-15 09:09:19.658 | + functions-common:time_stop:2322 : elapsed_time=9522 2022-02-15 09:09:19.661 | + functions-common:time_stop:2323 : total=279107 2022-02-15 09:09:19.663 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:09:19.665 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=288629 2022-02-15 09:09:19.668 | + inc/python:pip_install:203 : return 0 2022-02-15 09:09:19.670 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-15 09:09:19.673 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-02-15 09:09:19.675 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-02-15 09:09:19.695 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-02-15 09:09:19.708 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/placement 2022-02-15 09:09:19.711 | + inc/python:use_library_from_git:250 : local name=/opt/stack/placement 2022-02-15 09:09:19.713 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:09:19.716 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:09:19.718 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/placement, ]] 2022-02-15 09:09:19.722 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:09:19.726 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-15 09:09:19.729 | + ./stack.sh:main:925 : configure_placement 2022-02-15 09:09:19.731 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-02-15 09:09:19.744 | + lib/placement:configure_placement:107 : create_placement_conf 2022-02-15 09:09:19.747 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-02-15 09:09:19.752 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-02-15 09:09:19.754 | ++ lib/database:database_connection_url:132 : local db=placement 2022-02-15 09:09:19.758 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql placement 2022-02-15 09:09:19.761 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=placement 2022-02-15 09:09:19.763 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2022-02-15 09:09:19.766 | + lib/placement:create_placement_conf:97 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2022-02-15 09:09:19.801 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-02-15 09:09:19.837 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-02-15 09:09:19.871 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-02-15 09:09:19.873 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/placement/placement.conf 2022-02-15 09:09:19.876 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=placement 2022-02-15 09:09:19.879 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2022-02-15 09:09:19.881 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-02-15 09:09:19.915 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-02-15 09:09:19.945 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.10/identity 2022-02-15 09:09:19.977 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-02-15 09:09:20.009 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-02-15 09:09:20.040 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-02-15 09:09:20.072 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-02-15 09:09:20.103 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-02-15 09:09:20.138 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-15 09:09:20.169 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-02-15 09:09:20.200 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-02-15 09:09:20.202 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2022-02-15 09:09:20.205 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2022-02-15 09:09:20.209 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-15 09:09:20.227 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-15 09:09:20.230 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-15 09:09:20.232 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-15 09:09:20.234 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-15 09:09:20.237 | + 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-02-15 09:09:20.272 | + 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-02-15 09:09:20.304 | + 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-02-15 09:09:20.336 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-15 09:09:20.368 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-02-15 09:09:20.371 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-02-15 09:09:20.377 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2022-02-15 09:09:20.380 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2022-02-15 09:09:20.383 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2022-02-15 09:09:20.385 | + lib/apache:write_uwsgi_config:257 : local http= 2022-02-15 09:09:20.388 | + lib/apache:write_uwsgi_config:258 : local name= 2022-02-15 09:09:20.391 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2022-02-15 09:09:20.396 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2022-02-15 09:09:20.398 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-02-15 09:09:20.401 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-02-15 09:09:20.414 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-02-15 09:09:20.414 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-02-15 09:09:20.424 | d /var/run/uwsgi 0755 ubuntu root 2022-02-15 09:09:20.429 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-02-15 09:09:20.445 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2022-02-15 09:09:20.448 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2022-02-15 09:09:20.452 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-02-15 09:09:20.486 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-02-15 09:09:20.518 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-02-15 09:09:20.548 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-02-15 09:09:20.579 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-02-15 09:09:20.613 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-02-15 09:09:20.643 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-02-15 09:09:20.673 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-02-15 09:09:20.704 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-02-15 09:09:20.737 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-02-15 09:09:20.770 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-02-15 09:09:20.801 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-02-15 09:09:20.833 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-02-15 09:09:20.863 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-02-15 09:09:20.865 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-02-15 09:09:20.869 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2022-02-15 09:09:20.871 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2022-02-15 09:09:20.874 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-02-15 09:09:20.876 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:09:20.879 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:09:20.882 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2022-02-15 09:09:20.885 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-02-15 09:09:20.888 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-02-15 09:09:20.919 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-02-15 09:09:20.950 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2022-02-15 09:09:20.950 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-02-15 09:09:20.959 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-02-15 09:09:20.962 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2022-02-15 09:09:20.965 | + lib/apache:enable_apache_site:203 : local site=placement-api 2022-02-15 09:09:20.968 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-02-15 09:09:20.970 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-15 09:09:20.974 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-15 09:09:20.976 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:09:20.978 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:09:20.981 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-15 09:09:20.984 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-02-15 09:09:20.986 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:09:20.989 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:09:20.992 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2022-02-15 09:09:21.055 | Enabling site placement-api. 2022-02-15 09:09:21.061 | To activate the new configuration, you need to run: 2022-02-15 09:09:21.061 | systemctl reload apache2 2022-02-15 09:09:21.066 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-02-15 09:09:21.068 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-02-15 09:09:21.071 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-15 09:09:21.074 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-02-15 09:09:21.216 | + ./stack.sh:main:932 : is_service_enabled placement placement-client 2022-02-15 09:09:21.240 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:09:21.242 | + ./stack.sh:main:933 : is_service_enabled n-cpu 2022-02-15 09:09:21.261 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:09:21.263 | + ./stack.sh:main:933 : is_service_enabled n-sch 2022-02-15 09:09:21.289 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:09:21.292 | + ./stack.sh:main:934 : configure_placement_nova_compute 2022-02-15 09:09:21.295 | + lib/nova:configure_placement_nova_compute:571 : local conf=/etc/nova/nova.conf 2022-02-15 09:09:21.298 | + lib/nova:configure_placement_nova_compute:572 : iniset /etc/nova/nova.conf placement auth_type password 2022-02-15 09:09:21.330 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.10/identity 2022-02-15 09:09:21.361 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova.conf placement username placement 2022-02-15 09:09:21.392 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-02-15 09:09:21.425 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-02-15 09:09:21.458 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova.conf placement project_name service 2022-02-15 09:09:21.494 | + lib/nova:configure_placement_nova_compute:578 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-02-15 09:09:21.530 | + lib/nova:configure_placement_nova_compute:579 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-02-15 09:09:21.567 | + ./stack.sh:main:938 : is_service_enabled horizon 2022-02-15 09:09:21.589 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:09:21.599 | + ./stack.sh:main:943 : is_service_enabled tls-proxy 2022-02-15 09:09:21.622 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:09:21.626 | + ./stack.sh:main:951 : run_phase stack install 2022-02-15 09:09:21.630 | + functions-common:run_phase:1737 : local mode=stack 2022-02-15 09:09:21.632 | + functions-common:run_phase:1738 : local phase=install 2022-02-15 09:09:21.635 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-15 09:09:21.638 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-02-15 09:09:21.640 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-15 09:09:21.643 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-02-15 09:09:21.649 | + functions-common:run_phase:1747 : local extra 2022-02-15 09:09:21.652 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-15 09:09:21.657 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-02-15 09:09:21.660 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-15 09:09:21.663 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-15 09:09:21.666 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-02-15 09:09:21.668 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-15 09:09:21.685 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:09:21.688 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-02-15 09:09:21.691 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-02-15 09:09:21.693 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-02-15 09:09:21.695 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-02-15 09:09:21.698 | ++ ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:09:21.701 | ++ ./stack.sh:echo_summary:432 : echo -e Installing Tempest 2022-02-15 09:09:21.703 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2022-02-15 09:09:21.706 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2022-02-15 09:09:21.770 | ++ inc/async:async_inner:63 : install_tempest 2022-02-15 09:09:21.810 | [17600 Async install_tempest:77460]: running: install_tempest 2022-02-15 09:09:21.813 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-02-15 09:09:21.816 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-02-15 09:09:21.819 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2022-02-15 09:09:21.823 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-02-15 09:09:21.826 | + functions-common:run_phase:1764 : run_plugins stack install 2022-02-15 09:09:21.828 | + functions-common:run_plugins:1723 : local mode=stack 2022-02-15 09:09:21.835 | + functions-common:run_plugins:1724 : local phase=install 2022-02-15 09:09:21.837 | + functions-common:run_plugins:1726 : local plugins= 2022-02-15 09:09:21.840 | + functions-common:run_plugins:1727 : local plugin 2022-02-15 09:09:21.843 | + ./stack.sh:main:954 : use_library_from_git python-openstackclient 2022-02-15 09:09:21.845 | + inc/python:use_library_from_git:250 : local name=python-openstackclient 2022-02-15 09:09:21.848 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-15 09:09:21.851 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-15 09:09:21.854 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-openstackclient, ]] 2022-02-15 09:09:21.857 | + inc/python:use_library_from_git:253 : return 1 2022-02-15 09:09:21.861 | + ./stack.sh:main:958 : pip_install_gr python-openstackclient 2022-02-15 09:09:21.865 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2022-02-15 09:09:21.867 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-15 09:09:21.872 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2022-02-15 09:09:21.875 | ++ inc/python:get_from_global_requirements:225 : local package=python-openstackclient 2022-02-15 09:09:21.878 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-15 09:09:21.882 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2022-02-15 09:09:21.883 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-15 09:09:21.888 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-openstackclient ' 2022-02-15 09:09:21.890 | ++ inc/python:get_from_global_requirements:228 : [[ python-openstackclient == '' ]] 2022-02-15 09:09:21.893 | ++ inc/python:get_from_global_requirements:231 : echo python-openstackclient 2022-02-15 09:09:21.896 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2022-02-15 09:09:21.899 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2022-02-15 09:09:21.925 | Using python 3.8 to install python-openstackclient 2022-02-15 09:09:21.928 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-openstackclient 2022-02-15 09:09:22.761 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:09:22.761 | from cryptography.utils import int_from_bytes 2022-02-15 09:09:22.761 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:09:22.761 | from cryptography.utils import int_from_bytes 2022-02-15 09:09:24.117 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:09:24.795 | warning: missing-index-doctype 2022-02-15 09:09:24.795 | 2022-02-15 09:09:24.795 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:09:24.795 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/python-openstackclient/ 2022-02-15 09:09:24.795 | 2022-02-15 09:09:24.795 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:09:24.795 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:09:24.899 | Collecting python-openstackclient 2022-02-15 09:09:24.909 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/eb8/97db56787f64c/python_openstackclient-5.6.0-py3-none-any.whl (972 kB) 2022-02-15 09:09:24.926 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 972.2/972.2 KB 85.1 MB/s eta 0:00:00 2022-02-15 09:09:24.963 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (0.1.16) 2022-02-15 09:09:24.964 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.4.0) 2022-02-15 09:09:24.966 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.3.0) 2022-02-15 09:09:24.967 | Requirement already satisfied: python-novaclient>=17.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (17.6.0) 2022-02-15 09:09:24.969 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.1.0) 2022-02-15 09:09:24.970 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.10.1) 2022-02-15 09:09:24.972 | Requirement already satisfied: openstacksdk>=0.56.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (0.59.0) 2022-02-15 09:09:24.973 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.9.0) 2022-02-15 09:09:24.975 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (2.4.2) 2022-02-15 09:09:24.976 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (8.1.0) 2022-02-15 09:09:24.977 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.6.0) 2022-02-15 09:09:24.990 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.4.0) 2022-02-15 09:09:24.992 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.7) 2022-02-15 09:09:24.993 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.7.2) 2022-02-15 09:09:24.994 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (5.4.1) 2022-02-15 09:09:24.996 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.1.2) 2022-02-15 09:09:25.023 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (4.4.0) 2022-02-15 09:09:25.025 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.1.5) 2022-02-15 09:09:25.026 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (0.11.0) 2022-02-15 09:09:25.028 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (2.5.0) 2022-02-15 09:09:25.030 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.4.0) 2022-02-15 09:09:25.031 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (0.10.0) 2022-02-15 09:09:25.034 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.32) 2022-02-15 09:09:25.036 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (5.0.9) 2022-02-15 09:09:25.038 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (3.4.8) 2022-02-15 09:09:25.039 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.4.4) 2022-02-15 09:09:25.041 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.7.0) 2022-02-15 09:09:25.055 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=2.3.0->python-openstackclient) (3.17.5) 2022-02-15 09:09:25.075 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2021.1) 2022-02-15 09:09:25.076 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.3.0) 2022-02-15 09:09:25.077 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (21.0) 2022-02-15 09:09:25.079 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2022-02-15 09:09:25.101 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.26.0) 2022-02-15 09:09:25.121 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2022-02-15 09:09:25.123 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (4.2.0) 2022-02-15 09:09:25.125 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (8.7.1) 2022-02-15 09:09:25.251 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2022-02-15 09:09:25.253 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.5) 2022-02-15 09:09:25.254 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (21.2.0) 2022-02-15 09:09:25.256 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.4.4) 2022-02-15 09:09:25.305 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.56.0->python-openstackclient) (1.14.6) 2022-02-15 09:09:25.322 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.12.1) 2022-02-15 09:09:25.366 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.56.0->python-openstackclient) (2.1) 2022-02-15 09:09:25.539 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.5.0) 2022-02-15 09:09:25.555 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.2) 2022-02-15 09:09:25.646 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2.0.4) 2022-02-15 09:09:25.647 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.6) 2022-02-15 09:09:25.650 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.2) 2022-02-15 09:09:25.652 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2021.5.30) 2022-02-15 09:09:25.779 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.56.0->python-openstackclient) (2.20) 2022-02-15 09:09:27.914 | Installing collected packages: python-openstackclient 2022-02-15 09:09:29.436 | Successfully installed python-openstackclient-5.6.0 2022-02-15 09:09:29.436 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:09:29.622 | + inc/python:pip_install:200 : result=0 2022-02-15 09:09:29.625 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:09:29.628 | + functions-common:time_stop:2309 : local name 2022-02-15 09:09:29.633 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:09:29.635 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:09:29.638 | + functions-common:time_stop:2312 : local total 2022-02-15 09:09:29.640 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:09:29.643 | + functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:09:29.645 | + functions-common:time_stop:2316 : start_time=1644916161919 2022-02-15 09:09:29.648 | + functions-common:time_stop:2318 : [[ -z 1644916161919 ]] 2022-02-15 09:09:29.651 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:09:29.655 | + functions-common:time_stop:2321 : end_time=1644916169653 2022-02-15 09:09:29.658 | + functions-common:time_stop:2322 : elapsed_time=7734 2022-02-15 09:09:29.660 | + functions-common:time_stop:2323 : total=288629 2022-02-15 09:09:29.663 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:09:29.665 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=296363 2022-02-15 09:09:29.667 | + inc/python:pip_install:203 : return 0 2022-02-15 09:09:29.670 | + ./stack.sh:main:963 : install_oscwrap 2022-02-15 09:09:29.674 | ++ functions-common:install_oscwrap:2354 : mktemp 2022-02-15 09:09:29.679 | + functions-common:install_oscwrap:2354 : OSCWRAP_TIMER_FILE=/tmp/tmp.2qFJRLH0n0 2022-02-15 09:09:29.682 | + functions-common:install_oscwrap:2357 : shopt -s expand_aliases 2022-02-15 09:09:29.684 | + functions-common:install_oscwrap:2360 : unalias -a 2022-02-15 09:09:29.687 | + functions-common:install_oscwrap:2362 : alias openstack=oscwrap 2022-02-15 09:09:29.690 | + ./stack.sh:main:968 : [[ False != \F\a\l\s\e ]] 2022-02-15 09:09:29.693 | + ./stack.sh:main:1008 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-02-15 09:09:29.695 | + ./stack.sh:main:1016 : is_service_enabled mysql postgresql 2022-02-15 09:09:29.718 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:09:29.721 | + ./stack.sh:main:1017 : configure_database 2022-02-15 09:09:29.726 | + lib/database:configure_database:126 : configure_database_mysql 2022-02-15 09:09:29.732 | + lib/databases/mysql:configure_database_mysql:69 : local my_conf mysql slow_log 2022-02-15 09:09:29.735 | + lib/databases/mysql:configure_database_mysql:70 : echo_summary 'Configuring and starting MySQL' 2022-02-15 09:09:29.738 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:09:29.740 | + ./stack.sh:echo_summary:432 : echo -e Configuring and starting MySQL 2022-02-15 09:09:29.742 | + lib/databases/mysql:configure_database_mysql:72 : is_ubuntu 2022-02-15 09:09:29.745 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:09:29.748 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:09:29.750 | + lib/databases/mysql:configure_database_mysql:73 : my_conf=/etc/mysql/my.cnf 2022-02-15 09:09:29.753 | + lib/databases/mysql:configure_database_mysql:87 : is_fedora 2022-02-15 09:09:29.756 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-02-15 09:09:29.758 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-02-15 09:09:29.761 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-02-15 09:09:29.764 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-15 09:09:29.767 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-15 09:09:29.769 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-02-15 09:09:29.772 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-02-15 09:09:29.775 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-02-15 09:09:29.778 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-02-15 09:09:29.781 | + lib/databases/mysql:configure_database_mysql:87 : is_suse 2022-02-15 09:09:29.784 | + functions-common:is_suse:462 : is_opensuse 2022-02-15 09:09:29.786 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-15 09:09:29.788 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-15 09:09:29.791 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-15 09:09:29.793 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-15 09:09:29.796 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-15 09:09:29.798 | + lib/databases/mysql:configure_database_mysql:95 : sudo mysqladmin -u root password Passw0rd 2022-02-15 09:09:29.815 | mysqladmin: connect to server at 'localhost' failed 2022-02-15 09:09:29.815 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2022-02-15 09:09:29.820 | + lib/databases/mysql:configure_database_mysql:95 : true 2022-02-15 09:09:29.822 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2022-02-15 09:09:29.825 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:09:29.828 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:09:29.830 | + lib/databases/mysql:configure_database_mysql:99 : '[' mysql == mariadb ']' 2022-02-15 09:09:29.833 | + lib/databases/mysql:configure_database_mysql:102 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2022-02-15 09:09:29.835 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2022-02-15 09:09:29.838 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:09:29.840 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:09:29.842 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2022-02-15 09:09:29.845 | + lib/databases/mysql:configure_database_mysql:113 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE USER IF NOT EXISTS '\''root'\''@'\''%'\'' identified by '\''Passw0rd'\'';' 2022-02-15 09:09:29.858 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-15 09:09:29.895 | + lib/databases/mysql:configure_database_mysql:115 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2022-02-15 09:09:29.908 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-15 09:09:29.934 | ++ lib/databases/mysql:configure_database_mysql:121 : ipv6_unquote 0.0.0.0 2022-02-15 09:09:29.938 | ++ functions-common:ipv6_unquote:2107 : tr -d '[]' 2022-02-15 09:09:29.942 | ++ functions-common:ipv6_unquote:2107 : echo 0.0.0.0 2022-02-15 09:09:29.946 | + lib/databases/mysql:configure_database_mysql:121 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2022-02-15 09:09:30.012 | + lib/databases/mysql:configure_database_mysql:122 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2022-02-15 09:09:30.067 | + lib/databases/mysql:configure_database_mysql:123 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2022-02-15 09:09:30.122 | + lib/databases/mysql:configure_database_mysql:124 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2022-02-15 09:09:30.179 | + lib/databases/mysql:configure_database_mysql:126 : [[ False == \T\r\u\e ]] 2022-02-15 09:09:30.184 | + lib/databases/mysql:configure_database_mysql:146 : restart_service mysql 2022-02-15 09:09:30.187 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-15 09:09:30.189 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart mysql 2022-02-15 09:09:32.536 | + ./stack.sh:main:1021 : save_stackenv 1021 2022-02-15 09:09:32.550 | + functions-common:save_stackenv:60 : local tag=1021 2022-02-15 09:09:32.582 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-02-15 09:09:32.615 | + functions-common:save_stackenv:62 : time_stamp=2022-02-15-090932 2022-02-15 09:09:32.635 | + functions-common:save_stackenv:63 : echo '# 2022-02-15-090932 1021' 2022-02-15 09:09:32.654 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:09:32.675 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-02-15 09:09:32.694 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:09:32.719 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-02-15 09:09:32.738 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:09:32.767 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-02-15 09:09:32.791 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:09:32.811 | + 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-02-15 09:09:32.827 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:09:32.843 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.10 2022-02-15 09:09:32.863 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:09:32.890 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.10/identity 2022-02-15 09:09:32.906 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:09:32.922 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-02-15-085740 2022-02-15 09:09:32.938 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:09:32.958 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-02-15 09:09:32.974 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:09:32.998 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.10 2022-02-15 09:09:33.020 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:09:33.034 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-02-15 09:09:33.054 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:09:33.078 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-02-15 09:09:33.114 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:09:33.130 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-02-15 09:09:33.147 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:09:33.171 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-02-15 09:09:33.201 | + ./stack.sh:main:1033 : [[ True == \T\r\u\e ]] 2022-02-15 09:09:33.230 | + ./stack.sh:main:1034 : [[ -f /sys/kernel/mm/ksm/run ]] 2022-02-15 09:09:33.250 | + ./stack.sh:main:1035 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2022-02-15 09:09:33.323 | + ./stack.sh:main:1047 : start_dstat 2022-02-15 09:09:33.338 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-15 09:09:33.354 | + functions-common:run_process:1564 : local service=dstat 2022-02-15 09:09:33.375 | + functions-common:run_process:1565 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-15 09:09:33.391 | + functions-common:run_process:1566 : local group= 2022-02-15 09:09:33.411 | + functions-common:run_process:1567 : local user= 2022-02-15 09:09:33.426 | + functions-common:run_process:1569 : local name=dstat 2022-02-15 09:09:33.447 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:09:33.466 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:09:33.487 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:09:33.503 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:09:33.526 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:09:33.551 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916173528 2022-02-15 09:09:33.571 | + functions-common:run_process:1572 : is_service_enabled dstat 2022-02-15 09:09:33.706 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:09:33.735 | + functions-common:run_process:1573 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2022-02-15 09:09:33.758 | + functions-common:_run_under_systemd:1529 : local service=dstat 2022-02-15 09:09:33.778 | + functions-common:_run_under_systemd:1530 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-15 09:09:33.802 | + functions-common:_run_under_systemd:1531 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-15 09:09:33.830 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-15 09:09:33.850 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-15 09:09:33.886 | + functions-common:_common_systemd_pitfalls:1504 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2022-02-15 09:09:33.906 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2022-02-15 09:09:33.926 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@dstat.service 2022-02-15 09:09:33.942 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:09:33.962 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:09:33.987 | + functions-common:_run_under_systemd:1538 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2022-02-15 09:09:34.010 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2022-02-15 09:09:34.034 | + functions-common:write_user_unit_file:1446 : local service=devstack@dstat.service 2022-02-15 09:09:34.047 | + functions-common:write_user_unit_file:1447 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-15 09:09:34.062 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:09:34.090 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-15 09:09:34.114 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:09:34.134 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:09:34.154 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@dstat.service 2022-02-15 09:09:34.175 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:09:34.183 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2022-02-15 09:09:34.262 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2022-02-15 09:09:34.347 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-15 09:09:34.412 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2022-02-15 09:09:34.477 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2022-02-15 09:09:34.542 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:09:34.606 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:09:34.609 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2022-02-15 09:09:34.690 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:09:35.132 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@dstat.service 2022-02-15 09:09:35.147 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2022-02-15 09:09:35.551 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@dstat.service 2022-02-15 09:09:35.588 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:09:35.591 | + functions-common:time_stop:2309 : local name 2022-02-15 09:09:35.600 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:09:35.602 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:09:35.605 | + functions-common:time_stop:2312 : local total 2022-02-15 09:09:35.609 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:09:35.612 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:09:35.615 | + functions-common:time_stop:2316 : start_time=1644916173528 2022-02-15 09:09:35.622 | + functions-common:time_stop:2318 : [[ -z 1644916173528 ]] 2022-02-15 09:09:35.627 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:09:35.634 | + functions-common:time_stop:2321 : end_time=1644916175628 2022-02-15 09:09:35.637 | + functions-common:time_stop:2322 : elapsed_time=2100 2022-02-15 09:09:35.639 | + functions-common:time_stop:2323 : total=0 2022-02-15 09:09:35.642 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:09:35.644 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=2100 2022-02-15 09:09:35.647 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2022-02-15 09:09:35.650 | + functions-common:run_process:1564 : local service=memory_tracker 2022-02-15 09:09:35.652 | + functions-common:run_process:1565 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2022-02-15 09:09:35.655 | + functions-common:run_process:1566 : local group= 2022-02-15 09:09:35.658 | + functions-common:run_process:1567 : local user=root 2022-02-15 09:09:35.660 | + functions-common:run_process:1569 : local name=memory_tracker 2022-02-15 09:09:35.663 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:09:35.666 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:09:35.669 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:09:35.671 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:09:35.676 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:09:35.680 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916175677 2022-02-15 09:09:35.683 | + functions-common:run_process:1572 : is_service_enabled memory_tracker 2022-02-15 09:09:35.703 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:09:35.707 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:09:35.709 | + functions-common:time_stop:2309 : local name 2022-02-15 09:09:35.712 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:09:35.714 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:09:35.717 | + functions-common:time_stop:2312 : local total 2022-02-15 09:09:35.719 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:09:35.723 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:09:35.725 | + functions-common:time_stop:2316 : start_time=1644916175677 2022-02-15 09:09:35.728 | + functions-common:time_stop:2318 : [[ -z 1644916175677 ]] 2022-02-15 09:09:35.731 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:09:35.736 | + functions-common:time_stop:2321 : end_time=1644916175733 2022-02-15 09:09:35.739 | + functions-common:time_stop:2322 : elapsed_time=56 2022-02-15 09:09:35.741 | + functions-common:time_stop:2323 : total=2100 2022-02-15 09:09:35.744 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:09:35.747 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=2156 2022-02-15 09:09:35.749 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2022-02-15 09:09:35.777 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:09:35.780 | + ./stack.sh:main:1051 : is_service_enabled tcpdump 2022-02-15 09:09:35.806 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:09:35.809 | + ./stack.sh:main:1059 : is_service_enabled etcd3 2022-02-15 09:09:35.891 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:09:35.903 | + ./stack.sh:main:1060 : start_etcd3 2022-02-15 09:09:35.907 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2022-02-15 09:09:35.910 | + lib/etcd3:start_etcd3:42 : cmd+=' --name n-d-825064-4 --data-dir /opt/stack/data/etcd' 2022-02-15 09:09:35.913 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2022-02-15 09:09:35.915 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster n-d-825064-4=http://10.222.0.10:2380' 2022-02-15 09:09:35.933 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.10:2380' 2022-02-15 09:09:35.953 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.10:2379' 2022-02-15 09:09:35.959 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2022-02-15 09:09:35.973 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2022-02-15 09:09:35.975 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.10:2379' 2022-02-15 09:09:35.978 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2022-02-15 09:09:35.986 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2022-02-15 09:09:36.007 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-02-15 09:09:36.010 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name n-d-825064-4 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-825064-4=http://10.222.0.10:2380 --initial-advertise-peer-urls http://10.222.0.10:2380 --advertise-client-urls http://10.222.0.10:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.10:2379 --debug' '' root 2022-02-15 09:09:36.014 | + functions-common:write_user_unit_file:1446 : local service=devstack@etcd.service 2022-02-15 09:09:36.018 | + functions-common:write_user_unit_file:1447 : local 'command=/opt/stack/bin/etcd --name n-d-825064-4 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-825064-4=http://10.222.0.10:2380 --initial-advertise-peer-urls http://10.222.0.10:2380 --advertise-client-urls http://10.222.0.10:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.10:2379 --debug' 2022-02-15 09:09:36.021 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:09:36.023 | + functions-common:write_user_unit_file:1449 : local user=root 2022-02-15 09:09:36.026 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:09:36.028 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:09:36.031 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-02-15 09:09:36.034 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:09:36.039 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2022-02-15 09:09:36.109 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2022-02-15 09:09:36.181 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name n-d-825064-4 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-825064-4=http://10.222.0.10:2380 --initial-advertise-peer-urls http://10.222.0.10:2380 --advertise-client-urls http://10.222.0.10:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.10:2379 --debug' 2022-02-15 09:09:36.242 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2022-02-15 09:09:36.302 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2022-02-15 09:09:36.372 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:09:36.429 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:09:36.431 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2022-02-15 09:09:36.509 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:09:36.968 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2022-02-15 09:09:37.038 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2022-02-15 09:09:37.104 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2022-02-15 09:09:37.172 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2022-02-15 09:09:37.245 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2022-02-15 09:09:37.251 | ++ functions-common:is_arch:428 : uname -m 2022-02-15 09:09:37.254 | + functions-common:is_arch:428 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-02-15 09:09:37.257 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2022-02-15 09:09:37.713 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2022-02-15 09:09:37.727 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2022-02-15 09:09:38.145 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2022-02-15 09:09:38.938 | + ./stack.sh:main:1071 : cat 2022-02-15 09:09:38.943 | + ./stack.sh:main:1086 : is_service_enabled tls-proxy 2022-02-15 09:09:38.966 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:09:38.971 | + ./stack.sh:main:1091 : source /home/ubuntu/devstack/userrc_early 2022-02-15 09:09:38.974 | ++ userrc_early:source:4 : export OS_IDENTITY_API_VERSION=3 2022-02-15 09:09:38.978 | ++ userrc_early:source:4 : OS_IDENTITY_API_VERSION=3 2022-02-15 09:09:38.983 | ++ userrc_early:source:5 : export OS_AUTH_URL=http://10.222.0.10/identity 2022-02-15 09:09:38.986 | ++ userrc_early:source:5 : OS_AUTH_URL=http://10.222.0.10/identity 2022-02-15 09:09:38.989 | ++ userrc_early:source:6 : export OS_USERNAME=admin 2022-02-15 09:09:38.994 | ++ userrc_early:source:6 : OS_USERNAME=admin 2022-02-15 09:09:38.997 | ++ userrc_early:source:7 : export OS_USER_DOMAIN_ID=default 2022-02-15 09:09:39.000 | ++ userrc_early:source:7 : OS_USER_DOMAIN_ID=default 2022-02-15 09:09:39.006 | ++ userrc_early:source:8 : export OS_PASSWORD=Passw0rd 2022-02-15 09:09:39.008 | ++ userrc_early:source:8 : OS_PASSWORD=Passw0rd 2022-02-15 09:09:39.011 | ++ userrc_early:source:9 : export OS_PROJECT_NAME=admin 2022-02-15 09:09:39.013 | ++ userrc_early:source:9 : OS_PROJECT_NAME=admin 2022-02-15 09:09:39.017 | ++ userrc_early:source:10 : export OS_PROJECT_DOMAIN_ID=default 2022-02-15 09:09:39.019 | ++ userrc_early:source:10 : OS_PROJECT_DOMAIN_ID=default 2022-02-15 09:09:39.022 | ++ userrc_early:source:11 : export OS_REGION_NAME=RegionOne 2022-02-15 09:09:39.025 | ++ userrc_early:source:11 : OS_REGION_NAME=RegionOne 2022-02-15 09:09:39.028 | + ./stack.sh:main:1093 : is_service_enabled keystone 2022-02-15 09:09:39.051 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:09:39.056 | + ./stack.sh:main:1094 : echo_summary 'Starting Keystone' 2022-02-15 09:09:39.065 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:09:39.068 | + ./stack.sh:echo_summary:432 : echo -e Starting Keystone 2022-02-15 09:09:39.072 | + ./stack.sh:main:1096 : '[' 10.222.0.10 == 10.222.0.10 ']' 2022-02-15 09:09:39.074 | + ./stack.sh:main:1097 : init_keystone 2022-02-15 09:09:39.077 | + lib/keystone:init_keystone:443 : is_service_enabled ldap 2022-02-15 09:09:39.098 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:09:39.100 | + lib/keystone:init_keystone:447 : [[ True == True ]] 2022-02-15 09:09:39.103 | + lib/keystone:init_keystone:449 : recreate_database keystone 2022-02-15 09:09:39.106 | + lib/database:recreate_database:110 : local db=keystone 2022-02-15 09:09:39.108 | + lib/database:recreate_database:111 : recreate_database_mysql keystone 2022-02-15 09:09:39.111 | + lib/databases/mysql:recreate_database_mysql:63 : local db=keystone 2022-02-15 09:09:39.118 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2022-02-15 09:09:39.123 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-15 09:09:39.151 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2022-02-15 09:09:39.156 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-15 09:09:39.187 | + lib/keystone:init_keystone:452 : time_start dbsync 2022-02-15 09:09:39.191 | + functions-common:time_start:2295 : local name=dbsync 2022-02-15 09:09:39.193 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:09:39.196 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:09:39.201 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:09:39.204 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916179201 2022-02-15 09:09:39.206 | + lib/keystone:init_keystone:454 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2022-02-15 09:09:43.584 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:43.586 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.586 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.586 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.586 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.587 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.587 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.587 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.587 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.588 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.588 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.589 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.589 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.589 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.589 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.592 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.592 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.592 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.592 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.592 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.593 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.593 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.593 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.593 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.594 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.594 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.594 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.597 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.597 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.597 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.597 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.597 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.598 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.598 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.600 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.600 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.600 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.600 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.601 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.601 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.601 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.601 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.602 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.602 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.602 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.602 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.602 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.603 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.603 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.603 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.603 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.604 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.604 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.604 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.604 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.605 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.605 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.605 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.605 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.606 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.606 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.606 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.606 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.607 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.607 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:43.607 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:43.638 | 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=79269) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-15 09:09:43.650 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:43.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.653 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.653 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.653 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.653 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.657 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.657 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.657 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.658 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.658 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.658 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.659 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.659 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.660 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.660 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.661 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.661 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.663 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.663 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.668 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.668 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.668 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.668 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.669 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.669 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.669 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.669 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.670 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.670 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.670 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.670 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.671 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.671 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.672 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.672 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:43.673 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:43.704 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:43.706 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.706 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.707 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.707 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.707 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.708 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.708 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.708 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.709 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.709 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.709 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.710 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.710 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.710 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.711 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.711 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.711 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.712 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.712 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.713 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.713 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.713 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.714 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.714 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.714 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.715 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.715 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.715 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.716 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.716 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.716 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.718 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.718 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.718 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.719 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.719 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.719 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.720 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.720 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.720 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.721 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.721 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.721 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.722 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.722 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.722 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.723 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.723 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.723 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.724 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.724 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.724 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.725 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.725 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.725 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.726 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.726 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.726 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.727 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.727 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.727 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.728 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.728 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.728 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.729 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.729 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.729 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.730 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.730 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.730 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.731 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.731 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.731 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.732 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.732 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.732 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.733 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.733 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.733 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.734 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.734 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.735 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.736 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.736 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:43.736 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:43.816 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:43.818 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.818 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.818 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.819 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.819 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.821 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.821 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.822 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.822 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.822 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.822 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.823 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.823 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.825 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.825 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.826 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.826 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.826 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.826 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.827 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.827 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.827 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.827 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.828 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.828 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.828 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.829 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.830 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.830 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.830 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.831 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.831 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.835 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.836 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.838 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.838 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.838 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.838 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.839 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.841 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:43.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:43.845 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:43.845 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:43.856 | INFO migrate.versioning.api [-] 66 -> 67...  2022-02-15 09:09:45.294 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:45.294 | INFO migrate.versioning.api [-] 67 -> 68...  2022-02-15 09:09:45.305 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:45.306 | INFO migrate.versioning.api [-] 68 -> 69...  2022-02-15 09:09:45.319 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:45.319 | INFO migrate.versioning.api [-] 69 -> 70...  2022-02-15 09:09:45.330 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:45.330 | INFO migrate.versioning.api [-] 70 -> 71...  2022-02-15 09:09:45.341 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:45.341 | INFO migrate.versioning.api [-] 71 -> 72...  2022-02-15 09:09:45.354 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:45.355 | INFO migrate.versioning.api [-] 72 -> 73...  2022-02-15 09:09:45.513 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:45.513 | INFO migrate.versioning.api [-] 73 -> 74...  2022-02-15 09:09:45.609 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:45.609 | INFO migrate.versioning.api [-] 74 -> 75...  2022-02-15 09:09:45.667 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:45.667 | INFO migrate.versioning.api [-] 75 -> 76...  2022-02-15 09:09:45.677 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:45.677 | INFO migrate.versioning.api [-] 76 -> 77...  2022-02-15 09:09:45.689 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:45.689 | INFO migrate.versioning.api [-] 77 -> 78...  2022-02-15 09:09:45.699 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:45.699 | INFO migrate.versioning.api [-] 78 -> 79...  2022-02-15 09:09:45.709 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:45.709 | INFO migrate.versioning.api [-] 79 -> 80...  2022-02-15 09:09:45.720 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:45.720 | INFO migrate.versioning.api [-] 80 -> 81...  2022-02-15 09:09:45.767 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:45.767 | INFO migrate.versioning.api [-] 81 -> 82...  2022-02-15 09:09:45.962 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:45.962 | INFO migrate.versioning.api [-] 82 -> 83...  2022-02-15 09:09:46.201 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:46.201 | INFO migrate.versioning.api [-] 83 -> 84...  2022-02-15 09:09:46.288 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:46.288 | INFO migrate.versioning.api [-] 84 -> 85...  2022-02-15 09:09:46.398 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:46.398 | INFO migrate.versioning.api [-] 85 -> 86...  2022-02-15 09:09:46.449 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:46.449 | INFO migrate.versioning.api [-] 86 -> 87...  2022-02-15 09:09:46.625 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:46.625 | INFO migrate.versioning.api [-] 87 -> 88...  2022-02-15 09:09:46.743 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:46.743 | INFO migrate.versioning.api [-] 88 -> 89...  2022-02-15 09:09:46.801 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:46.801 | INFO migrate.versioning.api [-] 89 -> 90...  2022-02-15 09:09:46.907 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:46.907 | INFO migrate.versioning.api [-] 90 -> 91...  2022-02-15 09:09:47.137 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:47.137 | INFO migrate.versioning.api [-] 91 -> 92...  2022-02-15 09:09:47.347 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:47.348 | INFO migrate.versioning.api [-] 92 -> 93...  2022-02-15 09:09:47.588 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:47.589 | INFO migrate.versioning.api [-] 93 -> 94...  2022-02-15 09:09:47.769 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:47.769 | INFO migrate.versioning.api [-] 94 -> 95...  2022-02-15 09:09:47.903 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:47.903 | INFO migrate.versioning.api [-] 95 -> 96...  2022-02-15 09:09:47.921 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:47.921 | INFO migrate.versioning.api [-] 96 -> 97...  2022-02-15 09:09:47.938 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:47.938 | INFO migrate.versioning.api [-] 97 -> 98...  2022-02-15 09:09:47.947 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:47.947 | INFO migrate.versioning.api [-] 98 -> 99...  2022-02-15 09:09:47.956 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:47.957 | INFO migrate.versioning.api [-] 99 -> 100...  2022-02-15 09:09:47.966 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:47.966 | INFO migrate.versioning.api [-] 100 -> 101...  2022-02-15 09:09:47.981 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:47.981 | INFO migrate.versioning.api [-] 101 -> 102...  2022-02-15 09:09:48.009 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:48.010 | INFO migrate.versioning.api [-] 102 -> 103...  2022-02-15 09:09:48.057 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:48.057 | INFO migrate.versioning.api [-] 103 -> 104...  2022-02-15 09:09:48.080 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:48.081 | INFO migrate.versioning.api [-] 104 -> 105...  2022-02-15 09:09:48.149 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:48.149 | INFO migrate.versioning.api [-] 105 -> 106...  2022-02-15 09:09:48.211 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:48.211 | INFO migrate.versioning.api [-] 106 -> 107...  2022-02-15 09:09:48.311 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:48.311 | INFO migrate.versioning.api [-] 107 -> 108...  2022-02-15 09:09:48.410 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:48.410 | INFO migrate.versioning.api [-] 108 -> 109...  2022-02-15 09:09:48.479 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:48.479 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:48.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.490 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.490 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.496 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:48.496 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:48.497 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:48.498 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.498 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.498 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.498 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.498 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.498 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.499 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.499 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.499 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.500 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.501 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.501 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.501 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.501 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.501 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.502 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.502 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.502 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.502 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.503 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.503 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.503 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.503 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.504 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.504 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.504 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.504 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.505 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.505 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.505 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.505 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.506 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.506 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.506 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.506 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.506 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.507 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.507 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.507 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.507 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.507 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.507 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.507 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.508 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.508 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.508 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.508 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.508 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.508 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.509 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.509 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.509 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.509 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.509 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.509 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.509 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.510 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.510 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.510 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.510 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.510 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.510 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.510 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.511 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.511 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.511 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.511 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.511 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.511 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.511 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.512 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.512 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.512 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.512 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.512 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.512 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.512 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.513 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.513 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.513 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.513 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.513 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:48.513 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:48.514 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:48.515 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.515 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.516 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.516 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.517 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.517 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.517 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.517 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.518 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.518 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.518 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.518 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.519 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.519 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.519 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.519 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.519 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.519 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.519 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.520 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.520 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.520 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.521 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.521 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.521 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.521 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.523 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.523 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.523 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.523 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.523 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.525 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.525 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.525 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.526 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.526 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.526 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.526 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.526 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.526 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.526 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.527 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.527 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.527 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.527 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.527 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.527 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.528 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.528 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.528 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.528 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.528 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.528 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.528 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.529 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.529 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.529 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.529 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.529 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.530 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.530 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.530 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.530 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.531 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.531 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.531 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:48.531 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:48.541 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:48.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.548 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.548 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.548 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.552 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.552 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.552 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.552 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.552 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.552 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.552 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.553 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.553 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.553 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.554 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.554 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.554 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.554 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.554 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.554 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.555 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.555 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.555 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.555 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.555 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.555 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.555 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.556 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.556 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.556 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.556 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.556 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.556 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.556 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.557 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.557 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.557 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.557 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.557 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.557 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.558 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.558 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.558 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.558 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.558 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.558 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.560 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.560 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.560 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.560 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.561 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.561 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.561 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.562 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.562 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.562 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.565 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.565 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.565 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.565 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.565 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.565 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.566 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.566 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.566 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.567 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.567 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.567 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.567 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.567 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.567 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.567 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.568 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.568 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.568 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.570 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:48.570 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:48.595 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:48.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.597 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.597 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.597 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.597 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.597 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.597 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.598 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.598 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.598 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.600 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.600 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.600 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.600 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.600 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.600 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.601 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.601 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.601 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.601 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.601 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.601 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.601 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.602 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.602 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.602 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.602 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.602 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.602 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.602 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.603 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.603 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.603 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.603 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.603 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.603 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.604 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.604 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.604 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.604 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.604 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.604 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.604 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.605 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.605 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.605 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.605 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.605 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.605 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.606 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.606 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.606 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.606 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.606 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.606 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.606 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.607 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.607 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.607 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.607 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.607 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.607 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.607 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.608 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.608 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.608 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.608 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.608 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.608 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.608 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.609 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.609 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.609 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.609 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.610 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.610 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.610 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.611 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.611 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.611 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.611 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.611 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.611 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.611 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.612 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.612 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.612 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.613 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.613 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.613 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.613 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.613 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.613 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.613 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.613 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.613 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.613 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.613 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.613 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.614 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.614 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.614 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.614 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.614 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.614 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.615 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.615 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.615 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.615 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.615 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.615 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.615 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.616 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.616 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.616 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.616 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.616 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.616 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.616 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.617 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.617 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.617 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.617 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.617 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.617 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.617 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.619 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.619 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.619 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.619 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.619 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.619 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.620 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.620 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.620 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.620 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.620 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.620 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:48.621 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:48.621 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:48.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.624 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.624 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.624 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.625 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.625 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.626 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.626 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.626 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.626 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.627 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.627 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.627 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.627 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.627 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.628 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.628 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.628 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.628 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.628 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.628 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.628 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.628 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.629 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.629 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.629 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.629 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.629 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.630 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.630 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.630 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.630 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.630 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.630 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.630 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.630 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.631 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.631 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.631 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.631 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.632 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.632 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.632 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.632 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.633 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.633 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.633 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.633 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.633 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.634 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.634 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.634 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.634 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.635 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.635 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.635 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.635 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.636 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.636 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.636 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.636 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.638 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.638 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.638 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.638 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.641 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.641 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.641 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.646 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.648 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.648 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.648 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.648 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.648 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.648 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.651 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:48.651 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:48.659 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:48.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.660 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.660 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.661 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.661 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.661 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.663 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.663 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.663 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.668 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.668 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.668 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.668 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.668 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.668 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.668 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.669 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.669 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.669 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.669 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.669 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.669 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.669 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.670 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.670 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.670 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.670 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.670 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.670 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.671 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.671 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.671 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.672 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.672 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.672 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.672 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.672 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.672 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.672 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.677 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.677 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.677 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.677 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.677 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.677 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.678 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.678 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.678 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.678 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.678 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.678 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.678 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.679 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.679 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.679 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.679 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.679 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.679 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.679 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.680 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.680 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.680 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.680 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.680 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.680 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.681 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.681 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.681 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.681 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.681 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.681 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.681 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.682 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.682 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.682 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.682 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.682 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.682 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.682 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:48.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:48.684 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:48.684 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:48.695 | INFO migrate.versioning.api [-] 0 -> 1...  2022-02-15 09:09:48.708 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:48.708 | INFO migrate.versioning.api [-] 1 -> 2...  2022-02-15 09:09:48.721 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:48.721 | INFO migrate.versioning.api [-] 2 -> 3...  2022-02-15 09:09:48.846 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:48.847 | INFO migrate.versioning.api [-] 3 -> 4...  2022-02-15 09:09:48.856 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:48.856 | INFO migrate.versioning.api [-] 4 -> 5...  2022-02-15 09:09:48.870 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:48.870 | INFO migrate.versioning.api [-] 5 -> 6...  2022-02-15 09:09:48.881 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:48.881 | INFO migrate.versioning.api [-] 6 -> 7...  2022-02-15 09:09:48.895 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:48.895 | INFO migrate.versioning.api [-] 7 -> 8...  2022-02-15 09:09:48.904 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:48.905 | INFO migrate.versioning.api [-] 8 -> 9...  2022-02-15 09:09:48.913 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:48.913 | INFO migrate.versioning.api [-] 9 -> 10...  2022-02-15 09:09:49.058 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.058 | INFO migrate.versioning.api [-] 10 -> 11...  2022-02-15 09:09:49.069 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.069 | INFO migrate.versioning.api [-] 11 -> 12...  2022-02-15 09:09:49.219 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.220 | INFO migrate.versioning.api [-] 12 -> 13...  2022-02-15 09:09:49.231 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.231 | INFO migrate.versioning.api [-] 13 -> 14...  2022-02-15 09:09:49.384 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.384 | INFO migrate.versioning.api [-] 14 -> 15...  2022-02-15 09:09:49.394 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.394 | INFO migrate.versioning.api [-] 15 -> 16...  2022-02-15 09:09:49.470 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.470 | INFO migrate.versioning.api [-] 16 -> 17...  2022-02-15 09:09:49.478 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.478 | INFO migrate.versioning.api [-] 17 -> 18...  2022-02-15 09:09:49.487 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.487 | INFO migrate.versioning.api [-] 18 -> 19...  2022-02-15 09:09:49.501 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.501 | INFO migrate.versioning.api [-] 19 -> 20...  2022-02-15 09:09:49.509 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.509 | INFO migrate.versioning.api [-] 20 -> 21...  2022-02-15 09:09:49.521 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.521 | INFO migrate.versioning.api [-] 21 -> 22...  2022-02-15 09:09:49.606 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.606 | INFO migrate.versioning.api [-] 22 -> 23...  2022-02-15 09:09:49.682 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.682 | INFO migrate.versioning.api [-] 23 -> 24...  2022-02-15 09:09:49.785 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.785 | INFO migrate.versioning.api [-] 24 -> 25...  2022-02-15 09:09:49.793 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.794 | INFO migrate.versioning.api [-] 25 -> 26...  2022-02-15 09:09:49.802 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.802 | INFO migrate.versioning.api [-] 26 -> 27...  2022-02-15 09:09:49.811 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.811 | INFO migrate.versioning.api [-] 27 -> 28...  2022-02-15 09:09:49.820 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.820 | INFO migrate.versioning.api [-] 28 -> 29...  2022-02-15 09:09:49.830 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.830 | INFO migrate.versioning.api [-] 29 -> 30...  2022-02-15 09:09:49.903 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.904 | INFO migrate.versioning.api [-] 30 -> 31...  2022-02-15 09:09:49.939 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:49.940 | INFO migrate.versioning.api [-] 31 -> 32...  2022-02-15 09:09:50.012 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:50.012 | INFO migrate.versioning.api [-] 32 -> 33...  2022-02-15 09:09:50.215 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:50.215 | INFO migrate.versioning.api [-] 33 -> 34...  2022-02-15 09:09:50.291 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:50.291 | INFO migrate.versioning.api [-] 34 -> 35...  2022-02-15 09:09:50.341 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:50.341 | INFO migrate.versioning.api [-] 35 -> 36...  2022-02-15 09:09:50.388 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:50.388 | INFO migrate.versioning.api [-] 36 -> 37...  2022-02-15 09:09:50.397 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:50.398 | INFO migrate.versioning.api [-] 37 -> 38...  2022-02-15 09:09:50.407 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:50.407 | INFO migrate.versioning.api [-] 38 -> 39...  2022-02-15 09:09:50.417 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:50.417 | INFO migrate.versioning.api [-] 39 -> 40...  2022-02-15 09:09:50.425 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:50.425 | INFO migrate.versioning.api [-] 40 -> 41...  2022-02-15 09:09:50.435 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:50.435 | INFO migrate.versioning.api [-] 41 -> 42...  2022-02-15 09:09:50.444 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:50.444 | INFO migrate.versioning.api [-] 42 -> 43...  2022-02-15 09:09:50.452 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:50.452 | INFO migrate.versioning.api [-] 43 -> 44...  2022-02-15 09:09:50.462 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:50.462 | INFO migrate.versioning.api [-] 44 -> 45...  2022-02-15 09:09:50.623 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:50.624 | INFO migrate.versioning.api [-] 45 -> 46...  2022-02-15 09:09:50.633 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:50.633 | INFO migrate.versioning.api [-] 46 -> 47...  2022-02-15 09:09:51.077 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.077 | INFO migrate.versioning.api [-] 47 -> 48...  2022-02-15 09:09:51.276 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.277 | INFO migrate.versioning.api [-] 48 -> 49...  2022-02-15 09:09:51.286 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.286 | INFO migrate.versioning.api [-] 49 -> 50...  2022-02-15 09:09:51.297 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.297 | INFO migrate.versioning.api [-] 50 -> 51...  2022-02-15 09:09:51.306 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.306 | INFO migrate.versioning.api [-] 51 -> 52...  2022-02-15 09:09:51.315 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.315 | INFO migrate.versioning.api [-] 52 -> 53...  2022-02-15 09:09:51.362 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.362 | INFO migrate.versioning.api [-] 53 -> 54...  2022-02-15 09:09:51.374 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.374 | INFO migrate.versioning.api [-] 54 -> 55...  2022-02-15 09:09:51.498 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.498 | INFO migrate.versioning.api [-] 55 -> 56...  2022-02-15 09:09:51.579 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.580 | INFO migrate.versioning.api [-] 56 -> 57...  2022-02-15 09:09:51.589 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.589 | INFO migrate.versioning.api [-] 57 -> 58...  2022-02-15 09:09:51.599 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.599 | INFO migrate.versioning.api [-] 58 -> 59...  2022-02-15 09:09:51.608 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.608 | INFO migrate.versioning.api [-] 59 -> 60...  2022-02-15 09:09:51.617 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.617 | INFO migrate.versioning.api [-] 60 -> 61...  2022-02-15 09:09:51.627 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.627 | INFO migrate.versioning.api [-] 61 -> 62...  2022-02-15 09:09:51.700 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.700 | INFO migrate.versioning.api [-] 62 -> 63...  2022-02-15 09:09:51.708 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.709 | INFO migrate.versioning.api [-] 63 -> 64...  2022-02-15 09:09:51.785 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.785 | INFO migrate.versioning.api [-] 64 -> 65...  2022-02-15 09:09:51.996 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:51.996 | INFO migrate.versioning.api [-] 65 -> 66...  2022-02-15 09:09:52.116 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.116 | INFO migrate.versioning.api [-] 66 -> 67...  2022-02-15 09:09:52.128 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.130 | INFO migrate.versioning.api [-] 67 -> 68...  2022-02-15 09:09:52.141 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.142 | INFO migrate.versioning.api [-] 68 -> 69...  2022-02-15 09:09:52.153 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.153 | INFO migrate.versioning.api [-] 69 -> 70...  2022-02-15 09:09:52.167 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.167 | INFO migrate.versioning.api [-] 70 -> 71...  2022-02-15 09:09:52.175 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.176 | INFO migrate.versioning.api [-] 71 -> 72...  2022-02-15 09:09:52.185 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.186 | INFO migrate.versioning.api [-] 72 -> 73...  2022-02-15 09:09:52.343 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.343 | INFO migrate.versioning.api [-] 73 -> 74...  2022-02-15 09:09:52.353 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.353 | INFO migrate.versioning.api [-] 74 -> 75...  2022-02-15 09:09:52.363 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.364 | INFO migrate.versioning.api [-] 75 -> 76...  2022-02-15 09:09:52.373 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.373 | INFO migrate.versioning.api [-] 76 -> 77...  2022-02-15 09:09:52.383 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.383 | INFO migrate.versioning.api [-] 77 -> 78...  2022-02-15 09:09:52.392 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.392 | INFO migrate.versioning.api [-] 78 -> 79...  2022-02-15 09:09:52.473 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.474 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:52.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.475 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.475 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.476 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.476 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.476 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.480 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.480 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.480 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.490 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.490 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.490 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.490 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.497 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.497 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.497 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.497 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.497 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.497 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.497 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.498 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.498 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.498 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.498 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.498 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.498 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.498 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.499 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.499 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.499 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.500 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.500 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.500 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:52.500 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:52.501 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:52.502 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.502 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.502 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.502 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.502 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.503 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.503 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.503 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.503 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.503 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.503 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.503 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.504 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.504 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.504 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.504 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.504 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.504 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.504 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.505 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.505 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.505 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.505 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.505 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.505 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.506 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.506 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.506 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.506 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.506 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.506 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.506 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.507 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.507 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.507 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.507 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.507 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.507 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.508 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.508 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.508 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.508 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.508 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.508 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.508 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.509 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.509 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.509 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.509 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.509 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.509 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.509 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.510 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.510 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.510 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.510 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.510 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.510 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.510 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.511 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.511 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.511 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.511 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.511 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.511 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.512 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.512 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.512 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.512 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.512 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.512 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.512 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.513 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.513 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.513 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.513 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.513 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.513 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.513 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.514 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.514 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.514 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.514 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.514 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.514 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.514 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.515 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.515 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.515 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.515 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.515 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.515 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.516 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.516 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.516 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.516 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.516 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.516 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.516 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.517 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.517 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.517 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.517 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.517 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.517 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.517 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.518 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.518 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.518 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.518 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.518 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.518 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.518 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.519 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.519 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.519 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.519 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.519 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.519 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.520 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.520 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.520 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.520 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.520 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.520 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.521 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.521 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.522 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.522 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.522 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.522 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.522 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.522 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.522 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.522 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.522 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.522 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.522 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.522 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.523 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.523 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.523 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.523 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.523 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.523 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.523 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.525 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.525 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.525 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.525 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:52.526 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:52.526 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:52.527 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.527 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.527 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.527 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.528 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.528 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.528 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.528 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.528 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.528 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.529 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.529 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.529 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.529 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.529 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.529 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.529 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.530 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.530 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.530 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.530 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.530 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.530 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.530 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.531 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.531 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.532 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.532 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.533 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.533 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.533 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.533 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.533 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.533 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.533 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.534 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.534 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.534 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.534 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.534 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.534 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.534 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.535 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.535 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.535 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.535 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.535 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.535 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.536 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.536 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.536 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.536 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.536 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.536 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.536 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.538 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.538 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.538 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.538 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.538 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.538 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.539 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.539 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.539 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.539 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.539 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.539 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.539 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.540 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.540 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.540 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.540 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.540 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.540 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.541 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.541 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.541 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.541 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.541 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.541 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.541 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.548 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.548 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.548 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.552 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.552 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.552 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.552 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.552 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:52.552 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:52.561 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:52.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.565 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.565 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.565 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.565 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.565 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.565 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.565 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.566 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.566 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.566 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.567 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.567 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.567 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.567 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.567 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.567 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.568 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.568 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.568 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.571 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.571 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.571 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.571 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.571 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.571 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.571 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.572 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.572 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.572 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.572 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.572 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.572 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.573 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.573 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.573 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.573 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.574 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.574 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.574 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.574 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.574 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.574 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.574 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.575 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.575 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.575 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.576 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.576 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.576 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.577 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.577 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.577 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.577 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.577 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.577 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.577 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.578 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.578 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.578 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.579 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.579 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.579 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.579 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.579 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.579 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.582 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.582 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.582 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.582 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.583 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.583 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.583 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.583 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.583 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.583 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.583 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.585 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.585 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.585 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.585 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.585 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.585 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.585 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.586 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.586 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.586 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.586 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.586 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.586 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.587 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.587 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.587 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.587 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:52.587 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:52.612 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:52.613 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.613 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.613 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.613 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.614 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.614 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.614 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.614 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.614 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.614 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.615 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.615 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.615 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.615 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.615 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.615 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.615 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.616 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.616 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.616 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.616 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.616 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.616 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.617 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.617 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.617 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.617 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.617 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.617 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.617 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.619 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.619 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.619 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.619 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.619 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.619 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.619 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.620 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.620 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.620 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.620 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.620 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.620 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.621 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.621 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.621 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.624 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.624 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.624 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.625 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.625 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.625 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.626 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.626 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.626 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.626 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.626 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.626 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.627 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.627 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.627 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.627 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.629 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.629 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.629 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.629 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.629 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.629 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.629 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.629 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.629 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.629 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.629 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.629 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.629 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.629 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.629 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.629 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.629 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.630 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.630 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.630 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.630 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.630 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.630 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.630 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.631 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.631 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.631 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.631 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.631 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.631 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.631 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.632 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.632 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.632 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.632 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.632 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.632 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.633 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.633 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.633 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.633 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.633 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.633 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.633 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.634 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.634 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.634 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.634 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.634 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.634 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.634 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.635 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.635 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.635 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.635 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.635 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.635 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.635 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.636 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.636 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.636 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.636 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.636 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.636 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.637 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:52.637 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:52.638 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:52.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.641 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.641 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.641 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.641 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.646 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.646 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.646 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.646 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.646 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.646 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.648 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.648 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.648 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.648 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.649 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.649 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.649 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.649 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.649 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.649 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.649 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.650 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.650 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.650 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.653 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.653 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.653 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.653 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.653 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.653 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.653 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.657 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.657 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.657 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.657 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.657 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.657 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.658 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.658 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.658 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.659 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.659 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.659 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.659 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.660 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.660 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.660 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.661 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.661 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.661 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.663 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:52.663 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:52.671 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:52.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.677 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.677 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.677 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.677 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.677 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.677 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.678 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.678 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.678 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.678 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.678 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.678 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.678 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.679 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.679 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.679 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.679 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.679 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.679 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.679 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.680 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.680 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.680 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.680 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.680 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.680 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.681 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.681 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.681 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.681 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.681 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.681 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.681 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.682 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.682 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.682 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.682 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.682 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.682 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.682 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.687 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.688 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.688 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.689 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.689 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.689 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.691 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.691 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.691 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.691 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.691 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.691 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.691 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.692 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.692 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.692 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.692 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.692 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.692 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.693 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.693 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.693 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.693 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.693 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.693 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.694 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.694 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.694 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.694 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.694 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.694 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.694 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.695 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.695 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.695 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.695 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.695 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.695 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.695 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.696 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.696 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.696 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.696 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.696 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.696 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.697 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.697 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.697 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.697 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.697 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:52.697 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:52.697 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:52.698 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:52.708 | INFO migrate.versioning.api [-] 0 -> 1...  2022-02-15 09:09:52.719 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.719 | INFO migrate.versioning.api [-] 1 -> 2...  2022-02-15 09:09:52.730 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.730 | INFO migrate.versioning.api [-] 2 -> 3...  2022-02-15 09:09:52.751 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.751 | INFO migrate.versioning.api [-] 3 -> 4...  2022-02-15 09:09:52.760 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.760 | INFO migrate.versioning.api [-] 4 -> 5...  2022-02-15 09:09:52.769 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.769 | INFO migrate.versioning.api [-] 5 -> 6...  2022-02-15 09:09:52.779 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.779 | INFO migrate.versioning.api [-] 6 -> 7...  2022-02-15 09:09:52.787 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.787 | INFO migrate.versioning.api [-] 7 -> 8...  2022-02-15 09:09:52.797 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.797 | INFO migrate.versioning.api [-] 8 -> 9...  2022-02-15 09:09:52.806 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.806 | INFO migrate.versioning.api [-] 9 -> 10...  2022-02-15 09:09:52.815 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.815 | INFO migrate.versioning.api [-] 10 -> 11...  2022-02-15 09:09:52.824 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.825 | INFO migrate.versioning.api [-] 11 -> 12...  2022-02-15 09:09:52.878 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.878 | INFO migrate.versioning.api [-] 12 -> 13...  2022-02-15 09:09:52.891 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.892 | INFO migrate.versioning.api [-] 13 -> 14...  2022-02-15 09:09:52.958 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:52.958 | INFO migrate.versioning.api [-] 14 -> 15...  2022-02-15 09:09:53.044 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.045 | INFO migrate.versioning.api [-] 15 -> 16...  2022-02-15 09:09:53.057 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.057 | INFO migrate.versioning.api [-] 16 -> 17...  2022-02-15 09:09:53.070 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.070 | INFO migrate.versioning.api [-] 17 -> 18...  2022-02-15 09:09:53.079 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.079 | INFO migrate.versioning.api [-] 18 -> 19...  2022-02-15 09:09:53.088 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.088 | INFO migrate.versioning.api [-] 19 -> 20...  2022-02-15 09:09:53.097 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.098 | INFO migrate.versioning.api [-] 20 -> 21...  2022-02-15 09:09:53.107 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.107 | INFO migrate.versioning.api [-] 21 -> 22...  2022-02-15 09:09:53.116 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.117 | INFO migrate.versioning.api [-] 22 -> 23...  2022-02-15 09:09:53.126 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.127 | INFO migrate.versioning.api [-] 23 -> 24...  2022-02-15 09:09:53.136 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.136 | INFO migrate.versioning.api [-] 24 -> 25...  2022-02-15 09:09:53.146 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.147 | INFO migrate.versioning.api [-] 25 -> 26...  2022-02-15 09:09:53.157 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.157 | INFO migrate.versioning.api [-] 26 -> 27...  2022-02-15 09:09:53.169 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.169 | INFO migrate.versioning.api [-] 27 -> 28...  2022-02-15 09:09:53.178 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.179 | INFO migrate.versioning.api [-] 28 -> 29...  2022-02-15 09:09:53.190 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.190 | INFO migrate.versioning.api [-] 29 -> 30...  2022-02-15 09:09:53.203 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.205 | INFO migrate.versioning.api [-] 30 -> 31...  2022-02-15 09:09:53.214 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.215 | INFO migrate.versioning.api [-] 31 -> 32...  2022-02-15 09:09:53.224 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.225 | INFO migrate.versioning.api [-] 32 -> 33...  2022-02-15 09:09:53.236 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.236 | INFO migrate.versioning.api [-] 33 -> 34...  2022-02-15 09:09:53.248 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.248 | INFO migrate.versioning.api [-] 34 -> 35...  2022-02-15 09:09:53.258 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.258 | INFO migrate.versioning.api [-] 35 -> 36...  2022-02-15 09:09:53.268 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.268 | INFO migrate.versioning.api [-] 36 -> 37...  2022-02-15 09:09:53.279 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.279 | INFO migrate.versioning.api [-] 37 -> 38...  2022-02-15 09:09:53.288 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.288 | INFO migrate.versioning.api [-] 38 -> 39...  2022-02-15 09:09:53.299 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.299 | INFO migrate.versioning.api [-] 39 -> 40...  2022-02-15 09:09:53.308 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.308 | INFO migrate.versioning.api [-] 40 -> 41...  2022-02-15 09:09:53.325 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.325 | INFO migrate.versioning.api [-] 41 -> 42...  2022-02-15 09:09:53.335 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.335 | INFO migrate.versioning.api [-] 42 -> 43...  2022-02-15 09:09:53.345 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.346 | INFO migrate.versioning.api [-] 43 -> 44...  2022-02-15 09:09:53.364 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.364 | INFO migrate.versioning.api [-] 44 -> 45...  2022-02-15 09:09:53.374 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.375 | INFO migrate.versioning.api [-] 45 -> 46...  2022-02-15 09:09:53.433 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.433 | INFO migrate.versioning.api [-] 46 -> 47...  2022-02-15 09:09:53.441 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.442 | INFO migrate.versioning.api [-] 47 -> 48...  2022-02-15 09:09:53.450 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.450 | INFO migrate.versioning.api [-] 48 -> 49...  2022-02-15 09:09:53.459 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.459 | INFO migrate.versioning.api [-] 49 -> 50...  2022-02-15 09:09:53.469 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.469 | INFO migrate.versioning.api [-] 50 -> 51...  2022-02-15 09:09:53.478 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.478 | INFO migrate.versioning.api [-] 51 -> 52...  2022-02-15 09:09:53.487 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.487 | INFO migrate.versioning.api [-] 52 -> 53...  2022-02-15 09:09:53.495 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.495 | INFO migrate.versioning.api [-] 53 -> 54...  2022-02-15 09:09:53.504 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.504 | INFO migrate.versioning.api [-] 54 -> 55...  2022-02-15 09:09:53.516 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.517 | INFO migrate.versioning.api [-] 55 -> 56...  2022-02-15 09:09:53.525 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.525 | INFO migrate.versioning.api [-] 56 -> 57...  2022-02-15 09:09:53.535 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.535 | INFO migrate.versioning.api [-] 57 -> 58...  2022-02-15 09:09:53.544 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.544 | INFO migrate.versioning.api [-] 58 -> 59...  2022-02-15 09:09:53.554 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.554 | INFO migrate.versioning.api [-] 59 -> 60...  2022-02-15 09:09:53.564 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.564 | INFO migrate.versioning.api [-] 60 -> 61...  2022-02-15 09:09:53.572 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.573 | INFO migrate.versioning.api [-] 61 -> 62...  2022-02-15 09:09:53.593 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.594 | INFO migrate.versioning.api [-] 62 -> 63...  2022-02-15 09:09:53.603 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.603 | INFO migrate.versioning.api [-] 63 -> 64...  2022-02-15 09:09:53.612 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.613 | INFO migrate.versioning.api [-] 64 -> 65...  2022-02-15 09:09:53.622 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.622 | INFO migrate.versioning.api [-] 65 -> 66...  2022-02-15 09:09:53.630 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.631 | INFO migrate.versioning.api [-] 66 -> 67...  2022-02-15 09:09:53.639 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.639 | INFO migrate.versioning.api [-] 67 -> 68...  2022-02-15 09:09:53.649 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.649 | INFO migrate.versioning.api [-] 68 -> 69...  2022-02-15 09:09:53.658 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.658 | INFO migrate.versioning.api [-] 69 -> 70...  2022-02-15 09:09:53.668 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.668 | INFO migrate.versioning.api [-] 70 -> 71...  2022-02-15 09:09:53.676 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.677 | INFO migrate.versioning.api [-] 71 -> 72...  2022-02-15 09:09:53.685 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.685 | INFO migrate.versioning.api [-] 72 -> 73...  2022-02-15 09:09:53.693 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.693 | INFO migrate.versioning.api [-] 73 -> 74...  2022-02-15 09:09:53.701 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.701 | INFO migrate.versioning.api [-] 74 -> 75...  2022-02-15 09:09:53.711 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.711 | INFO migrate.versioning.api [-] 75 -> 76...  2022-02-15 09:09:53.723 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.723 | INFO migrate.versioning.api [-] 76 -> 77...  2022-02-15 09:09:53.733 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.733 | INFO migrate.versioning.api [-] 77 -> 78...  2022-02-15 09:09:53.742 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.743 | INFO migrate.versioning.api [-] 78 -> 79...  2022-02-15 09:09:53.753 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:53.753 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:53.754 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.754 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.754 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.755 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.755 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.755 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.755 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.755 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.755 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.756 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.756 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.756 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.756 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.756 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.756 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.756 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.757 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.757 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.757 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.757 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.757 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.757 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.757 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.758 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.758 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.758 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.758 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.758 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.758 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.758 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.759 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.759 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.759 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.759 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.759 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.759 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.760 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.760 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.760 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.760 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.760 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.760 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.760 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.761 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.761 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.761 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.761 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.761 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.761 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.762 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.762 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.762 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.762 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.763 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.763 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.763 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.763 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.763 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.763 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.763 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.764 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.764 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.764 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.764 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.764 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.764 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.764 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.765 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.765 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.765 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.765 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.766 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.766 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.766 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.766 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.766 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.766 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.768 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.768 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.768 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.768 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.768 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.768 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.768 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.769 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.769 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.769 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.769 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.769 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.769 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.769 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.770 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.770 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.770 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.770 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.770 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.771 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.771 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.771 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.771 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.772 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.772 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.772 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.772 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.772 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.772 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.773 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.773 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.773 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.773 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.774 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.774 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.774 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.774 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.774 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.774 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.774 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.775 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.775 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.775 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.775 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.775 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.775 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.775 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.776 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.776 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.776 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.776 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.776 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.776 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.776 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.777 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.777 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.777 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.777 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.777 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.777 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.777 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.778 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:53.779 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:53.779 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:53.780 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.780 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.780 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.781 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.781 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.781 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.781 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.781 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.781 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.782 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.782 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.782 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.782 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.782 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.782 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.782 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.782 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.783 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.783 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.783 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.783 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.783 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.783 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.783 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.786 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.786 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.786 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.786 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.786 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.786 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.786 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.788 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.788 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.788 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.788 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.788 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.788 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.788 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.791 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.791 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.791 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.791 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.791 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.791 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.791 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.792 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.792 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.792 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.793 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.793 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.793 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.794 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.794 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.794 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.796 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.796 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.796 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.796 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.796 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.796 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.797 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.797 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.797 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.797 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.798 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.798 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.798 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.798 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.798 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.798 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.798 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.799 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.799 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.799 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.799 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.799 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.799 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.799 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.800 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.800 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.800 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.800 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.800 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.800 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.800 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.803 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:53.803 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:53.803 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:53.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.818 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.818 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.818 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.818 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.818 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.818 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.818 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.819 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.819 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.819 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.821 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.821 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.821 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.822 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.822 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.822 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.822 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.822 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.822 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.822 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.823 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.823 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.823 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.825 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.825 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.825 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.826 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.826 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.826 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.826 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.826 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.826 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.826 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.827 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.827 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.827 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.827 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.827 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:53.827 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:53.839 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:53.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.839 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.841 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.841 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.846 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.846 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.846 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.846 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.846 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.846 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.851 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.851 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.851 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.863 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:53.863 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:53.896 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:53.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.901 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.901 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.901 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.901 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.904 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.904 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.904 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.907 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.907 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.907 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.907 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.907 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.907 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.907 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.908 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.908 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.908 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.913 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.913 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.913 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.914 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.914 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.914 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.914 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.914 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.914 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.914 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.915 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.915 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.915 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.918 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.918 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.918 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.919 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.919 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.919 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.919 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.919 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.919 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.926 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.926 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.926 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.926 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.926 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.926 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.927 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.927 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.927 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.928 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.928 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.928 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.929 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.929 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.929 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.929 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.929 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.929 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.929 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.929 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.936 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.936 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.936 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.936 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.936 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.936 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.936 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.937 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.937 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.938 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.938 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.938 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.938 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.939 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.939 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.939 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.939 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.939 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.939 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.939 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.947 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:53.947 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:53.956 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:09:53.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.968 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.968 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.968 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.968 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.968 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.968 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.971 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.971 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.971 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.972 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:09:53.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:09:53.981 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:09:53.981 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79269) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:09:53.990 | INFO migrate.versioning.api [-] 0 -> 1...  2022-02-15 09:09:54.000 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:54.000 | INFO migrate.versioning.api [-] 1 -> 2...  2022-02-15 09:09:54.205 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:54.205 | INFO migrate.versioning.api [-] 2 -> 3...  2022-02-15 09:09:54.344 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:54.345 | INFO migrate.versioning.api [-] 3 -> 4...  2022-02-15 09:09:54.540 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:54.540 | INFO migrate.versioning.api [-] 4 -> 5...  2022-02-15 09:09:54.550 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:54.550 | INFO migrate.versioning.api [-] 5 -> 6...  2022-02-15 09:09:54.560 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:54.560 | INFO migrate.versioning.api [-] 6 -> 7...  2022-02-15 09:09:54.568 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:54.568 | INFO migrate.versioning.api [-] 7 -> 8...  2022-02-15 09:09:54.576 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:54.576 | INFO migrate.versioning.api [-] 8 -> 9...  2022-02-15 09:09:54.584 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:54.584 | INFO migrate.versioning.api [-] 9 -> 10...  2022-02-15 09:09:54.593 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:54.593 | INFO migrate.versioning.api [-] 10 -> 11...  2022-02-15 09:09:54.662 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:54.663 | INFO migrate.versioning.api [-] 11 -> 12...  2022-02-15 09:09:54.774 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:54.774 | INFO migrate.versioning.api [-] 12 -> 13...  2022-02-15 09:09:54.941 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:54.941 | INFO migrate.versioning.api [-] 13 -> 14...  2022-02-15 09:09:55.248 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.248 | INFO migrate.versioning.api [-] 14 -> 15...  2022-02-15 09:09:55.392 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.392 | INFO migrate.versioning.api [-] 15 -> 16...  2022-02-15 09:09:55.401 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.402 | INFO migrate.versioning.api [-] 16 -> 17...  2022-02-15 09:09:55.410 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.410 | INFO migrate.versioning.api [-] 17 -> 18...  2022-02-15 09:09:55.418 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.419 | INFO migrate.versioning.api [-] 18 -> 19...  2022-02-15 09:09:55.427 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.427 | INFO migrate.versioning.api [-] 19 -> 20...  2022-02-15 09:09:55.436 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.437 | INFO migrate.versioning.api [-] 20 -> 21...  2022-02-15 09:09:55.447 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.447 | INFO migrate.versioning.api [-] 21 -> 22...  2022-02-15 09:09:55.458 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.458 | INFO migrate.versioning.api [-] 22 -> 23...  2022-02-15 09:09:55.467 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.467 | INFO migrate.versioning.api [-] 23 -> 24...  2022-02-15 09:09:55.585 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.585 | INFO migrate.versioning.api [-] 24 -> 25...  2022-02-15 09:09:55.594 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.594 | INFO migrate.versioning.api [-] 25 -> 26...  2022-02-15 09:09:55.603 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.604 | INFO migrate.versioning.api [-] 26 -> 27...  2022-02-15 09:09:55.613 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.613 | INFO migrate.versioning.api [-] 27 -> 28...  2022-02-15 09:09:55.623 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.623 | INFO migrate.versioning.api [-] 28 -> 29...  2022-02-15 09:09:55.632 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.633 | INFO migrate.versioning.api [-] 29 -> 30...  2022-02-15 09:09:55.640 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.640 | INFO migrate.versioning.api [-] 30 -> 31...  2022-02-15 09:09:55.649 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.649 | INFO migrate.versioning.api [-] 31 -> 32...  2022-02-15 09:09:55.686 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.686 | INFO migrate.versioning.api [-] 32 -> 33...  2022-02-15 09:09:55.696 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.696 | INFO migrate.versioning.api [-] 33 -> 34...  2022-02-15 09:09:55.704 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.705 | INFO migrate.versioning.api [-] 34 -> 35...  2022-02-15 09:09:55.777 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.778 | INFO migrate.versioning.api [-] 35 -> 36...  2022-02-15 09:09:55.853 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.854 | INFO migrate.versioning.api [-] 36 -> 37...  2022-02-15 09:09:55.972 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.972 | INFO migrate.versioning.api [-] 37 -> 38...  2022-02-15 09:09:55.982 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.982 | INFO migrate.versioning.api [-] 38 -> 39...  2022-02-15 09:09:55.991 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:55.991 | INFO migrate.versioning.api [-] 39 -> 40...  2022-02-15 09:09:56.004 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.004 | INFO migrate.versioning.api [-] 40 -> 41...  2022-02-15 09:09:56.015 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.015 | INFO migrate.versioning.api [-] 41 -> 42...  2022-02-15 09:09:56.025 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.025 | INFO migrate.versioning.api [-] 42 -> 43...  2022-02-15 09:09:56.040 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.040 | INFO migrate.versioning.api [-] 43 -> 44...  2022-02-15 09:09:56.050 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.050 | INFO migrate.versioning.api [-] 44 -> 45...  2022-02-15 09:09:56.062 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.062 | INFO migrate.versioning.api [-] 45 -> 46...  2022-02-15 09:09:56.073 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.073 | INFO migrate.versioning.api [-] 46 -> 47...  2022-02-15 09:09:56.277 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.277 | INFO migrate.versioning.api [-] 47 -> 48...  2022-02-15 09:09:56.292 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.292 | INFO migrate.versioning.api [-] 48 -> 49...  2022-02-15 09:09:56.301 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.301 | INFO migrate.versioning.api [-] 49 -> 50...  2022-02-15 09:09:56.309 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.309 | INFO migrate.versioning.api [-] 50 -> 51...  2022-02-15 09:09:56.318 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.318 | INFO migrate.versioning.api [-] 51 -> 52...  2022-02-15 09:09:56.326 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.326 | INFO migrate.versioning.api [-] 52 -> 53...  2022-02-15 09:09:56.342 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.342 | INFO migrate.versioning.api [-] 53 -> 54...  2022-02-15 09:09:56.472 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.472 | INFO migrate.versioning.api [-] 54 -> 55...  2022-02-15 09:09:56.512 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.512 | INFO migrate.versioning.api [-] 55 -> 56...  2022-02-15 09:09:56.521 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.521 | INFO migrate.versioning.api [-] 56 -> 57...  2022-02-15 09:09:56.530 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.530 | INFO migrate.versioning.api [-] 57 -> 58...  2022-02-15 09:09:56.539 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.539 | INFO migrate.versioning.api [-] 58 -> 59...  2022-02-15 09:09:56.547 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.547 | INFO migrate.versioning.api [-] 59 -> 60...  2022-02-15 09:09:56.559 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.559 | INFO migrate.versioning.api [-] 60 -> 61...  2022-02-15 09:09:56.569 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.569 | INFO migrate.versioning.api [-] 61 -> 62...  2022-02-15 09:09:56.579 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.579 | INFO migrate.versioning.api [-] 62 -> 63...  2022-02-15 09:09:56.770 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.770 | INFO migrate.versioning.api [-] 63 -> 64...  2022-02-15 09:09:56.784 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.784 | INFO migrate.versioning.api [-] 64 -> 65...  2022-02-15 09:09:56.793 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.794 | INFO migrate.versioning.api [-] 65 -> 66...  2022-02-15 09:09:56.802 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.802 | INFO migrate.versioning.api [-] 66 -> 67...  2022-02-15 09:09:56.812 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.812 | INFO migrate.versioning.api [-] 67 -> 68...  2022-02-15 09:09:56.821 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.821 | INFO migrate.versioning.api [-] 68 -> 69...  2022-02-15 09:09:56.830 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.831 | INFO migrate.versioning.api [-] 69 -> 70...  2022-02-15 09:09:56.842 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.842 | INFO migrate.versioning.api [-] 70 -> 71...  2022-02-15 09:09:56.851 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.851 | INFO migrate.versioning.api [-] 71 -> 72...  2022-02-15 09:09:56.980 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.980 | INFO migrate.versioning.api [-] 72 -> 73...  2022-02-15 09:09:56.990 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.990 | INFO migrate.versioning.api [-] 73 -> 74...  2022-02-15 09:09:56.997 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:56.998 | INFO migrate.versioning.api [-] 74 -> 75...  2022-02-15 09:09:57.010 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:57.010 | INFO migrate.versioning.api [-] 75 -> 76...  2022-02-15 09:09:57.021 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:57.022 | INFO migrate.versioning.api [-] 76 -> 77...  2022-02-15 09:09:57.031 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:57.032 | INFO migrate.versioning.api [-] 77 -> 78...  2022-02-15 09:09:57.046 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:57.048 | INFO migrate.versioning.api [-] 78 -> 79...  2022-02-15 09:09:57.059 | INFO migrate.versioning.api [-] done 2022-02-15 09:09:57.464 | + lib/keystone:init_keystone:455 : time_stop dbsync 2022-02-15 09:09:57.467 | + functions-common:time_stop:2309 : local name 2022-02-15 09:09:57.470 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:09:57.473 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:09:57.475 | + functions-common:time_stop:2312 : local total 2022-02-15 09:09:57.478 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:09:57.480 | + functions-common:time_stop:2315 : name=dbsync 2022-02-15 09:09:57.483 | + functions-common:time_stop:2316 : start_time=1644916179201 2022-02-15 09:09:57.486 | + functions-common:time_stop:2318 : [[ -z 1644916179201 ]] 2022-02-15 09:09:57.489 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:09:57.494 | + functions-common:time_stop:2321 : end_time=1644916197491 2022-02-15 09:09:57.497 | + functions-common:time_stop:2322 : elapsed_time=18290 2022-02-15 09:09:57.502 | + functions-common:time_stop:2323 : total=0 2022-02-15 09:09:57.505 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:09:57.508 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=18290 2022-02-15 09:09:57.511 | + lib/keystone:init_keystone:457 : [[ fernet == \f\e\r\n\e\t ]] 2022-02-15 09:09:57.514 | + lib/keystone:init_keystone:458 : rm -rf /etc/keystone/fernet-keys/ 2022-02-15 09:09:57.519 | + lib/keystone:init_keystone:459 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2022-02-15 09:10:01.598 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2022-02-15 09:10:01.599 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-02-15 09:10:01.599 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-02-15 09:10:01.599 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2022-02-15 09:10:01.599 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-02-15 09:10:01.600 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-02-15 09:10:01.600 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-02-15 09:10:01.600 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-02-15 09:10:01.600 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-02-15 09:10:01.941 | + lib/keystone:init_keystone:461 : rm -rf /etc/keystone/credential-keys/ 2022-02-15 09:10:01.946 | + lib/keystone:init_keystone:462 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2022-02-15 09:10:05.909 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2022-02-15 09:10:05.910 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-02-15 09:10:05.910 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-02-15 09:10:05.910 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2022-02-15 09:10:05.911 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-02-15 09:10:05.911 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-02-15 09:10:05.911 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-02-15 09:10:05.911 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-02-15 09:10:05.912 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-02-15 09:10:06.238 | + ./stack.sh:main:1098 : start_keystone 2022-02-15 09:10:06.241 | + lib/keystone:start_keystone:520 : local service_port=5000 2022-02-15 09:10:06.244 | + lib/keystone:start_keystone:521 : local auth_protocol=http 2022-02-15 09:10:06.247 | + lib/keystone:start_keystone:522 : is_service_enabled tls-proxy 2022-02-15 09:10:06.265 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:10:06.267 | + lib/keystone:start_keystone:527 : '[' uwsgi == mod_wsgi ']' 2022-02-15 09:10:06.271 | ++ lib/keystone:start_keystone:531 : which uwsgi 2022-02-15 09:10:06.275 | + lib/keystone:start_keystone:531 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2022-02-15 09:10:06.278 | + functions-common:run_process:1564 : local service=keystone 2022-02-15 09:10:06.280 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-15 09:10:06.283 | + functions-common:run_process:1566 : local group= 2022-02-15 09:10:06.285 | + functions-common:run_process:1567 : local user= 2022-02-15 09:10:06.289 | + functions-common:run_process:1569 : local name=keystone 2022-02-15 09:10:06.291 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:10:06.294 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:10:06.297 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:10:06.300 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:10:06.304 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:10:06.308 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916206306 2022-02-15 09:10:06.311 | + functions-common:run_process:1572 : is_service_enabled keystone 2022-02-15 09:10:06.328 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:10:06.331 | + functions-common:run_process:1573 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' 2022-02-15 09:10:06.334 | + functions-common:_run_under_systemd:1529 : local service=keystone 2022-02-15 09:10:06.336 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-15 09:10:06.339 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-15 09:10:06.341 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-15 09:10:06.344 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-15 09:10:06.347 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2022-02-15 09:10:06.350 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2022-02-15 09:10:06.354 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@keystone.service 2022-02-15 09:10:06.356 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:10:06.359 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:10:06.362 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2022-02-15 09:10:06.364 | + functions-common:_run_under_systemd:1539 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu 2022-02-15 09:10:06.367 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@keystone.service 2022-02-15 09:10:06.369 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-15 09:10:06.371 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2022-02-15 09:10:06.374 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2022-02-15 09:10:06.377 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@keystone.service 2022-02-15 09:10:06.379 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2022-02-15 09:10:06.385 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2022-02-15 09:10:06.448 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2022-02-15 09:10:06.512 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2022-02-15 09:10:06.567 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-15 09:10:06.619 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:10:06.672 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2022-02-15 09:10:06.729 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2022-02-15 09:10:06.786 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2022-02-15 09:10:06.840 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2022-02-15 09:10:06.903 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2022-02-15 09:10:06.960 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2022-02-15 09:10:06.962 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2022-02-15 09:10:07.030 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2022-02-15 09:10:07.423 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@keystone.service 2022-02-15 09:10:07.441 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2022-02-15 09:10:07.844 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@keystone.service 2022-02-15 09:10:07.926 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:10:07.929 | + functions-common:time_stop:2309 : local name 2022-02-15 09:10:07.932 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:10:07.934 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:10:07.937 | + functions-common:time_stop:2312 : local total 2022-02-15 09:10:07.940 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:10:07.942 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:10:07.945 | + functions-common:time_stop:2316 : start_time=1644916206306 2022-02-15 09:10:07.947 | + functions-common:time_stop:2318 : [[ -z 1644916206306 ]] 2022-02-15 09:10:07.953 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:10:07.956 | + functions-common:time_stop:2321 : end_time=1644916207953 2022-02-15 09:10:07.958 | + functions-common:time_stop:2322 : elapsed_time=1647 2022-02-15 09:10:07.965 | + functions-common:time_stop:2323 : total=2156 2022-02-15 09:10:07.968 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:10:07.971 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=3803 2022-02-15 09:10:07.973 | + lib/keystone:start_keystone:534 : echo 'Waiting for keystone to start...' 2022-02-15 09:10:07.973 | Waiting for keystone to start... 2022-02-15 09:10:07.976 | + lib/keystone:start_keystone:540 : local service_uri=http://10.222.0.10/identity/v3/ 2022-02-15 09:10:07.978 | + lib/keystone:start_keystone:542 : wait_for_service 60 http://10.222.0.10/identity/v3/ 2022-02-15 09:10:07.981 | + functions:wait_for_service:457 : local timeout=60 2022-02-15 09:10:07.983 | + functions:wait_for_service:458 : local url=http://10.222.0.10/identity/v3/ 2022-02-15 09:10:07.986 | + functions:wait_for_service:459 : local rval=0 2022-02-15 09:10:07.989 | + functions:wait_for_service:460 : time_start wait_for_service 2022-02-15 09:10:07.991 | + functions-common:time_start:2295 : local name=wait_for_service 2022-02-15 09:10:07.994 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:10:07.996 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:10:08.002 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:10:08.005 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916208002 2022-02-15 09:10:08.008 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-02-15 09:10:08.014 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.10/identity/v3/ 2022-02-15 09:10:11.504 | ++ inc/async:async_inner:64 : rc=0 2022-02-15 09:10:11.530 | [77460 Async install_tempest:77460]: finished successfully 2022-02-15 09:10:14.050 | + :: : [[ 200 == 503 ]] 2022-02-15 09:10:14.052 | + :: : [[ 0 -eq 7 ]] 2022-02-15 09:10:14.054 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-02-15 09:10:14.060 | + functions-common:time_stop:2309 : local name 2022-02-15 09:10:14.062 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:10:14.065 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:10:14.067 | + functions-common:time_stop:2312 : local total 2022-02-15 09:10:14.070 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:10:14.072 | + functions-common:time_stop:2315 : name=wait_for_service 2022-02-15 09:10:14.074 | + functions-common:time_stop:2316 : start_time=1644916208002 2022-02-15 09:10:14.077 | + functions-common:time_stop:2318 : [[ -z 1644916208002 ]] 2022-02-15 09:10:14.080 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:10:14.085 | + functions-common:time_stop:2321 : end_time=1644916214082 2022-02-15 09:10:14.088 | + functions-common:time_stop:2322 : elapsed_time=6080 2022-02-15 09:10:14.090 | + functions-common:time_stop:2323 : total=0 2022-02-15 09:10:14.094 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:10:14.096 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=6080 2022-02-15 09:10:14.099 | + functions:wait_for_service:467 : return 0 2022-02-15 09:10:14.102 | + lib/keystone:start_keystone:547 : is_service_enabled tls-proxy 2022-02-15 09:10:14.120 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:10:14.123 | + lib/keystone:start_keystone:553 : restart_service memcached 2022-02-15 09:10:14.126 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-15 09:10:14.128 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart memcached 2022-02-15 09:10:14.157 | + ./stack.sh:main:1099 : bootstrap_keystone 2022-02-15 09:10:14.162 | + lib/keystone:bootstrap_keystone:576 : /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-admin-url http://10.222.0.10/identity --bootstrap-public-url http://10.222.0.10/identity 2022-02-15 09:10:18.278 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.278 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.278 | 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=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.286 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.303 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.304 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.336 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.369 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.369 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.462 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.462 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.462 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.462 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.463 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.463 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.477 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.477 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.477 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.477 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.478 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.478 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.478 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.568 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.571 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.571 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.571 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.571 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.572 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.572 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.572 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=80230) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-15 09:10:18.605 | 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=80230) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-15 09:10:18.917 | INFO keystone.cmd.bootstrap [None req-f3416c7e-ca44-448c-aabb-2fec18fab2e4 None None] Created domain default 2022-02-15 09:10:18.962 | INFO keystone.cmd.bootstrap [None req-f3416c7e-ca44-448c-aabb-2fec18fab2e4 None None] Created project admin 2022-02-15 09:10:18.994 | DEBUG passlib.handlers.bcrypt [None req-f3416c7e-ca44-448c-aabb-2fec18fab2e4 None None] detected 'bcrypt' backend, version '3.2.0' {{(pid=80230) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2022-02-15 09:10:18.995 | DEBUG passlib.handlers.bcrypt [None req-f3416c7e-ca44-448c-aabb-2fec18fab2e4 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=80230) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2022-02-15 09:10:19.070 | INFO keystone.cmd.bootstrap [None req-f3416c7e-ca44-448c-aabb-2fec18fab2e4 None None] Created user admin 2022-02-15 09:10:19.087 | INFO keystone.cmd.bootstrap [None req-f3416c7e-ca44-448c-aabb-2fec18fab2e4 None None] Created role reader 2022-02-15 09:10:19.098 | INFO keystone.cmd.bootstrap [None req-f3416c7e-ca44-448c-aabb-2fec18fab2e4 None None] Created role member 2022-02-15 09:10:19.122 | INFO keystone.cmd.bootstrap [None req-f3416c7e-ca44-448c-aabb-2fec18fab2e4 None None] Created implied role where 7c629b99e75c437dabc1281b9a585589 implies d95edd6e285d45ea8209fe6955b09206 2022-02-15 09:10:19.132 | INFO keystone.cmd.bootstrap [None req-f3416c7e-ca44-448c-aabb-2fec18fab2e4 None None] Created role admin 2022-02-15 09:10:19.150 | INFO keystone.cmd.bootstrap [None req-f3416c7e-ca44-448c-aabb-2fec18fab2e4 None None] Created implied role where 261c8d118aa846a880674acbd8038773 implies 7c629b99e75c437dabc1281b9a585589 2022-02-15 09:10:19.163 | INFO keystone.cmd.bootstrap [None req-f3416c7e-ca44-448c-aabb-2fec18fab2e4 None None] Granted role admin on project admin to user admin. 2022-02-15 09:10:19.172 | INFO keystone.cmd.bootstrap [None req-f3416c7e-ca44-448c-aabb-2fec18fab2e4 None None] Granted role admin on the system to user admin. 2022-02-15 09:10:19.185 | WARNING py.warnings [None req-f3416c7e-ca44-448c-aabb-2fec18fab2e4 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-02-15 09:10:19.185 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2022-02-15 09:10:19.185 |  2022-02-15 09:10:19.189 | INFO keystone.cmd.bootstrap [None req-f3416c7e-ca44-448c-aabb-2fec18fab2e4 None None] Created region RegionOne 2022-02-15 09:10:19.228 | INFO keystone.cmd.bootstrap [None req-f3416c7e-ca44-448c-aabb-2fec18fab2e4 None None] Created public endpoint http://10.222.0.10/identity 2022-02-15 09:10:19.239 | INFO keystone.cmd.bootstrap [None req-f3416c7e-ca44-448c-aabb-2fec18fab2e4 None None] Created admin endpoint http://10.222.0.10/identity 2022-02-15 09:10:19.672 | + ./stack.sh:main:1102 : create_keystone_accounts 2022-02-15 09:10:19.675 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2022-02-15 09:10:19.678 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2022-02-15 09:10:22.901 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:22.901 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:22.901 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:22.902 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:23.067 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:23.070 | + lib/keystone:create_keystone_accounts:315 : admin_project=67c24a4e335a43709016daa476acf61a 2022-02-15 09:10:23.072 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2022-02-15 09:10:23.076 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2022-02-15 09:10:25.235 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:25.235 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:25.235 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:25.236 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:25.401 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:25.404 | + lib/keystone:create_keystone_accounts:317 : admin_user=d59c0cb3d900435e95432bb19aa3168a 2022-02-15 09:10:25.407 | + lib/keystone:create_keystone_accounts:318 : local admin_role=admin 2022-02-15 09:10:25.409 | + lib/keystone:create_keystone_accounts:319 : local member_role=member 2022-02-15 09:10:25.412 | + lib/keystone:create_keystone_accounts:321 : async_run ks-domain-role get_or_add_user_domain_role admin d59c0cb3d900435e95432bb19aa3168a default 2022-02-15 09:10:25.474 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin d59c0cb3d900435e95432bb19aa3168a default 2022-02-15 09:10:25.513 | [17600 Async ks-domain-role:80383]: running: get_or_add_user_domain_role admin d59c0cb3d900435e95432bb19aa3168a default 2022-02-15 09:10:25.515 | + lib/keystone:create_keystone_accounts:324 : get_or_create_domain Default 2022-02-15 09:10:25.518 | + functions-common:get_or_create_domain:792 : local domain_id 2022-02-15 09:10:25.521 | ++ functions-common:get_or_create_domain:804 : oscwrap domain show Default -f value -c id 2022-02-15 09:10:27.965 | + functions-common:get_or_create_domain:802 : domain_id=default 2022-02-15 09:10:27.968 | + functions-common:get_or_create_domain:803 : echo default 2022-02-15 09:10:27.968 | default 2022-02-15 09:10:27.971 | + lib/keystone:create_keystone_accounts:325 : async_run ks-project get_or_create_project service Default 2022-02-15 09:10:28.047 | + inc/async:async_inner:63 : get_or_create_project service Default 2022-02-15 09:10:28.096 | [17600 Async ks-project:80522]: running: get_or_create_project service Default 2022-02-15 09:10:28.098 | + lib/keystone:create_keystone_accounts:328 : async_run ks-service get_or_create_role service 2022-02-15 09:10:28.167 | + inc/async:async_inner:63 : get_or_create_role service 2022-02-15 09:10:28.214 | [17600 Async ks-service:80608]: running: get_or_create_role service 2022-02-15 09:10:28.217 | + lib/keystone:create_keystone_accounts:334 : async_run ks-reseller get_or_create_role ResellerAdmin 2022-02-15 09:10:28.297 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2022-02-15 09:10:28.357 | [17600 Async ks-reseller:80694]: running: get_or_create_role ResellerAdmin 2022-02-15 09:10:28.360 | + lib/keystone:create_keystone_accounts:338 : local another_role=anotherrole 2022-02-15 09:10:28.382 | + lib/keystone:create_keystone_accounts:339 : async_run ks-anotherrole get_or_create_role anotherrole 2022-02-15 09:10:28.776 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2022-02-15 09:10:29.026 | [17600 Async ks-anotherrole:80784]: running: get_or_create_role anotherrole 2022-02-15 09:10:29.051 | + lib/keystone:create_keystone_accounts:342 : local invis_project 2022-02-15 09:10:29.082 | ++ lib/keystone:create_keystone_accounts:343 : get_or_create_project invisible_to_admin default 2022-02-15 09:10:29.102 | ++ functions-common:get_or_create_project:847 : local project_id 2022-02-15 09:10:29.130 | +++ functions-common:get_or_create_project:855 : oscwrap project create invisible_to_admin --domain=default --or-show -f value -c id 2022-02-15 09:10:31.378 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:10:31.535 | [80608 Async ks-service:80608]: finished successfully 2022-02-15 09:10:31.797 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:10:31.827 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:10:31.846 | [80694 Async ks-reseller:80694]: finished successfully 2022-02-15 09:10:31.885 | [80522 Async ks-project:80522]: finished successfully 2022-02-15 09:10:32.311 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:32.311 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:32.311 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:32.311 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:32.492 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:10:32.498 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:32.502 | ++ functions-common:get_or_create_project:853 : project_id=b1a6b374a49146b6a65742d6468ff93d 2022-02-15 09:10:32.506 | ++ functions-common:get_or_create_project:854 : echo b1a6b374a49146b6a65742d6468ff93d 2022-02-15 09:10:32.510 | + lib/keystone:create_keystone_accounts:343 : invis_project=b1a6b374a49146b6a65742d6468ff93d 2022-02-15 09:10:32.513 | + lib/keystone:create_keystone_accounts:346 : local demo_project 2022-02-15 09:10:32.519 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_project demo default 2022-02-15 09:10:32.522 | ++ functions-common:get_or_create_project:847 : local project_id 2022-02-15 09:10:32.526 | +++ functions-common:get_or_create_project:855 : oscwrap project create demo --domain=default --or-show -f value -c id 2022-02-15 09:10:32.527 | [80784 Async ks-anotherrole:80784]: finished successfully 2022-02-15 09:10:34.036 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:10:34.062 | [80383 Async ks-domain-role:80383]: finished successfully 2022-02-15 09:10:34.763 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:34.763 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:34.763 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:34.763 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:34.928 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:34.931 | ++ functions-common:get_or_create_project:853 : project_id=69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:34.934 | ++ functions-common:get_or_create_project:854 : echo 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:34.937 | + lib/keystone:create_keystone_accounts:347 : demo_project=69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:34.946 | + lib/keystone:create_keystone_accounts:348 : local demo_user 2022-02-15 09:10:34.949 | ++ lib/keystone:create_keystone_accounts:350 : get_or_create_user demo Passw0rd default demo@example.com 2022-02-15 09:10:34.952 | ++ functions-common:get_or_create_user:824 : local user_id 2022-02-15 09:10:34.955 | ++ functions-common:get_or_create_user:825 : [[ ! -z demo@example.com ]] 2022-02-15 09:10:34.957 | ++ functions-common:get_or_create_user:826 : local email=--email=demo@example.com 2022-02-15 09:10:34.960 | +++ functions-common:get_or_create_user:842 : oscwrap user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id 2022-02-15 09:10:37.217 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:37.217 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:37.217 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:37.217 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:37.381 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:37.384 | ++ functions-common:get_or_create_user:840 : user_id=16c568d549d1479f811a48b379e2a310 2022-02-15 09:10:37.387 | ++ functions-common:get_or_create_user:841 : echo 16c568d549d1479f811a48b379e2a310 2022-02-15 09:10:37.391 | + lib/keystone:create_keystone_accounts:350 : demo_user=16c568d549d1479f811a48b379e2a310 2022-02-15 09:10:37.394 | + lib/keystone:create_keystone_accounts:352 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2022-02-15 09:10:37.446 | [17600 Async ks-domain-role:80383]: Waiting for completion of get_or_add_user_domain_role admin d59c0cb3d900435e95432bb19aa3168a default running on PID 80383 (6 other jobs running) 2022-02-15 09:10:37.473 | [17600 Async ks-domain-role:80383]: Signaling child to exit 2022-02-15 09:10:37.473 | WAKEUP 2022-02-15 09:10:37.498 | [17600 Async ks-domain-role:80383]: Signaled 2022-02-15 09:10:37.499 | + functions-common:get_or_add_user_domain_role:918 : local user_role_id 2022-02-15 09:10:37.499 | ++ functions-common:get_or_add_user_domain_role:924 : get_field 1 2022-02-15 09:10:37.499 | ++ functions-common:get_or_add_user_domain_role:924 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:10:37.500 | ++ functions-common:get_or_add_user_domain_role:924 : oscwrap role assignment list --role admin --user d59c0cb3d900435e95432bb19aa3168a --domain default 2022-02-15 09:10:37.500 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:10:37.500 | ++ functions-common:get_field:727 : read data 2022-02-15 09:10:37.500 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:37.500 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:37.500 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:37.500 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:37.500 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:37.500 | + functions-common:get_or_add_user_domain_role:924 : user_role_id= 2022-02-15 09:10:37.500 | + functions-common:get_or_add_user_domain_role:925 : [[ -z '' ]] 2022-02-15 09:10:37.500 | + functions-common:get_or_add_user_domain_role:927 : openstack role add admin --user d59c0cb3d900435e95432bb19aa3168a --domain default 2022-02-15 09:10:37.500 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:37.500 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:37.500 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:37.500 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:37.500 | ++ functions-common:get_or_add_user_domain_role:934 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:10:37.500 | ++ functions-common:get_or_add_user_domain_role:934 : oscwrap role assignment list --role admin --user d59c0cb3d900435e95432bb19aa3168a --domain default 2022-02-15 09:10:37.501 | ++ functions-common:get_or_add_user_domain_role:934 : get_field 1 2022-02-15 09:10:37.501 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:10:37.501 | ++ functions-common:get_field:727 : read data 2022-02-15 09:10:37.501 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:37.501 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:37.501 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:37.501 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:37.501 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:37.501 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:10:37.501 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:10:37.501 | ++ functions-common:get_field:733 : echo '| 261c8d118aa846a880674acbd8038773 | d59c0cb3d900435e95432bb19aa3168a | | | default | | False |' 2022-02-15 09:10:37.501 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:10:37.501 | ++ functions-common:get_field:727 : read data 2022-02-15 09:10:37.501 | + functions-common:get_or_add_user_domain_role:934 : user_role_id=261c8d118aa846a880674acbd8038773 2022-02-15 09:10:37.501 | + functions-common:get_or_add_user_domain_role:936 : echo 261c8d118aa846a880674acbd8038773 2022-02-15 09:10:37.501 | 261c8d118aa846a880674acbd8038773 2022-02-15 09:10:37.548 | [17600 Async ks-domain-role:80383]: finished get_or_add_user_domain_role admin d59c0cb3d900435e95432bb19aa3168a default with result 0 in 8 seconds 2022-02-15 09:10:37.555 | Not waiting for async task ks-domain that we never started or has already been waited for 2022-02-15 09:10:37.593 | [17600 Async ks-project:80522]: Waiting for completion of get_or_create_project service Default running on PID 80522 (5 other jobs running) 2022-02-15 09:10:37.619 | [17600 Async ks-project:80522]: Signaling child to exit 2022-02-15 09:10:37.619 | WAKEUP 2022-02-15 09:10:37.644 | [17600 Async ks-project:80522]: Signaled 2022-02-15 09:10:37.645 | + functions-common:get_or_create_project:847 : local project_id 2022-02-15 09:10:37.645 | ++ functions-common:get_or_create_project:855 : oscwrap project create service --domain=Default --or-show -f value -c id 2022-02-15 09:10:37.645 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:37.645 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:37.645 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:37.645 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:37.645 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:37.645 | + functions-common:get_or_create_project:853 : project_id=9ae01ce0c22a478981961155ebb41297 2022-02-15 09:10:37.645 | + functions-common:get_or_create_project:854 : echo 9ae01ce0c22a478981961155ebb41297 2022-02-15 09:10:37.645 | 9ae01ce0c22a478981961155ebb41297 2022-02-15 09:10:37.692 | [17600 Async ks-project:80522]: finished get_or_create_project service Default with result 0 in 3 seconds 2022-02-15 09:10:37.731 | [17600 Async ks-service:80608]: Waiting for completion of get_or_create_role service running on PID 80608 (4 other jobs running) 2022-02-15 09:10:37.757 | [17600 Async ks-service:80608]: Signaling child to exit 2022-02-15 09:10:37.757 | WAKEUP 2022-02-15 09:10:37.782 | [17600 Async ks-service:80608]: Signaled 2022-02-15 09:10:37.783 | + functions-common:get_or_create_role:860 : local role_id 2022-02-15 09:10:37.783 | ++ functions-common:get_or_create_role:867 : oscwrap role create service --or-show -f value -c id 2022-02-15 09:10:37.783 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:37.783 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:37.783 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:37.783 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:37.783 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:37.783 | + functions-common:get_or_create_role:865 : role_id=e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:10:37.783 | + functions-common:get_or_create_role:866 : echo e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:10:37.783 | e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:10:37.832 | [17600 Async ks-service:80608]: finished get_or_create_role service with result 0 in 3 seconds 2022-02-15 09:10:37.871 | [17600 Async ks-reseller:80694]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 80694 (3 other jobs running) 2022-02-15 09:10:37.897 | [17600 Async ks-reseller:80694]: Signaling child to exit 2022-02-15 09:10:37.898 | WAKEUP 2022-02-15 09:10:37.921 | [17600 Async ks-reseller:80694]: Signaled 2022-02-15 09:10:37.923 | + functions-common:get_or_create_role:860 : local role_id 2022-02-15 09:10:37.923 | ++ functions-common:get_or_create_role:867 : oscwrap role create ResellerAdmin --or-show -f value -c id 2022-02-15 09:10:37.923 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:37.923 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:37.923 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:37.923 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:37.923 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:37.923 | + functions-common:get_or_create_role:865 : role_id=9c6520f03657473d8759c1653cea9deb 2022-02-15 09:10:37.923 | + functions-common:get_or_create_role:866 : echo 9c6520f03657473d8759c1653cea9deb 2022-02-15 09:10:37.923 | 9c6520f03657473d8759c1653cea9deb 2022-02-15 09:10:37.978 | [17600 Async ks-reseller:80694]: finished get_or_create_role ResellerAdmin with result 0 in 3 seconds 2022-02-15 09:10:38.020 | [17600 Async ks-anotherrole:80784]: Waiting for completion of get_or_create_role anotherrole running on PID 80784 (2 other jobs running) 2022-02-15 09:10:38.047 | [17600 Async ks-anotherrole:80784]: Signaling child to exit 2022-02-15 09:10:38.047 | WAKEUP 2022-02-15 09:10:38.070 | [17600 Async ks-anotherrole:80784]: Signaled 2022-02-15 09:10:38.071 | + functions-common:get_or_create_role:860 : local role_id 2022-02-15 09:10:38.071 | ++ functions-common:get_or_create_role:867 : oscwrap role create anotherrole --or-show -f value -c id 2022-02-15 09:10:38.071 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:38.071 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:38.071 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:38.071 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:38.071 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:38.071 | + functions-common:get_or_create_role:865 : role_id=f4c6831d236948f093650354a823b492 2022-02-15 09:10:38.072 | + functions-common:get_or_create_role:866 : echo f4c6831d236948f093650354a823b492 2022-02-15 09:10:38.072 | f4c6831d236948f093650354a823b492 2022-02-15 09:10:38.120 | [17600 Async ks-anotherrole:80784]: finished get_or_create_role anotherrole with result 0 in 3 seconds 2022-02-15 09:10:38.126 | + inc/async:async_wait:197 : return 0 2022-02-15 09:10:38.128 | + lib/keystone:create_keystone_accounts:354 : async_run ks-demo-member get_or_add_user_project_role member 16c568d549d1479f811a48b379e2a310 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:38.193 | + inc/async:async_inner:63 : get_or_add_user_project_role member 16c568d549d1479f811a48b379e2a310 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:38.238 | [17600 Async ks-demo-member:81651]: running: get_or_add_user_project_role member 16c568d549d1479f811a48b379e2a310 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:38.242 | + lib/keystone:create_keystone_accounts:355 : async_run ks-demo-admin get_or_add_user_project_role admin d59c0cb3d900435e95432bb19aa3168a 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:38.308 | + inc/async:async_inner:63 : get_or_add_user_project_role admin d59c0cb3d900435e95432bb19aa3168a 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:38.356 | [17600 Async ks-demo-admin:81763]: running: get_or_add_user_project_role admin d59c0cb3d900435e95432bb19aa3168a 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:38.360 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-another get_or_add_user_project_role anotherrole 16c568d549d1479f811a48b379e2a310 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:38.437 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 16c568d549d1479f811a48b379e2a310 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:38.484 | [17600 Async ks-demo-another:81875]: running: get_or_add_user_project_role anotherrole 16c568d549d1479f811a48b379e2a310 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:38.489 | + lib/keystone:create_keystone_accounts:357 : async_run ks-demo-invis get_or_add_user_project_role member 16c568d549d1479f811a48b379e2a310 b1a6b374a49146b6a65742d6468ff93d 2022-02-15 09:10:38.563 | + inc/async:async_inner:63 : get_or_add_user_project_role member 16c568d549d1479f811a48b379e2a310 b1a6b374a49146b6a65742d6468ff93d 2022-02-15 09:10:38.631 | [17600 Async ks-demo-invis:81987]: running: get_or_add_user_project_role member 16c568d549d1479f811a48b379e2a310 b1a6b374a49146b6a65742d6468ff93d 2022-02-15 09:10:38.640 | + lib/keystone:create_keystone_accounts:360 : local alt_demo_project 2022-02-15 09:10:38.655 | ++ lib/keystone:create_keystone_accounts:361 : get_or_create_project alt_demo default 2022-02-15 09:10:38.659 | ++ functions-common:get_or_create_project:847 : local project_id 2022-02-15 09:10:38.679 | +++ functions-common:get_or_create_project:855 : oscwrap project create alt_demo --domain=default --or-show -f value -c id 2022-02-15 09:10:41.650 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:41.650 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:41.650 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:41.651 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:41.881 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:41.884 | ++ functions-common:get_or_create_project:853 : project_id=568283097f3342f4baa62db7d784577a 2022-02-15 09:10:41.887 | ++ functions-common:get_or_create_project:854 : echo 568283097f3342f4baa62db7d784577a 2022-02-15 09:10:41.890 | + lib/keystone:create_keystone_accounts:361 : alt_demo_project=568283097f3342f4baa62db7d784577a 2022-02-15 09:10:41.894 | + lib/keystone:create_keystone_accounts:362 : local alt_demo_user 2022-02-15 09:10:41.918 | ++ lib/keystone:create_keystone_accounts:364 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2022-02-15 09:10:41.931 | ++ functions-common:get_or_create_user:824 : local user_id 2022-02-15 09:10:41.948 | ++ functions-common:get_or_create_user:825 : [[ ! -z alt_demo@example.com ]] 2022-02-15 09:10:41.971 | ++ functions-common:get_or_create_user:826 : local email=--email=alt_demo@example.com 2022-02-15 09:10:42.004 | +++ functions-common:get_or_create_user:842 : oscwrap user create alt_demo --password Passw0rd --domain=default --email=alt_demo@example.com --or-show -f value -c id 2022-02-15 09:10:44.983 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:44.983 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:44.983 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:44.983 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:45.252 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:45.255 | ++ functions-common:get_or_create_user:840 : user_id=cbca529ca88f4931a5ca3fe6cd989573 2022-02-15 09:10:45.258 | ++ functions-common:get_or_create_user:841 : echo cbca529ca88f4931a5ca3fe6cd989573 2022-02-15 09:10:45.269 | + lib/keystone:create_keystone_accounts:364 : alt_demo_user=cbca529ca88f4931a5ca3fe6cd989573 2022-02-15 09:10:45.283 | + lib/keystone:create_keystone_accounts:366 : async_run ks-alt-member get_or_add_user_project_role member cbca529ca88f4931a5ca3fe6cd989573 568283097f3342f4baa62db7d784577a 2022-02-15 09:10:45.582 | + inc/async:async_inner:63 : get_or_add_user_project_role member cbca529ca88f4931a5ca3fe6cd989573 568283097f3342f4baa62db7d784577a 2022-02-15 09:10:45.690 | [17600 Async ks-alt-member:82316]: running: get_or_add_user_project_role member cbca529ca88f4931a5ca3fe6cd989573 568283097f3342f4baa62db7d784577a 2022-02-15 09:10:45.702 | + lib/keystone:create_keystone_accounts:367 : async_run ks-alt-admin get_or_add_user_project_role admin d59c0cb3d900435e95432bb19aa3168a 568283097f3342f4baa62db7d784577a 2022-02-15 09:10:46.170 | + inc/async:async_inner:63 : get_or_add_user_project_role admin d59c0cb3d900435e95432bb19aa3168a 568283097f3342f4baa62db7d784577a 2022-02-15 09:10:46.413 | [17600 Async ks-alt-admin:82459]: running: get_or_add_user_project_role admin d59c0cb3d900435e95432bb19aa3168a 568283097f3342f4baa62db7d784577a 2022-02-15 09:10:46.434 | + lib/keystone:create_keystone_accounts:368 : async_run ks-alt-another get_or_add_user_project_role anotherrole cbca529ca88f4931a5ca3fe6cd989573 568283097f3342f4baa62db7d784577a 2022-02-15 09:10:46.857 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole cbca529ca88f4931a5ca3fe6cd989573 568283097f3342f4baa62db7d784577a 2022-02-15 09:10:47.108 | [17600 Async ks-alt-another:82573]: running: get_or_add_user_project_role anotherrole cbca529ca88f4931a5ca3fe6cd989573 568283097f3342f4baa62db7d784577a 2022-02-15 09:10:47.129 | + lib/keystone:create_keystone_accounts:371 : local admin_group 2022-02-15 09:10:47.154 | ++ lib/keystone:create_keystone_accounts:373 : get_or_create_group admins default 'openstack admin group' 2022-02-15 09:10:47.179 | ++ functions-common:get_or_create_group:809 : local 'desc=openstack admin group' 2022-02-15 09:10:47.207 | ++ functions-common:get_or_create_group:810 : local group_id 2022-02-15 09:10:47.242 | +++ functions-common:get_or_create_group:819 : oscwrap group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2022-02-15 09:10:48.384 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:10:48.610 | [81763 Async ks-demo-admin:81763]: finished successfully 2022-02-15 09:10:49.189 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:10:49.362 | [81651 Async ks-demo-member:81651]: finished successfully 2022-02-15 09:10:50.069 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:10:50.165 | [81875 Async ks-demo-another:81875]: finished successfully 2022-02-15 09:10:50.268 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:10:50.384 | [81987 Async ks-demo-invis:81987]: finished successfully 2022-02-15 09:10:51.078 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:51.078 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:51.078 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:51.078 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:51.265 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:51.268 | ++ functions-common:get_or_create_group:817 : group_id=aed49a7e917243bea0f1e9102c3747e1 2022-02-15 09:10:51.274 | ++ functions-common:get_or_create_group:818 : echo aed49a7e917243bea0f1e9102c3747e1 2022-02-15 09:10:51.278 | + lib/keystone:create_keystone_accounts:373 : admin_group=aed49a7e917243bea0f1e9102c3747e1 2022-02-15 09:10:51.281 | + lib/keystone:create_keystone_accounts:374 : local non_admin_group 2022-02-15 09:10:51.284 | ++ lib/keystone:create_keystone_accounts:376 : get_or_create_group nonadmins default 'non-admin group' 2022-02-15 09:10:51.287 | ++ functions-common:get_or_create_group:809 : local 'desc=non-admin group' 2022-02-15 09:10:51.289 | ++ functions-common:get_or_create_group:810 : local group_id 2022-02-15 09:10:51.293 | +++ functions-common:get_or_create_group:819 : oscwrap group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2022-02-15 09:10:53.771 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:53.771 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:53.771 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:53.771 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:53.950 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:53.956 | ++ functions-common:get_or_create_group:817 : group_id=4a72989b90384958924ed79f453bd037 2022-02-15 09:10:53.959 | ++ functions-common:get_or_create_group:818 : echo 4a72989b90384958924ed79f453bd037 2022-02-15 09:10:53.962 | + lib/keystone:create_keystone_accounts:376 : non_admin_group=4a72989b90384958924ed79f453bd037 2022-02-15 09:10:53.964 | + lib/keystone:create_keystone_accounts:378 : async_run ks-group-memberdemo get_or_add_group_project_role member 4a72989b90384958924ed79f453bd037 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:54.040 | + inc/async:async_inner:63 : get_or_add_group_project_role member 4a72989b90384958924ed79f453bd037 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:54.138 | [17600 Async ks-group-memberdemo:83086]: running: get_or_add_group_project_role member 4a72989b90384958924ed79f453bd037 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:54.158 | + lib/keystone:create_keystone_accounts:379 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 4a72989b90384958924ed79f453bd037 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:54.610 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 4a72989b90384958924ed79f453bd037 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:54.845 | [17600 Async ks-group-anotherdemo:83174]: running: get_or_add_group_project_role anotherrole 4a72989b90384958924ed79f453bd037 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:54.870 | + lib/keystone:create_keystone_accounts:380 : async_run ks-group-memberalt get_or_add_group_project_role member 4a72989b90384958924ed79f453bd037 568283097f3342f4baa62db7d784577a 2022-02-15 09:10:55.318 | + inc/async:async_inner:63 : get_or_add_group_project_role member 4a72989b90384958924ed79f453bd037 568283097f3342f4baa62db7d784577a 2022-02-15 09:10:55.577 | [17600 Async ks-group-memberalt:83261]: running: get_or_add_group_project_role member 4a72989b90384958924ed79f453bd037 568283097f3342f4baa62db7d784577a 2022-02-15 09:10:55.600 | + lib/keystone:create_keystone_accounts:381 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 4a72989b90384958924ed79f453bd037 568283097f3342f4baa62db7d784577a 2022-02-15 09:10:55.999 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 4a72989b90384958924ed79f453bd037 568283097f3342f4baa62db7d784577a 2022-02-15 09:10:56.182 | [17600 Async ks-group-anotheralt:83348]: running: get_or_add_group_project_role anotherrole 4a72989b90384958924ed79f453bd037 568283097f3342f4baa62db7d784577a 2022-02-15 09:10:56.199 | + lib/keystone:create_keystone_accounts:382 : async_run ks-group-admin get_or_add_group_project_role admin aed49a7e917243bea0f1e9102c3747e1 67c24a4e335a43709016daa476acf61a 2022-02-15 09:10:56.222 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:10:56.426 | [82316 Async ks-alt-member:82316]: finished successfully 2022-02-15 09:10:56.678 | + inc/async:async_inner:63 : get_or_add_group_project_role admin aed49a7e917243bea0f1e9102c3747e1 67c24a4e335a43709016daa476acf61a 2022-02-15 09:10:56.879 | [17600 Async ks-group-admin:83484]: running: get_or_add_group_project_role admin aed49a7e917243bea0f1e9102c3747e1 67c24a4e335a43709016daa476acf61a 2022-02-15 09:10:56.898 | + lib/keystone:create_keystone_accounts:384 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis 2022-02-15 09:10:57.338 | [17600 Async ks-demo-member:81651]: Waiting for completion of get_or_add_user_project_role member 16c568d549d1479f811a48b379e2a310 69a13a82a34142c1a27aff2101722d6b running on PID 81651 (13 other jobs running) 2022-02-15 09:10:57.534 | [17600 Async ks-demo-member:81651]: Signaling child to exit 2022-02-15 09:10:57.534 | WAKEUP 2022-02-15 09:10:57.654 | [17600 Async ks-demo-member:81651]: Signaled 2022-02-15 09:10:57.656 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:10:57.657 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-15 09:10:57.657 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:10:57.657 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:10:57.657 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-15 09:10:57.657 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-15 09:10:57.657 | ++ functions-common:_get_domain_args:882 : echo 2022-02-15 09:10:57.657 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-15 09:10:57.657 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user 16c568d549d1479f811a48b379e2a310 --project 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:57.657 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:10:57.657 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:10:57.657 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:10:57.657 | ++ functions-common:get_field:727 : read data 2022-02-15 09:10:57.657 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:57.657 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:57.657 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:57.657 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:57.657 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:57.657 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:10:57.657 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:10:57.657 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user 16c568d549d1479f811a48b379e2a310 --project 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:57.657 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:57.657 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:57.657 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:57.657 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:57.657 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:10:57.657 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user 16c568d549d1479f811a48b379e2a310 --project 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:57.658 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:10:57.658 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:10:57.658 | ++ functions-common:get_field:727 : read data 2022-02-15 09:10:57.658 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:57.658 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:57.658 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:57.658 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:57.658 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:57.658 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:10:57.658 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:10:57.658 | ++ functions-common:get_field:733 : echo '| 7c629b99e75c437dabc1281b9a585589 | 16c568d549d1479f811a48b379e2a310 | | 69a13a82a34142c1a27aff2101722d6b | | | False |' 2022-02-15 09:10:57.658 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:10:57.658 | ++ functions-common:get_field:727 : read data 2022-02-15 09:10:57.658 | + functions-common:get_or_add_user_project_role:910 : user_role_id=7c629b99e75c437dabc1281b9a585589 2022-02-15 09:10:57.658 | + functions-common:get_or_add_user_project_role:912 : echo 7c629b99e75c437dabc1281b9a585589 2022-02-15 09:10:57.658 | 7c629b99e75c437dabc1281b9a585589 2022-02-15 09:10:57.778 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:10:57.791 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:10:57.905 | [17600 Async ks-demo-member:81651]: finished get_or_add_user_project_role member 16c568d549d1479f811a48b379e2a310 69a13a82a34142c1a27aff2101722d6b with result 0 in 11 seconds 2022-02-15 09:10:57.944 | [82459 Async ks-alt-admin:82459]: finished successfully 2022-02-15 09:10:57.947 | [82573 Async ks-alt-another:82573]: finished successfully 2022-02-15 09:10:58.144 | [17600 Async ks-demo-admin:81763]: Waiting for completion of get_or_add_user_project_role admin d59c0cb3d900435e95432bb19aa3168a 69a13a82a34142c1a27aff2101722d6b running on PID 81763 (12 other jobs running) 2022-02-15 09:10:58.310 | [17600 Async ks-demo-admin:81763]: Signaling child to exit 2022-02-15 09:10:58.311 | WAKEUP 2022-02-15 09:10:58.462 | [17600 Async ks-demo-admin:81763]: Signaled 2022-02-15 09:10:58.470 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:10:58.470 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-15 09:10:58.470 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:10:58.470 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:10:58.470 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-15 09:10:58.470 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-15 09:10:58.470 | ++ functions-common:_get_domain_args:882 : echo 2022-02-15 09:10:58.470 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-15 09:10:58.470 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:10:58.470 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:10:58.470 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user d59c0cb3d900435e95432bb19aa3168a --project 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:58.470 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:10:58.470 | ++ functions-common:get_field:727 : read data 2022-02-15 09:10:58.470 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:58.470 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:58.470 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:58.470 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:58.470 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:58.470 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:10:58.470 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:10:58.470 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user d59c0cb3d900435e95432bb19aa3168a --project 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:58.470 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:58.470 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:58.471 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:58.471 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:58.471 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:10:58.471 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user d59c0cb3d900435e95432bb19aa3168a --project 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:58.471 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:10:58.471 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:10:58.471 | ++ functions-common:get_field:727 : read data 2022-02-15 09:10:58.471 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:58.471 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:58.471 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:58.471 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:58.471 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:58.471 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:10:58.471 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:10:58.471 | ++ functions-common:get_field:733 : echo '| 261c8d118aa846a880674acbd8038773 | d59c0cb3d900435e95432bb19aa3168a | | 69a13a82a34142c1a27aff2101722d6b | | | False |' 2022-02-15 09:10:58.471 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:10:58.471 | ++ functions-common:get_field:727 : read data 2022-02-15 09:10:58.471 | + functions-common:get_or_add_user_project_role:910 : user_role_id=261c8d118aa846a880674acbd8038773 2022-02-15 09:10:58.471 | + functions-common:get_or_add_user_project_role:912 : echo 261c8d118aa846a880674acbd8038773 2022-02-15 09:10:58.471 | 261c8d118aa846a880674acbd8038773 2022-02-15 09:10:58.798 | [17600 Async ks-demo-admin:81763]: finished get_or_add_user_project_role admin d59c0cb3d900435e95432bb19aa3168a 69a13a82a34142c1a27aff2101722d6b with result 0 in 10 seconds 2022-02-15 09:10:59.092 | [17600 Async ks-demo-another:81875]: Waiting for completion of get_or_add_user_project_role anotherrole 16c568d549d1479f811a48b379e2a310 69a13a82a34142c1a27aff2101722d6b running on PID 81875 (11 other jobs running) 2022-02-15 09:10:59.296 | [17600 Async ks-demo-another:81875]: Signaling child to exit 2022-02-15 09:10:59.297 | WAKEUP 2022-02-15 09:10:59.458 | [17600 Async ks-demo-another:81875]: Signaled 2022-02-15 09:10:59.470 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:10:59.470 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-15 09:10:59.470 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:10:59.470 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:10:59.470 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-15 09:10:59.470 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-15 09:10:59.470 | ++ functions-common:_get_domain_args:882 : echo 2022-02-15 09:10:59.470 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-15 09:10:59.470 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role anotherrole --user 16c568d549d1479f811a48b379e2a310 --project 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:59.470 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:10:59.470 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:10:59.470 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:10:59.470 | ++ functions-common:get_field:727 : read data 2022-02-15 09:10:59.470 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:59.470 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:59.471 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:59.471 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:59.471 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:59.471 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:10:59.471 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:10:59.471 | + functions-common:get_or_add_user_project_role:901 : openstack role add anotherrole --user 16c568d549d1479f811a48b379e2a310 --project 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:59.471 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:59.471 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:59.471 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:59.471 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:59.471 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role anotherrole --user 16c568d549d1479f811a48b379e2a310 --project 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:10:59.471 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:10:59.471 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:10:59.471 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:10:59.471 | ++ functions-common:get_field:727 : read data 2022-02-15 09:10:59.471 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:59.471 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:59.471 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:10:59.471 | from cryptography.utils import int_from_bytes 2022-02-15 09:10:59.471 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:10:59.471 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:10:59.471 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:10:59.471 | ++ functions-common:get_field:733 : echo '| f4c6831d236948f093650354a823b492 | 16c568d549d1479f811a48b379e2a310 | | 69a13a82a34142c1a27aff2101722d6b | | | False |' 2022-02-15 09:10:59.471 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:10:59.471 | ++ functions-common:get_field:727 : read data 2022-02-15 09:10:59.471 | + functions-common:get_or_add_user_project_role:910 : user_role_id=f4c6831d236948f093650354a823b492 2022-02-15 09:10:59.472 | + functions-common:get_or_add_user_project_role:912 : echo f4c6831d236948f093650354a823b492 2022-02-15 09:10:59.472 | f4c6831d236948f093650354a823b492 2022-02-15 09:10:59.789 | [17600 Async ks-demo-another:81875]: finished get_or_add_user_project_role anotherrole 16c568d549d1479f811a48b379e2a310 69a13a82a34142c1a27aff2101722d6b with result 0 in 11 seconds 2022-02-15 09:11:00.053 | [17600 Async ks-demo-invis:81987]: Waiting for completion of get_or_add_user_project_role member 16c568d549d1479f811a48b379e2a310 b1a6b374a49146b6a65742d6468ff93d running on PID 81987 (10 other jobs running) 2022-02-15 09:11:00.230 | [17600 Async ks-demo-invis:81987]: Signaling child to exit 2022-02-15 09:11:00.230 | WAKEUP 2022-02-15 09:11:00.401 | [17600 Async ks-demo-invis:81987]: Signaled 2022-02-15 09:11:00.402 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:11:00.402 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-15 09:11:00.402 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:11:00.402 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:11:00.402 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-15 09:11:00.403 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-15 09:11:00.403 | ++ functions-common:_get_domain_args:882 : echo 2022-02-15 09:11:00.403 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-15 09:11:00.403 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:11:00.403 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user 16c568d549d1479f811a48b379e2a310 --project b1a6b374a49146b6a65742d6468ff93d 2022-02-15 09:11:00.403 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:11:00.403 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:11:00.403 | ++ functions-common:get_field:727 : read data 2022-02-15 09:11:00.403 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:00.403 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:00.403 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:00.403 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:00.403 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:11:00.403 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:11:00.403 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:11:00.403 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user 16c568d549d1479f811a48b379e2a310 --project b1a6b374a49146b6a65742d6468ff93d 2022-02-15 09:11:00.403 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:00.403 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:00.403 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:00.403 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:00.403 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:11:00.403 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:11:00.403 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:11:00.403 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user 16c568d549d1479f811a48b379e2a310 --project b1a6b374a49146b6a65742d6468ff93d 2022-02-15 09:11:00.403 | ++ functions-common:get_field:727 : read data 2022-02-15 09:11:00.403 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:00.404 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:00.404 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:00.404 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:00.404 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:11:00.404 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:11:00.404 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:11:00.404 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:11:00.404 | ++ functions-common:get_field:733 : echo '| 7c629b99e75c437dabc1281b9a585589 | 16c568d549d1479f811a48b379e2a310 | | b1a6b374a49146b6a65742d6468ff93d | | | False |' 2022-02-15 09:11:00.404 | ++ functions-common:get_field:727 : read data 2022-02-15 09:11:00.404 | + functions-common:get_or_add_user_project_role:910 : user_role_id=7c629b99e75c437dabc1281b9a585589 2022-02-15 09:11:00.404 | + functions-common:get_or_add_user_project_role:912 : echo 7c629b99e75c437dabc1281b9a585589 2022-02-15 09:11:00.404 | 7c629b99e75c437dabc1281b9a585589 2022-02-15 09:11:00.717 | [17600 Async ks-demo-invis:81987]: finished get_or_add_user_project_role member 16c568d549d1479f811a48b379e2a310 b1a6b374a49146b6a65742d6468ff93d with result 0 in 11 seconds 2022-02-15 09:11:00.759 | + inc/async:async_wait:197 : return 0 2022-02-15 09:11:00.768 | + lib/keystone:create_keystone_accounts:385 : async_wait ks-alt-member ks-alt-admin ks-alt-another 2022-02-15 09:11:01.108 | [17600 Async ks-alt-member:82316]: Waiting for completion of get_or_add_user_project_role member cbca529ca88f4931a5ca3fe6cd989573 568283097f3342f4baa62db7d784577a running on PID 82316 (9 other jobs running) 2022-02-15 09:11:01.284 | [17600 Async ks-alt-member:82316]: Signaling child to exit 2022-02-15 09:11:01.285 | WAKEUP 2022-02-15 09:11:01.443 | [17600 Async ks-alt-member:82316]: Signaled 2022-02-15 09:11:01.461 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:11:01.461 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-15 09:11:01.461 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:11:01.461 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:11:01.461 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-15 09:11:01.462 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-15 09:11:01.462 | ++ functions-common:_get_domain_args:882 : echo 2022-02-15 09:11:01.462 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-15 09:11:01.462 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:11:01.462 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user cbca529ca88f4931a5ca3fe6cd989573 --project 568283097f3342f4baa62db7d784577a 2022-02-15 09:11:01.462 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:11:01.462 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:11:01.462 | ++ functions-common:get_field:727 : read data 2022-02-15 09:11:01.462 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:01.462 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:01.462 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:01.462 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:01.462 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:11:01.462 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:11:01.462 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:11:01.462 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user cbca529ca88f4931a5ca3fe6cd989573 --project 568283097f3342f4baa62db7d784577a 2022-02-15 09:11:01.462 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:01.462 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:01.462 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:01.462 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:01.462 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user cbca529ca88f4931a5ca3fe6cd989573 --project 568283097f3342f4baa62db7d784577a 2022-02-15 09:11:01.462 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:11:01.462 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:11:01.462 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:11:01.462 | ++ functions-common:get_field:727 : read data 2022-02-15 09:11:01.462 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:01.462 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:01.462 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:01.462 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:01.462 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:11:01.462 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:11:01.462 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:11:01.462 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:11:01.463 | ++ functions-common:get_field:733 : echo '| 7c629b99e75c437dabc1281b9a585589 | cbca529ca88f4931a5ca3fe6cd989573 | | 568283097f3342f4baa62db7d784577a | | | False |' 2022-02-15 09:11:01.463 | ++ functions-common:get_field:727 : read data 2022-02-15 09:11:01.463 | + functions-common:get_or_add_user_project_role:910 : user_role_id=7c629b99e75c437dabc1281b9a585589 2022-02-15 09:11:01.463 | + functions-common:get_or_add_user_project_role:912 : echo 7c629b99e75c437dabc1281b9a585589 2022-02-15 09:11:01.463 | 7c629b99e75c437dabc1281b9a585589 2022-02-15 09:11:01.798 | [17600 Async ks-alt-member:82316]: finished get_or_add_user_project_role member cbca529ca88f4931a5ca3fe6cd989573 568283097f3342f4baa62db7d784577a with result 0 in 10 seconds 2022-02-15 09:11:02.087 | [17600 Async ks-alt-admin:82459]: Waiting for completion of get_or_add_user_project_role admin d59c0cb3d900435e95432bb19aa3168a 568283097f3342f4baa62db7d784577a running on PID 82459 (8 other jobs running) 2022-02-15 09:11:02.237 | [17600 Async ks-alt-admin:82459]: Signaling child to exit 2022-02-15 09:11:02.237 | WAKEUP 2022-02-15 09:11:02.377 | [17600 Async ks-alt-admin:82459]: Signaled 2022-02-15 09:11:02.398 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:11:02.398 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-15 09:11:02.398 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:11:02.398 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:11:02.398 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-15 09:11:02.398 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-15 09:11:02.398 | ++ functions-common:_get_domain_args:882 : echo 2022-02-15 09:11:02.398 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-15 09:11:02.398 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:11:02.398 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user d59c0cb3d900435e95432bb19aa3168a --project 568283097f3342f4baa62db7d784577a 2022-02-15 09:11:02.398 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:11:02.398 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:11:02.398 | ++ functions-common:get_field:727 : read data 2022-02-15 09:11:02.398 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:02.398 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:02.398 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:02.398 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:02.398 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:11:02.398 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:11:02.398 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:11:02.398 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user d59c0cb3d900435e95432bb19aa3168a --project 568283097f3342f4baa62db7d784577a 2022-02-15 09:11:02.398 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:02.398 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:02.398 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:02.398 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:02.398 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user d59c0cb3d900435e95432bb19aa3168a --project 568283097f3342f4baa62db7d784577a 2022-02-15 09:11:02.399 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:11:02.399 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:11:02.399 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:11:02.399 | ++ functions-common:get_field:727 : read data 2022-02-15 09:11:02.399 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:02.399 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:02.399 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:02.399 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:02.399 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:11:02.399 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:11:02.399 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:11:02.399 | ++ functions-common:get_field:733 : echo '| 261c8d118aa846a880674acbd8038773 | d59c0cb3d900435e95432bb19aa3168a | | 568283097f3342f4baa62db7d784577a | | | False |' 2022-02-15 09:11:02.399 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:11:02.399 | ++ functions-common:get_field:727 : read data 2022-02-15 09:11:02.399 | + functions-common:get_or_add_user_project_role:910 : user_role_id=261c8d118aa846a880674acbd8038773 2022-02-15 09:11:02.399 | + functions-common:get_or_add_user_project_role:912 : echo 261c8d118aa846a880674acbd8038773 2022-02-15 09:11:02.399 | 261c8d118aa846a880674acbd8038773 2022-02-15 09:11:02.650 | [17600 Async ks-alt-admin:82459]: finished get_or_add_user_project_role admin d59c0cb3d900435e95432bb19aa3168a 568283097f3342f4baa62db7d784577a with result 0 in 11 seconds 2022-02-15 09:11:02.899 | [17600 Async ks-alt-another:82573]: Waiting for completion of get_or_add_user_project_role anotherrole cbca529ca88f4931a5ca3fe6cd989573 568283097f3342f4baa62db7d784577a running on PID 82573 (7 other jobs running) 2022-02-15 09:11:03.042 | [17600 Async ks-alt-another:82573]: Signaling child to exit 2022-02-15 09:11:03.042 | WAKEUP 2022-02-15 09:11:03.186 | [17600 Async ks-alt-another:82573]: Signaled 2022-02-15 09:11:03.200 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:11:03.200 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-15 09:11:03.200 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:11:03.200 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:11:03.200 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-15 09:11:03.200 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-15 09:11:03.200 | ++ functions-common:_get_domain_args:882 : echo 2022-02-15 09:11:03.200 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-15 09:11:03.200 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:11:03.200 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role anotherrole --user cbca529ca88f4931a5ca3fe6cd989573 --project 568283097f3342f4baa62db7d784577a 2022-02-15 09:11:03.200 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:11:03.200 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:11:03.200 | ++ functions-common:get_field:727 : read data 2022-02-15 09:11:03.200 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:03.200 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:03.200 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:03.200 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:03.200 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:11:03.200 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:11:03.200 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:11:03.201 | + functions-common:get_or_add_user_project_role:901 : openstack role add anotherrole --user cbca529ca88f4931a5ca3fe6cd989573 --project 568283097f3342f4baa62db7d784577a 2022-02-15 09:11:03.201 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:03.201 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:03.201 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:03.201 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:03.201 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role anotherrole --user cbca529ca88f4931a5ca3fe6cd989573 --project 568283097f3342f4baa62db7d784577a 2022-02-15 09:11:03.201 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:11:03.201 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:11:03.201 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:11:03.201 | ++ functions-common:get_field:727 : read data 2022-02-15 09:11:03.201 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:03.201 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:03.201 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:03.201 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:03.201 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:11:03.201 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:11:03.201 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:11:03.201 | ++ functions-common:get_field:733 : echo '| f4c6831d236948f093650354a823b492 | cbca529ca88f4931a5ca3fe6cd989573 | | 568283097f3342f4baa62db7d784577a | | | False |' 2022-02-15 09:11:03.201 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:11:03.201 | ++ functions-common:get_field:727 : read data 2022-02-15 09:11:03.201 | + functions-common:get_or_add_user_project_role:910 : user_role_id=f4c6831d236948f093650354a823b492 2022-02-15 09:11:03.201 | + functions-common:get_or_add_user_project_role:912 : echo f4c6831d236948f093650354a823b492 2022-02-15 09:11:03.201 | f4c6831d236948f093650354a823b492 2022-02-15 09:11:03.504 | [17600 Async ks-alt-another:82573]: finished get_or_add_user_project_role anotherrole cbca529ca88f4931a5ca3fe6cd989573 568283097f3342f4baa62db7d784577a with result 0 in 11 seconds 2022-02-15 09:11:03.543 | + inc/async:async_wait:197 : return 0 2022-02-15 09:11:03.563 | + lib/keystone:create_keystone_accounts:386 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2022-02-15 09:11:03.905 | [17600 Async ks-group-memberdemo:83086]: Waiting for completion of get_or_add_group_project_role member 4a72989b90384958924ed79f453bd037 69a13a82a34142c1a27aff2101722d6b running on PID 83086 (6 other jobs running) 2022-02-15 09:11:04.139 | [17600 Async ks-group-memberdemo:83086]: Signaling child to exit 2022-02-15 09:11:05.442 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:11:05.596 | [83086 Async ks-group-memberdemo:83086]: finished successfully 2022-02-15 09:11:05.685 | WAKEUP 2022-02-15 09:11:05.763 | [17600 Async ks-group-memberdemo:83086]: Signaled 2022-02-15 09:11:05.777 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2022-02-15 09:11:05.777 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role member --group 4a72989b90384958924ed79f453bd037 --project 69a13a82a34142c1a27aff2101722d6b -f value 2022-02-15 09:11:05.777 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:05.777 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:05.777 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:05.777 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:05.777 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:11:05.777 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2022-02-15 09:11:05.777 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2022-02-15 09:11:05.777 | + functions-common:get_or_add_group_project_role:951 : openstack role add member --group 4a72989b90384958924ed79f453bd037 --project 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:11:05.777 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:05.777 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:05.777 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:05.777 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:05.777 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role member --group 4a72989b90384958924ed79f453bd037 --project 69a13a82a34142c1a27aff2101722d6b -f value 2022-02-15 09:11:05.777 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:05.777 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:05.777 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:05.777 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:05.777 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:11:05.777 | + functions-common:get_or_add_group_project_role:958 : group_role_id='7c629b99e75c437dabc1281b9a585589 4a72989b90384958924ed79f453bd037 69a13a82a34142c1a27aff2101722d6b False' 2022-02-15 09:11:05.777 | + functions-common:get_or_add_group_project_role:960 : echo 7c629b99e75c437dabc1281b9a585589 4a72989b90384958924ed79f453bd037 69a13a82a34142c1a27aff2101722d6b False 2022-02-15 09:11:05.778 | 7c629b99e75c437dabc1281b9a585589 4a72989b90384958924ed79f453bd037 69a13a82a34142c1a27aff2101722d6b False 2022-02-15 09:11:05.983 | [17600 Async ks-group-memberdemo:83086]: finished get_or_add_group_project_role member 4a72989b90384958924ed79f453bd037 69a13a82a34142c1a27aff2101722d6b with result 0 in 11 seconds 2022-02-15 09:11:06.134 | [17600 Async ks-group-anotherdemo:83174]: Waiting for completion of get_or_add_group_project_role anotherrole 4a72989b90384958924ed79f453bd037 69a13a82a34142c1a27aff2101722d6b running on PID 83174 (5 other jobs running) 2022-02-15 09:11:06.135 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:11:06.200 | [17600 Async ks-group-anotherdemo:83174]: Signaling child to exit 2022-02-15 09:11:06.202 | [83174 Async ks-group-anotherdemo:83174]: finished successfully 2022-02-15 09:11:06.225 | WAKEUP 2022-02-15 09:11:06.255 | [17600 Async ks-group-anotherdemo:83174]: Signaled 2022-02-15 09:11:06.256 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2022-02-15 09:11:06.256 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role anotherrole --group 4a72989b90384958924ed79f453bd037 --project 69a13a82a34142c1a27aff2101722d6b -f value 2022-02-15 09:11:06.257 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:06.257 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:06.257 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:06.257 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:06.257 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:11:06.257 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2022-02-15 09:11:06.257 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2022-02-15 09:11:06.257 | + functions-common:get_or_add_group_project_role:951 : openstack role add anotherrole --group 4a72989b90384958924ed79f453bd037 --project 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:11:06.257 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:06.257 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:06.257 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:06.257 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:06.257 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role anotherrole --group 4a72989b90384958924ed79f453bd037 --project 69a13a82a34142c1a27aff2101722d6b -f value 2022-02-15 09:11:06.257 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:06.257 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:06.257 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:06.257 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:06.257 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:11:06.257 | + functions-common:get_or_add_group_project_role:958 : group_role_id='f4c6831d236948f093650354a823b492 4a72989b90384958924ed79f453bd037 69a13a82a34142c1a27aff2101722d6b False' 2022-02-15 09:11:06.257 | + functions-common:get_or_add_group_project_role:960 : echo f4c6831d236948f093650354a823b492 4a72989b90384958924ed79f453bd037 69a13a82a34142c1a27aff2101722d6b False 2022-02-15 09:11:06.257 | f4c6831d236948f093650354a823b492 4a72989b90384958924ed79f453bd037 69a13a82a34142c1a27aff2101722d6b False 2022-02-15 09:11:06.296 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:11:06.311 | [17600 Async ks-group-anotherdemo:83174]: finished get_or_add_group_project_role anotherrole 4a72989b90384958924ed79f453bd037 69a13a82a34142c1a27aff2101722d6b with result 0 in 11 seconds 2022-02-15 09:11:06.333 | [83261 Async ks-group-memberalt:83261]: finished successfully 2022-02-15 09:11:06.358 | [17600 Async ks-group-memberalt:83261]: Waiting for completion of get_or_add_group_project_role member 4a72989b90384958924ed79f453bd037 568283097f3342f4baa62db7d784577a running on PID 83261 (4 other jobs running) 2022-02-15 09:11:06.388 | [17600 Async ks-group-memberalt:83261]: Signaling child to exit 2022-02-15 09:11:06.389 | WAKEUP 2022-02-15 09:11:06.414 | [17600 Async ks-group-memberalt:83261]: Signaled 2022-02-15 09:11:06.417 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2022-02-15 09:11:06.417 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role member --group 4a72989b90384958924ed79f453bd037 --project 568283097f3342f4baa62db7d784577a -f value 2022-02-15 09:11:06.417 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:06.417 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:06.417 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:06.417 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:06.417 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:11:06.417 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2022-02-15 09:11:06.417 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2022-02-15 09:11:06.417 | + functions-common:get_or_add_group_project_role:951 : openstack role add member --group 4a72989b90384958924ed79f453bd037 --project 568283097f3342f4baa62db7d784577a 2022-02-15 09:11:06.417 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:06.417 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:06.418 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:06.418 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:06.418 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role member --group 4a72989b90384958924ed79f453bd037 --project 568283097f3342f4baa62db7d784577a -f value 2022-02-15 09:11:06.418 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:06.418 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:06.418 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:06.418 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:06.418 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:11:06.418 | + functions-common:get_or_add_group_project_role:958 : group_role_id='7c629b99e75c437dabc1281b9a585589 4a72989b90384958924ed79f453bd037 568283097f3342f4baa62db7d784577a False' 2022-02-15 09:11:06.418 | + functions-common:get_or_add_group_project_role:960 : echo 7c629b99e75c437dabc1281b9a585589 4a72989b90384958924ed79f453bd037 568283097f3342f4baa62db7d784577a False 2022-02-15 09:11:06.418 | 7c629b99e75c437dabc1281b9a585589 4a72989b90384958924ed79f453bd037 568283097f3342f4baa62db7d784577a False 2022-02-15 09:11:06.468 | [17600 Async ks-group-memberalt:83261]: finished get_or_add_group_project_role member 4a72989b90384958924ed79f453bd037 568283097f3342f4baa62db7d784577a with result 0 in 11 seconds 2022-02-15 09:11:06.509 | [17600 Async ks-group-anotheralt:83348]: Waiting for completion of get_or_add_group_project_role anotherrole 4a72989b90384958924ed79f453bd037 568283097f3342f4baa62db7d784577a running on PID 83348 (3 other jobs running) 2022-02-15 09:11:06.543 | [17600 Async ks-group-anotheralt:83348]: Signaling child to exit 2022-02-15 09:11:07.064 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:11:07.093 | [83348 Async ks-group-anotheralt:83348]: finished successfully 2022-02-15 09:11:07.115 | WAKEUP 2022-02-15 09:11:07.142 | [17600 Async ks-group-anotheralt:83348]: Signaled 2022-02-15 09:11:07.144 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2022-02-15 09:11:07.144 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role anotherrole --group 4a72989b90384958924ed79f453bd037 --project 568283097f3342f4baa62db7d784577a -f value 2022-02-15 09:11:07.144 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:07.144 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:07.144 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:07.144 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:07.144 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:11:07.144 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2022-02-15 09:11:07.144 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2022-02-15 09:11:07.144 | + functions-common:get_or_add_group_project_role:951 : openstack role add anotherrole --group 4a72989b90384958924ed79f453bd037 --project 568283097f3342f4baa62db7d784577a 2022-02-15 09:11:07.144 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:07.144 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:07.144 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:07.144 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:07.144 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role anotherrole --group 4a72989b90384958924ed79f453bd037 --project 568283097f3342f4baa62db7d784577a -f value 2022-02-15 09:11:07.144 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:07.144 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:07.144 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:07.144 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:07.144 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:11:07.145 | + functions-common:get_or_add_group_project_role:958 : group_role_id='f4c6831d236948f093650354a823b492 4a72989b90384958924ed79f453bd037 568283097f3342f4baa62db7d784577a False' 2022-02-15 09:11:07.145 | + functions-common:get_or_add_group_project_role:960 : echo f4c6831d236948f093650354a823b492 4a72989b90384958924ed79f453bd037 568283097f3342f4baa62db7d784577a False 2022-02-15 09:11:07.145 | f4c6831d236948f093650354a823b492 4a72989b90384958924ed79f453bd037 568283097f3342f4baa62db7d784577a False 2022-02-15 09:11:07.195 | [17600 Async ks-group-anotheralt:83348]: finished get_or_add_group_project_role anotherrole 4a72989b90384958924ed79f453bd037 568283097f3342f4baa62db7d784577a with result 0 in 11 seconds 2022-02-15 09:11:07.238 | [17600 Async ks-group-admin:83484]: Waiting for completion of get_or_add_group_project_role admin aed49a7e917243bea0f1e9102c3747e1 67c24a4e335a43709016daa476acf61a running on PID 83484 (2 other jobs running) 2022-02-15 09:11:07.272 | [17600 Async ks-group-admin:83484]: Signaling child to exit 2022-02-15 09:11:07.423 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:11:07.450 | [83484 Async ks-group-admin:83484]: finished successfully 2022-02-15 09:11:07.471 | WAKEUP 2022-02-15 09:11:07.496 | [17600 Async ks-group-admin:83484]: Signaled 2022-02-15 09:11:07.497 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2022-02-15 09:11:07.497 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role admin --group aed49a7e917243bea0f1e9102c3747e1 --project 67c24a4e335a43709016daa476acf61a -f value 2022-02-15 09:11:07.497 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:07.498 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:07.498 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:07.498 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:07.498 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:11:07.498 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2022-02-15 09:11:07.498 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2022-02-15 09:11:07.498 | + functions-common:get_or_add_group_project_role:951 : openstack role add admin --group aed49a7e917243bea0f1e9102c3747e1 --project 67c24a4e335a43709016daa476acf61a 2022-02-15 09:11:07.498 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:07.498 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:07.498 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:07.498 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:07.498 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role admin --group aed49a7e917243bea0f1e9102c3747e1 --project 67c24a4e335a43709016daa476acf61a -f value 2022-02-15 09:11:07.498 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:07.498 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:07.498 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:11:07.498 | from cryptography.utils import int_from_bytes 2022-02-15 09:11:07.498 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:11:07.498 | + functions-common:get_or_add_group_project_role:958 : group_role_id='261c8d118aa846a880674acbd8038773 aed49a7e917243bea0f1e9102c3747e1 67c24a4e335a43709016daa476acf61a False' 2022-02-15 09:11:07.498 | + functions-common:get_or_add_group_project_role:960 : echo 261c8d118aa846a880674acbd8038773 aed49a7e917243bea0f1e9102c3747e1 67c24a4e335a43709016daa476acf61a False 2022-02-15 09:11:07.498 | 261c8d118aa846a880674acbd8038773 aed49a7e917243bea0f1e9102c3747e1 67c24a4e335a43709016daa476acf61a False 2022-02-15 09:11:07.543 | [17600 Async ks-group-admin:83484]: finished get_or_add_group_project_role admin aed49a7e917243bea0f1e9102c3747e1 67c24a4e335a43709016daa476acf61a with result 0 in 10 seconds 2022-02-15 09:11:07.547 | + inc/async:async_wait:197 : return 0 2022-02-15 09:11:07.550 | + lib/keystone:create_keystone_accounts:388 : is_service_enabled ldap 2022-02-15 09:11:07.568 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:11:07.570 | + ./stack.sh:main:1103 : is_service_enabled nova 2022-02-15 09:11:07.588 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:11:07.590 | + ./stack.sh:main:1104 : async_runfunc create_nova_accounts 2022-02-15 09:11:07.593 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2022-02-15 09:11:07.654 | + inc/async:async_inner:63 : create_nova_accounts 2022-02-15 09:11:07.700 | [17600 Async create_nova_accounts:85095]: running: create_nova_accounts 2022-02-15 09:11:07.703 | + ./stack.sh:main:1106 : is_service_enabled glance 2022-02-15 09:11:07.722 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:11:07.724 | + ./stack.sh:main:1107 : async_runfunc create_glance_accounts 2022-02-15 09:11:07.727 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2022-02-15 09:11:07.791 | + inc/async:async_inner:63 : create_glance_accounts 2022-02-15 09:11:07.837 | [17600 Async create_glance_accounts:85210]: running: create_glance_accounts 2022-02-15 09:11:07.842 | + ./stack.sh:main:1109 : is_service_enabled cinder 2022-02-15 09:11:07.866 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:11:07.870 | + ./stack.sh:main:1110 : async_runfunc create_cinder_accounts 2022-02-15 09:11:07.873 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2022-02-15 09:11:07.943 | + inc/async:async_inner:63 : create_cinder_accounts 2022-02-15 09:11:07.987 | [17600 Async create_cinder_accounts:85340]: running: create_cinder_accounts 2022-02-15 09:11:07.990 | + ./stack.sh:main:1112 : is_service_enabled neutron 2022-02-15 09:11:08.015 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:11:08.018 | + ./stack.sh:main:1113 : async_runfunc create_neutron_accounts 2022-02-15 09:11:08.021 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2022-02-15 09:11:08.099 | + inc/async:async_inner:63 : create_neutron_accounts 2022-02-15 09:11:08.184 | [17600 Async create_neutron_accounts:85455]: running: create_neutron_accounts 2022-02-15 09:11:08.191 | + ./stack.sh:main:1115 : is_service_enabled swift 2022-02-15 09:11:08.223 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:11:08.226 | + ./stack.sh:main:1116 : async_runfunc create_swift_accounts 2022-02-15 09:11:08.229 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2022-02-15 09:11:08.471 | + inc/async:async_inner:63 : create_swift_accounts 2022-02-15 09:11:08.698 | [17600 Async create_swift_accounts:85596]: running: create_swift_accounts 2022-02-15 09:11:08.734 | + ./stack.sh:main:1122 : write_clouds_yaml 2022-02-15 09:11:08.754 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2022-02-15 09:11:08.787 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2022-02-15 09:11:08.811 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2022-02-15 09:11:08.882 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2022-02-15 09:11:08.947 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2022-02-15 09:11:08.967 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-02-15 09:11:08.998 | + 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.10/identity --os-username demo --os-password Passw0rd --os-project-name demo 2022-02-15 09:11:09.222 | The user clouds.yaml file didn't exist. 2022-02-15 09:11:09.254 | + 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-alt --os-region-name RegionOne --os-auth-url http://10.222.0.10/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2022-02-15 09:11:09.468 | /home/ubuntu/devstack/tools/update_clouds_yaml.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 2022-02-15 09:11:09.468 | self._clouds = yaml.load(clouds_file) 2022-02-15 09:11:09.506 | + 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 --os-region-name RegionOne --os-auth-url http://10.222.0.10/identity --os-username admin --os-password Passw0rd --os-project-name admin 2022-02-15 09:11:09.755 | /home/ubuntu/devstack/tools/update_clouds_yaml.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 2022-02-15 09:11:09.755 | self._clouds = yaml.load(clouds_file) 2022-02-15 09:11:09.795 | + 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-system-admin --os-region-name RegionOne --os-auth-url http://10.222.0.10/identity --os-username admin --os-password Passw0rd --os-system-scope all 2022-02-15 09:11:10.072 | /home/ubuntu/devstack/tools/update_clouds_yaml.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 2022-02-15 09:11:10.072 | self._clouds = yaml.load(clouds_file) 2022-02-15 09:11:10.125 | + functions-common:write_clouds_yaml:132 : cat 2022-02-15 09:11:10.188 | ++ functions-common:write_clouds_yaml:138 : eval echo '~ubuntu' 2022-02-15 09:11:10.211 | +++ functions-common:write_clouds_yaml:138 : echo /home/ubuntu 2022-02-15 09:11:10.235 | + functions-common:write_clouds_yaml:138 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2022-02-15 09:11:10.282 | + ./stack.sh:main:1127 : is_service_enabled horizon 2022-02-15 09:11:10.467 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:11:10.491 | + ./stack.sh:main:1132 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2022-02-15 09:11:10.855 | [17600 Async create_nova_accounts:85095]: Waiting for completion of create_nova_accounts running on PID 85095 (6 other jobs running) 2022-02-15 09:11:10.958 | [17600 Async create_nova_accounts:85095]: Signaling child to exit 2022-02-15 09:11:37.401 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:11:37.568 | [85455 Async create_neutron_accounts:85455]: finished successfully 2022-02-15 09:11:52.721 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:11:52.762 | [85340 Async create_cinder_accounts:85340]: finished successfully 2022-02-15 09:11:59.351 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:11:59.380 | [85210 Async create_glance_accounts:85210]: finished successfully 2022-02-15 09:12:04.142 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:12:04.170 | [85095 Async create_nova_accounts:85095]: finished successfully 2022-02-15 09:12:04.191 | WAKEUP 2022-02-15 09:12:04.215 | [17600 Async create_nova_accounts:85095]: Signaled 2022-02-15 09:12:04.218 | + lib/nova:create_nova_accounts:339 : [[ 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-02-15 09:12:04.218 | + lib/nova:create_nova_accounts:343 : create_service_user nova admin 2022-02-15 09:12:04.218 | + lib/keystone:create_service_user:401 : get_or_create_user nova Passw0rd Default 2022-02-15 09:12:04.218 | + functions-common:get_or_create_user:824 : local user_id 2022-02-15 09:12:04.218 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-02-15 09:12:04.218 | + functions-common:get_or_create_user:828 : local email= 2022-02-15 09:12:04.218 | ++ functions-common:get_or_create_user:842 : oscwrap user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-15 09:12:04.218 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.218 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.218 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.218 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.218 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.218 | + functions-common:get_or_create_user:840 : user_id=27ac7844ed954bdba96339dcd4028887 2022-02-15 09:12:04.218 | + functions-common:get_or_create_user:841 : echo 27ac7844ed954bdba96339dcd4028887 2022-02-15 09:12:04.218 | 27ac7844ed954bdba96339dcd4028887 2022-02-15 09:12:04.218 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service nova service Default Default 2022-02-15 09:12:04.218 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:12:04.218 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-15 09:12:04.218 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:12:04.218 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:12:04.218 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-15 09:12:04.218 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-15 09:12:04.218 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-15 09:12:04.218 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-15 09:12:04.218 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-15 09:12:04.218 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-15 09:12:04.218 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:04.218 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.219 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:12:04.219 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:04.219 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.219 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.219 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.219 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.219 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.219 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.219 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:12:04.219 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:12:04.219 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user nova --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.219 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.219 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.219 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.219 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.219 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.219 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:04.219 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:12:04.219 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:04.219 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.219 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.219 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.219 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.219 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.219 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.219 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:12:04.219 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:12:04.219 | ++ functions-common:get_field:733 : echo '| e25406d25dcc4db2aa560966e22b2e23 | 27ac7844ed954bdba96339dcd4028887 | | 9ae01ce0c22a478981961155ebb41297 | | | False |' 2022-02-15 09:12:04.219 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:12:04.219 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.219 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:12:04.219 | + functions-common:get_or_add_user_project_role:912 : echo e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:12:04.220 | e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:12:04.220 | + lib/keystone:create_service_user:404 : [[ -n admin ]] 2022-02-15 09:12:04.220 | + lib/keystone:create_service_user:405 : get_or_add_user_project_role admin nova service Default Default 2022-02-15 09:12:04.220 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:12:04.220 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-15 09:12:04.220 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:12:04.220 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:12:04.220 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-15 09:12:04.220 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-15 09:12:04.220 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-15 09:12:04.220 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-15 09:12:04.220 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-15 09:12:04.220 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-15 09:12:04.220 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.220 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:04.220 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:12:04.220 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:04.220 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.220 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.220 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.220 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.220 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.220 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.220 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:12:04.220 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:12:04.220 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user nova --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.220 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.220 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.220 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.220 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.221 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.221 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:12:04.221 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:04.221 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:04.221 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.221 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.221 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.221 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.221 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.221 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.221 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:12:04.221 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:12:04.221 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:12:04.221 | ++ functions-common:get_field:733 : echo '| 261c8d118aa846a880674acbd8038773 | 27ac7844ed954bdba96339dcd4028887 | | 9ae01ce0c22a478981961155ebb41297 | | | False |' 2022-02-15 09:12:04.221 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.221 | + functions-common:get_or_add_user_project_role:910 : user_role_id=261c8d118aa846a880674acbd8038773 2022-02-15 09:12:04.221 | + functions-common:get_or_add_user_project_role:912 : echo 261c8d118aa846a880674acbd8038773 2022-02-15 09:12:04.221 | 261c8d118aa846a880674acbd8038773 2022-02-15 09:12:04.221 | + lib/nova:create_nova_accounts:345 : local nova_api_url 2022-02-15 09:12:04.221 | + lib/nova:create_nova_accounts:346 : [[ True == \F\a\l\s\e ]] 2022-02-15 09:12:04.221 | + lib/nova:create_nova_accounts:349 : nova_api_url=http://10.222.0.10/compute 2022-02-15 09:12:04.221 | + lib/nova:create_nova_accounts:352 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2022-02-15 09:12:04.221 | + functions-common:get_or_create_service:966 : local service_id 2022-02-15 09:12:04.221 | ++ functions-common:get_or_create_service:979 : oscwrap service show compute_legacy -f value -c id 2022-02-15 09:12:04.221 | ++ functions-common:get_or_create_service:981 : oscwrap service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2022-02-15 09:12:04.221 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.221 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.221 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.221 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.221 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.221 | + functions-common:get_or_create_service:977 : service_id=' 2022-02-15 09:12:04.221 | 6bcb8c0ab6464c97a95c1dcdc211c7d1' 2022-02-15 09:12:04.221 | + functions-common:get_or_create_service:978 : echo 6bcb8c0ab6464c97a95c1dcdc211c7d1 2022-02-15 09:12:04.222 | 6bcb8c0ab6464c97a95c1dcdc211c7d1 2022-02-15 09:12:04.222 | + lib/nova:create_nova_accounts:354 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.10/compute/v2/$(project_id)s' 2022-02-15 09:12:04.222 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-02-15 09:12:04.222 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.10/compute/v2/$(project_id)s' RegionOne 2022-02-15 09:12:04.222 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-02-15 09:12:04.222 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2022-02-15 09:12:04.222 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.222 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.222 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.222 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.222 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.222 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-02-15 09:12:04.222 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-02-15 09:12:04.222 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create compute_legacy public 'http://10.222.0.10/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2022-02-15 09:12:04.222 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.222 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.222 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.222 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.222 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.222 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=38de46d085494c90b2896410a088d210 2022-02-15 09:12:04.222 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 38de46d085494c90b2896410a088d210 2022-02-15 09:12:04.222 | + functions-common:get_or_create_endpoint:1011 : public_id=38de46d085494c90b2896410a088d210 2022-02-15 09:12:04.222 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-02-15 09:12:04.222 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-02-15 09:12:04.222 | + functions-common:get_or_create_endpoint:1020 : echo 38de46d085494c90b2896410a088d210 2022-02-15 09:12:04.222 | 38de46d085494c90b2896410a088d210 2022-02-15 09:12:04.222 | + lib/nova:create_nova_accounts:358 : get_or_create_service nova compute 'Nova Compute Service' 2022-02-15 09:12:04.222 | + functions-common:get_or_create_service:966 : local service_id 2022-02-15 09:12:04.222 | ++ functions-common:get_or_create_service:979 : oscwrap service show compute -f value -c id 2022-02-15 09:12:04.222 | ++ functions-common:get_or_create_service:981 : oscwrap service create compute --name nova '--description=Nova Compute Service' -f value -c id 2022-02-15 09:12:04.222 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.223 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.223 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.223 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.223 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.223 | + functions-common:get_or_create_service:977 : service_id=' 2022-02-15 09:12:04.223 | 1ed96d5aad684365ad65caa2cb5099e9' 2022-02-15 09:12:04.223 | + functions-common:get_or_create_service:978 : echo 1ed96d5aad684365ad65caa2cb5099e9 2022-02-15 09:12:04.223 | 1ed96d5aad684365ad65caa2cb5099e9 2022-02-15 09:12:04.223 | + lib/nova:create_nova_accounts:360 : get_or_create_endpoint compute RegionOne http://10.222.0.10/compute/v2.1 2022-02-15 09:12:04.223 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-02-15 09:12:04.223 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface compute public http://10.222.0.10/compute/v2.1 RegionOne 2022-02-15 09:12:04.223 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-02-15 09:12:04.223 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service compute --interface public --region RegionOne -c ID -f value 2022-02-15 09:12:04.223 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.223 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.223 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.223 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.223 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.223 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-02-15 09:12:04.223 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-02-15 09:12:04.223 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create compute public http://10.222.0.10/compute/v2.1 --region RegionOne -f value -c id 2022-02-15 09:12:04.223 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.223 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.223 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.223 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.223 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.223 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=fcefb670f6e945fcb18039366e5453d1 2022-02-15 09:12:04.223 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo fcefb670f6e945fcb18039366e5453d1 2022-02-15 09:12:04.223 | + functions-common:get_or_create_endpoint:1011 : public_id=fcefb670f6e945fcb18039366e5453d1 2022-02-15 09:12:04.223 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-02-15 09:12:04.223 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-02-15 09:12:04.223 | + functions-common:get_or_create_endpoint:1020 : echo fcefb670f6e945fcb18039366e5453d1 2022-02-15 09:12:04.223 | fcefb670f6e945fcb18039366e5453d1 2022-02-15 09:12:04.224 | + lib/nova:create_nova_accounts:365 : is_service_enabled n-api 2022-02-15 09:12:04.224 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:12:04.224 | + lib/nova:create_nova_accounts:367 : is_service_enabled swift 2022-02-15 09:12:04.224 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:12:04.224 | + lib/nova:create_nova_accounts:370 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2022-02-15 09:12:04.224 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:12:04.224 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-15 09:12:04.224 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:12:04.224 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:12:04.224 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-15 09:12:04.224 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-15 09:12:04.224 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-15 09:12:04.224 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-15 09:12:04.224 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-15 09:12:04.224 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-15 09:12:04.224 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:04.224 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:12:04.224 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.224 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:04.224 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.224 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.224 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.224 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.224 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.224 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.224 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:12:04.224 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:12:04.224 | + functions-common:get_or_add_user_project_role:901 : openstack role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.224 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.225 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.225 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.225 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.225 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.225 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:04.225 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:12:04.225 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:04.225 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.225 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.225 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.225 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.225 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.225 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.225 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:12:04.225 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:12:04.226 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:12:04.226 | ++ functions-common:get_field:733 : echo '| 9c6520f03657473d8759c1653cea9deb | 27ac7844ed954bdba96339dcd4028887 | | 9ae01ce0c22a478981961155ebb41297 | | | False |' 2022-02-15 09:12:04.226 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.226 | + functions-common:get_or_add_user_project_role:910 : user_role_id=9c6520f03657473d8759c1653cea9deb 2022-02-15 09:12:04.226 | + functions-common:get_or_add_user_project_role:912 : echo 9c6520f03657473d8759c1653cea9deb 2022-02-15 09:12:04.226 | 9c6520f03657473d8759c1653cea9deb 2022-02-15 09:12:04.226 | + lib/nova:create_nova_accounts:375 : is_service_enabled s3api 2022-02-15 09:12:04.226 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:12:04.270 | [17600 Async create_nova_accounts:85095]: finished create_nova_accounts with result 0 in 56 seconds 2022-02-15 09:12:04.311 | [17600 Async create_glance_accounts:85210]: Waiting for completion of create_glance_accounts running on PID 85210 (5 other jobs running) 2022-02-15 09:12:04.337 | [17600 Async create_glance_accounts:85210]: Signaling child to exit 2022-02-15 09:12:04.337 | WAKEUP 2022-02-15 09:12:04.361 | [17600 Async create_glance_accounts:85210]: Signaled 2022-02-15 09:12:04.362 | + lib/glance:create_glance_accounts:458 : is_service_enabled g-api 2022-02-15 09:12:04.362 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:12:04.362 | + lib/glance:create_glance_accounts:460 : create_service_user glance 2022-02-15 09:12:04.362 | + lib/keystone:create_service_user:401 : get_or_create_user glance Passw0rd Default 2022-02-15 09:12:04.362 | + functions-common:get_or_create_user:824 : local user_id 2022-02-15 09:12:04.362 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-02-15 09:12:04.362 | + functions-common:get_or_create_user:828 : local email= 2022-02-15 09:12:04.362 | ++ functions-common:get_or_create_user:842 : oscwrap user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-15 09:12:04.362 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.362 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.363 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.363 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.363 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.363 | + functions-common:get_or_create_user:840 : user_id=fd87c29c8a1d4fbab91be23b9797b7e8 2022-02-15 09:12:04.363 | + functions-common:get_or_create_user:841 : echo fd87c29c8a1d4fbab91be23b9797b7e8 2022-02-15 09:12:04.363 | fd87c29c8a1d4fbab91be23b9797b7e8 2022-02-15 09:12:04.363 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service glance service Default Default 2022-02-15 09:12:04.363 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:12:04.363 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-15 09:12:04.363 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:12:04.363 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:12:04.363 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-15 09:12:04.363 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-15 09:12:04.363 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-15 09:12:04.363 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-15 09:12:04.363 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-15 09:12:04.363 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-15 09:12:04.363 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:04.363 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.363 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:12:04.363 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:04.363 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.363 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.363 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.363 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.363 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.363 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.363 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:12:04.363 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:12:04.363 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user glance --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.363 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.363 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.364 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.364 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.364 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.364 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:04.364 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:12:04.364 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:04.364 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.364 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.364 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.364 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.364 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.364 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.364 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:12:04.364 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:12:04.364 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:12:04.364 | ++ functions-common:get_field:733 : echo '| e25406d25dcc4db2aa560966e22b2e23 | fd87c29c8a1d4fbab91be23b9797b7e8 | | 9ae01ce0c22a478981961155ebb41297 | | | False |' 2022-02-15 09:12:04.364 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.364 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:12:04.364 | + functions-common:get_or_add_user_project_role:912 : echo e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:12:04.364 | e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:12:04.364 | + lib/keystone:create_service_user:404 : [[ -n '' ]] 2022-02-15 09:12:04.364 | + lib/glance:create_glance_accounts:463 : is_service_enabled s-proxy 2022-02-15 09:12:04.364 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:12:04.364 | + lib/glance:create_glance_accounts:464 : create_service_user glance-swift ResellerAdmin 2022-02-15 09:12:04.364 | + lib/keystone:create_service_user:401 : get_or_create_user glance-swift Passw0rd Default 2022-02-15 09:12:04.364 | + functions-common:get_or_create_user:824 : local user_id 2022-02-15 09:12:04.364 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-02-15 09:12:04.364 | + functions-common:get_or_create_user:828 : local email= 2022-02-15 09:12:04.364 | ++ functions-common:get_or_create_user:842 : oscwrap user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-15 09:12:04.365 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.365 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.365 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.365 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.365 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.365 | + functions-common:get_or_create_user:840 : user_id=a1a2addb6cda4ab9a3ec83434d914dee 2022-02-15 09:12:04.365 | + functions-common:get_or_create_user:841 : echo a1a2addb6cda4ab9a3ec83434d914dee 2022-02-15 09:12:04.365 | a1a2addb6cda4ab9a3ec83434d914dee 2022-02-15 09:12:04.365 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service glance-swift service Default Default 2022-02-15 09:12:04.365 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:12:04.365 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-15 09:12:04.365 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:12:04.365 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:12:04.366 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-15 09:12:04.366 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-15 09:12:04.366 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-15 09:12:04.366 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-15 09:12:04.366 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-15 09:12:04.366 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-15 09:12:04.366 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.366 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:04.366 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:12:04.366 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:04.366 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.366 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.366 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.366 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.366 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.366 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.366 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:12:04.366 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:12:04.366 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user glance-swift --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.366 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.366 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.367 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.367 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.367 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:12:04.367 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.367 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:04.367 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:04.367 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.367 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.367 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.367 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.367 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.367 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.367 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:12:04.367 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:12:04.367 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:12:04.367 | ++ functions-common:get_field:733 : echo '| e25406d25dcc4db2aa560966e22b2e23 | a1a2addb6cda4ab9a3ec83434d914dee | | 9ae01ce0c22a478981961155ebb41297 | | | False |' 2022-02-15 09:12:04.367 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.367 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:12:04.367 | + functions-common:get_or_add_user_project_role:912 : echo e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:12:04.367 | e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:12:04.367 | + lib/keystone:create_service_user:404 : [[ -n ResellerAdmin ]] 2022-02-15 09:12:04.367 | + lib/keystone:create_service_user:405 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2022-02-15 09:12:04.367 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:12:04.367 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-15 09:12:04.367 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:12:04.367 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:12:04.367 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-15 09:12:04.367 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-15 09:12:04.367 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-15 09:12:04.367 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-15 09:12:04.367 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-15 09:12:04.367 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-15 09:12:04.367 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:12:04.368 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:04.368 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.368 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:04.368 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.368 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.368 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.368 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.368 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.368 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.368 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:12:04.368 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:12:04.368 | + functions-common:get_or_add_user_project_role:901 : openstack role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.368 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.368 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.368 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.368 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.368 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.368 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:12:04.368 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:04.368 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:04.368 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.368 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.368 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.368 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.368 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.368 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.368 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:12:04.368 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:12:04.368 | ++ functions-common:get_field:733 : echo '| 9c6520f03657473d8759c1653cea9deb | a1a2addb6cda4ab9a3ec83434d914dee | | 9ae01ce0c22a478981961155ebb41297 | | | False |' 2022-02-15 09:12:04.368 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:12:04.369 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.369 | + functions-common:get_or_add_user_project_role:910 : user_role_id=9c6520f03657473d8759c1653cea9deb 2022-02-15 09:12:04.369 | + functions-common:get_or_add_user_project_role:912 : echo 9c6520f03657473d8759c1653cea9deb 2022-02-15 09:12:04.369 | 9c6520f03657473d8759c1653cea9deb 2022-02-15 09:12:04.369 | + lib/glance:create_glance_accounts:467 : get_or_create_service glance image 'Glance Image Service' 2022-02-15 09:12:04.369 | + functions-common:get_or_create_service:966 : local service_id 2022-02-15 09:12:04.369 | ++ functions-common:get_or_create_service:979 : oscwrap service show image -f value -c id 2022-02-15 09:12:04.369 | ++ functions-common:get_or_create_service:981 : oscwrap service create image --name glance '--description=Glance Image Service' -f value -c id 2022-02-15 09:12:04.369 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.369 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.369 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.369 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.369 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.369 | + functions-common:get_or_create_service:977 : service_id=' 2022-02-15 09:12:04.369 | cf1505df34604f75a9f2828c65f2ccf3' 2022-02-15 09:12:04.369 | + functions-common:get_or_create_service:978 : echo cf1505df34604f75a9f2828c65f2ccf3 2022-02-15 09:12:04.369 | cf1505df34604f75a9f2828c65f2ccf3 2022-02-15 09:12:04.369 | + lib/glance:create_glance_accounts:469 : get_or_create_endpoint image RegionOne http://10.222.0.10/image 2022-02-15 09:12:04.369 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-02-15 09:12:04.369 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface image public http://10.222.0.10/image RegionOne 2022-02-15 09:12:04.369 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-02-15 09:12:04.369 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service image --interface public --region RegionOne -c ID -f value 2022-02-15 09:12:04.369 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.369 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.369 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.369 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.369 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.369 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-02-15 09:12:04.369 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-02-15 09:12:04.369 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create image public http://10.222.0.10/image --region RegionOne -f value -c id 2022-02-15 09:12:04.369 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.369 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.370 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.370 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.370 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.370 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=20fde765c3da42d694311713e62105eb 2022-02-15 09:12:04.370 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 20fde765c3da42d694311713e62105eb 2022-02-15 09:12:04.370 | + functions-common:get_or_create_endpoint:1011 : public_id=20fde765c3da42d694311713e62105eb 2022-02-15 09:12:04.370 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-02-15 09:12:04.370 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-02-15 09:12:04.370 | + functions-common:get_or_create_endpoint:1020 : echo 20fde765c3da42d694311713e62105eb 2022-02-15 09:12:04.370 | 20fde765c3da42d694311713e62105eb 2022-02-15 09:12:04.370 | ++ lib/glance:create_glance_accounts:474 : get_or_create_domain Default 2022-02-15 09:12:04.370 | ++ functions-common:get_or_create_domain:792 : local domain_id 2022-02-15 09:12:04.370 | +++ functions-common:get_or_create_domain:804 : oscwrap domain show Default -f value -c id 2022-02-15 09:12:04.370 | ++ functions-common:get_or_create_domain:802 : domain_id=default 2022-02-15 09:12:04.370 | ++ functions-common:get_or_create_domain:803 : echo default 2022-02-15 09:12:04.370 | + lib/glance:create_glance_accounts:474 : service_domain_id=default 2022-02-15 09:12:04.370 | + lib/glance:create_glance_accounts:475 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2022-02-15 09:12:04.370 | + lib/glance:create_glance_accounts:476 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2022-02-15 09:12:04.370 | + lib/glance:create_glance_accounts:478 : [[ False = True ]] 2022-02-15 09:12:04.413 | [17600 Async create_glance_accounts:85210]: finished create_glance_accounts with result 0 in 51 seconds 2022-02-15 09:12:04.457 | [17600 Async create_cinder_accounts:85340]: Waiting for completion of create_cinder_accounts running on PID 85340 (4 other jobs running) 2022-02-15 09:12:04.484 | [17600 Async create_cinder_accounts:85340]: Signaling child to exit 2022-02-15 09:12:04.484 | WAKEUP 2022-02-15 09:12:04.508 | [17600 Async create_cinder_accounts:85340]: Signaled 2022-02-15 09:12:04.509 | + lib/cinder:create_cinder_accounts:391 : [[ 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-02-15 09:12:04.509 | + lib/cinder:create_cinder_accounts:393 : create_service_user cinder 2022-02-15 09:12:04.509 | + lib/keystone:create_service_user:401 : get_or_create_user cinder Passw0rd Default 2022-02-15 09:12:04.509 | + functions-common:get_or_create_user:824 : local user_id 2022-02-15 09:12:04.509 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-02-15 09:12:04.509 | + functions-common:get_or_create_user:828 : local email= 2022-02-15 09:12:04.509 | ++ functions-common:get_or_create_user:842 : oscwrap user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-15 09:12:04.510 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.510 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.510 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.510 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.510 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.510 | + functions-common:get_or_create_user:840 : user_id=b01115f87ac04e89b9e20a9fe8ee521b 2022-02-15 09:12:04.510 | + functions-common:get_or_create_user:841 : echo b01115f87ac04e89b9e20a9fe8ee521b 2022-02-15 09:12:04.510 | b01115f87ac04e89b9e20a9fe8ee521b 2022-02-15 09:12:04.510 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service cinder service Default Default 2022-02-15 09:12:04.510 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:12:04.510 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-15 09:12:04.510 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:12:04.510 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:12:04.510 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-15 09:12:04.510 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-15 09:12:04.510 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-15 09:12:04.510 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-15 09:12:04.510 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-15 09:12:04.510 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-15 09:12:04.510 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:12:04.510 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.510 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:04.510 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:04.510 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.510 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.510 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.510 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.510 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.510 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.510 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:12:04.510 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:12:04.510 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user cinder --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.510 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.511 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.511 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.511 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.511 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:12:04.511 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:04.511 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.511 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:04.511 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.511 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.511 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.511 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.511 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.511 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.511 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:12:04.511 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:12:04.511 | ++ functions-common:get_field:733 : echo '| e25406d25dcc4db2aa560966e22b2e23 | b01115f87ac04e89b9e20a9fe8ee521b | | 9ae01ce0c22a478981961155ebb41297 | | | False |' 2022-02-15 09:12:04.511 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:12:04.511 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.511 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:12:04.511 | + functions-common:get_or_add_user_project_role:912 : echo e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:12:04.511 | e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:12:04.511 | + lib/keystone:create_service_user:404 : [[ -n '' ]] 2022-02-15 09:12:04.511 | + lib/cinder:create_cinder_accounts:396 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2022-02-15 09:12:04.511 | + functions-common:get_or_create_service:966 : local service_id 2022-02-15 09:12:04.511 | ++ functions-common:get_or_create_service:979 : oscwrap service show block-storage -f value -c id 2022-02-15 09:12:04.511 | ++ functions-common:get_or_create_service:981 : oscwrap service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2022-02-15 09:12:04.511 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.511 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.511 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.511 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.511 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.511 | + functions-common:get_or_create_service:977 : service_id=' 2022-02-15 09:12:04.511 | a097fce9a2ce4bb88d37d057d30dd9e2' 2022-02-15 09:12:04.511 | + functions-common:get_or_create_service:978 : echo a097fce9a2ce4bb88d37d057d30dd9e2 2022-02-15 09:12:04.512 | a097fce9a2ce4bb88d37d057d30dd9e2 2022-02-15 09:12:04.512 | + lib/cinder:create_cinder_accounts:397 : '[' True == False ']' 2022-02-15 09:12:04.512 | + lib/cinder:create_cinder_accounts:410 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.10/volume/v3/$(project_id)s' 2022-02-15 09:12:04.512 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-02-15 09:12:04.512 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.10/volume/v3/$(project_id)s' RegionOne 2022-02-15 09:12:04.512 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-02-15 09:12:04.512 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2022-02-15 09:12:04.512 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.512 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.512 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.512 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.512 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.512 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-02-15 09:12:04.512 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-02-15 09:12:04.512 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create block-storage public 'http://10.222.0.10/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-02-15 09:12:04.512 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.512 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.512 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.512 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.512 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.512 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=a0a78716c4ee4bb0b33fb196fc3f5e8e 2022-02-15 09:12:04.512 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo a0a78716c4ee4bb0b33fb196fc3f5e8e 2022-02-15 09:12:04.512 | + functions-common:get_or_create_endpoint:1011 : public_id=a0a78716c4ee4bb0b33fb196fc3f5e8e 2022-02-15 09:12:04.512 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-02-15 09:12:04.512 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-02-15 09:12:04.512 | + functions-common:get_or_create_endpoint:1020 : echo a0a78716c4ee4bb0b33fb196fc3f5e8e 2022-02-15 09:12:04.512 | a0a78716c4ee4bb0b33fb196fc3f5e8e 2022-02-15 09:12:04.512 | + lib/cinder:create_cinder_accounts:414 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2022-02-15 09:12:04.512 | + functions-common:get_or_create_service:966 : local service_id 2022-02-15 09:12:04.512 | ++ functions-common:get_or_create_service:979 : oscwrap service show volumev3 -f value -c id 2022-02-15 09:12:04.512 | ++ functions-common:get_or_create_service:981 : oscwrap service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2022-02-15 09:12:04.513 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.513 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.513 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.513 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.513 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.513 | + functions-common:get_or_create_service:977 : service_id=' 2022-02-15 09:12:04.513 | 9ae4b21714f14475acf7b0435192ba33' 2022-02-15 09:12:04.513 | + functions-common:get_or_create_service:978 : echo 9ae4b21714f14475acf7b0435192ba33 2022-02-15 09:12:04.513 | 9ae4b21714f14475acf7b0435192ba33 2022-02-15 09:12:04.513 | + lib/cinder:create_cinder_accounts:416 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.10/volume/v3/$(project_id)s' 2022-02-15 09:12:04.513 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-02-15 09:12:04.513 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.10/volume/v3/$(project_id)s' RegionOne 2022-02-15 09:12:04.513 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-02-15 09:12:04.513 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2022-02-15 09:12:04.513 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.513 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.513 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.513 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.513 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.513 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-02-15 09:12:04.513 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-02-15 09:12:04.513 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create volumev3 public 'http://10.222.0.10/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-02-15 09:12:04.513 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.513 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.513 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.513 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.513 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.513 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=bc15075e90514540a65a5071735daa65 2022-02-15 09:12:04.513 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo bc15075e90514540a65a5071735daa65 2022-02-15 09:12:04.513 | + functions-common:get_or_create_endpoint:1011 : public_id=bc15075e90514540a65a5071735daa65 2022-02-15 09:12:04.513 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-02-15 09:12:04.513 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-02-15 09:12:04.513 | + functions-common:get_or_create_endpoint:1020 : echo bc15075e90514540a65a5071735daa65 2022-02-15 09:12:04.514 | bc15075e90514540a65a5071735daa65 2022-02-15 09:12:04.514 | + lib/cinder:create_cinder_accounts:421 : configure_cinder_internal_tenant 2022-02-15 09:12:04.514 | ++ lib/cinder:configure_cinder_internal_tenant:608 : get_or_create_project service 2022-02-15 09:12:04.514 | ++ functions-common:get_or_create_project:847 : local project_id 2022-02-15 09:12:04.514 | +++ functions-common:get_or_create_project:855 : oscwrap project create service --domain= --or-show -f value -c id 2022-02-15 09:12:04.514 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.514 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.514 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.514 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.514 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.514 | ++ functions-common:get_or_create_project:853 : project_id=9ae01ce0c22a478981961155ebb41297 2022-02-15 09:12:04.514 | ++ functions-common:get_or_create_project:854 : echo 9ae01ce0c22a478981961155ebb41297 2022-02-15 09:12:04.514 | + lib/cinder:configure_cinder_internal_tenant:608 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 9ae01ce0c22a478981961155ebb41297 2022-02-15 09:12:04.514 | ++ lib/cinder:configure_cinder_internal_tenant:609 : get_or_create_user cinder 2022-02-15 09:12:04.514 | ++ functions-common:get_or_create_user:824 : local user_id 2022-02-15 09:12:04.514 | ++ functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-02-15 09:12:04.514 | ++ functions-common:get_or_create_user:828 : local email= 2022-02-15 09:12:04.514 | +++ functions-common:get_or_create_user:842 : oscwrap user create cinder --password '' --domain= --or-show -f value -c id 2022-02-15 09:12:04.514 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.514 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.514 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.514 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.514 | No password was supplied, authentication will fail when a user does not have a password. 2022-02-15 09:12:04.514 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.514 | ++ functions-common:get_or_create_user:840 : user_id=b01115f87ac04e89b9e20a9fe8ee521b 2022-02-15 09:12:04.514 | ++ functions-common:get_or_create_user:841 : echo b01115f87ac04e89b9e20a9fe8ee521b 2022-02-15 09:12:04.514 | + lib/cinder:configure_cinder_internal_tenant:609 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id b01115f87ac04e89b9e20a9fe8ee521b 2022-02-15 09:12:04.556 | [17600 Async create_cinder_accounts:85340]: finished create_cinder_accounts with result 0 in 44 seconds 2022-02-15 09:12:04.561 | + inc/async:async_wait:197 : return 0 2022-02-15 09:12:04.564 | + ./stack.sh:main:1133 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2022-02-15 09:12:04.618 | [17600 Async create_neutron_accounts:85455]: Waiting for completion of create_neutron_accounts running on PID 85455 (3 other jobs running) 2022-02-15 09:12:04.645 | [17600 Async create_neutron_accounts:85455]: Signaling child to exit 2022-02-15 09:12:04.645 | WAKEUP 2022-02-15 09:12:04.669 | [17600 Async create_neutron_accounts:85455]: Signaled 2022-02-15 09:12:04.670 | + lib/neutron:create_neutron_accounts:639 : is_neutron_legacy_enabled 2022-02-15 09:12:04.670 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-02-15 09:12:04.670 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-15 09:12:04.670 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-15 09:12:04.670 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-15 09:12:04.670 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,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-02-15 09:12:04.670 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-02-15 09:12:04.670 | + lib/neutron:create_neutron_accounts:641 : create_mutnauq_accounts 2022-02-15 09:12:04.670 | + lib/neutron-legacy:create_mutnauq_accounts:410 : local neutron_url 2022-02-15 09:12:04.670 | + lib/neutron-legacy:create_mutnauq_accounts:411 : '[' False == True ']' 2022-02-15 09:12:04.670 | + lib/neutron-legacy:create_mutnauq_accounts:414 : neutron_url=http://10.222.0.10:9696/ 2022-02-15 09:12:04.670 | + lib/neutron-legacy:create_mutnauq_accounts:417 : [[ 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-02-15 09:12:04.670 | + lib/neutron-legacy:create_mutnauq_accounts:419 : create_service_user neutron 2022-02-15 09:12:04.670 | + lib/keystone:create_service_user:401 : get_or_create_user neutron Passw0rd Default 2022-02-15 09:12:04.670 | + functions-common:get_or_create_user:824 : local user_id 2022-02-15 09:12:04.671 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-02-15 09:12:04.671 | + functions-common:get_or_create_user:828 : local email= 2022-02-15 09:12:04.671 | ++ functions-common:get_or_create_user:842 : oscwrap user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-15 09:12:04.671 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.671 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.671 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.671 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.671 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.671 | + functions-common:get_or_create_user:840 : user_id=d591f79ba277467daa102ffb3cc52a11 2022-02-15 09:12:04.671 | + functions-common:get_or_create_user:841 : echo d591f79ba277467daa102ffb3cc52a11 2022-02-15 09:12:04.671 | d591f79ba277467daa102ffb3cc52a11 2022-02-15 09:12:04.671 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service neutron service Default Default 2022-02-15 09:12:04.671 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:12:04.671 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-15 09:12:04.671 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:12:04.671 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:12:04.671 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-15 09:12:04.671 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-15 09:12:04.671 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-15 09:12:04.671 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-15 09:12:04.671 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-15 09:12:04.671 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-15 09:12:04.671 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.671 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:04.671 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:12:04.671 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:04.671 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.671 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.671 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.671 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.671 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.672 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.672 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:12:04.672 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:12:04.672 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user neutron --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.672 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.672 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.672 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.672 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.672 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:12:04.672 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-02-15 09:12:04.672 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:04.672 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:04.672 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.672 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.672 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.672 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.672 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.672 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.672 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:12:04.672 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:12:04.672 | ++ functions-common:get_field:733 : echo '| e25406d25dcc4db2aa560966e22b2e23 | d591f79ba277467daa102ffb3cc52a11 | | 9ae01ce0c22a478981961155ebb41297 | | | False |' 2022-02-15 09:12:04.672 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:12:04.672 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:04.672 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:12:04.672 | + functions-common:get_or_add_user_project_role:912 : echo e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:12:04.672 | e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:12:04.672 | + lib/keystone:create_service_user:404 : [[ -n '' ]] 2022-02-15 09:12:04.672 | + lib/neutron-legacy:create_mutnauq_accounts:421 : get_or_create_service neutron network 'Neutron Service' 2022-02-15 09:12:04.672 | + functions-common:get_or_create_service:966 : local service_id 2022-02-15 09:12:04.672 | ++ functions-common:get_or_create_service:979 : oscwrap service show network -f value -c id 2022-02-15 09:12:04.673 | ++ functions-common:get_or_create_service:981 : oscwrap service create network --name neutron '--description=Neutron Service' -f value -c id 2022-02-15 09:12:04.673 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.673 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.673 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.673 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.673 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.673 | + functions-common:get_or_create_service:977 : service_id=' 2022-02-15 09:12:04.673 | 07040a828ac1415e8171ee456dcae543' 2022-02-15 09:12:04.673 | + functions-common:get_or_create_service:978 : echo 07040a828ac1415e8171ee456dcae543 2022-02-15 09:12:04.673 | 07040a828ac1415e8171ee456dcae543 2022-02-15 09:12:04.673 | + lib/neutron-legacy:create_mutnauq_accounts:423 : get_or_create_endpoint network RegionOne http://10.222.0.10:9696/ 2022-02-15 09:12:04.673 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-02-15 09:12:04.673 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface network public http://10.222.0.10:9696/ RegionOne 2022-02-15 09:12:04.673 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-02-15 09:12:04.673 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service network --interface public --region RegionOne -c ID -f value 2022-02-15 09:12:04.673 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.673 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.673 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.673 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.673 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.673 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-02-15 09:12:04.673 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-02-15 09:12:04.673 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create network public http://10.222.0.10:9696/ --region RegionOne -f value -c id 2022-02-15 09:12:04.673 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.673 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.673 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:04.673 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:04.673 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:04.673 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=7edf39d4e23a4e37a43d0c1a4701977c 2022-02-15 09:12:04.673 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 7edf39d4e23a4e37a43d0c1a4701977c 2022-02-15 09:12:04.673 | + functions-common:get_or_create_endpoint:1011 : public_id=7edf39d4e23a4e37a43d0c1a4701977c 2022-02-15 09:12:04.673 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-02-15 09:12:04.674 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-02-15 09:12:04.674 | + functions-common:get_or_create_endpoint:1020 : echo 7edf39d4e23a4e37a43d0c1a4701977c 2022-02-15 09:12:04.674 | 7edf39d4e23a4e37a43d0c1a4701977c 2022-02-15 09:12:04.717 | [17600 Async create_neutron_accounts:85455]: finished create_neutron_accounts with result 0 in 29 seconds 2022-02-15 09:12:04.757 | [17600 Async create_swift_accounts:85596]: Waiting for completion of create_swift_accounts running on PID 85596 (2 other jobs running) 2022-02-15 09:12:04.783 | [17600 Async create_swift_accounts:85596]: Signaling child to exit 2022-02-15 09:12:47.958 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:12:47.984 | [85596 Async create_swift_accounts:85596]: finished successfully 2022-02-15 09:12:48.005 | WAKEUP 2022-02-15 09:12:48.029 | [17600 Async create_swift_accounts:85596]: Signaled 2022-02-15 09:12:48.030 | + lib/swift:create_swift_accounts:632 : export swiftusertest1_password=testing 2022-02-15 09:12:48.030 | + lib/swift:create_swift_accounts:632 : swiftusertest1_password=testing 2022-02-15 09:12:48.030 | + lib/swift:create_swift_accounts:633 : export swiftusertest2_password=testing2 2022-02-15 09:12:48.030 | + lib/swift:create_swift_accounts:633 : swiftusertest2_password=testing2 2022-02-15 09:12:48.030 | + lib/swift:create_swift_accounts:634 : export swiftusertest3_password=testing3 2022-02-15 09:12:48.030 | + lib/swift:create_swift_accounts:634 : swiftusertest3_password=testing3 2022-02-15 09:12:48.030 | + lib/swift:create_swift_accounts:635 : export swiftusertest4_password=testing4 2022-02-15 09:12:48.030 | + lib/swift:create_swift_accounts:635 : swiftusertest4_password=testing4 2022-02-15 09:12:48.031 | + lib/swift:create_swift_accounts:637 : local another_role 2022-02-15 09:12:48.031 | ++ lib/swift:create_swift_accounts:638 : get_or_create_role anotherrole 2022-02-15 09:12:48.031 | ++ functions-common:get_or_create_role:860 : local role_id 2022-02-15 09:12:48.031 | +++ functions-common:get_or_create_role:867 : oscwrap role create anotherrole --or-show -f value -c id 2022-02-15 09:12:48.031 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.031 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.031 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.031 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.031 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.031 | ++ functions-common:get_or_create_role:865 : role_id=f4c6831d236948f093650354a823b492 2022-02-15 09:12:48.031 | ++ functions-common:get_or_create_role:866 : echo f4c6831d236948f093650354a823b492 2022-02-15 09:12:48.031 | + lib/swift:create_swift_accounts:638 : another_role=f4c6831d236948f093650354a823b492 2022-02-15 09:12:48.031 | + lib/swift:create_swift_accounts:642 : create_service_user swift admin 2022-02-15 09:12:48.031 | + lib/keystone:create_service_user:401 : get_or_create_user swift Passw0rd Default 2022-02-15 09:12:48.031 | + functions-common:get_or_create_user:824 : local user_id 2022-02-15 09:12:48.031 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-02-15 09:12:48.031 | + functions-common:get_or_create_user:828 : local email= 2022-02-15 09:12:48.031 | ++ functions-common:get_or_create_user:842 : oscwrap user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-15 09:12:48.031 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.031 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.031 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.031 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.031 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.031 | + functions-common:get_or_create_user:840 : user_id=e76611ecc5724155b18c98be637e1ff9 2022-02-15 09:12:48.031 | + functions-common:get_or_create_user:841 : echo e76611ecc5724155b18c98be637e1ff9 2022-02-15 09:12:48.031 | e76611ecc5724155b18c98be637e1ff9 2022-02-15 09:12:48.031 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service swift service Default Default 2022-02-15 09:12:48.031 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:12:48.031 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-15 09:12:48.032 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:12:48.032 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:12:48.032 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-15 09:12:48.032 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-15 09:12:48.032 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-15 09:12:48.032 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-15 09:12:48.032 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-15 09:12:48.032 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-15 09:12:48.032 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:48.032 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-02-15 09:12:48.032 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:12:48.032 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:48.032 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:48.032 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.032 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.032 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.032 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.032 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.032 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:12:48.032 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:12:48.032 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user swift --project service --user-domain Default --project-domain Default 2022-02-15 09:12:48.032 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.032 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.032 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.032 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.032 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:12:48.032 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:48.032 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-02-15 09:12:48.033 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:48.033 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:48.033 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.033 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.033 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.033 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.033 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.033 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:12:48.033 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:12:48.033 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:12:48.033 | ++ functions-common:get_field:733 : echo '| e25406d25dcc4db2aa560966e22b2e23 | e76611ecc5724155b18c98be637e1ff9 | | 9ae01ce0c22a478981961155ebb41297 | | | False |' 2022-02-15 09:12:48.033 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:48.033 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:12:48.033 | + functions-common:get_or_add_user_project_role:912 : echo e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:12:48.033 | e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:12:48.033 | + lib/keystone:create_service_user:404 : [[ -n admin ]] 2022-02-15 09:12:48.033 | + lib/keystone:create_service_user:405 : get_or_add_user_project_role admin swift service Default Default 2022-02-15 09:12:48.033 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:12:48.033 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-15 09:12:48.033 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:12:48.033 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:12:48.033 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-15 09:12:48.033 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-15 09:12:48.033 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-15 09:12:48.033 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-15 09:12:48.033 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-15 09:12:48.033 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-15 09:12:48.033 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:48.034 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-02-15 09:12:48.034 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:12:48.034 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:48.034 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:48.034 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.034 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.034 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.034 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.034 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.034 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:12:48.034 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:12:48.034 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user swift --project service --user-domain Default --project-domain Default 2022-02-15 09:12:48.034 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.034 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.034 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.034 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.034 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:12:48.034 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:48.034 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-02-15 09:12:48.034 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:48.034 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:48.034 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.034 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.034 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.034 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.034 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.034 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:12:48.034 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:12:48.034 | ++ functions-common:get_field:733 : echo '| 261c8d118aa846a880674acbd8038773 | e76611ecc5724155b18c98be637e1ff9 | | 9ae01ce0c22a478981961155ebb41297 | | | False |' 2022-02-15 09:12:48.035 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:12:48.035 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:48.035 | + functions-common:get_or_add_user_project_role:910 : user_role_id=261c8d118aa846a880674acbd8038773 2022-02-15 09:12:48.035 | + functions-common:get_or_add_user_project_role:912 : echo 261c8d118aa846a880674acbd8038773 2022-02-15 09:12:48.035 | 261c8d118aa846a880674acbd8038773 2022-02-15 09:12:48.035 | + lib/swift:create_swift_accounts:644 : get_or_create_service swift object-store 'Swift Service' 2022-02-15 09:12:48.035 | + functions-common:get_or_create_service:966 : local service_id 2022-02-15 09:12:48.035 | ++ functions-common:get_or_create_service:979 : oscwrap service show object-store -f value -c id 2022-02-15 09:12:48.035 | ++ functions-common:get_or_create_service:981 : oscwrap service create object-store --name swift '--description=Swift Service' -f value -c id 2022-02-15 09:12:48.035 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.035 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.035 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.035 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.035 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.035 | + functions-common:get_or_create_service:977 : service_id=' 2022-02-15 09:12:48.035 | a66d5721aad54335b15903832d545a75' 2022-02-15 09:12:48.035 | + functions-common:get_or_create_service:978 : echo a66d5721aad54335b15903832d545a75 2022-02-15 09:12:48.035 | a66d5721aad54335b15903832d545a75 2022-02-15 09:12:48.035 | + lib/swift:create_swift_accounts:646 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.10:8080/v1/AUTH_$(project_id)s' http://10.222.0.10:8080 2022-02-15 09:12:48.035 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-02-15 09:12:48.035 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.10:8080/v1/AUTH_$(project_id)s' RegionOne 2022-02-15 09:12:48.035 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-02-15 09:12:48.035 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2022-02-15 09:12:48.035 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.035 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.035 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.035 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.036 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.036 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-02-15 09:12:48.036 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-02-15 09:12:48.036 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create object-store public 'http://10.222.0.10:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2022-02-15 09:12:48.036 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.036 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.036 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.036 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.036 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.036 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=30a4546a559c46bca71b8d4b5145de59 2022-02-15 09:12:48.036 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 30a4546a559c46bca71b8d4b5145de59 2022-02-15 09:12:48.036 | + functions-common:get_or_create_endpoint:1011 : public_id=30a4546a559c46bca71b8d4b5145de59 2022-02-15 09:12:48.036 | + functions-common:get_or_create_endpoint:1013 : [[ -n http://10.222.0.10:8080 ]] 2022-02-15 09:12:48.036 | + functions-common:get_or_create_endpoint:1014 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.10:8080 RegionOne 2022-02-15 09:12:48.036 | + functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-02-15 09:12:48.036 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2022-02-15 09:12:48.036 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.036 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.036 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.036 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.036 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.036 | + functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-02-15 09:12:48.036 | + functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-02-15 09:12:48.036 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create object-store admin http://10.222.0.10:8080 --region RegionOne -f value -c id 2022-02-15 09:12:48.036 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.036 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.037 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.037 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.037 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.037 | + functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=c7815e28c42f4350b10e9b9dd34ba768 2022-02-15 09:12:48.037 | + functions-common:_get_or_create_endpoint_with_interface:996 : echo c7815e28c42f4350b10e9b9dd34ba768 2022-02-15 09:12:48.037 | c7815e28c42f4350b10e9b9dd34ba768 2022-02-15 09:12:48.037 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-02-15 09:12:48.037 | + functions-common:get_or_create_endpoint:1020 : echo 30a4546a559c46bca71b8d4b5145de59 2022-02-15 09:12:48.037 | 30a4546a559c46bca71b8d4b5145de59 2022-02-15 09:12:48.037 | + lib/swift:create_swift_accounts:651 : local swift_project_test1 2022-02-15 09:12:48.037 | ++ lib/swift:create_swift_accounts:652 : get_or_create_project swiftprojecttest1 default 2022-02-15 09:12:48.037 | ++ functions-common:get_or_create_project:847 : local project_id 2022-02-15 09:12:48.037 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest1 --domain=default --or-show -f value -c id 2022-02-15 09:12:48.037 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.037 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.037 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.037 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.037 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.037 | ++ functions-common:get_or_create_project:853 : project_id=09a54755582f40e9bdd16756566d13ac 2022-02-15 09:12:48.037 | ++ functions-common:get_or_create_project:854 : echo 09a54755582f40e9bdd16756566d13ac 2022-02-15 09:12:48.037 | + lib/swift:create_swift_accounts:652 : swift_project_test1=09a54755582f40e9bdd16756566d13ac 2022-02-15 09:12:48.037 | + lib/swift:create_swift_accounts:653 : die_if_not_set 653 swift_project_test1 'Failure creating swift_project_test1' 2022-02-15 09:12:48.037 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-15 09:12:48.037 | ++ lib/swift:create_swift_accounts:655 : get_or_create_user swiftusertest1 testing default test@example.com 2022-02-15 09:12:48.037 | ++ functions-common:get_or_create_user:824 : local user_id 2022-02-15 09:12:48.037 | ++ functions-common:get_or_create_user:825 : [[ ! -z test@example.com ]] 2022-02-15 09:12:48.037 | ++ functions-common:get_or_create_user:826 : local email=--email=test@example.com 2022-02-15 09:12:48.037 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest1 --password testing --domain=default --email=test@example.com --or-show -f value -c id 2022-02-15 09:12:48.037 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.038 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.038 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.038 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.038 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.038 | ++ functions-common:get_or_create_user:840 : user_id=19309f0a042d45d28ced55379d056f05 2022-02-15 09:12:48.038 | ++ functions-common:get_or_create_user:841 : echo 19309f0a042d45d28ced55379d056f05 2022-02-15 09:12:48.038 | + lib/swift:create_swift_accounts:655 : SWIFT_USER_TEST1=19309f0a042d45d28ced55379d056f05 2022-02-15 09:12:48.038 | + lib/swift:create_swift_accounts:656 : die_if_not_set 656 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2022-02-15 09:12:48.038 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-15 09:12:48.038 | + lib/swift:create_swift_accounts:657 : get_or_add_user_project_role admin 19309f0a042d45d28ced55379d056f05 09a54755582f40e9bdd16756566d13ac 2022-02-15 09:12:48.038 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:12:48.038 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-15 09:12:48.038 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:12:48.038 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:12:48.038 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-15 09:12:48.038 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-15 09:12:48.038 | ++ functions-common:_get_domain_args:882 : echo 2022-02-15 09:12:48.038 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-15 09:12:48.038 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 19309f0a042d45d28ced55379d056f05 --project 09a54755582f40e9bdd16756566d13ac 2022-02-15 09:12:48.038 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:12:48.038 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:48.038 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:48.038 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:48.038 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.038 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.038 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.038 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.039 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.039 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:12:48.039 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:12:48.039 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 19309f0a042d45d28ced55379d056f05 --project 09a54755582f40e9bdd16756566d13ac 2022-02-15 09:12:48.039 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.039 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.039 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.039 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.039 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:48.039 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:12:48.039 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 19309f0a042d45d28ced55379d056f05 --project 09a54755582f40e9bdd16756566d13ac 2022-02-15 09:12:48.039 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:48.039 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:48.039 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.039 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.039 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.039 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.039 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.039 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:12:48.039 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:12:48.039 | ++ functions-common:get_field:733 : echo '| 261c8d118aa846a880674acbd8038773 | 19309f0a042d45d28ced55379d056f05 | | 09a54755582f40e9bdd16756566d13ac | | | False |' 2022-02-15 09:12:48.039 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:12:48.039 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:48.039 | + functions-common:get_or_add_user_project_role:910 : user_role_id=261c8d118aa846a880674acbd8038773 2022-02-15 09:12:48.039 | + functions-common:get_or_add_user_project_role:912 : echo 261c8d118aa846a880674acbd8038773 2022-02-15 09:12:48.039 | 261c8d118aa846a880674acbd8038773 2022-02-15 09:12:48.039 | + lib/swift:create_swift_accounts:659 : local swift_user_test3 2022-02-15 09:12:48.039 | ++ lib/swift:create_swift_accounts:661 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2022-02-15 09:12:48.039 | ++ functions-common:get_or_create_user:824 : local user_id 2022-02-15 09:12:48.039 | ++ functions-common:get_or_create_user:825 : [[ ! -z test3@example.com ]] 2022-02-15 09:12:48.040 | ++ functions-common:get_or_create_user:826 : local email=--email=test3@example.com 2022-02-15 09:12:48.040 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest3 --password testing3 --domain=default --email=test3@example.com --or-show -f value -c id 2022-02-15 09:12:48.040 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.040 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.040 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.040 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.040 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.040 | ++ functions-common:get_or_create_user:840 : user_id=1f9c250350284a7db7c0606ae3eace79 2022-02-15 09:12:48.040 | ++ functions-common:get_or_create_user:841 : echo 1f9c250350284a7db7c0606ae3eace79 2022-02-15 09:12:48.040 | + lib/swift:create_swift_accounts:661 : swift_user_test3=1f9c250350284a7db7c0606ae3eace79 2022-02-15 09:12:48.040 | + lib/swift:create_swift_accounts:662 : die_if_not_set 662 swift_user_test3 'Failure creating swift_user_test3' 2022-02-15 09:12:48.040 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-15 09:12:48.040 | + lib/swift:create_swift_accounts:663 : get_or_add_user_project_role f4c6831d236948f093650354a823b492 1f9c250350284a7db7c0606ae3eace79 09a54755582f40e9bdd16756566d13ac 2022-02-15 09:12:48.040 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:12:48.040 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-15 09:12:48.040 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:12:48.040 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:12:48.040 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-15 09:12:48.040 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-15 09:12:48.040 | ++ functions-common:_get_domain_args:882 : echo 2022-02-15 09:12:48.040 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-15 09:12:48.040 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role f4c6831d236948f093650354a823b492 --user 1f9c250350284a7db7c0606ae3eace79 --project 09a54755582f40e9bdd16756566d13ac 2022-02-15 09:12:48.040 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:48.040 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:12:48.040 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:48.040 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:48.040 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.041 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.041 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.041 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.041 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.041 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:12:48.041 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:12:48.041 | + functions-common:get_or_add_user_project_role:901 : openstack role add f4c6831d236948f093650354a823b492 --user 1f9c250350284a7db7c0606ae3eace79 --project 09a54755582f40e9bdd16756566d13ac 2022-02-15 09:12:48.041 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.041 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.041 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.041 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.041 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role f4c6831d236948f093650354a823b492 --user 1f9c250350284a7db7c0606ae3eace79 --project 09a54755582f40e9bdd16756566d13ac 2022-02-15 09:12:48.041 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:48.041 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:12:48.041 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:48.041 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:48.041 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.041 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.041 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.041 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.041 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.041 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:12:48.041 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:12:48.041 | ++ functions-common:get_field:733 : echo '| f4c6831d236948f093650354a823b492 | 1f9c250350284a7db7c0606ae3eace79 | | 09a54755582f40e9bdd16756566d13ac | | | False |' 2022-02-15 09:12:48.041 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:12:48.041 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:48.041 | + functions-common:get_or_add_user_project_role:910 : user_role_id=f4c6831d236948f093650354a823b492 2022-02-15 09:12:48.041 | + functions-common:get_or_add_user_project_role:912 : echo f4c6831d236948f093650354a823b492 2022-02-15 09:12:48.041 | f4c6831d236948f093650354a823b492 2022-02-15 09:12:48.042 | + lib/swift:create_swift_accounts:665 : local swift_project_test2 2022-02-15 09:12:48.042 | ++ lib/swift:create_swift_accounts:666 : get_or_create_project swiftprojecttest2 default 2022-02-15 09:12:48.042 | ++ functions-common:get_or_create_project:847 : local project_id 2022-02-15 09:12:48.042 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest2 --domain=default --or-show -f value -c id 2022-02-15 09:12:48.042 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.042 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.042 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.042 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.042 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.042 | ++ functions-common:get_or_create_project:853 : project_id=7a0eca18ec434aa08f088d0a444195e9 2022-02-15 09:12:48.042 | ++ functions-common:get_or_create_project:854 : echo 7a0eca18ec434aa08f088d0a444195e9 2022-02-15 09:12:48.042 | + lib/swift:create_swift_accounts:666 : swift_project_test2=7a0eca18ec434aa08f088d0a444195e9 2022-02-15 09:12:48.042 | + lib/swift:create_swift_accounts:667 : die_if_not_set 667 swift_project_test2 'Failure creating swift_project_test2' 2022-02-15 09:12:48.042 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-15 09:12:48.042 | + lib/swift:create_swift_accounts:669 : local swift_user_test2 2022-02-15 09:12:48.042 | ++ lib/swift:create_swift_accounts:671 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2022-02-15 09:12:48.042 | ++ functions-common:get_or_create_user:824 : local user_id 2022-02-15 09:12:48.042 | ++ functions-common:get_or_create_user:825 : [[ ! -z test2@example.com ]] 2022-02-15 09:12:48.042 | ++ functions-common:get_or_create_user:826 : local email=--email=test2@example.com 2022-02-15 09:12:48.042 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest2 --password testing2 --domain=default --email=test2@example.com --or-show -f value -c id 2022-02-15 09:12:48.042 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.042 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.042 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.042 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.042 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.042 | ++ functions-common:get_or_create_user:840 : user_id=5fcbd364a54a4a1181a882daa841ac91 2022-02-15 09:12:48.042 | ++ functions-common:get_or_create_user:841 : echo 5fcbd364a54a4a1181a882daa841ac91 2022-02-15 09:12:48.042 | + lib/swift:create_swift_accounts:671 : swift_user_test2=5fcbd364a54a4a1181a882daa841ac91 2022-02-15 09:12:48.042 | + lib/swift:create_swift_accounts:672 : die_if_not_set 672 swift_user_test2 'Failure creating swift_user_test2' 2022-02-15 09:12:48.042 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-15 09:12:48.043 | + lib/swift:create_swift_accounts:673 : get_or_add_user_project_role admin 5fcbd364a54a4a1181a882daa841ac91 7a0eca18ec434aa08f088d0a444195e9 2022-02-15 09:12:48.043 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:12:48.043 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-15 09:12:48.043 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:12:48.043 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:12:48.043 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-15 09:12:48.043 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-15 09:12:48.043 | ++ functions-common:_get_domain_args:882 : echo 2022-02-15 09:12:48.043 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-15 09:12:48.043 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:12:48.043 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 5fcbd364a54a4a1181a882daa841ac91 --project 7a0eca18ec434aa08f088d0a444195e9 2022-02-15 09:12:48.043 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:48.043 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:48.043 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:48.043 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.043 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.043 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.043 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.043 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.043 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:12:48.043 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:12:48.043 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 5fcbd364a54a4a1181a882daa841ac91 --project 7a0eca18ec434aa08f088d0a444195e9 2022-02-15 09:12:48.043 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.043 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.043 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.043 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.043 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 5fcbd364a54a4a1181a882daa841ac91 --project 7a0eca18ec434aa08f088d0a444195e9 2022-02-15 09:12:48.043 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:48.044 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:12:48.044 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:48.044 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:48.044 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.044 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.044 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.044 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.044 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.044 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:12:48.044 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:12:48.044 | ++ functions-common:get_field:733 : echo '| 261c8d118aa846a880674acbd8038773 | 5fcbd364a54a4a1181a882daa841ac91 | | 7a0eca18ec434aa08f088d0a444195e9 | | | False |' 2022-02-15 09:12:48.044 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:12:48.044 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:48.044 | + functions-common:get_or_add_user_project_role:910 : user_role_id=261c8d118aa846a880674acbd8038773 2022-02-15 09:12:48.044 | + functions-common:get_or_add_user_project_role:912 : echo 261c8d118aa846a880674acbd8038773 2022-02-15 09:12:48.044 | 261c8d118aa846a880674acbd8038773 2022-02-15 09:12:48.044 | + lib/swift:create_swift_accounts:675 : local swift_domain 2022-02-15 09:12:48.044 | ++ lib/swift:create_swift_accounts:676 : get_or_create_domain swift_test 'Used for swift functional testing' 2022-02-15 09:12:48.044 | ++ functions-common:get_or_create_domain:792 : local domain_id 2022-02-15 09:12:48.044 | +++ functions-common:get_or_create_domain:804 : oscwrap domain show swift_test -f value -c id 2022-02-15 09:12:48.044 | +++ functions-common:get_or_create_domain:806 : oscwrap domain create swift_test --description 'Used for swift functional testing' -f value -c id 2022-02-15 09:12:48.044 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.044 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.044 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.044 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.044 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.044 | ++ functions-common:get_or_create_domain:802 : domain_id=' 2022-02-15 09:12:48.044 | 58d4f8d6c4d948d09ae62dc43159a049' 2022-02-15 09:12:48.045 | ++ functions-common:get_or_create_domain:803 : echo 58d4f8d6c4d948d09ae62dc43159a049 2022-02-15 09:12:48.045 | + lib/swift:create_swift_accounts:676 : swift_domain=58d4f8d6c4d948d09ae62dc43159a049 2022-02-15 09:12:48.045 | + lib/swift:create_swift_accounts:677 : die_if_not_set 677 swift_domain 'Failure creating swift_test domain' 2022-02-15 09:12:48.045 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-15 09:12:48.045 | + lib/swift:create_swift_accounts:679 : local swift_project_test4 2022-02-15 09:12:48.045 | ++ lib/swift:create_swift_accounts:680 : get_or_create_project swiftprojecttest4 58d4f8d6c4d948d09ae62dc43159a049 2022-02-15 09:12:48.045 | ++ functions-common:get_or_create_project:847 : local project_id 2022-02-15 09:12:48.045 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest4 --domain=58d4f8d6c4d948d09ae62dc43159a049 --or-show -f value -c id 2022-02-15 09:12:48.045 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.045 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.045 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.045 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.045 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.045 | ++ functions-common:get_or_create_project:853 : project_id=1d12151157af4541a65ae0470eefdb4f 2022-02-15 09:12:48.045 | ++ functions-common:get_or_create_project:854 : echo 1d12151157af4541a65ae0470eefdb4f 2022-02-15 09:12:48.045 | + lib/swift:create_swift_accounts:680 : swift_project_test4=1d12151157af4541a65ae0470eefdb4f 2022-02-15 09:12:48.045 | + lib/swift:create_swift_accounts:681 : die_if_not_set 681 swift_project_test4 'Failure creating swift_project_test4' 2022-02-15 09:12:48.045 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-15 09:12:48.045 | + lib/swift:create_swift_accounts:683 : local swift_user_test4 2022-02-15 09:12:48.045 | ++ lib/swift:create_swift_accounts:685 : get_or_create_user swiftusertest4 testing4 58d4f8d6c4d948d09ae62dc43159a049 test4@example.com 2022-02-15 09:12:48.045 | ++ functions-common:get_or_create_user:824 : local user_id 2022-02-15 09:12:48.045 | ++ functions-common:get_or_create_user:825 : [[ ! -z test4@example.com ]] 2022-02-15 09:12:48.045 | ++ functions-common:get_or_create_user:826 : local email=--email=test4@example.com 2022-02-15 09:12:48.045 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest4 --password testing4 --domain=58d4f8d6c4d948d09ae62dc43159a049 --email=test4@example.com --or-show -f value -c id 2022-02-15 09:12:48.045 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.045 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.045 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.046 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.046 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.046 | ++ functions-common:get_or_create_user:840 : user_id=3c3c342842da42c48d01ab37a364ae9d 2022-02-15 09:12:48.046 | ++ functions-common:get_or_create_user:841 : echo 3c3c342842da42c48d01ab37a364ae9d 2022-02-15 09:12:48.046 | + lib/swift:create_swift_accounts:685 : swift_user_test4=3c3c342842da42c48d01ab37a364ae9d 2022-02-15 09:12:48.046 | + lib/swift:create_swift_accounts:686 : die_if_not_set 686 swift_user_test4 'Failure creating swift_user_test4' 2022-02-15 09:12:48.046 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-15 09:12:48.046 | + lib/swift:create_swift_accounts:687 : get_or_add_user_project_role admin 3c3c342842da42c48d01ab37a364ae9d 1d12151157af4541a65ae0470eefdb4f 2022-02-15 09:12:48.046 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:12:48.046 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-15 09:12:48.046 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:12:48.046 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:12:48.046 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-15 09:12:48.046 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-15 09:12:48.046 | ++ functions-common:_get_domain_args:882 : echo 2022-02-15 09:12:48.046 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-15 09:12:48.046 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 3c3c342842da42c48d01ab37a364ae9d --project 1d12151157af4541a65ae0470eefdb4f 2022-02-15 09:12:48.046 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:48.046 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:12:48.046 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:48.046 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:48.046 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.046 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.046 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.046 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.046 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.046 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:12:48.046 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:12:48.047 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 3c3c342842da42c48d01ab37a364ae9d --project 1d12151157af4541a65ae0470eefdb4f 2022-02-15 09:12:48.047 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.047 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.047 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.047 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.047 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 3c3c342842da42c48d01ab37a364ae9d --project 1d12151157af4541a65ae0470eefdb4f 2022-02-15 09:12:48.047 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:12:48.047 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:12:48.047 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:12:48.047 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:48.047 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.047 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.047 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:48.047 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:48.047 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:12:48.047 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:12:48.047 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:12:48.047 | ++ functions-common:get_field:733 : echo '| 261c8d118aa846a880674acbd8038773 | 3c3c342842da42c48d01ab37a364ae9d | | 1d12151157af4541a65ae0470eefdb4f | | | False |' 2022-02-15 09:12:48.047 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:12:48.047 | ++ functions-common:get_field:727 : read data 2022-02-15 09:12:48.047 | + functions-common:get_or_add_user_project_role:910 : user_role_id=261c8d118aa846a880674acbd8038773 2022-02-15 09:12:48.047 | + functions-common:get_or_add_user_project_role:912 : echo 261c8d118aa846a880674acbd8038773 2022-02-15 09:12:48.047 | 261c8d118aa846a880674acbd8038773 2022-02-15 09:12:48.080 | [17600 Async create_swift_accounts:85596]: finished create_swift_accounts with result 0 in 99 seconds 2022-02-15 09:12:48.088 | Not waiting for async task configure_horizon that we never started or has already been waited for 2022-02-15 09:12:48.091 | + inc/async:async_wait:197 : return 0 2022-02-15 09:12:48.094 | + ./stack.sh:main:1139 : is_service_enabled mysql postgresql 2022-02-15 09:12:48.112 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:12:48.115 | + ./stack.sh:main:1139 : is_service_enabled glance 2022-02-15 09:12:48.133 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:12:48.136 | + ./stack.sh:main:1140 : echo_summary 'Configuring Glance' 2022-02-15 09:12:48.139 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:12:48.141 | + ./stack.sh:echo_summary:432 : echo -e Configuring Glance 2022-02-15 09:12:48.144 | + ./stack.sh:main:1141 : async_runfunc init_glance 2022-02-15 09:12:48.147 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2022-02-15 09:12:48.209 | + inc/async:async_inner:63 : init_glance 2022-02-15 09:12:48.248 | [17600 Async init_glance:89870]: running: init_glance 2022-02-15 09:12:48.250 | + ./stack.sh:main:1148 : is_service_enabled neutron 2022-02-15 09:12:48.270 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:12:48.273 | + ./stack.sh:main:1149 : echo_summary 'Configuring Neutron' 2022-02-15 09:12:48.276 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:12:48.279 | + ./stack.sh:echo_summary:432 : echo -e Configuring Neutron 2022-02-15 09:12:48.282 | + ./stack.sh:main:1151 : configure_neutron 2022-02-15 09:12:48.285 | + lib/neutron:configure_neutron:603 : is_neutron_legacy_enabled 2022-02-15 09:12:48.289 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-02-15 09:12:48.289 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-15 09:12:48.295 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-15 09:12:48.298 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-15 09:12:48.301 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,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-02-15 09:12:48.304 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-02-15 09:12:48.307 | + lib/neutron:configure_neutron:605 : configure_mutnauq 2022-02-15 09:12:48.309 | + lib/neutron-legacy:configure_mutnauq:338 : _configure_neutron_common 2022-02-15 09:12:48.312 | + lib/neutron-legacy:_configure_neutron_common:739 : _create_neutron_conf_dir 2022-02-15 09:12:48.314 | + lib/neutron-legacy:_create_neutron_conf_dir:732 : sudo install -d -o ubuntu /etc/neutron 2022-02-15 09:12:48.328 | + lib/neutron-legacy:_configure_neutron_common:742 : cd /opt/stack/neutron 2022-02-15 09:12:48.331 | + lib/neutron-legacy:_configure_neutron_common:742 : exec ./tools/generate_config_file_samples.sh 2022-02-15 09:12:51.658 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:51.658 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:51.658 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:51.658 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:54.967 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:54.967 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:54.967 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:54.967 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:57.979 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:12:58.010 | [89870 Async init_glance:89870]: finished successfully 2022-02-15 09:12:58.216 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:58.217 | from cryptography.utils import int_from_bytes 2022-02-15 09:12:58.217 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:12:58.217 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:01.467 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:13:01.467 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:01.467 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:13:01.467 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:04.669 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:13:04.669 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:04.669 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:13:04.669 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:07.841 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:13:07.841 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:07.841 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:13:07.841 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:11.033 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:13:11.033 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:11.033 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:13:11.034 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:14.531 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:13:14.531 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:14.531 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:13:14.531 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:18.433 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:13:18.433 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:18.433 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:13:18.433 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:23.864 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:13:23.864 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:23.864 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:13:23.864 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:24.136 | + lib/neutron-legacy:_configure_neutron_common:744 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2022-02-15 09:13:24.141 | + lib/neutron-legacy:_configure_neutron_common:746 : Q_POLICY_FILE=/etc/neutron/policy.json 2022-02-15 09:13:24.144 | + lib/neutron-legacy:_configure_neutron_common:750 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2022-02-15 09:13:24.146 | + lib/neutron-legacy:_configure_neutron_common:754 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2022-02-15 09:13:24.148 | + lib/neutron-legacy:_configure_neutron_common:759 : neutron_plugin_configure_common 2022-02-15 09:13:24.150 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2022-02-15 09:13:24.152 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2022-02-15 09:13:24.154 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2022-02-15 09:13:24.157 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : _neutron_service_plugin_class_add router 2022-02-15 09:13:24.159 | + lib/neutron-legacy:_neutron_service_plugin_class_add:908 : local service_plugin_class=router 2022-02-15 09:13:24.161 | + lib/neutron-legacy:_neutron_service_plugin_class_add:909 : [[ '' == '' ]] 2022-02-15 09:13:24.163 | + lib/neutron-legacy:_neutron_service_plugin_class_add:910 : Q_SERVICE_PLUGIN_CLASSES=router 2022-02-15 09:13:24.165 | + lib/neutron-legacy:_configure_neutron_common:761 : [[ etc/neutron/plugins/ml2 == '' ]] 2022-02-15 09:13:24.168 | + lib/neutron-legacy:_configure_neutron_common:761 : [[ ml2_conf.ini == '' ]] 2022-02-15 09:13:24.170 | + lib/neutron-legacy:_configure_neutron_common:761 : [[ ml2 == '' ]] 2022-02-15 09:13:24.172 | + lib/neutron-legacy:_configure_neutron_common:766 : mkdir -p /etc/neutron/plugins/ml2 2022-02-15 09:13:24.177 | + lib/neutron-legacy:_configure_neutron_common:767 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-15 09:13:24.179 | + lib/neutron-legacy:_configure_neutron_common:770 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2022-02-15 09:13:24.182 | + lib/neutron-legacy:_configure_neutron_common:771 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-15 09:13:24.188 | ++ lib/neutron-legacy:_configure_neutron_common:776 : database_connection_url neutron 2022-02-15 09:13:24.192 | ++ lib/database:database_connection_url:132 : local db=neutron 2022-02-15 09:13:24.194 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql neutron 2022-02-15 09:13:24.197 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=neutron 2022-02-15 09:13:24.200 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2022-02-15 09:13:24.203 | + lib/neutron-legacy:_configure_neutron_common:776 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2022-02-15 09:13:24.232 | + lib/neutron-legacy:_configure_neutron_common:777 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2022-02-15 09:13:24.262 | + lib/neutron-legacy:_configure_neutron_common:778 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2022-02-15 09:13:24.291 | + lib/neutron-legacy:_configure_neutron_common:779 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2022-02-15 09:13:24.321 | + lib/neutron-legacy:_configure_neutron_common:780 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2022-02-15 09:13:24.350 | + lib/neutron-legacy:_configure_neutron_common:783 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2022-02-15 09:13:24.383 | + lib/neutron-legacy:_configure_neutron_common:785 : '[' libvirt = fake ']' 2022-02-15 09:13:24.385 | + lib/neutron-legacy:_configure_neutron_common:795 : setup_logging /etc/neutron/neutron.conf 2022-02-15 09:13:24.387 | + functions:setup_logging:674 : setup_systemd_logging /etc/neutron/neutron.conf 2022-02-15 09:13:24.390 | + functions:setup_systemd_logging:689 : local conf_file=/etc/neutron/neutron.conf 2022-02-15 09:13:24.393 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-15 09:13:24.410 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-15 09:13:24.412 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-15 09:13:24.414 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-15 09:13:24.417 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-15 09:13:24.419 | + 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-02-15 09:13:24.449 | + 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-02-15 09:13:24.479 | + 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-02-15 09:13:24.509 | + functions:setup_systemd_logging:706 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-15 09:13:24.539 | + lib/neutron-legacy:_configure_neutron_common:797 : is_service_enabled tls-proxy 2022-02-15 09:13:24.556 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:13:24.558 | + lib/neutron-legacy:_configure_neutron_common:803 : _neutron_setup_rootwrap 2022-02-15 09:13:24.561 | + lib/neutron-legacy:_neutron_setup_rootwrap:943 : [[ True == \F\a\l\s\e ]] 2022-02-15 09:13:24.564 | + lib/neutron-legacy:_neutron_setup_rootwrap:947 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2022-02-15 09:13:24.566 | + lib/neutron-legacy:_neutron_setup_rootwrap:948 : [[ -d /etc/neutron/rootwrap.d ]] 2022-02-15 09:13:24.569 | + lib/neutron-legacy:_neutron_setup_rootwrap:952 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2022-02-15 09:13:24.571 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:933 : [[ True == \F\a\l\s\e ]] 2022-02-15 09:13:24.574 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:936 : local srcdir=/opt/stack/neutron 2022-02-15 09:13:24.576 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:937 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2022-02-15 09:13:24.589 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:938 : sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2022-02-15 09:13:24.602 | + lib/neutron-legacy:_neutron_setup_rootwrap:956 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2022-02-15 09:13:24.605 | + lib/neutron-legacy:_neutron_setup_rootwrap:959 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2022-02-15 09:13:24.617 | + lib/neutron-legacy:_neutron_setup_rootwrap:961 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2022-02-15 09:13:24.631 | + lib/neutron-legacy:_neutron_setup_rootwrap:962 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2022-02-15 09:13:24.645 | + lib/neutron-legacy:_neutron_setup_rootwrap:965 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-02-15 09:13:24.647 | + lib/neutron-legacy:_neutron_setup_rootwrap:966 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-15 09:13:24.650 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:969 : mktemp 2022-02-15 09:13:24.655 | + lib/neutron-legacy:_neutron_setup_rootwrap:969 : TEMPFILE=/tmp/tmp.tPaSM2h7xB 2022-02-15 09:13:24.658 | + lib/neutron-legacy:_neutron_setup_rootwrap:970 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-02-15 09:13:24.661 | + lib/neutron-legacy:_neutron_setup_rootwrap:971 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-15 09:13:24.663 | + lib/neutron-legacy:_neutron_setup_rootwrap:972 : chmod 0440 /tmp/tmp.tPaSM2h7xB 2022-02-15 09:13:24.667 | + lib/neutron-legacy:_neutron_setup_rootwrap:973 : sudo chown root:root /tmp/tmp.tPaSM2h7xB 2022-02-15 09:13:24.680 | + lib/neutron-legacy:_neutron_setup_rootwrap:974 : sudo mv /tmp/tmp.tPaSM2h7xB /etc/sudoers.d/neutron-rootwrap 2022-02-15 09:13:24.693 | + lib/neutron-legacy:_neutron_setup_rootwrap:977 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-02-15 09:13:24.722 | + lib/neutron-legacy:_neutron_setup_rootwrap:978 : [[ True == \T\r\u\e ]] 2022-02-15 09:13:24.725 | + lib/neutron-legacy:_neutron_setup_rootwrap:979 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-15 09:13:24.755 | + lib/neutron-legacy:configure_mutnauq:339 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2022-02-15 09:13:24.758 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2022-02-15 09:13:24.760 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2022-02-15 09:13:24.763 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-02-15 09:13:24.766 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-02-15 09:13:24.768 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-15 09:13:24.786 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:13:24.790 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-02-15 09:13:24.792 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-02-15 09:13:24.795 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-15 09:13:24.813 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:13:24.816 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.10:5672/ 2022-02-15 09:13:24.819 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.10:5672/ 2022-02-15 09:13:24.850 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-15 09:13:24.852 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-15 09:13:24.855 | + lib/neutron-legacy:configure_mutnauq:341 : is_service_enabled q-metering 2022-02-15 09:13:24.873 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:13:24.875 | + lib/neutron-legacy:configure_mutnauq:342 : _configure_neutron_metering 2022-02-15 09:13:24.878 | + lib/neutron-legacy:_configure_neutron_metering:852 : neutron_agent_metering_configure_common 2022-02-15 09:13:24.880 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2022-02-15 09:13:24.883 | + lib/neutron-legacy:_neutron_service_plugin_class_add:908 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2022-02-15 09:13:24.885 | + lib/neutron-legacy:_neutron_service_plugin_class_add:909 : [[ router == '' ]] 2022-02-15 09:13:24.887 | + lib/neutron-legacy:_neutron_service_plugin_class_add:911 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2022-02-15 09:13:24.890 | + lib/neutron-legacy:_neutron_service_plugin_class_add:912 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-02-15 09:13:24.893 | + lib/neutron-legacy:_configure_neutron_metering:853 : neutron_agent_metering_configure_agent 2022-02-15 09:13:24.896 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2022-02-15 09:13:24.898 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2022-02-15 09:13:24.903 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2022-02-15 09:13:24.905 | + 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-02-15 09:13:24.911 | + lib/neutron-legacy:configure_mutnauq:344 : is_service_enabled q-agt q-svc 2022-02-15 09:13:24.928 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:13:24.930 | + lib/neutron-legacy:configure_mutnauq:345 : _configure_neutron_service 2022-02-15 09:13:24.933 | + lib/neutron-legacy:_configure_neutron_service:880 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2022-02-15 09:13:24.935 | + lib/neutron-legacy:_configure_neutron_service:881 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2022-02-15 09:13:24.940 | + lib/neutron-legacy:_configure_neutron_service:884 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2022-02-15 09:13:24.972 | + lib/neutron-legacy:_configure_neutron_service:886 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-02-15 09:13:25.003 | + lib/neutron-legacy:_configure_neutron_service:887 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2022-02-15 09:13:25.035 | + lib/neutron-legacy:_configure_neutron_service:888 : iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True 2022-02-15 09:13:25.068 | + lib/neutron-legacy:_configure_neutron_service:890 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2022-02-15 09:13:25.099 | + lib/neutron-legacy:_configure_neutron_service:891 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2022-02-15 09:13:25.101 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/neutron/neutron.conf 2022-02-15 09:13:25.104 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=neutron 2022-02-15 09:13:25.106 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2022-02-15 09:13:25.109 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2022-02-15 09:13:25.138 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2022-02-15 09:13:25.171 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.10/identity 2022-02-15 09:13:25.203 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2022-02-15 09:13:25.235 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2022-02-15 09:13:25.268 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2022-02-15 09:13:25.299 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2022-02-15 09:13:25.329 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2022-02-15 09:13:25.360 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-15 09:13:25.395 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2022-02-15 09:13:25.426 | + lib/neutron-legacy:_configure_neutron_service:894 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2022-02-15 09:13:25.459 | + lib/neutron-legacy:_configure_neutron_service:895 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2022-02-15 09:13:25.489 | + lib/neutron-legacy:_configure_neutron_service:897 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2022-02-15 09:13:25.491 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/neutron/neutron.conf 2022-02-15 09:13:25.494 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=nova 2022-02-15 09:13:25.496 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=nova 2022-02-15 09:13:25.499 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf nova auth_type password 2022-02-15 09:13:25.530 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/neutron/neutron.conf nova interface public 2022-02-15 09:13:25.562 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.10/identity 2022-02-15 09:13:25.593 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf nova username nova 2022-02-15 09:13:25.626 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2022-02-15 09:13:25.659 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2022-02-15 09:13:25.689 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/neutron/neutron.conf nova project_name service 2022-02-15 09:13:25.724 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2022-02-15 09:13:25.758 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-02-15 09:13:25.789 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2022-02-15 09:13:25.820 | + lib/neutron-legacy:_configure_neutron_service:900 : neutron_plugin_configure_service 2022-02-15 09:13:25.823 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ vlan != \l\o\c\a\l ]] 2022-02-15 09:13:25.826 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2022-02-15 09:13:25.828 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2022-02-15 09:13:25.831 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2022-02-15 09:13:25.834 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ physnet1 != '' ]] 2022-02-15 09:13:25.837 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=physnet1 2022-02-15 09:13:25.839 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 150:199 != '' ]] 2022-02-15 09:13:25.841 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=physnet1:150:199 2022-02-15 09:13:25.844 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ physnet1:150:199 != '' ]] 2022-02-15 09:13:25.847 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2022-02-15 09:13:25.850 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2022-02-15 09:13:25.852 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n physnet1 ]] 2022-02-15 09:13:25.855 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2022-02-15 09:13:25.858 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n physnet1 ]] 2022-02-15 09:13:25.861 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2022-02-15 09:13:25.864 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n physnet1 ]] 2022-02-15 09:13:25.867 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2022-02-15 09:13:25.870 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : [[ True == \T\r\u\e ]] 2022-02-15 09:13:25.872 | + 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-02-15 09:13:25.901 | + 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-02-15 09:13:25.903 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-15 09:13:25.906 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-02-15 09:13:25.909 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=openvswitch,hyperv 2022-02-15 09:13:25.911 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2022-02-15 09:13:25.914 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-15 09:13:25.916 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2022-02-15 09:13:25.948 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:129 : [[ -n '' ]] 2022-02-15 09:13:25.950 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:133 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2022-02-15 09:13:25.953 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-15 09:13:25.956 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-02-15 09:13:25.958 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2022-02-15 09:13:25.961 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2022-02-15 09:13:25.963 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-15 09:13:25.965 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2022-02-15 09:13:25.995 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:135 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vlan 2022-02-15 09:13:25.998 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-15 09:13:26.001 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-02-15 09:13:26.003 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=vlan 2022-02-15 09:13:26.006 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=vlan ']' 2022-02-15 09:13:26.008 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-15 09:13:26.011 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2022-02-15 09:13:26.040 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:137 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2022-02-15 09:13:26.043 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-15 09:13:26.045 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2022-02-15 09:13:26.048 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2022-02-15 09:13:26.052 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2022-02-15 09:13:26.056 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-15 09:13:26.058 | + 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-02-15 09:13:26.089 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:139 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2022-02-15 09:13:26.091 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-15 09:13:26.094 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2022-02-15 09:13:26.097 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-02-15 09:13:26.099 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-02-15 09:13:26.102 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-15 09:13:26.104 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2022-02-15 09:13:26.135 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:141 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=physnet1, 2022-02-15 09:13:26.139 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-15 09:13:26.141 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2022-02-15 09:13:26.144 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=physnet1, 2022-02-15 09:13:26.147 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=physnet1, ']' 2022-02-15 09:13:26.149 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-15 09:13:26.152 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2022-02-15 09:13:26.183 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:143 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=physnet1:150:199 2022-02-15 09:13:26.186 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-15 09:13:26.188 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2022-02-15 09:13:26.191 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=physnet1:150:199 2022-02-15 09:13:26.193 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=physnet1:150:199 ']' 2022-02-15 09:13:26.196 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-15 09:13:26.198 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:150:199 2022-02-15 09:13:26.228 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:145 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2022-02-15 09:13:26.231 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-15 09:13:26.233 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2022-02-15 09:13:26.237 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-02-15 09:13:26.239 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-02-15 09:13:26.241 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-15 09:13:26.244 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2022-02-15 09:13:26.274 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:147 : [[ legacy != \l\e\g\a\c\y ]] 2022-02-15 09:13:26.277 | + lib/neutron-legacy:configure_mutnauq:347 : is_service_enabled q-agt 2022-02-15 09:13:26.293 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:13:26.296 | + lib/neutron-legacy:configure_mutnauq:348 : _configure_neutron_plugin_agent 2022-02-15 09:13:26.299 | + lib/neutron-legacy:_configure_neutron_plugin_agent:867 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-02-15 09:13:26.332 | + lib/neutron-legacy:_configure_neutron_plugin_agent:868 : [[ True == \T\r\u\e ]] 2022-02-15 09:13:26.335 | + lib/neutron-legacy:_configure_neutron_plugin_agent:869 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-15 09:13:26.366 | + lib/neutron-legacy:_configure_neutron_plugin_agent:871 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-02-15 09:13:26.399 | + lib/neutron-legacy:_configure_neutron_plugin_agent:874 : neutron_plugin_configure_plugin_agent 2022-02-15 09:13:26.402 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2022-02-15 09:13:26.404 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:32 : local bridge=br-int 2022-02-15 09:13:26.407 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:33 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-02-15 09:13:29.263 | INFO neutron.common.config [-] Logging enabled! 2022-02-15 09:13:29.264 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 19.1.1.dev48 2022-02-15 09:13:29.264 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=91842) setup_logging /opt/stack/neutron/neutron/common/config.py:112}} 2022-02-15 09:13:29.265 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2022-02-15 09:13:29.266 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/usr/local/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'privsep-helper', '--config-file', '/etc/neutron/neutron.conf', '--privsep_context', 'neutron.privileged.ovs_vsctl_cmd', '--privsep_sock_path', '/tmp/tmpl5dh48r7/privsep.sock'] 2022-02-15 09:13:30.219 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2022-02-15 09:13:30.220 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpl5dh48r7/privsep.sock {{(pid=91842) __init__ /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:363}} 2022-02-15 09:13:30.222 | INFO oslo.privsep.daemon [-] privsep daemon starting 2022-02-15 09:13:30.222 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2022-02-15 09:13:30.222 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2022-02-15 09:13:30.222 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 91852 2022-02-15 09:13:30.223 | DEBUG oslo.privsep.daemon [-] privsep: reply[4c362c0c-5cdd-433b-b4c4-fa7215c8a81c]: (2,) {{(pid=91852) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}} 2022-02-15 09:13:30.418 | DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000 {{(pid=91852) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:384}} 2022-02-15 09:13:30.430 | DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000" returned: 0 in 0.012s {{(pid=91852) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}} 2022-02-15 09:13:30.430 | DEBUG oslo.privsep.daemon [-] privsep: reply[38e19946-ee03-4ba3-bfbd-b4504bfd473e]: (4, ('83fe811a-b7c7-4252-97b2-5e38e29ed33e\n', '')) {{(pid=91852) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}} 2022-02-15 09:13:30.485 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=91842) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2022-02-15 09:13:30.485 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=91842) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2022-02-15 09:13:30.486 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=91842) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-15 09:13:30.486 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=91842) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-15 09:13:30.486 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=91842) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-15 09:13:30.486 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=91842) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-15 09:13:30.541 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-02-15 09:13:30.541 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:13:30.541 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:30.541 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:13:30.541 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:30.881 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:34 : _neutron_ovs_base_add_bridge br-int 2022-02-15 09:13:30.884 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-int 2022-02-15 09:13:30.886 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2022-02-15 09:13:30.889 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2022-02-15 09:13:30.893 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-int 2022-02-15 09:13:30.974 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:35 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2022-02-15 09:13:30.991 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2022-02-15 09:13:30.995 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2022-02-15 09:13:30.998 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:89 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2022-02-15 09:13:31.031 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2022-02-15 09:13:31.035 | ++ functions:running_in_container:793 : systemd-detect-virt --container 2022-02-15 09:13:31.043 | + functions:running_in_container:793 : [[ none != \n\o\n\e ]] 2022-02-15 09:13:31.046 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2022-02-15 09:13:31.049 | + functions:enable_kernel_bridge_firewall:802 : sudo modprobe bridge 2022-02-15 09:13:31.072 | + functions:enable_kernel_bridge_firewall:805 : sudo modprobe br_netfilter 2022-02-15 09:13:31.095 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-02-15 09:13:31.098 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2022-02-15 09:13:31.106 | net.bridge.bridge-nf-call-iptables = 1 2022-02-15 09:13:31.111 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-02-15 09:13:31.114 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2022-02-15 09:13:31.122 | net.bridge.bridge-nf-call-ip6tables = 1 2022-02-15 09:13:31.125 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ False == \T\r\u\e ]] 2022-02-15 09:13:31.128 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ physnet1 != '' ]] 2022-02-15 09:13:31.131 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-data != '' ]] 2022-02-15 09:13:31.133 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ physnet1:br-data == '' ]] 2022-02-15 09:13:31.136 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-data 2022-02-15 09:13:31.139 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2022-02-15 09:13:31.143 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-02-15 09:13:31.150 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2022-02-15 09:13:31.153 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-02-15 09:13:31.183 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ physnet1:br-data != '' ]] 2022-02-15 09:13:31.185 | + 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-02-15 09:13:31.227 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2022-02-15 09:13:31.229 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2022-02-15 09:13:31.259 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2022-02-15 09:13:31.289 | + lib/neutron-legacy:configure_mutnauq:350 : is_service_enabled q-dhcp 2022-02-15 09:13:31.307 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:13:31.309 | + lib/neutron-legacy:configure_mutnauq:351 : _configure_neutron_dhcp_agent 2022-02-15 09:13:31.312 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:808 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2022-02-15 09:13:31.317 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:810 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2022-02-15 09:13:31.347 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:812 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2022-02-15 09:13:31.376 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:813 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-02-15 09:13:31.409 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:814 : [[ True == \T\r\u\e ]] 2022-02-15 09:13:31.412 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:815 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-15 09:13:31.441 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:818 : is_service_enabled q-l3 2022-02-15 09:13:31.458 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:13:31.461 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:829 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-02-15 09:13:31.464 | + lib/neutron-legacy:_neutron_setup_interface_driver:987 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2022-02-15 09:13:31.496 | + lib/neutron-legacy:_neutron_setup_interface_driver:989 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-02-15 09:13:31.499 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-02-15 09:13:31.502 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2022-02-15 09:13:31.534 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:831 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2022-02-15 09:13:31.536 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-02-15 09:13:31.539 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2022-02-15 09:13:31.542 | + lib/neutron-legacy:configure_mutnauq:353 : is_service_enabled q-l3 2022-02-15 09:13:31.559 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:13:31.562 | + lib/neutron-legacy:configure_mutnauq:354 : _configure_neutron_l3_agent 2022-02-15 09:13:31.565 | + 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-02-15 09:13:31.570 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2022-02-15 09:13:31.603 | + 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-02-15 09:13:31.636 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2022-02-15 09:13:31.639 | + 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-02-15 09:13:31.669 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2022-02-15 09:13:31.671 | + lib/neutron-legacy:_neutron_setup_interface_driver:987 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2022-02-15 09:13:31.703 | + lib/neutron-legacy:_neutron_setup_interface_driver:989 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2022-02-15 09:13:31.706 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2022-02-15 09:13:31.709 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2022-02-15 09:13:31.740 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2022-02-15 09:13:31.742 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2022-02-15 09:13:31.745 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2022-02-15 09:13:31.747 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-02-15 09:13:34.586 | INFO neutron.common.config [-] Logging enabled! 2022-02-15 09:13:34.586 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 19.1.1.dev48 2022-02-15 09:13:34.587 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=92386) setup_logging /opt/stack/neutron/neutron/common/config.py:112}} 2022-02-15 09:13:34.639 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=92386) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2022-02-15 09:13:34.639 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=92386) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2022-02-15 09:13:34.639 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=92386) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-15 09:13:34.639 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=92386) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-15 09:13:34.639 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=92386) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-15 09:13:34.639 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=92386) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-15 09:13:34.703 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2022-02-15 09:13:34.704 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=92386) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:90}} 2022-02-15 09:13:34.704 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=92386) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:134}} 2022-02-15 09:13:34.705 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-02-15 09:13:34.705 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:13:34.705 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:34.705 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:13:34.705 | from cryptography.utils import int_from_bytes 2022-02-15 09:13:35.044 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2022-02-15 09:13:35.046 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2022-02-15 09:13:35.049 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-data 2022-02-15 09:13:35.053 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2022-02-15 09:13:35.056 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-02-15 09:13:35.058 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2022-02-15 09:13:35.064 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-02-15 09:13:35.083 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-data 1500 2022-02-15 09:13:35.086 | + functions:set_mtu:785 : local dev=br-data 2022-02-15 09:13:35.089 | + functions:set_mtu:786 : local mtu=1500 2022-02-15 09:13:35.091 | + functions:set_mtu:787 : sudo ip link set mtu 1500 dev br-data 2022-02-15 09:13:35.105 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:109 : sudo ovs-vsctl br-set-external-id br-data bridge-id br-data 2022-02-15 09:13:35.125 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2022-02-15 09:13:35.128 | + lib/neutron-legacy:_configure_public_network_connectivity:674 : [[ -n eth1 ]] 2022-02-15 09:13:35.130 | + lib/neutron-legacy:_configure_public_network_connectivity:675 : _move_neutron_addresses_route eth1 br-data True False inet 2022-02-15 09:13:35.133 | + lib/neutron-legacy:_move_neutron_addresses_route:615 : local from_intf=eth1 2022-02-15 09:13:35.135 | + lib/neutron-legacy:_move_neutron_addresses_route:616 : local to_intf=br-data 2022-02-15 09:13:35.138 | + lib/neutron-legacy:_move_neutron_addresses_route:617 : local add_ovs_port=True 2022-02-15 09:13:35.141 | + lib/neutron-legacy:_move_neutron_addresses_route:618 : local del_ovs_port=False 2022-02-15 09:13:35.144 | + lib/neutron-legacy:_move_neutron_addresses_route:619 : local af=inet 2022-02-15 09:13:35.147 | + lib/neutron-legacy:_move_neutron_addresses_route:621 : [[ -n eth1 ]] 2022-02-15 09:13:35.149 | + lib/neutron-legacy:_move_neutron_addresses_route:621 : [[ -n br-data ]] 2022-02-15 09:13:35.152 | + lib/neutron-legacy:_move_neutron_addresses_route:627 : local IP_REPLACE= 2022-02-15 09:13:35.154 | + lib/neutron-legacy:_move_neutron_addresses_route:628 : local IP_DEL= 2022-02-15 09:13:35.156 | + lib/neutron-legacy:_move_neutron_addresses_route:629 : local IP_UP= 2022-02-15 09:13:35.159 | + lib/neutron-legacy:_move_neutron_addresses_route:630 : local DEFAULT_ROUTE_GW 2022-02-15 09:13:35.164 | ++ lib/neutron-legacy:_move_neutron_addresses_route:631 : ip -f inet r 2022-02-15 09:13:35.165 | ++ lib/neutron-legacy:_move_neutron_addresses_route:631 : awk '/default.+eth1\s/ { print $3; exit }' 2022-02-15 09:13:35.171 | + lib/neutron-legacy:_move_neutron_addresses_route:631 : DEFAULT_ROUTE_GW= 2022-02-15 09:13:35.174 | + lib/neutron-legacy:_move_neutron_addresses_route:632 : local ADD_OVS_PORT= 2022-02-15 09:13:35.176 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : local DEL_OVS_PORT= 2022-02-15 09:13:35.179 | + lib/neutron-legacy:_move_neutron_addresses_route:634 : local ARP_CMD= 2022-02-15 09:13:35.183 | ++ lib/neutron-legacy:_move_neutron_addresses_route:636 : ip -f inet a s dev eth1 scope global primary 2022-02-15 09:13:35.183 | ++ lib/neutron-legacy:_move_neutron_addresses_route:636 : grep inet 2022-02-15 09:13:35.184 | ++ lib/neutron-legacy:_move_neutron_addresses_route:636 : awk '{ print $2, $3, $4; exit }' 2022-02-15 09:13:35.191 | + lib/neutron-legacy:_move_neutron_addresses_route:636 : IP_BRD='192.168.0.13/22 brd 192.168.3.255' 2022-02-15 09:13:35.193 | + lib/neutron-legacy:_move_neutron_addresses_route:638 : '[' '' '!=' '' ']' 2022-02-15 09:13:35.196 | + lib/neutron-legacy:_move_neutron_addresses_route:642 : [[ True == \T\r\u\e ]] 2022-02-15 09:13:35.198 | + lib/neutron-legacy:_move_neutron_addresses_route:643 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2022-02-15 09:13:35.201 | + lib/neutron-legacy:_move_neutron_addresses_route:646 : [[ False == \T\r\u\e ]] 2022-02-15 09:13:35.203 | + lib/neutron-legacy:_move_neutron_addresses_route:650 : [[ 192.168.0.13/22 brd 192.168.3.255 != '' ]] 2022-02-15 09:13:35.206 | + lib/neutron-legacy:_move_neutron_addresses_route:651 : IP_DEL='sudo ip addr del 192.168.0.13/22 brd 192.168.3.255 dev eth1' 2022-02-15 09:13:35.208 | + lib/neutron-legacy:_move_neutron_addresses_route:652 : IP_REPLACE='sudo ip addr replace 192.168.0.13/22 brd 192.168.3.255 dev br-data' 2022-02-15 09:13:35.211 | + lib/neutron-legacy:_move_neutron_addresses_route:653 : IP_UP='sudo ip link set br-data up' 2022-02-15 09:13:35.213 | + lib/neutron-legacy:_move_neutron_addresses_route:654 : [[ inet == \i\n\e\t ]] 2022-02-15 09:13:35.217 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : echo 192.168.0.13/22 brd 192.168.3.255 2022-02-15 09:13:35.218 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : awk '{ print $1; exit }' 2022-02-15 09:13:35.221 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : grep -o -E '(.*)/' 2022-02-15 09:13:35.221 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : cut -d / -f1 2022-02-15 09:13:35.226 | + lib/neutron-legacy:_move_neutron_addresses_route:655 : IP=192.168.0.13 2022-02-15 09:13:35.228 | + lib/neutron-legacy:_move_neutron_addresses_route:656 : ARP_CMD='sudo ping -c 3 -w 5 -I br-data 192.168.0.13 ' 2022-02-15 09:13:35.231 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ip addr del 192.168.0.13/22 brd 192.168.3.255 dev eth1 2022-02-15 09:13:35.245 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ip addr replace 192.168.0.13/22 brd 192.168.3.255 dev br-data 2022-02-15 09:13:35.259 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ip link set br-data up 2022-02-15 09:13:35.274 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ovs-vsctl --may-exist add-port br-data eth1 2022-02-15 09:13:35.299 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ping -c 3 -w 5 -I br-data 192.168.0.13 2022-02-15 09:13:35.319 | PING 192.168.0.13 (192.168.0.13) from 192.168.0.13 br-data: 56(84) bytes of data. 2022-02-15 09:13:35.319 | 64 bytes from 192.168.0.13: icmp_seq=1 ttl=64 time=0.086 ms 2022-02-15 09:13:36.333 | 64 bytes from 192.168.0.13: icmp_seq=2 ttl=64 time=0.053 ms 2022-02-15 09:13:37.357 | 64 bytes from 192.168.0.13: icmp_seq=3 ttl=64 time=0.063 ms 2022-02-15 09:13:37.357 | 2022-02-15 09:13:37.357 | --- 192.168.0.13 ping statistics --- 2022-02-15 09:13:37.357 | 3 packets transmitted, 3 received, 0% packet loss, time 2037ms 2022-02-15 09:13:37.357 | rtt min/avg/max/mdev = 0.053/0.067/0.086/0.013 ms 2022-02-15 09:13:37.363 | ++ lib/neutron-legacy:_configure_public_network_connectivity:677 : ip -f inet6 a s dev eth1 2022-02-15 09:13:37.363 | ++ lib/neutron-legacy:_configure_public_network_connectivity:677 : grep -c global 2022-02-15 09:13:37.368 | + lib/neutron-legacy:_configure_public_network_connectivity:677 : [[ 0 != 0 ]] 2022-02-15 09:13:37.371 | + lib/neutron-legacy:configure_mutnauq:356 : is_service_enabled q-meta 2022-02-15 09:13:37.389 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:13:37.392 | + lib/neutron-legacy:configure_mutnauq:357 : _configure_neutron_metadata_agent 2022-02-15 09:13:37.395 | + lib/neutron-legacy:_configure_neutron_metadata_agent:836 : cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2022-02-15 09:13:37.399 | + lib/neutron-legacy:_configure_neutron_metadata_agent:838 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2022-02-15 09:13:37.429 | + lib/neutron-legacy:_configure_neutron_metadata_agent:839 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.10 2022-02-15 09:13:37.459 | + lib/neutron-legacy:_configure_neutron_metadata_agent:840 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2022-02-15 09:13:37.490 | + lib/neutron-legacy:_configure_neutron_metadata_agent:841 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-02-15 09:13:37.522 | + lib/neutron-legacy:_configure_neutron_metadata_agent:842 : [[ True == \T\r\u\e ]] 2022-02-15 09:13:37.525 | + lib/neutron-legacy:_configure_neutron_metadata_agent:843 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-15 09:13:37.555 | + lib/neutron-legacy:configure_mutnauq:360 : [[ legacy != \l\e\g\a\c\y ]] 2022-02-15 09:13:37.558 | + lib/neutron-legacy:configure_mutnauq:363 : is_service_enabled ceilometer 2022-02-15 09:13:37.575 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:13:37.578 | + lib/neutron-legacy:configure_mutnauq:367 : [[ openvswitch == \o\v\n ]] 2022-02-15 09:13:37.588 | + lib/neutron-legacy:configure_mutnauq:372 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2022-02-15 09:13:37.628 | + lib/neutron-legacy:configure_mutnauq:376 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2022-02-15 09:13:37.660 | + lib/neutron:configure_neutron:610 : '[' False == True ']' 2022-02-15 09:13:37.663 | + ./stack.sh:main:1154 : is_service_enabled mysql postgresql 2022-02-15 09:13:37.682 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:13:37.685 | + ./stack.sh:main:1154 : is_service_enabled neutron 2022-02-15 09:13:37.703 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:13:37.706 | + ./stack.sh:main:1155 : async_runfunc init_neutron 2022-02-15 09:13:37.708 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2022-02-15 09:13:37.768 | + inc/async:async_inner:63 : init_neutron 2022-02-15 09:13:37.809 | [17600 Async init_neutron:92812]: running: init_neutron 2022-02-15 09:13:37.812 | + ./stack.sh:main:1163 : is_service_enabled q-dhcp 2022-02-15 09:13:37.835 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:13:37.839 | ++ ./stack.sh:main:1166 : pidof NetworkManager 2022-02-15 09:13:37.854 | ++ ./stack.sh:main:1166 : true 2022-02-15 09:13:37.858 | + ./stack.sh:main:1166 : netman_pid= 2022-02-15 09:13:37.861 | + ./stack.sh:main:1167 : '[' -z '' ']' 2022-02-15 09:13:37.865 | + ./stack.sh:main:1168 : sudo killall dnsmasq 2022-02-15 09:13:37.886 | dnsmasq: no process found 2022-02-15 09:13:37.890 | + ./stack.sh:main:1168 : true 2022-02-15 09:13:37.893 | + ./stack.sh:main:1173 : clean_iptables 2022-02-15 09:13:37.902 | + lib/nova:clean_iptables:183 : sudo iptables -S -v 2022-02-15 09:13:37.902 | + lib/nova:clean_iptables:183 : grep nova 2022-02-15 09:13:37.902 | + lib/nova:clean_iptables:183 : sed 's/-c [0-9]* [0-9]* //g' 2022-02-15 09:13:37.906 | + lib/nova:clean_iptables:183 : grep '\-A' 2022-02-15 09:13:37.907 | + lib/nova:clean_iptables:183 : bash 2022-02-15 09:13:37.911 | + lib/nova:clean_iptables:183 : awk '{print "sudo iptables",$0}' 2022-02-15 09:13:37.911 | + lib/nova:clean_iptables:183 : sed s/-A/-D/g 2022-02-15 09:13:37.923 | + lib/nova:clean_iptables:185 : grep '\-A' 2022-02-15 09:13:37.926 | + lib/nova:clean_iptables:185 : awk '{print "sudo iptables -t nat",$0}' 2022-02-15 09:13:37.926 | + lib/nova:clean_iptables:185 : sed s/-A/-D/g 2022-02-15 09:13:37.927 | + lib/nova:clean_iptables:185 : grep nova 2022-02-15 09:13:37.931 | + lib/nova:clean_iptables:185 : sudo iptables -S -v -t nat 2022-02-15 09:13:37.932 | + lib/nova:clean_iptables:185 : bash 2022-02-15 09:13:37.934 | + lib/nova:clean_iptables:185 : sed 's/-c [0-9]* [0-9]* //g' 2022-02-15 09:13:37.956 | + lib/nova:clean_iptables:187 : sed s/-N/-X/g 2022-02-15 09:13:37.956 | + lib/nova:clean_iptables:187 : sudo iptables -S -v 2022-02-15 09:13:37.956 | + lib/nova:clean_iptables:187 : grep '\-N' 2022-02-15 09:13:37.959 | + lib/nova:clean_iptables:187 : grep nova 2022-02-15 09:13:37.962 | + lib/nova:clean_iptables:187 : sed 's/-c [0-9]* [0-9]* //g' 2022-02-15 09:13:37.965 | + lib/nova:clean_iptables:187 : awk '{print "sudo iptables",$0}' 2022-02-15 09:13:37.970 | + lib/nova:clean_iptables:187 : bash 2022-02-15 09:13:37.977 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2022-02-15 09:13:37.980 | + lib/nova:clean_iptables:189 : sudo iptables -S -v -t nat 2022-02-15 09:13:37.983 | + lib/nova:clean_iptables:189 : grep '\-N' 2022-02-15 09:13:37.989 | + lib/nova:clean_iptables:189 : bash 2022-02-15 09:13:37.989 | + lib/nova:clean_iptables:189 : grep nova 2022-02-15 09:13:37.990 | + lib/nova:clean_iptables:189 : sed s/-N/-X/g 2022-02-15 09:13:37.990 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables -t nat",$0}' 2022-02-15 09:13:37.998 | + ./stack.sh:main:1176 : sudo sysctl -w net.ipv4.ip_forward=1 2022-02-15 09:13:38.008 | net.ipv4.ip_forward = 1 2022-02-15 09:13:38.011 | + ./stack.sh:main:1181 : is_service_enabled nova neutron 2022-02-15 09:13:38.031 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:13:38.034 | + ./stack.sh:main:1182 : configure_os_vif 2022-02-15 09:13:38.037 | + lib/os-vif:configure_os_vif:21 : [[ -e /etc/nova/nova.conf ]] 2022-02-15 09:13:38.040 | + lib/os-vif:configure_os_vif:22 : iniset /etc/nova/nova.conf os_vif_ovs ovsdb_interface vsctl 2022-02-15 09:13:38.077 | + lib/os-vif:configure_os_vif:23 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2022-02-15 09:13:38.109 | + lib/os-vif:configure_os_vif:25 : [[ -e /etc/neutron/neutron.conf ]] 2022-02-15 09:13:38.112 | + lib/os-vif:configure_os_vif:26 : iniset /etc/neutron/neutron.conf os_vif_ovs ovsdb_interface vsctl 2022-02-15 09:13:38.147 | + lib/os-vif:configure_os_vif:27 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2022-02-15 09:13:38.179 | + ./stack.sh:main:1188 : is_service_enabled swift 2022-02-15 09:13:38.199 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:13:38.201 | + ./stack.sh:main:1189 : echo_summary 'Configuring Swift' 2022-02-15 09:13:38.205 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:13:38.207 | + ./stack.sh:echo_summary:432 : echo -e Configuring Swift 2022-02-15 09:13:38.209 | + ./stack.sh:main:1190 : async_runfunc init_swift 2022-02-15 09:13:38.212 | + inc/async:async_runfunc:116 : async_run init_swift init_swift 2022-02-15 09:13:38.273 | + inc/async:async_inner:63 : init_swift 2022-02-15 09:13:38.315 | [17600 Async init_swift:93190]: running: init_swift 2022-02-15 09:13:38.318 | + ./stack.sh:main:1197 : is_service_enabled cinder 2022-02-15 09:13:38.336 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:13:38.339 | + ./stack.sh:main:1198 : echo_summary 'Configuring Cinder' 2022-02-15 09:13:38.341 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:13:38.344 | + ./stack.sh:echo_summary:432 : echo -e Configuring Cinder 2022-02-15 09:13:38.347 | + ./stack.sh:main:1199 : async_runfunc init_cinder 2022-02-15 09:13:38.349 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2022-02-15 09:13:38.420 | + inc/async:async_inner:63 : init_cinder 2022-02-15 09:13:38.466 | [17600 Async init_cinder:93285]: running: init_cinder 2022-02-15 09:13:38.469 | + ./stack.sh:main:1205 : is_service_enabled placement 2022-02-15 09:13:38.494 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:13:38.498 | + ./stack.sh:main:1206 : echo_summary 'Configuring placement' 2022-02-15 09:13:38.499 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:13:38.502 | + ./stack.sh:echo_summary:432 : echo -e Configuring placement 2022-02-15 09:13:38.505 | + ./stack.sh:main:1207 : async_runfunc init_placement 2022-02-15 09:13:38.511 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2022-02-15 09:13:38.604 | + inc/async:async_inner:63 : init_placement 2022-02-15 09:13:38.696 | [17600 Async init_placement:93422]: running: init_placement 2022-02-15 09:13:38.701 | + ./stack.sh:main:1211 : async_wait init_neutron 2022-02-15 09:13:38.996 | [17600 Async init_neutron:92812]: Waiting for completion of init_neutron running on PID 92812 (6 other jobs running) 2022-02-15 09:13:39.167 | [17600 Async init_neutron:92812]: Signaling child to exit 2022-02-15 09:13:49.678 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:13:49.724 | [93285 Async init_cinder:93285]: finished successfully 2022-02-15 09:13:50.335 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:13:50.375 | [93190 Async init_swift:93190]: finished successfully 2022-02-15 09:14:04.377 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:14:04.409 | [92812 Async init_neutron:92812]: finished successfully 2022-02-15 09:14:04.432 | WAKEUP 2022-02-15 09:14:04.457 | [17600 Async init_neutron:92812]: Signaled 2022-02-15 09:14:04.459 | + lib/neutron:init_neutron:648 : is_neutron_legacy_enabled 2022-02-15 09:14:04.459 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-02-15 09:14:04.459 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-15 09:14:04.459 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-15 09:14:04.459 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-15 09:14:04.459 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,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-02-15 09:14:04.459 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-02-15 09:14:04.459 | + lib/neutron:init_neutron:650 : init_mutnauq 2022-02-15 09:14:04.459 | + lib/neutron-legacy:init_mutnauq:430 : recreate_database neutron 2022-02-15 09:14:04.459 | + lib/database:recreate_database:110 : local db=neutron 2022-02-15 09:14:04.459 | + lib/database:recreate_database:111 : recreate_database_mysql neutron 2022-02-15 09:14:04.459 | + lib/databases/mysql:recreate_database_mysql:63 : local db=neutron 2022-02-15 09:14:04.459 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2022-02-15 09:14:04.459 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-15 09:14:04.459 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2022-02-15 09:14:04.459 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-15 09:14:04.459 | + lib/neutron-legacy:init_mutnauq:431 : time_start dbsync 2022-02-15 09:14:04.459 | + functions-common:time_start:2295 : local name=dbsync 2022-02-15 09:14:04.459 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:14:04.459 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:14:04.459 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:14:04.460 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916417873 2022-02-15 09:14:04.460 | + lib/neutron-legacy:init_mutnauq:433 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2022-02-15 09:14:04.460 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:04.460 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:04.460 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:04.460 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2022-02-15 09:14:04.460 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2022-02-15 09:14:04.461 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2022-02-15 09:14:04.462 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2022-02-15 09:14:04.463 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2022-02-15 09:14:04.463 | Running upgrade for neutron ... 2022-02-15 09:14:04.463 | OK 2022-02-15 09:14:04.463 | + lib/neutron-legacy:init_mutnauq:434 : time_stop dbsync 2022-02-15 09:14:04.463 | + functions-common:time_stop:2309 : local name 2022-02-15 09:14:04.463 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:14:04.463 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:14:04.463 | + functions-common:time_stop:2312 : local total 2022-02-15 09:14:04.463 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:14:04.463 | + functions-common:time_stop:2315 : name=dbsync 2022-02-15 09:14:04.463 | + functions-common:time_stop:2316 : start_time=1644916417873 2022-02-15 09:14:04.463 | + functions-common:time_stop:2318 : [[ -z 1644916417873 ]] 2022-02-15 09:14:04.464 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:14:04.464 | + functions-common:time_stop:2321 : end_time=1644916444361 2022-02-15 09:14:04.464 | + functions-common:time_stop:2322 : elapsed_time=26488 2022-02-15 09:14:04.464 | + functions-common:time_stop:2323 : total=18290 2022-02-15 09:14:04.464 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:14:04.464 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=44778 2022-02-15 09:14:04.516 | [17600 Async init_neutron:92812]: finished init_neutron with result 0 in 26 seconds 2022-02-15 09:14:04.521 | + inc/async:async_wait:197 : return 0 2022-02-15 09:14:04.524 | + ./stack.sh:main:1212 : async_wait init_placement 2022-02-15 09:14:04.584 | [17600 Async init_placement:93422]: Waiting for completion of init_placement running on PID 93422 (5 other jobs running) 2022-02-15 09:14:04.618 | [17600 Async init_placement:93422]: Signaling child to exit 2022-02-15 09:14:14.575 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:14:14.600 | [93422 Async init_placement:93422]: finished successfully 2022-02-15 09:14:14.620 | WAKEUP 2022-02-15 09:14:14.645 | [17600 Async init_placement:93422]: Signaled 2022-02-15 09:14:14.647 | + lib/placement:init_placement:130 : recreate_database placement 2022-02-15 09:14:14.647 | + lib/database:recreate_database:110 : local db=placement 2022-02-15 09:14:14.647 | + lib/database:recreate_database:111 : recreate_database_mysql placement 2022-02-15 09:14:14.647 | + lib/databases/mysql:recreate_database_mysql:63 : local db=placement 2022-02-15 09:14:14.647 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2022-02-15 09:14:14.647 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-15 09:14:14.647 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2022-02-15 09:14:14.647 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-15 09:14:14.647 | + lib/placement:init_placement:131 : /usr/local/bin/placement-manage db sync 2022-02-15 09:14:14.647 | + lib/placement:init_placement:132 : create_placement_accounts 2022-02-15 09:14:14.647 | + lib/placement:create_placement_accounts:119 : create_service_user placement admin 2022-02-15 09:14:14.647 | + lib/keystone:create_service_user:401 : get_or_create_user placement Passw0rd Default 2022-02-15 09:14:14.647 | + functions-common:get_or_create_user:824 : local user_id 2022-02-15 09:14:14.647 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-02-15 09:14:14.647 | + functions-common:get_or_create_user:828 : local email= 2022-02-15 09:14:14.647 | ++ functions-common:get_or_create_user:842 : oscwrap user create placement --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-15 09:14:14.647 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.647 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.647 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.647 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.647 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:14:14.647 | + functions-common:get_or_create_user:840 : user_id=9ccd4efb18ea4764937662365b3fe1f5 2022-02-15 09:14:14.647 | + functions-common:get_or_create_user:841 : echo 9ccd4efb18ea4764937662365b3fe1f5 2022-02-15 09:14:14.647 | 9ccd4efb18ea4764937662365b3fe1f5 2022-02-15 09:14:14.647 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service placement service Default Default 2022-02-15 09:14:14.647 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:14:14.647 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-15 09:14:14.647 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:14:14.648 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:14:14.648 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-15 09:14:14.648 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-15 09:14:14.648 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-15 09:14:14.648 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-15 09:14:14.648 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-15 09:14:14.648 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-15 09:14:14.648 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:14:14.648 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2022-02-15 09:14:14.648 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:14:14.648 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:14:14.648 | ++ functions-common:get_field:727 : read data 2022-02-15 09:14:14.648 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.648 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.648 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.648 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.648 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:14:14.648 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:14:14.648 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:14:14.648 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user placement --project service --user-domain Default --project-domain Default 2022-02-15 09:14:14.648 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.648 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.648 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.648 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.648 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2022-02-15 09:14:14.648 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:14:14.648 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:14:14.648 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:14:14.648 | ++ functions-common:get_field:727 : read data 2022-02-15 09:14:14.648 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.648 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.649 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.649 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.649 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:14:14.649 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:14:14.649 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:14:14.649 | ++ functions-common:get_field:733 : echo '| e25406d25dcc4db2aa560966e22b2e23 | 9ccd4efb18ea4764937662365b3fe1f5 | | 9ae01ce0c22a478981961155ebb41297 | | | False |' 2022-02-15 09:14:14.649 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:14:14.649 | ++ functions-common:get_field:727 : read data 2022-02-15 09:14:14.649 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:14:14.649 | + functions-common:get_or_add_user_project_role:912 : echo e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:14:14.649 | e25406d25dcc4db2aa560966e22b2e23 2022-02-15 09:14:14.649 | + lib/keystone:create_service_user:404 : [[ -n admin ]] 2022-02-15 09:14:14.649 | + lib/keystone:create_service_user:405 : get_or_add_user_project_role admin placement service Default Default 2022-02-15 09:14:14.649 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-15 09:14:14.649 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-15 09:14:14.649 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-15 09:14:14.649 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-15 09:14:14.649 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-15 09:14:14.649 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-15 09:14:14.649 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-15 09:14:14.649 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-15 09:14:14.649 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-15 09:14:14.649 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-15 09:14:14.649 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:14:14.649 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-15 09:14:14.649 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2022-02-15 09:14:14.649 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:14:14.649 | ++ functions-common:get_field:727 : read data 2022-02-15 09:14:14.649 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.649 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.649 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.649 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.650 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:14:14.650 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-15 09:14:14.650 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-15 09:14:14.650 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user placement --project service --user-domain Default --project-domain Default 2022-02-15 09:14:14.650 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.650 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.650 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.650 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.650 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2022-02-15 09:14:14.650 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-15 09:14:14.650 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-15 09:14:14.650 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:14:14.650 | ++ functions-common:get_field:727 : read data 2022-02-15 09:14:14.650 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.650 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.650 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.650 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.650 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:14:14.650 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:14:14.650 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:14:14.650 | ++ functions-common:get_field:733 : echo '| 261c8d118aa846a880674acbd8038773 | 9ccd4efb18ea4764937662365b3fe1f5 | | 9ae01ce0c22a478981961155ebb41297 | | | False |' 2022-02-15 09:14:14.650 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:14:14.650 | ++ functions-common:get_field:727 : read data 2022-02-15 09:14:14.650 | + functions-common:get_or_add_user_project_role:910 : user_role_id=261c8d118aa846a880674acbd8038773 2022-02-15 09:14:14.650 | + functions-common:get_or_add_user_project_role:912 : echo 261c8d118aa846a880674acbd8038773 2022-02-15 09:14:14.650 | 261c8d118aa846a880674acbd8038773 2022-02-15 09:14:14.650 | + lib/placement:create_placement_accounts:120 : local placement_api_url=http://10.222.0.10/placement 2022-02-15 09:14:14.650 | + lib/placement:create_placement_accounts:121 : get_or_create_service placement placement 'Placement Service' 2022-02-15 09:14:14.650 | + functions-common:get_or_create_service:966 : local service_id 2022-02-15 09:14:14.650 | ++ functions-common:get_or_create_service:979 : oscwrap service show placement -f value -c id 2022-02-15 09:14:14.650 | ++ functions-common:get_or_create_service:981 : oscwrap service create placement --name placement '--description=Placement Service' -f value -c id 2022-02-15 09:14:14.650 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.651 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.651 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.651 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.651 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:14:14.651 | + functions-common:get_or_create_service:977 : service_id=' 2022-02-15 09:14:14.651 | f7903856a61b46ccb8f37bf99e144751' 2022-02-15 09:14:14.651 | + functions-common:get_or_create_service:978 : echo f7903856a61b46ccb8f37bf99e144751 2022-02-15 09:14:14.651 | f7903856a61b46ccb8f37bf99e144751 2022-02-15 09:14:14.651 | + lib/placement:create_placement_accounts:123 : get_or_create_endpoint placement RegionOne http://10.222.0.10/placement 2022-02-15 09:14:14.651 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-02-15 09:14:14.651 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface placement public http://10.222.0.10/placement RegionOne 2022-02-15 09:14:14.651 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-02-15 09:14:14.651 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service placement --interface public --region RegionOne -c ID -f value 2022-02-15 09:14:14.651 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.651 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.651 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.651 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.651 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:14:14.651 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-02-15 09:14:14.651 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-02-15 09:14:14.651 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create placement public http://10.222.0.10/placement --region RegionOne -f value -c id 2022-02-15 09:14:14.651 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.651 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.651 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:14.651 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:14.651 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:14:14.651 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=8abe235fc8b4428498422b05ca1f2ccd 2022-02-15 09:14:14.651 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 8abe235fc8b4428498422b05ca1f2ccd 2022-02-15 09:14:14.651 | + functions-common:get_or_create_endpoint:1011 : public_id=8abe235fc8b4428498422b05ca1f2ccd 2022-02-15 09:14:14.651 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-02-15 09:14:14.651 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-02-15 09:14:14.651 | + functions-common:get_or_create_endpoint:1020 : echo 8abe235fc8b4428498422b05ca1f2ccd 2022-02-15 09:14:14.651 | 8abe235fc8b4428498422b05ca1f2ccd 2022-02-15 09:14:14.692 | [17600 Async init_placement:93422]: finished init_placement with result 0 in 36 seconds 2022-02-15 09:14:14.696 | + inc/async:async_wait:197 : return 0 2022-02-15 09:14:14.699 | + ./stack.sh:main:1213 : async_wait init_glance 2022-02-15 09:14:14.753 | [17600 Async init_glance:89870]: Waiting for completion of init_glance running on PID 89870 (4 other jobs running) 2022-02-15 09:14:14.780 | [17600 Async init_glance:89870]: Signaling child to exit 2022-02-15 09:14:14.780 | WAKEUP 2022-02-15 09:14:14.803 | [17600 Async init_glance:89870]: Signaled 2022-02-15 09:14:14.805 | + lib/glance:init_glance:488 : rm -rf /opt/stack/data/glance/images 2022-02-15 09:14:14.805 | + lib/glance:init_glance:489 : mkdir -p /opt/stack/data/glance/images 2022-02-15 09:14:14.805 | + lib/glance:init_glance:492 : recreate_database glance 2022-02-15 09:14:14.805 | + lib/database:recreate_database:110 : local db=glance 2022-02-15 09:14:14.805 | + lib/database:recreate_database:111 : recreate_database_mysql glance 2022-02-15 09:14:14.805 | + lib/databases/mysql:recreate_database_mysql:63 : local db=glance 2022-02-15 09:14:14.805 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2022-02-15 09:14:14.805 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-15 09:14:14.805 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2022-02-15 09:14:14.805 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-15 09:14:14.805 | + lib/glance:init_glance:494 : time_start dbsync 2022-02-15 09:14:14.805 | + functions-common:time_start:2295 : local name=dbsync 2022-02-15 09:14:14.805 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:14:14.805 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:14:14.805 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:14:14.805 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916368291 2022-02-15 09:14:14.805 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2022-02-15 09:14:14.805 | 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=89971) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-15 09:14:14.805 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-02-15 09:14:14.805 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-02-15 09:14:14.805 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-02-15 09:14:14.805 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-02-15 09:14:14.805 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-15 09:14:14.805 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-15 09:14:14.805 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2022-02-15 09:14:14.805 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2022-02-15 09:14:14.805 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2022-02-15 09:14:14.805 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2022-02-15 09:14:14.805 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2022-02-15 09:14:14.805 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2022-02-15 09:14:14.805 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-15 09:14:14.806 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-15 09:14:14.806 | Upgraded database to: wallaby_expand01, current revision(s): wallaby_expand01 2022-02-15 09:14:14.806 | Database migration is up to date. No migration needed. 2022-02-15 09:14:14.806 | Upgraded database to: wallaby_contract01, current revision(s): wallaby_contract01 2022-02-15 09:14:14.806 | Database is synced successfully. 2022-02-15 09:14:14.806 | + lib/glance:init_glance:499 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2022-02-15 09:14:14.806 | 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=90147) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2022-02-15 09:14:14.807 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2022-02-15 09:14:14.808 | + lib/glance:init_glance:500 : time_stop dbsync 2022-02-15 09:14:14.808 | + functions-common:time_stop:2309 : local name 2022-02-15 09:14:14.808 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:14:14.808 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:14:14.808 | + functions-common:time_stop:2312 : local total 2022-02-15 09:14:14.808 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:14:14.808 | + functions-common:time_stop:2315 : name=dbsync 2022-02-15 09:14:14.808 | + functions-common:time_stop:2316 : start_time=1644916368291 2022-02-15 09:14:14.808 | + functions-common:time_stop:2318 : [[ -z 1644916368291 ]] 2022-02-15 09:14:14.808 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:14:14.808 | + functions-common:time_stop:2321 : end_time=1644916377963 2022-02-15 09:14:14.808 | + functions-common:time_stop:2322 : elapsed_time=9672 2022-02-15 09:14:14.808 | + functions-common:time_stop:2323 : total=18290 2022-02-15 09:14:14.808 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:14:14.808 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=27962 2022-02-15 09:14:14.851 | [17600 Async init_glance:89870]: finished init_glance with result 0 in 9 seconds 2022-02-15 09:14:14.855 | + inc/async:async_wait:197 : return 0 2022-02-15 09:14:14.858 | + ./stack.sh:main:1214 : async_wait init_swift 2022-02-15 09:14:14.916 | [17600 Async init_swift:93190]: Waiting for completion of init_swift running on PID 93190 (3 other jobs running) 2022-02-15 09:14:14.944 | [17600 Async init_swift:93190]: Signaling child to exit 2022-02-15 09:14:14.945 | WAKEUP 2022-02-15 09:14:14.970 | [17600 Async init_swift:93190]: Signaled 2022-02-15 09:14:14.971 | + lib/swift:init_swift:692 : local node_number 2022-02-15 09:14:14.971 | + lib/swift:init_swift:694 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-02-15 09:14:14.971 | No account-server running 2022-02-15 09:14:14.971 | No container-updater running 2022-02-15 09:14:14.971 | No container-server running 2022-02-15 09:14:14.971 | No container-sync running 2022-02-15 09:14:14.972 | No account-reaper running 2022-02-15 09:14:14.972 | No container-reconciler running 2022-02-15 09:14:14.972 | No account-replicator running 2022-02-15 09:14:14.972 | No proxy-server running 2022-02-15 09:14:14.972 | No container-auditor running 2022-02-15 09:14:14.972 | No container-replicator running 2022-02-15 09:14:14.972 | No object-expirer running 2022-02-15 09:14:14.972 | No object-auditor running 2022-02-15 09:14:14.972 | No account-auditor running 2022-02-15 09:14:14.972 | No object-replicator running 2022-02-15 09:14:14.972 | No object-server running 2022-02-15 09:14:14.972 | No container-sharder running 2022-02-15 09:14:14.972 | No object-reconstructor running 2022-02-15 09:14:14.972 | No object-updater running 2022-02-15 09:14:14.972 | + lib/swift:init_swift:694 : true 2022-02-15 09:14:14.972 | + lib/swift:init_swift:697 : create_swift_disk 2022-02-15 09:14:14.972 | + lib/swift:create_swift_disk:568 : local node_number 2022-02-15 09:14:14.972 | + lib/swift:create_swift_disk:573 : local user_group 2022-02-15 09:14:14.972 | ++ lib/swift:create_swift_disk:574 : id -g ubuntu 2022-02-15 09:14:14.972 | + lib/swift:create_swift_disk:574 : user_group=1000 2022-02-15 09:14:14.972 | + lib/swift:create_swift_disk:575 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift/drives /opt/stack/data/swift/cache /opt/stack/data/swift/run /opt/stack/data/swift/logs 2022-02-15 09:14:14.973 | + lib/swift:create_swift_disk:578 : [[ -e /opt/stack/data/swift/drives/images/swift.img ]] 2022-02-15 09:14:14.973 | + lib/swift:create_swift_disk:585 : mkdir -p /opt/stack/data/swift/drives/images 2022-02-15 09:14:14.973 | + lib/swift:create_swift_disk:586 : sudo touch /opt/stack/data/swift/drives/images/swift.img 2022-02-15 09:14:14.973 | + lib/swift:create_swift_disk:587 : sudo chown ubuntu: /opt/stack/data/swift/drives/images/swift.img 2022-02-15 09:14:14.973 | + lib/swift:create_swift_disk:589 : truncate -s 6G /opt/stack/data/swift/drives/images/swift.img 2022-02-15 09:14:14.973 | + lib/swift:create_swift_disk:592 : /sbin/mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img 2022-02-15 09:14:14.973 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024 agcount=4, agsize=393216 blks 2022-02-15 09:14:14.973 | = sectsz=512 attr=2, projid32bit=1 2022-02-15 09:14:14.973 | = crc=1 finobt=1, sparse=1, rmapbt=0 2022-02-15 09:14:14.973 | = reflink=1 2022-02-15 09:14:14.973 | data = bsize=4096 blocks=1572864, imaxpct=25 2022-02-15 09:14:14.973 | = sunit=0 swidth=0 blks 2022-02-15 09:14:14.973 | naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2022-02-15 09:14:14.973 | log =internal log bsize=4096 blocks=2560, version=2 2022-02-15 09:14:14.973 | = sectsz=512 sunit=0 blks, lazy-count=1 2022-02-15 09:14:14.973 | realtime =none extsz=4096 blocks=0, rtextents=0 2022-02-15 09:14:14.973 | + lib/swift:create_swift_disk:595 : mkdir -p /opt/stack/data/swift/drives/sdb1 2022-02-15 09:14:14.973 | + lib/swift:create_swift_disk:596 : egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts 2022-02-15 09:14:14.973 | + lib/swift:create_swift_disk:597 : sudo mount -t xfs -o loop,noatime,nodiratime,logbufs=8 /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 2022-02-15 09:14:14.973 | + lib/swift:create_swift_disk:603 : local node_number 2022-02-15 09:14:14.973 | + lib/swift:create_swift_disk:604 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-02-15 09:14:14.973 | + lib/swift:create_swift_disk:606 : local node_devices=/opt/stack/data/swift/1 2022-02-15 09:14:14.973 | + lib/swift:create_swift_disk:607 : local real_devices=/opt/stack/data/swift/drives/sdb1/1 2022-02-15 09:14:14.973 | + lib/swift:create_swift_disk:608 : sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1 2022-02-15 09:14:14.973 | + lib/swift:create_swift_disk:609 : local device=/opt/stack/data/swift/drives/sdb1/1/sdb1 2022-02-15 09:14:14.973 | + lib/swift:create_swift_disk:610 : [[ -d /opt/stack/data/swift/drives/sdb1/1/sdb1 ]] 2022-02-15 09:14:14.973 | + lib/swift:create_swift_disk:611 : sudo install -o ubuntu -g 1000 -d /opt/stack/data/swift/drives/sdb1/1/sdb1 2022-02-15 09:14:14.973 | + lib/swift:init_swift:701 : pushd /etc/swift 2022-02-15 09:14:14.973 | + lib/swift:init_swift:703 : rm -f '*.builder' '*.ring.gz' 'backups/*.builder' 'backups/*.ring.gz' 2022-02-15 09:14:14.973 | + lib/swift:init_swift:705 : /usr/local/bin/swift-ring-builder object.builder create 9 1 1 2022-02-15 09:14:14.973 | + lib/swift:init_swift:706 : /usr/local/bin/swift-ring-builder container.builder create 9 1 1 2022-02-15 09:14:14.973 | + lib/swift:init_swift:707 : /usr/local/bin/swift-ring-builder account.builder create 9 1 1 2022-02-15 09:14:14.974 | + lib/swift:init_swift:713 : [[ -n '' ]] 2022-02-15 09:14:14.974 | + lib/swift:init_swift:726 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-02-15 09:14:14.974 | + lib/swift:init_swift:727 : /usr/local/bin/swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1 2022-02-15 09:14:14.974 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1. 2022-02-15 09:14:14.974 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0 2022-02-15 09:14:14.974 | + lib/swift:init_swift:728 : /usr/local/bin/swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1 2022-02-15 09:14:14.974 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1. 2022-02-15 09:14:14.974 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0 2022-02-15 09:14:14.974 | + lib/swift:init_swift:729 : /usr/local/bin/swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1 2022-02-15 09:14:14.974 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1. 2022-02-15 09:14:14.974 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0 2022-02-15 09:14:14.974 | + lib/swift:init_swift:735 : /usr/local/bin/swift-ring-builder object.builder rebalance 42 2022-02-15 09:14:14.974 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-02-15 09:14:14.974 | + lib/swift:init_swift:736 : /usr/local/bin/swift-ring-builder container.builder rebalance 42 2022-02-15 09:14:14.974 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-02-15 09:14:14.974 | + lib/swift:init_swift:737 : /usr/local/bin/swift-ring-builder account.builder rebalance 42 2022-02-15 09:14:14.974 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-02-15 09:14:14.974 | + lib/swift:init_swift:738 : popd 2022-02-15 09:14:15.019 | [17600 Async init_swift:93190]: finished init_swift with result 0 in 12 seconds 2022-02-15 09:14:15.023 | + inc/async:async_wait:197 : return 0 2022-02-15 09:14:15.026 | + ./stack.sh:main:1215 : async_wait init_cinder 2022-02-15 09:14:15.078 | [17600 Async init_cinder:93285]: Waiting for completion of init_cinder running on PID 93285 (2 other jobs running) 2022-02-15 09:14:15.104 | [17600 Async init_cinder:93285]: Signaling child to exit 2022-02-15 09:14:15.105 | WAKEUP 2022-02-15 09:14:15.129 | [17600 Async init_cinder:93285]: Signaled 2022-02-15 09:14:15.130 | + lib/cinder:init_cinder:427 : is_service_enabled mysql postgresql 2022-02-15 09:14:15.131 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:15.131 | + lib/cinder:init_cinder:429 : recreate_database cinder 2022-02-15 09:14:15.131 | + lib/database:recreate_database:110 : local db=cinder 2022-02-15 09:14:15.131 | + lib/database:recreate_database:111 : recreate_database_mysql cinder 2022-02-15 09:14:15.131 | + lib/databases/mysql:recreate_database_mysql:63 : local db=cinder 2022-02-15 09:14:15.131 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2022-02-15 09:14:15.131 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-15 09:14:15.131 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2022-02-15 09:14:15.131 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-15 09:14:15.131 | + lib/cinder:init_cinder:431 : time_start dbsync 2022-02-15 09:14:15.131 | + functions-common:time_start:2295 : local name=dbsync 2022-02-15 09:14:15.131 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:14:15.131 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:14:15.131 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:14:15.131 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916418527 2022-02-15 09:14:15.131 | + lib/cinder:init_cinder:433 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2022-02-15 09:14:15.131 | 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=93394) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-15 09:14:15.131 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:15.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:15.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:15.133 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:14:15.133 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=93394) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:14:15.133 | INFO cinder.db.migration [-] Applying migration(s) 2022-02-15 09:14:15.133 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-02-15 09:14:15.133 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-02-15 09:14:15.133 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2022-02-15 09:14:15.133 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=93394) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:807}} 2022-02-15 09:14:15.133 | INFO cinder.db.migration [-] Migration(s) applied 2022-02-15 09:14:15.133 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:15.133 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:15.133 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:15.133 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:15.133 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:138: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-02-15 09:14:15.133 | last_heartbeat = column_property( 2022-02-15 09:14:15.133 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:144: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-02-15 09:14:15.133 | num_hosts = column_property( 2022-02-15 09:14:15.133 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:151: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-02-15 09:14:15.133 | num_down_hosts = column_property( 2022-02-15 09:14:15.133 | + lib/cinder:init_cinder:434 : time_stop dbsync 2022-02-15 09:14:15.133 | + functions-common:time_stop:2309 : local name 2022-02-15 09:14:15.133 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:14:15.134 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:14:15.134 | + functions-common:time_stop:2312 : local total 2022-02-15 09:14:15.134 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:14:15.134 | + functions-common:time_stop:2315 : name=dbsync 2022-02-15 09:14:15.134 | + functions-common:time_stop:2316 : start_time=1644916418527 2022-02-15 09:14:15.134 | + functions-common:time_stop:2318 : [[ -z 1644916418527 ]] 2022-02-15 09:14:15.134 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:14:15.134 | + functions-common:time_stop:2321 : end_time=1644916426863 2022-02-15 09:14:15.134 | + functions-common:time_stop:2322 : elapsed_time=8336 2022-02-15 09:14:15.134 | + functions-common:time_stop:2323 : total=18290 2022-02-15 09:14:15.134 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:14:15.134 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=26626 2022-02-15 09:14:15.134 | + lib/cinder:init_cinder:437 : is_service_enabled c-vol 2022-02-15 09:14:15.134 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:15.134 | + lib/cinder:init_cinder:437 : [[ -n lvm:lvmdriver-1 ]] 2022-02-15 09:14:15.134 | + lib/cinder:init_cinder:438 : local be be_name be_type 2022-02-15 09:14:15.134 | + lib/cinder:init_cinder:439 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-02-15 09:14:15.134 | + lib/cinder:init_cinder:440 : be_type=lvm 2022-02-15 09:14:15.134 | + lib/cinder:init_cinder:441 : be_name=lvmdriver-1 2022-02-15 09:14:15.134 | + lib/cinder:init_cinder:442 : type init_cinder_backend_lvm 2022-02-15 09:14:15.134 | + lib/cinder:init_cinder:444 : [[ lvm == \l\v\m ]] 2022-02-15 09:14:15.135 | + lib/cinder:init_cinder:445 : init_default_lvm_volume_group 2022-02-15 09:14:15.135 | + lib/lvm:init_default_lvm_volume_group:156 : [[ 0 = \0 ]] 2022-02-15 09:14:15.135 | + lib/lvm:init_default_lvm_volume_group:157 : init_lvm_volume_group stack-volumes-default 50000M 2022-02-15 09:14:15.135 | + lib/lvm:init_lvm_volume_group:124 : local vg=stack-volumes-default 2022-02-15 09:14:15.135 | + lib/lvm:init_lvm_volume_group:125 : local size=50000M 2022-02-15 09:14:15.135 | + lib/lvm:init_lvm_volume_group:128 : is_fedora 2022-02-15 09:14:15.135 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-02-15 09:14:15.135 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-02-15 09:14:15.135 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-02-15 09:14:15.135 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-15 09:14:15.135 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-15 09:14:15.135 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-02-15 09:14:15.135 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-02-15 09:14:15.135 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-02-15 09:14:15.135 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-02-15 09:14:15.135 | + lib/lvm:init_lvm_volume_group:128 : is_suse 2022-02-15 09:14:15.135 | + functions-common:is_suse:462 : is_opensuse 2022-02-15 09:14:15.135 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-15 09:14:15.135 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-15 09:14:15.135 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-15 09:14:15.135 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-15 09:14:15.135 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-15 09:14:15.135 | + lib/lvm:init_lvm_volume_group:133 : _create_lvm_volume_group stack-volumes-default 50000M 2022-02-15 09:14:15.136 | + lib/lvm:_create_lvm_volume_group:95 : local vg=stack-volumes-default 2022-02-15 09:14:15.136 | + lib/lvm:_create_lvm_volume_group:96 : local size=50000M 2022-02-15 09:14:15.136 | + lib/lvm:_create_lvm_volume_group:98 : local backing_file=/opt/stack/data/stack-volumes-default-backing-file 2022-02-15 09:14:15.136 | + lib/lvm:_create_lvm_volume_group:99 : sudo vgs stack-volumes-default 2022-02-15 09:14:15.136 | Volume group "stack-volumes-default" not found 2022-02-15 09:14:15.136 | Cannot process volume group stack-volumes-default 2022-02-15 09:14:15.136 | + lib/lvm:_create_lvm_volume_group:101 : [[ -f /opt/stack/data/stack-volumes-default-backing-file ]] 2022-02-15 09:14:15.136 | + lib/lvm:_create_lvm_volume_group:101 : truncate -s 50000M /opt/stack/data/stack-volumes-default-backing-file 2022-02-15 09:14:15.136 | + lib/lvm:_create_lvm_volume_group:103 : local directio= 2022-02-15 09:14:15.136 | + lib/lvm:_create_lvm_volume_group:105 : losetup -h 2022-02-15 09:14:15.136 | + lib/lvm:_create_lvm_volume_group:105 : grep -q direct-io 2022-02-15 09:14:15.136 | + lib/lvm:_create_lvm_volume_group:106 : directio=--direct-io=on 2022-02-15 09:14:15.136 | + lib/lvm:_create_lvm_volume_group:109 : local vg_dev 2022-02-15 09:14:15.136 | ++ lib/lvm:_create_lvm_volume_group:110 : sudo losetup -f --show --direct-io=on /opt/stack/data/stack-volumes-default-backing-file 2022-02-15 09:14:15.136 | + lib/lvm:_create_lvm_volume_group:110 : vg_dev=/dev/loop4 2022-02-15 09:14:15.136 | + lib/lvm:_create_lvm_volume_group:113 : sudo vgs stack-volumes-default 2022-02-15 09:14:15.136 | Volume group "stack-volumes-default" not found 2022-02-15 09:14:15.136 | Cannot process volume group stack-volumes-default 2022-02-15 09:14:15.136 | + lib/lvm:_create_lvm_volume_group:114 : sudo vgcreate stack-volumes-default /dev/loop4 2022-02-15 09:14:15.136 | Physical volume "/dev/loop4" successfully created. 2022-02-15 09:14:15.136 | Volume group "stack-volumes-default" successfully created 2022-02-15 09:14:15.136 | + lib/lvm:init_lvm_volume_group:136 : '[' lioadm = lioadm ']' 2022-02-15 09:14:15.137 | + lib/lvm:init_lvm_volume_group:137 : sudo xargs -rn 1 cinder-rtstool delete 2022-02-15 09:14:15.137 | + lib/lvm:init_lvm_volume_group:137 : sudo cinder-rtstool get-targets 2022-02-15 09:14:15.137 | + lib/lvm:init_lvm_volume_group:141 : _clean_lvm_volume_group stack-volumes-default 2022-02-15 09:14:15.137 | + lib/lvm:_clean_lvm_volume_group:40 : local vg=stack-volumes-default 2022-02-15 09:14:15.137 | + lib/lvm:_clean_lvm_volume_group:43 : sudo lvremove -f stack-volumes-default 2022-02-15 09:14:15.137 | + lib/lvm:init_default_lvm_volume_group:158 : _DEFAULT_LVM_INIT=1 2022-02-15 09:14:15.137 | + lib/cinder:init_cinder:447 : init_cinder_backend_lvm lvmdriver-1 2022-02-15 09:14:15.137 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:61 : local be_name=lvmdriver-1 2022-02-15 09:14:15.137 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:64 : init_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2022-02-15 09:14:15.137 | + lib/lvm:init_lvm_volume_group:124 : local vg=stack-volumes-lvmdriver-1 2022-02-15 09:14:15.137 | + lib/lvm:init_lvm_volume_group:125 : local size=50000M 2022-02-15 09:14:15.137 | + lib/lvm:init_lvm_volume_group:128 : is_fedora 2022-02-15 09:14:15.137 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-02-15 09:14:15.137 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-02-15 09:14:15.137 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-02-15 09:14:15.137 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-15 09:14:15.137 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-15 09:14:15.137 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-02-15 09:14:15.138 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-02-15 09:14:15.138 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-02-15 09:14:15.138 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-02-15 09:14:15.138 | + lib/lvm:init_lvm_volume_group:128 : is_suse 2022-02-15 09:14:15.138 | + functions-common:is_suse:462 : is_opensuse 2022-02-15 09:14:15.138 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-15 09:14:15.138 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-15 09:14:15.138 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-15 09:14:15.138 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-15 09:14:15.138 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-15 09:14:15.138 | + lib/lvm:init_lvm_volume_group:133 : _create_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2022-02-15 09:14:15.138 | + lib/lvm:_create_lvm_volume_group:95 : local vg=stack-volumes-lvmdriver-1 2022-02-15 09:14:15.138 | + lib/lvm:_create_lvm_volume_group:96 : local size=50000M 2022-02-15 09:14:15.138 | + lib/lvm:_create_lvm_volume_group:98 : local backing_file=/opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-02-15 09:14:15.138 | + lib/lvm:_create_lvm_volume_group:99 : sudo vgs stack-volumes-lvmdriver-1 2022-02-15 09:14:15.138 | Volume group "stack-volumes-lvmdriver-1" not found 2022-02-15 09:14:15.138 | Cannot process volume group stack-volumes-lvmdriver-1 2022-02-15 09:14:15.138 | + lib/lvm:_create_lvm_volume_group:101 : [[ -f /opt/stack/data/stack-volumes-lvmdriver-1-backing-file ]] 2022-02-15 09:14:15.138 | + lib/lvm:_create_lvm_volume_group:101 : truncate -s 50000M /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-02-15 09:14:15.138 | + lib/lvm:_create_lvm_volume_group:103 : local directio= 2022-02-15 09:14:15.138 | + lib/lvm:_create_lvm_volume_group:105 : losetup -h 2022-02-15 09:14:15.138 | + lib/lvm:_create_lvm_volume_group:105 : grep -q direct-io 2022-02-15 09:14:15.138 | + lib/lvm:_create_lvm_volume_group:106 : directio=--direct-io=on 2022-02-15 09:14:15.139 | + lib/lvm:_create_lvm_volume_group:109 : local vg_dev 2022-02-15 09:14:15.139 | ++ lib/lvm:_create_lvm_volume_group:110 : sudo losetup -f --show --direct-io=on /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-02-15 09:14:15.139 | + lib/lvm:_create_lvm_volume_group:110 : vg_dev=/dev/loop5 2022-02-15 09:14:15.139 | + lib/lvm:_create_lvm_volume_group:113 : sudo vgs stack-volumes-lvmdriver-1 2022-02-15 09:14:15.139 | Volume group "stack-volumes-lvmdriver-1" not found 2022-02-15 09:14:15.139 | Cannot process volume group stack-volumes-lvmdriver-1 2022-02-15 09:14:15.139 | + lib/lvm:_create_lvm_volume_group:114 : sudo vgcreate stack-volumes-lvmdriver-1 /dev/loop5 2022-02-15 09:14:15.139 | Physical volume "/dev/loop5" successfully created. 2022-02-15 09:14:15.139 | Volume group "stack-volumes-lvmdriver-1" successfully created 2022-02-15 09:14:15.139 | + lib/lvm:init_lvm_volume_group:136 : '[' lioadm = lioadm ']' 2022-02-15 09:14:15.139 | + lib/lvm:init_lvm_volume_group:137 : sudo cinder-rtstool get-targets 2022-02-15 09:14:15.139 | + lib/lvm:init_lvm_volume_group:137 : sudo xargs -rn 1 cinder-rtstool delete 2022-02-15 09:14:15.139 | + lib/lvm:init_lvm_volume_group:141 : _clean_lvm_volume_group stack-volumes-lvmdriver-1 2022-02-15 09:14:15.139 | + lib/lvm:_clean_lvm_volume_group:40 : local vg=stack-volumes-lvmdriver-1 2022-02-15 09:14:15.139 | + lib/lvm:_clean_lvm_volume_group:43 : sudo lvremove -f stack-volumes-lvmdriver-1 2022-02-15 09:14:15.140 | + lib/cinder:init_cinder:452 : is_service_enabled c-bak 2022-02-15 09:14:15.140 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:15.140 | + lib/cinder:init_cinder:452 : [[ -n swift ]] 2022-02-15 09:14:15.140 | + lib/cinder:init_cinder:453 : type init_cinder_backup_swift 2022-02-15 09:14:15.140 | + lib/cinder:init_cinder:458 : mkdir -p /opt/stack/data/cinder/volumes 2022-02-15 09:14:15.181 | [17600 Async init_cinder:93285]: finished init_cinder with result 0 in 11 seconds 2022-02-15 09:14:15.185 | + inc/async:async_wait:197 : return 0 2022-02-15 09:14:15.188 | + ./stack.sh:main:1220 : is_service_enabled nova 2022-02-15 09:14:15.206 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:15.209 | + ./stack.sh:main:1221 : echo_summary 'Configuring Nova' 2022-02-15 09:14:15.212 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:14:15.214 | + ./stack.sh:echo_summary:432 : echo -e Configuring Nova 2022-02-15 09:14:15.217 | + ./stack.sh:main:1222 : init_nova 2022-02-15 09:14:15.219 | + lib/nova:init_nova:753 : is_service_enabled mysql postgresql 2022-02-15 09:14:15.237 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:15.239 | + lib/nova:init_nova:753 : is_service_enabled n-api 2022-02-15 09:14:15.257 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:15.261 | + lib/nova:init_nova:755 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-15 09:14:15.263 | + lib/nova:init_nova:763 : async_run nova-cell-0 init_nova_db nova_cell0 /etc/nova/nova.conf 2022-02-15 09:14:15.323 | + inc/async:async_inner:63 : init_nova_db nova_cell0 /etc/nova/nova.conf 2022-02-15 09:14:15.363 | [17600 Async nova-cell-0:95633]: running: init_nova_db nova_cell0 /etc/nova/nova.conf 2022-02-15 09:14:15.367 | ++ lib/nova:init_nova:766 : seq 1 1 2022-02-15 09:14:15.371 | + lib/nova:init_nova:766 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-15 09:14:15.378 | ++ lib/nova:init_nova:767 : conductor_conf 1 2022-02-15 09:14:15.381 | ++ lib/nova:conductor_conf:732 : local cell=1 2022-02-15 09:14:15.384 | ++ lib/nova:conductor_conf:733 : echo /etc/nova/nova_cell1.conf 2022-02-15 09:14:15.387 | + lib/nova:init_nova:767 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-02-15 09:14:15.456 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-02-15 09:14:15.502 | [17600 Async nova-cell-1:95731]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-02-15 09:14:15.505 | + lib/nova:init_nova:770 : recreate_database nova_api 2022-02-15 09:14:15.509 | + lib/database:recreate_database:110 : local db=nova_api 2022-02-15 09:14:15.516 | + lib/database:recreate_database:111 : recreate_database_mysql nova_api 2022-02-15 09:14:15.520 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_api 2022-02-15 09:14:15.523 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2022-02-15 09:14:15.528 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-15 09:14:15.546 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2022-02-15 09:14:15.551 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-15 09:14:15.569 | + lib/nova:init_nova:771 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2022-02-15 09:14:19.893 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:14:19.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.901 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.901 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:19.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:19.903 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:14:19.904 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=95795) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:14:19.931 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-02-15 09:14:19.933 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-02-15 09:14:19.968 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2022-02-15 09:14:22.163 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=95795) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:807}} 2022-02-15 09:14:22.171 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:22.172 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:22.172 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:22.172 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:22.625 | ++ lib/nova:init_nova:775 : database_connection_url nova_cell0 2022-02-15 09:14:22.627 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2022-02-15 09:14:22.630 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2022-02-15 09:14:22.634 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2022-02-15 09:14:22.638 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-02-15 09:14:22.641 | + lib/nova:init_nova:775 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-02-15 09:14:26.494 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:26.494 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:26.494 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:26.494 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:27.031 | ++ lib/nova:init_nova:778 : seq 0 1 2022-02-15 09:14:27.036 | + lib/nova:init_nova:778 : for i in $(seq 0 $NOVA_NUM_CELLS) 2022-02-15 09:14:27.039 | + lib/nova:init_nova:779 : async_wait nova-cell-0 2022-02-15 09:14:27.114 | [17600 Async nova-cell-0:95633]: Waiting for completion of init_nova_db nova_cell0 /etc/nova/nova.conf running on PID 95633 (3 other jobs running) 2022-02-15 09:14:27.144 | [17600 Async nova-cell-0:95633]: Signaling child to exit 2022-02-15 09:14:27.943 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:14:27.972 | [95633 Async nova-cell-0:95633]: finished successfully 2022-02-15 09:14:27.992 | WAKEUP 2022-02-15 09:14:28.018 | [17600 Async nova-cell-0:95633]: Signaled 2022-02-15 09:14:28.020 | + lib/nova:init_nova_db:743 : local dbname=nova_cell0 2022-02-15 09:14:28.020 | + lib/nova:init_nova_db:744 : local conffile=/etc/nova/nova.conf 2022-02-15 09:14:28.020 | + lib/nova:init_nova_db:745 : recreate_database nova_cell0 2022-02-15 09:14:28.020 | + lib/database:recreate_database:110 : local db=nova_cell0 2022-02-15 09:14:28.020 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell0 2022-02-15 09:14:28.020 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_cell0 2022-02-15 09:14:28.020 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2022-02-15 09:14:28.020 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-15 09:14:28.020 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2022-02-15 09:14:28.020 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-15 09:14:28.020 | + lib/nova:init_nova_db:746 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync --local_cell 2022-02-15 09:14:28.020 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:14:28.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.022 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:14:28.022 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=95694) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:14:28.022 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-02-15 09:14:28.022 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-02-15 09:14:28.022 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2022-02-15 09:14:28.022 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=95694) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:807}} 2022-02-15 09:14:28.022 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:28.022 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:28.022 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:28.022 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:28.070 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:14:28.070 | [17600 Async nova-cell-0:95633]: finished init_nova_db nova_cell0 /etc/nova/nova.conf with result 0 in 12 seconds 2022-02-15 09:14:28.075 | + inc/async:async_wait:197 : return 0 2022-02-15 09:14:28.078 | + lib/nova:init_nova:778 : for i in $(seq 0 $NOVA_NUM_CELLS) 2022-02-15 09:14:28.080 | + lib/nova:init_nova:779 : async_wait nova-cell-1 2022-02-15 09:14:28.097 | [95731 Async nova-cell-1:95731]: finished successfully 2022-02-15 09:14:28.133 | [17600 Async nova-cell-1:95731]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 95731 (2 other jobs running) 2022-02-15 09:14:28.158 | [17600 Async nova-cell-1:95731]: Signaling child to exit 2022-02-15 09:14:28.158 | WAKEUP 2022-02-15 09:14:28.180 | [17600 Async nova-cell-1:95731]: Signaled 2022-02-15 09:14:28.182 | + lib/nova:init_nova_db:743 : local dbname=nova_cell1 2022-02-15 09:14:28.182 | + lib/nova:init_nova_db:744 : local conffile=/etc/nova/nova_cell1.conf 2022-02-15 09:14:28.182 | + lib/nova:init_nova_db:745 : recreate_database nova_cell1 2022-02-15 09:14:28.182 | + lib/database:recreate_database:110 : local db=nova_cell1 2022-02-15 09:14:28.182 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell1 2022-02-15 09:14:28.182 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_cell1 2022-02-15 09:14:28.182 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2022-02-15 09:14:28.182 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-15 09:14:28.182 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2022-02-15 09:14:28.182 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-15 09:14:28.182 | + lib/nova:init_nova_db:746 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2022-02-15 09:14:28.182 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-15 09:14:28.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-15 09:14:28.184 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-15 09:14:28.184 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-15 09:14:28.184 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=95789) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-15 09:14:28.184 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-02-15 09:14:28.184 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-02-15 09:14:28.184 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2022-02-15 09:14:28.184 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=95789) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:807}} 2022-02-15 09:14:28.184 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:28.184 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:28.184 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:28.184 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:28.234 | [17600 Async nova-cell-1:95731]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 12 seconds 2022-02-15 09:14:28.238 | + inc/async:async_wait:197 : return 0 2022-02-15 09:14:28.241 | + lib/nova:init_nova:782 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-15 09:14:28.244 | + lib/nova:init_nova:789 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2022-02-15 09:14:32.259 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:32.259 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:32.259 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:32.259 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:32.259 | Running batches of 50 until complete 2022-02-15 09:14:32.259 | +-------------------------------------+--------------+-----------+ 2022-02-15 09:14:32.259 | | Migration | Total Needed | Completed | 2022-02-15 09:14:32.259 | +-------------------------------------+--------------+-----------+ 2022-02-15 09:14:32.259 | | fill_virtual_interface_list | 0 | 0 | 2022-02-15 09:14:32.259 | | migrate_empty_ratio | 0 | 0 | 2022-02-15 09:14:32.259 | | migrate_quota_classes_to_api_db | 0 | 0 | 2022-02-15 09:14:32.259 | | migrate_quota_limits_to_api_db | 0 | 0 | 2022-02-15 09:14:32.259 | | migration_migrate_to_uuid | 0 | 0 | 2022-02-15 09:14:32.259 | | populate_dev_uuids | 0 | 0 | 2022-02-15 09:14:32.259 | | populate_missing_availability_zones | 0 | 0 | 2022-02-15 09:14:32.259 | | populate_queued_for_delete | 0 | 0 | 2022-02-15 09:14:32.259 | | populate_user_id | 0 | 0 | 2022-02-15 09:14:32.259 | | populate_uuids | 0 | 0 | 2022-02-15 09:14:32.260 | +-------------------------------------+--------------+-----------+ 2022-02-15 09:14:32.775 | ++ lib/nova:init_nova:792 : seq 1 1 2022-02-15 09:14:32.780 | + lib/nova:init_nova:792 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-15 09:14:32.783 | ++ lib/nova:init_nova:793 : conductor_conf 1 2022-02-15 09:14:32.786 | ++ lib/nova:conductor_conf:732 : local cell=1 2022-02-15 09:14:32.789 | ++ lib/nova:conductor_conf:733 : echo /etc/nova/nova_cell1.conf 2022-02-15 09:14:32.792 | + lib/nova:init_nova:793 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2022-02-15 09:14:36.622 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:36.622 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:36.622 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:14:36.622 | from cryptography.utils import int_from_bytes 2022-02-15 09:14:36.622 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2022-02-15 09:14:36.622 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2022-02-15 09:14:37.050 | + lib/nova:init_nova:797 : create_nova_keys_dir 2022-02-15 09:14:37.053 | + lib/nova:create_nova_keys_dir:739 : sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys 2022-02-15 09:14:37.066 | + lib/nova:init_nova:799 : [[ '' == \L\V\M ]] 2022-02-15 09:14:37.069 | + ./stack.sh:main:1227 : is_service_enabled neutron 2022-02-15 09:14:37.087 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:37.090 | + ./stack.sh:main:1228 : async_runfunc configure_neutron_nova 2022-02-15 09:14:37.093 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2022-02-15 09:14:37.152 | + inc/async:async_inner:63 : configure_neutron_nova 2022-02-15 09:14:37.192 | [17600 Async configure_neutron_nova:96929]: running: configure_neutron_nova 2022-02-15 09:14:37.195 | + ./stack.sh:main:1237 : run_phase stack post-config 2022-02-15 09:14:37.198 | + functions-common:run_phase:1737 : local mode=stack 2022-02-15 09:14:37.201 | + functions-common:run_phase:1738 : local phase=post-config 2022-02-15 09:14:37.203 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-15 09:14:37.206 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-02-15 09:14:37.209 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-15 09:14:37.211 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-02-15 09:14:37.214 | + functions-common:run_phase:1747 : local extra 2022-02-15 09:14:37.220 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-15 09:14:37.223 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-02-15 09:14:37.225 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-15 09:14:37.228 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-15 09:14:37.231 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack post-config 2022-02-15 09:14:37.234 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-15 09:14:37.252 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:37.255 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-02-15 09:14:37.257 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-02-15 09:14:37.260 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2022-02-15 09:14:37.265 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-02-15 09:14:37.267 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-02-15 09:14:37.270 | ++ extras.d/80-tempest.sh:source:12 : : 2022-02-15 09:14:37.272 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-02-15 09:14:37.275 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-02-15 09:14:37.277 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2022-02-15 09:14:37.280 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-02-15 09:14:37.283 | + functions-common:run_phase:1764 : run_plugins stack post-config 2022-02-15 09:14:37.286 | + functions-common:run_plugins:1723 : local mode=stack 2022-02-15 09:14:37.288 | + functions-common:run_plugins:1724 : local phase=post-config 2022-02-15 09:14:37.291 | + functions-common:run_plugins:1726 : local plugins= 2022-02-15 09:14:37.294 | + functions-common:run_plugins:1727 : local plugin 2022-02-15 09:14:37.296 | + ./stack.sh:main:1245 : merge_config_group /home/ubuntu/devstack/local.conf post-config 2022-02-15 09:14:37.299 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2022-02-15 09:14:37.302 | + inc/meta-config:merge_config_group:171 : shift 2022-02-15 09:14:37.304 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2022-02-15 09:14:37.307 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-15 09:14:37.311 | + inc/meta-config:merge_config_group:176 : local configfile group 2022-02-15 09:14:37.314 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2022-02-15 09:14:37.317 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-config 2022-02-15 09:14:37.320 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2022-02-15 09:14:37.322 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2022-02-15 09:14:37.326 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-15 09:14:37.328 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2022-02-15 09:14:37.328 | /^\[\[.+\|.*\]\]/ { 2022-02-15 09:14:37.328 | gsub("[][]", "", $1); 2022-02-15 09:14:37.328 | split($1, a, "|"); 2022-02-15 09:14:37.328 | if (a[1] == matchgroup) 2022-02-15 09:14:37.328 | print a[2] 2022-02-15 09:14:37.328 | } 2022-02-15 09:14:37.328 | ' /home/ubuntu/devstack/local.conf 2022-02-15 09:14:37.335 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-02-15 09:14:37.338 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-02-15 09:14:37.341 | + inc/meta-config:merge_config_group:180 : local dir 2022-02-15 09:14:37.345 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2022-02-15 09:14:37.348 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2022-02-15 09:14:37.351 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2022-02-15 09:14:37.353 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2022-02-15 09:14:37.357 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2022-02-15 09:14:37.362 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2022-02-15 09:14:37.364 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2022-02-15 09:14:37.367 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2022-02-15 09:14:37.370 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-02-15 09:14:37.373 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-02-15 09:14:37.376 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2022-02-15 09:14:37.379 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-02-15 09:14:37.382 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2022-02-15 09:14:37.385 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2022-02-15 09:14:37.389 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2022-02-15 09:14:37.392 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2022-02-15 09:14:37.397 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2022-02-15 09:14:37.398 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:37.398 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2022-02-15 09:14:37.398 | BEGIN { 2022-02-15 09:14:37.398 | section = "" 2022-02-15 09:14:37.398 | last_section = "" 2022-02-15 09:14:37.398 | section_count = 0 2022-02-15 09:14:37.398 | } 2022-02-15 09:14:37.398 | /^\[.+\]/ { 2022-02-15 09:14:37.398 | gsub("[][]", "", $1); 2022-02-15 09:14:37.398 | section=$1 2022-02-15 09:14:37.398 | next 2022-02-15 09:14:37.398 | } 2022-02-15 09:14:37.398 | /^ *\#/ { 2022-02-15 09:14:37.398 | next 2022-02-15 09:14:37.398 | } 2022-02-15 09:14:37.398 | /^[^ \t]+/ { 2022-02-15 09:14:37.398 | # get offset of first = in $0 2022-02-15 09:14:37.398 | eq_idx = index($0, "=") 2022-02-15 09:14:37.398 | # extract attr & value from $0 2022-02-15 09:14:37.398 | attr = substr($0, 1, eq_idx - 1) 2022-02-15 09:14:37.398 | value = substr($0, eq_idx + 1) 2022-02-15 09:14:37.398 | # only need to strip trailing whitespace from attr 2022-02-15 09:14:37.398 | sub(/[ \t]*$/, "", attr) 2022-02-15 09:14:37.398 | # need to strip leading & trailing whitespace from value 2022-02-15 09:14:37.398 | sub(/^[ \t]*/, "", value) 2022-02-15 09:14:37.398 | sub(/[ \t]*$/, "", value) 2022-02-15 09:14:37.398 | 2022-02-15 09:14:37.399 | # cfg_attr_count: number of config lines per [section, attr] 2022-02-15 09:14:37.399 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-02-15 09:14:37.399 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-02-15 09:14:37.399 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-02-15 09:14:37.399 | if (! (section, attr) in cfg_attr_count) { 2022-02-15 09:14:37.399 | if (section != last_section) { 2022-02-15 09:14:37.399 | cfg_section[section_count++] = section 2022-02-15 09:14:37.399 | last_section = section 2022-02-15 09:14:37.399 | } 2022-02-15 09:14:37.399 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-02-15 09:14:37.399 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-02-15 09:14:37.399 | 2022-02-15 09:14:37.399 | cfg_attr[section, attr, 0] = value 2022-02-15 09:14:37.399 | cfg_attr_count[section, attr] = 1 2022-02-15 09:14:37.399 | } else { 2022-02-15 09:14:37.399 | lno = cfg_attr_count[section, attr]++ 2022-02-15 09:14:37.399 | cfg_attr[section, attr, lno] = value 2022-02-15 09:14:37.399 | } 2022-02-15 09:14:37.399 | } 2022-02-15 09:14:37.399 | END { 2022-02-15 09:14:37.399 | # Process each section in order 2022-02-15 09:14:37.399 | for (sno = 0; sno < section_count; sno++) { 2022-02-15 09:14:37.399 | section = cfg_section[sno] 2022-02-15 09:14:37.399 | # The ini routines simply append a config item immediately 2022-02-15 09:14:37.399 | # after the section header. To keep the same order as defined 2022-02-15 09:14:37.399 | # in local.conf, invoke the ini routines in the reverse order 2022-02-15 09:14:37.399 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-02-15 09:14:37.399 | attr = cfg_sec_attr_name[sno, attr_no] 2022-02-15 09:14:37.399 | if (cfg_attr_count[section, attr] == 1) 2022-02-15 09:14:37.399 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-02-15 09:14:37.399 | else { 2022-02-15 09:14:37.399 | # For multiline, invoke the ini routines in the reverse order 2022-02-15 09:14:37.399 | count = cfg_attr_count[section, attr] 2022-02-15 09:14:37.399 | print "inidelete " configfile " " section " " attr 2022-02-15 09:14:37.400 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-02-15 09:14:37.400 | for (l = count -2; l >= 0; l--) 2022-02-15 09:14:37.400 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-02-15 09:14:37.400 | } 2022-02-15 09:14:37.400 | } 2022-02-15 09:14:37.400 | } 2022-02-15 09:14:37.400 | } 2022-02-15 09:14:37.400 | ' 2022-02-15 09:14:37.400 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-02-15 09:14:37.402 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-02-15 09:14:37.406 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-02-15 09:14:37.407 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2022-02-15 09:14:37.409 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-15 09:14:37.412 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2022-02-15 09:14:37.415 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2022-02-15 09:14:37.415 | BEGIN { group = "" } 2022-02-15 09:14:37.415 | /^\[\[.+\|.*\]\]/ { 2022-02-15 09:14:37.415 | gsub("[][]", "", $1); 2022-02-15 09:14:37.415 | split($1, a, "|"); 2022-02-15 09:14:37.416 | if (a[1] == matchgroup && a[2] == configfile) { 2022-02-15 09:14:37.416 | group=a[1] 2022-02-15 09:14:37.416 | } else { 2022-02-15 09:14:37.416 | group="" 2022-02-15 09:14:37.416 | } 2022-02-15 09:14:37.416 | next 2022-02-15 09:14:37.416 | } 2022-02-15 09:14:37.416 | { 2022-02-15 09:14:37.416 | if (group != "") 2022-02-15 09:14:37.416 | print $0 2022-02-15 09:14:37.416 | } 2022-02-15 09:14:37.416 | ' /home/ubuntu/devstack/local.conf 2022-02-15 09:14:37.424 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT scheduler_default_filters "RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter"' 2022-02-15 09:14:37.427 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT scheduler_default_filters RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter 2022-02-15 09:14:37.458 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:37.461 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT force_config_drive "True"' 2022-02-15 09:14:37.463 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT force_config_drive True 2022-02-15 09:14:37.497 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:37.500 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF glance use_glance_v1 "False"' 2022-02-15 09:14:37.502 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf glance use_glance_v1 False 2022-02-15 09:14:37.536 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:37.538 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_rate "3"' 2022-02-15 09:14:37.541 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_rate 3 2022-02-15 09:14:37.580 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:37.583 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_timeout_threshold "600"' 2022-02-15 09:14:37.585 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_timeout_threshold 600 2022-02-15 09:14:37.616 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:37.619 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_type "password"' 2022-02-15 09:14:37.622 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_type password 2022-02-15 09:14:37.654 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:37.657 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_url "http://10.222.0.10/identity"' 2022-02-15 09:14:37.660 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.10/identity 2022-02-15 09:14:37.694 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:37.696 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement username "placement"' 2022-02-15 09:14:37.699 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement username placement 2022-02-15 09:14:37.733 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:37.736 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement password "Passw0rd"' 2022-02-15 09:14:37.738 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-02-15 09:14:37.773 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:37.776 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement user_domain_name "Default"' 2022-02-15 09:14:37.780 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-02-15 09:14:37.815 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:37.817 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_name "service"' 2022-02-15 09:14:37.820 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_name service 2022-02-15 09:14:37.855 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:37.860 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_domain_name "Default"' 2022-02-15 09:14:37.864 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-02-15 09:14:37.907 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:37.910 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement os_region_name "RegionOne"' 2022-02-15 09:14:37.914 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement os_region_name RegionOne 2022-02-15 09:14:37.948 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:37.952 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-02-15 09:14:37.955 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-02-15 09:14:37.958 | + inc/meta-config:merge_config_group:180 : local dir 2022-02-15 09:14:37.963 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2022-02-15 09:14:37.965 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2022-02-15 09:14:37.969 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2022-02-15 09:14:37.972 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2022-02-15 09:14:37.975 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2022-02-15 09:14:37.980 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2022-02-15 09:14:37.983 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2022-02-15 09:14:37.987 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2022-02-15 09:14:37.990 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-02-15 09:14:37.992 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-02-15 09:14:38.000 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2022-02-15 09:14:38.003 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-02-15 09:14:38.007 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2022-02-15 09:14:38.010 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2022-02-15 09:14:38.014 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2022-02-15 09:14:38.017 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2022-02-15 09:14:38.022 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2022-02-15 09:14:38.024 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2022-02-15 09:14:38.024 | BEGIN { 2022-02-15 09:14:38.024 | section = "" 2022-02-15 09:14:38.024 | last_section = "" 2022-02-15 09:14:38.024 | section_count = 0 2022-02-15 09:14:38.024 | } 2022-02-15 09:14:38.024 | /^\[.+\]/ { 2022-02-15 09:14:38.024 | gsub("[][]", "", $1); 2022-02-15 09:14:38.024 | section=$1 2022-02-15 09:14:38.024 | next 2022-02-15 09:14:38.024 | } 2022-02-15 09:14:38.024 | /^ *\#/ { 2022-02-15 09:14:38.024 | next 2022-02-15 09:14:38.024 | } 2022-02-15 09:14:38.025 | /^[^ \t]+/ { 2022-02-15 09:14:38.025 | # get offset of first = in $0 2022-02-15 09:14:38.025 | eq_idx = index($0, "=") 2022-02-15 09:14:38.025 | # extract attr & value from $0 2022-02-15 09:14:38.025 | attr = substr($0, 1, eq_idx - 1) 2022-02-15 09:14:38.025 | value = substr($0, eq_idx + 1) 2022-02-15 09:14:38.025 | # only need to strip trailing whitespace from attr 2022-02-15 09:14:38.025 | sub(/[ \t]*$/, "", attr) 2022-02-15 09:14:38.025 | # need to strip leading & trailing whitespace from value 2022-02-15 09:14:38.025 | sub(/^[ \t]*/, "", value) 2022-02-15 09:14:38.025 | sub(/[ \t]*$/, "", value) 2022-02-15 09:14:38.025 | 2022-02-15 09:14:38.025 | # cfg_attr_count: number of config lines per [section, attr] 2022-02-15 09:14:38.025 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-02-15 09:14:38.025 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-02-15 09:14:38.025 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-02-15 09:14:38.025 | if (! (section, attr) in cfg_attr_count) { 2022-02-15 09:14:38.025 | if (section != last_section) { 2022-02-15 09:14:38.025 | cfg_section[section_count++] = section 2022-02-15 09:14:38.026 | last_section = section 2022-02-15 09:14:38.026 | } 2022-02-15 09:14:38.026 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-02-15 09:14:38.026 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-02-15 09:14:38.026 | 2022-02-15 09:14:38.026 | cfg_attr[section, attr, 0] = value 2022-02-15 09:14:38.026 | cfg_attr_count[section, attr] = 1 2022-02-15 09:14:38.026 | } else { 2022-02-15 09:14:38.026 | lno = cfg_attr_count[section, attr]++ 2022-02-15 09:14:38.026 | cfg_attr[section, attr, lno] = value 2022-02-15 09:14:38.026 | } 2022-02-15 09:14:38.026 | } 2022-02-15 09:14:38.026 | END { 2022-02-15 09:14:38.026 | # Process each section in order 2022-02-15 09:14:38.026 | for (sno = 0; sno < section_count; sno++) { 2022-02-15 09:14:38.026 | section = cfg_section[sno] 2022-02-15 09:14:38.026 | # The ini routines simply append a config item immediately 2022-02-15 09:14:38.026 | # after the section header. To keep the same order as defined 2022-02-15 09:14:38.026 | # in local.conf, invoke the ini routines in the reverse order 2022-02-15 09:14:38.026 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-02-15 09:14:38.027 | attr = cfg_sec_attr_name[sno, attr_no] 2022-02-15 09:14:38.027 | if (cfg_attr_count[section, attr] == 1) 2022-02-15 09:14:38.027 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-02-15 09:14:38.027 | else { 2022-02-15 09:14:38.027 | # For multiline, invoke the ini routines in the reverse order 2022-02-15 09:14:38.027 | count = cfg_attr_count[section, attr] 2022-02-15 09:14:38.027 | print "inidelete " configfile " " section " " attr 2022-02-15 09:14:38.027 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-02-15 09:14:38.027 | for (l = count -2; l >= 0; l--) 2022-02-15 09:14:38.027 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-02-15 09:14:38.027 | } 2022-02-15 09:14:38.027 | } 2022-02-15 09:14:38.027 | } 2022-02-15 09:14:38.027 | } 2022-02-15 09:14:38.027 | ' 2022-02-15 09:14:38.027 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.027 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-02-15 09:14:38.027 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-02-15 09:14:38.028 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-02-15 09:14:38.030 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2022-02-15 09:14:38.033 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-15 09:14:38.036 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2022-02-15 09:14:38.038 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2022-02-15 09:14:38.038 | BEGIN { group = "" } 2022-02-15 09:14:38.039 | /^\[\[.+\|.*\]\]/ { 2022-02-15 09:14:38.039 | gsub("[][]", "", $1); 2022-02-15 09:14:38.039 | split($1, a, "|"); 2022-02-15 09:14:38.039 | if (a[1] == matchgroup && a[2] == configfile) { 2022-02-15 09:14:38.039 | group=a[1] 2022-02-15 09:14:38.039 | } else { 2022-02-15 09:14:38.039 | group="" 2022-02-15 09:14:38.039 | } 2022-02-15 09:14:38.039 | next 2022-02-15 09:14:38.039 | } 2022-02-15 09:14:38.039 | { 2022-02-15 09:14:38.039 | if (group != "") 2022-02-15 09:14:38.039 | print $0 2022-02-15 09:14:38.039 | } 2022-02-15 09:14:38.039 | ' /home/ubuntu/devstack/local.conf 2022-02-15 09:14:38.045 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_overflow "50"' 2022-02-15 09:14:38.048 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_overflow 50 2022-02-15 09:14:38.058 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:14:38.081 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.084 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_pool_size "50"' 2022-02-15 09:14:38.087 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_pool_size 50 2022-02-15 09:14:38.087 | [96929 Async configure_neutron_nova:96929]: finished successfully 2022-02-15 09:14:38.117 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.119 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database min_pool_size "5"' 2022-02-15 09:14:38.123 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database min_pool_size 5 2022-02-15 09:14:38.153 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.156 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_rule "100"' 2022-02-15 09:14:38.158 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_rule 100 2022-02-15 09:14:38.193 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.195 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_policy "10"' 2022-02-15 09:14:38.198 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_policy 10 2022-02-15 09:14:38.230 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.233 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall "10"' 2022-02-15 09:14:38.236 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall 10 2022-02-15 09:14:38.267 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.270 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_floatingip "50"' 2022-02-15 09:14:38.272 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_floatingip 50 2022-02-15 09:14:38.307 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.310 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_router "100"' 2022-02-15 09:14:38.313 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_router 100 2022-02-15 09:14:38.344 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.346 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_loadbalancer "100"' 2022-02-15 09:14:38.349 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_loadbalancer 100 2022-02-15 09:14:38.383 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.385 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_pool "100"' 2022-02-15 09:14:38.389 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_pool 100 2022-02-15 09:14:38.420 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.423 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_vip "100"' 2022-02-15 09:14:38.425 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_vip 100 2022-02-15 09:14:38.455 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.458 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group_rule "100"' 2022-02-15 09:14:38.460 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group_rule 100 2022-02-15 09:14:38.489 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.492 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group "100"' 2022-02-15 09:14:38.495 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group 100 2022-02-15 09:14:38.525 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.527 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_port "500"' 2022-02-15 09:14:38.530 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_port 500 2022-02-15 09:14:38.560 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.563 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_subnet "100"' 2022-02-15 09:14:38.565 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_subnet 100 2022-02-15 09:14:38.594 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.597 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_network "100"' 2022-02-15 09:14:38.599 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_network 100 2022-02-15 09:14:38.631 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.634 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-02-15 09:14:38.638 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-02-15 09:14:38.640 | + inc/meta-config:merge_config_group:180 : local dir 2022-02-15 09:14:38.643 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2022-02-15 09:14:38.646 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2022-02-15 09:14:38.649 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2022-02-15 09:14:38.651 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2022-02-15 09:14:38.655 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2022-02-15 09:14:38.660 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2022-02-15 09:14:38.662 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2022-02-15 09:14:38.665 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2022-02-15 09:14:38.667 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-02-15 09:14:38.671 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-02-15 09:14:38.673 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2022-02-15 09:14:38.676 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-02-15 09:14:38.679 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2022-02-15 09:14:38.682 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2022-02-15 09:14:38.684 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2022-02-15 09:14:38.687 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2022-02-15 09:14:38.690 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2022-02-15 09:14:38.691 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2022-02-15 09:14:38.691 | BEGIN { 2022-02-15 09:14:38.691 | section = "" 2022-02-15 09:14:38.691 | last_section = "" 2022-02-15 09:14:38.691 | section_count = 0 2022-02-15 09:14:38.691 | } 2022-02-15 09:14:38.691 | /^\[.+\]/ { 2022-02-15 09:14:38.691 | gsub("[][]", "", $1); 2022-02-15 09:14:38.691 | section=$1 2022-02-15 09:14:38.691 | next 2022-02-15 09:14:38.691 | } 2022-02-15 09:14:38.691 | /^ *\#/ { 2022-02-15 09:14:38.691 | next 2022-02-15 09:14:38.691 | } 2022-02-15 09:14:38.691 | /^[^ \t]+/ { 2022-02-15 09:14:38.691 | # get offset of first = in $0 2022-02-15 09:14:38.691 | eq_idx = index($0, "=") 2022-02-15 09:14:38.691 | # extract attr & value from $0 2022-02-15 09:14:38.691 | attr = substr($0, 1, eq_idx - 1) 2022-02-15 09:14:38.692 | value = substr($0, eq_idx + 1) 2022-02-15 09:14:38.692 | # only need to strip trailing whitespace from attr 2022-02-15 09:14:38.692 | sub(/[ \t]*$/, "", attr) 2022-02-15 09:14:38.692 | # need to strip leading & trailing whitespace from value 2022-02-15 09:14:38.692 | sub(/^[ \t]*/, "", value) 2022-02-15 09:14:38.692 | sub(/[ \t]*$/, "", value) 2022-02-15 09:14:38.692 | 2022-02-15 09:14:38.692 | # cfg_attr_count: number of config lines per [section, attr] 2022-02-15 09:14:38.692 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-02-15 09:14:38.692 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-02-15 09:14:38.692 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-02-15 09:14:38.692 | if (! (section, attr) in cfg_attr_count) { 2022-02-15 09:14:38.692 | if (section != last_section) { 2022-02-15 09:14:38.692 | cfg_section[section_count++] = section 2022-02-15 09:14:38.692 | last_section = section 2022-02-15 09:14:38.692 | } 2022-02-15 09:14:38.692 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-02-15 09:14:38.692 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-02-15 09:14:38.692 | 2022-02-15 09:14:38.692 | cfg_attr[section, attr, 0] = value 2022-02-15 09:14:38.692 | cfg_attr_count[section, attr] = 1 2022-02-15 09:14:38.692 | } else { 2022-02-15 09:14:38.692 | lno = cfg_attr_count[section, attr]++ 2022-02-15 09:14:38.692 | cfg_attr[section, attr, lno] = value 2022-02-15 09:14:38.692 | } 2022-02-15 09:14:38.692 | } 2022-02-15 09:14:38.692 | END { 2022-02-15 09:14:38.692 | # Process each section in order 2022-02-15 09:14:38.692 | for (sno = 0; sno < section_count; sno++) { 2022-02-15 09:14:38.692 | section = cfg_section[sno] 2022-02-15 09:14:38.692 | # The ini routines simply append a config item immediately 2022-02-15 09:14:38.692 | # after the section header. To keep the same order as defined 2022-02-15 09:14:38.692 | # in local.conf, invoke the ini routines in the reverse order 2022-02-15 09:14:38.693 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-02-15 09:14:38.693 | attr = cfg_sec_attr_name[sno, attr_no] 2022-02-15 09:14:38.693 | if (cfg_attr_count[section, attr] == 1) 2022-02-15 09:14:38.693 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-02-15 09:14:38.693 | else { 2022-02-15 09:14:38.693 | # For multiline, invoke the ini routines in the reverse order 2022-02-15 09:14:38.693 | count = cfg_attr_count[section, attr] 2022-02-15 09:14:38.693 | print "inidelete " configfile " " section " " attr 2022-02-15 09:14:38.693 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-02-15 09:14:38.693 | for (l = count -2; l >= 0; l--) 2022-02-15 09:14:38.693 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-02-15 09:14:38.693 | } 2022-02-15 09:14:38.693 | } 2022-02-15 09:14:38.693 | } 2022-02-15 09:14:38.693 | } 2022-02-15 09:14:38.693 | ' 2022-02-15 09:14:38.693 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.693 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-02-15 09:14:38.694 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-02-15 09:14:38.696 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-02-15 09:14:38.698 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2022-02-15 09:14:38.701 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-15 09:14:38.704 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2022-02-15 09:14:38.706 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2022-02-15 09:14:38.706 | BEGIN { group = "" } 2022-02-15 09:14:38.706 | /^\[\[.+\|.*\]\]/ { 2022-02-15 09:14:38.706 | gsub("[][]", "", $1); 2022-02-15 09:14:38.706 | split($1, a, "|"); 2022-02-15 09:14:38.706 | if (a[1] == matchgroup && a[2] == configfile) { 2022-02-15 09:14:38.706 | group=a[1] 2022-02-15 09:14:38.706 | } else { 2022-02-15 09:14:38.706 | group="" 2022-02-15 09:14:38.706 | } 2022-02-15 09:14:38.706 | next 2022-02-15 09:14:38.706 | } 2022-02-15 09:14:38.706 | { 2022-02-15 09:14:38.707 | if (group != "") 2022-02-15 09:14:38.707 | print $0 2022-02-15 09:14:38.707 | } 2022-02-15 09:14:38.707 | ' /home/ubuntu/devstack/local.conf 2022-02-15 09:14:38.713 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 lvm_type "default"' 2022-02-15 09:14:38.716 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type default 2022-02-15 09:14:38.747 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.750 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 image_volume_cache_enabled "False"' 2022-02-15 09:14:38.752 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled False 2022-02-15 09:14:38.782 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.785 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 lvm_max_over_subscription_ratio "40.0"' 2022-02-15 09:14:38.787 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_max_over_subscription_ratio 40.0 2022-02-15 09:14:38.816 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.818 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_backup_gigabytes "1000"' 2022-02-15 09:14:38.821 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_backup_gigabytes 1000 2022-02-15 09:14:38.849 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.852 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_backups "10"' 2022-02-15 09:14:38.854 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-02-15 09:14:38.888 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.891 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_gigabytes "1000"' 2022-02-15 09:14:38.894 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_gigabytes 1000 2022-02-15 09:14:38.929 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.932 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_snapshots "10"' 2022-02-15 09:14:38.935 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-02-15 09:14:38.965 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:38.967 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_volumes "10"' 2022-02-15 09:14:38.969 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-02-15 09:14:38.998 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:39.001 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT backup_swift_object_size "10485760"' 2022-02-15 09:14:39.003 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_object_size 10485760 2022-02-15 09:14:39.033 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:39.036 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-02-15 09:14:39.038 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-02-15 09:14:39.041 | + inc/meta-config:merge_config_group:180 : local dir 2022-02-15 09:14:39.044 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2022-02-15 09:14:39.047 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-15 09:14:39.050 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-15 09:14:39.052 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2022-02-15 09:14:39.055 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-15 09:14:39.060 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2022-02-15 09:14:39.063 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2022-02-15 09:14:39.065 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2022-02-15 09:14:39.068 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-02-15 09:14:39.070 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-02-15 09:14:39.073 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2022-02-15 09:14:39.076 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-02-15 09:14:39.079 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2022-02-15 09:14:39.082 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-15 09:14:39.085 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-15 09:14:39.087 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2022-02-15 09:14:39.091 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2022-02-15 09:14:39.092 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2022-02-15 09:14:39.092 | BEGIN { 2022-02-15 09:14:39.092 | section = "" 2022-02-15 09:14:39.092 | last_section = "" 2022-02-15 09:14:39.092 | section_count = 0 2022-02-15 09:14:39.092 | } 2022-02-15 09:14:39.092 | /^\[.+\]/ { 2022-02-15 09:14:39.092 | gsub("[][]", "", $1); 2022-02-15 09:14:39.092 | section=$1 2022-02-15 09:14:39.092 | next 2022-02-15 09:14:39.092 | } 2022-02-15 09:14:39.092 | /^ *\#/ { 2022-02-15 09:14:39.092 | next 2022-02-15 09:14:39.093 | } 2022-02-15 09:14:39.093 | /^[^ \t]+/ { 2022-02-15 09:14:39.093 | # get offset of first = in $0 2022-02-15 09:14:39.093 | eq_idx = index($0, "=") 2022-02-15 09:14:39.093 | # extract attr & value from $0 2022-02-15 09:14:39.093 | attr = substr($0, 1, eq_idx - 1) 2022-02-15 09:14:39.093 | value = substr($0, eq_idx + 1) 2022-02-15 09:14:39.093 | # only need to strip trailing whitespace from attr 2022-02-15 09:14:39.093 | sub(/[ \t]*$/, "", attr) 2022-02-15 09:14:39.093 | # need to strip leading & trailing whitespace from value 2022-02-15 09:14:39.093 | sub(/^[ \t]*/, "", value) 2022-02-15 09:14:39.093 | sub(/[ \t]*$/, "", value) 2022-02-15 09:14:39.093 | 2022-02-15 09:14:39.093 | # cfg_attr_count: number of config lines per [section, attr] 2022-02-15 09:14:39.093 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-02-15 09:14:39.093 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-02-15 09:14:39.093 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-02-15 09:14:39.093 | if (! (section, attr) in cfg_attr_count) { 2022-02-15 09:14:39.093 | if (section != last_section) { 2022-02-15 09:14:39.093 | cfg_section[section_count++] = section 2022-02-15 09:14:39.093 | last_section = section 2022-02-15 09:14:39.093 | } 2022-02-15 09:14:39.093 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-02-15 09:14:39.093 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-02-15 09:14:39.093 | 2022-02-15 09:14:39.093 | cfg_attr[section, attr, 0] = value 2022-02-15 09:14:39.093 | cfg_attr_count[section, attr] = 1 2022-02-15 09:14:39.093 | } else { 2022-02-15 09:14:39.093 | lno = cfg_attr_count[section, attr]++ 2022-02-15 09:14:39.093 | cfg_attr[section, attr, lno] = value 2022-02-15 09:14:39.093 | } 2022-02-15 09:14:39.093 | } 2022-02-15 09:14:39.093 | END { 2022-02-15 09:14:39.093 | # Process each section in order 2022-02-15 09:14:39.093 | for (sno = 0; sno < section_count; sno++) { 2022-02-15 09:14:39.093 | section = cfg_section[sno] 2022-02-15 09:14:39.094 | # The ini routines simply append a config item immediately 2022-02-15 09:14:39.094 | # after the section header. To keep the same order as defined 2022-02-15 09:14:39.094 | # in local.conf, invoke the ini routines in the reverse order 2022-02-15 09:14:39.094 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-02-15 09:14:39.094 | attr = cfg_sec_attr_name[sno, attr_no] 2022-02-15 09:14:39.094 | if (cfg_attr_count[section, attr] == 1) 2022-02-15 09:14:39.094 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-02-15 09:14:39.094 | else { 2022-02-15 09:14:39.094 | # For multiline, invoke the ini routines in the reverse order 2022-02-15 09:14:39.094 | count = cfg_attr_count[section, attr] 2022-02-15 09:14:39.094 | print "inidelete " configfile " " section " " attr 2022-02-15 09:14:39.094 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-02-15 09:14:39.094 | for (l = count -2; l >= 0; l--) 2022-02-15 09:14:39.094 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-02-15 09:14:39.094 | } 2022-02-15 09:14:39.094 | } 2022-02-15 09:14:39.094 | } 2022-02-15 09:14:39.094 | } 2022-02-15 09:14:39.094 | ' 2022-02-15 09:14:39.094 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:39.094 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-02-15 09:14:39.095 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-02-15 09:14:39.096 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-02-15 09:14:39.099 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2022-02-15 09:14:39.101 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-15 09:14:39.104 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2022-02-15 09:14:39.107 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2022-02-15 09:14:39.107 | BEGIN { group = "" } 2022-02-15 09:14:39.107 | /^\[\[.+\|.*\]\]/ { 2022-02-15 09:14:39.107 | gsub("[][]", "", $1); 2022-02-15 09:14:39.107 | split($1, a, "|"); 2022-02-15 09:14:39.107 | if (a[1] == matchgroup && a[2] == configfile) { 2022-02-15 09:14:39.107 | group=a[1] 2022-02-15 09:14:39.107 | } else { 2022-02-15 09:14:39.107 | group="" 2022-02-15 09:14:39.107 | } 2022-02-15 09:14:39.107 | next 2022-02-15 09:14:39.107 | } 2022-02-15 09:14:39.107 | { 2022-02-15 09:14:39.107 | if (group != "") 2022-02-15 09:14:39.107 | print $0 2022-02-15 09:14:39.107 | } 2022-02-15 09:14:39.107 | ' /home/ubuntu/devstack/local.conf 2022-02-15 09:14:39.113 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2022-02-15 09:14:39.116 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2022-02-15 09:14:39.144 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:39.146 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ovs of_interface "ovs-ofctl"' 2022-02-15 09:14:39.149 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs of_interface ovs-ofctl 2022-02-15 09:14:39.179 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:14:39.182 | + ./stack.sh:main:1254 : is_service_enabled swift 2022-02-15 09:14:39.209 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:39.211 | + ./stack.sh:main:1255 : echo_summary 'Starting Swift' 2022-02-15 09:14:39.214 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:14:39.218 | + ./stack.sh:echo_summary:432 : echo -e Starting Swift 2022-02-15 09:14:39.221 | + ./stack.sh:main:1256 : start_swift 2022-02-15 09:14:39.223 | + lib/swift:start_swift:776 : restart_service memcached 2022-02-15 09:14:39.226 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-15 09:14:39.228 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart memcached 2022-02-15 09:14:39.260 | + lib/swift:start_swift:779 : is_ubuntu 2022-02-15 09:14:39.264 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:14:39.267 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:14:39.269 | + lib/swift:start_swift:780 : sudo /etc/init.d/rsync restart 2022-02-15 09:14:39.322 | Restarting rsync (via systemctl): rsync.service. 2022-02-15 09:14:39.325 | + lib/swift:start_swift:787 : '[' False == True ']' 2022-02-15 09:14:39.328 | + lib/swift:start_swift:806 : [[ 1 == 1 ]] 2022-02-15 09:14:39.330 | + lib/swift:start_swift:807 : local foreground_services type 2022-02-15 09:14:39.333 | + lib/swift:start_swift:809 : foreground_services='object container account' 2022-02-15 09:14:39.336 | + lib/swift:start_swift:810 : for type in ${foreground_services} 2022-02-15 09:14:39.339 | + lib/swift:start_swift:811 : run_process s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-02-15 09:14:39.342 | + functions-common:run_process:1564 : local service=s-object 2022-02-15 09:14:39.345 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-02-15 09:14:39.347 | + functions-common:run_process:1566 : local group= 2022-02-15 09:14:39.350 | + functions-common:run_process:1567 : local user= 2022-02-15 09:14:39.352 | + functions-common:run_process:1569 : local name=s-object 2022-02-15 09:14:39.355 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:14:39.357 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:14:39.360 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:14:39.362 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:14:39.365 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:14:39.369 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916479367 2022-02-15 09:14:39.372 | + functions-common:run_process:1572 : is_service_enabled s-object 2022-02-15 09:14:39.389 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:39.391 | + functions-common:run_process:1573 : _run_under_systemd s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' '' 2022-02-15 09:14:39.394 | + functions-common:_run_under_systemd:1529 : local service=s-object 2022-02-15 09:14:39.396 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-02-15 09:14:39.399 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-02-15 09:14:39.401 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-02-15 09:14:39.404 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-02-15 09:14:39.406 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ sudo ]] 2022-02-15 09:14:39.409 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ ^/ ]] 2022-02-15 09:14:39.411 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-object.service 2022-02-15 09:14:39.414 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:14:39.416 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:14:39.419 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ uwsgi ]] 2022-02-15 09:14:39.422 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@s-object.service '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' ubuntu 2022-02-15 09:14:39.424 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-object.service 2022-02-15 09:14:39.426 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-02-15 09:14:39.428 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:14:39.431 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-15 09:14:39.433 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:14:39.436 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:14:39.438 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-object.service 2022-02-15 09:14:39.440 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:14:39.444 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-object.service Unit Description 'Devstack devstack@s-object.service' 2022-02-15 09:14:39.506 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service User ubuntu 2022-02-15 09:14:39.568 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecStart '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-02-15 09:14:39.619 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service KillMode process 2022-02-15 09:14:39.672 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service TimeoutStopSec 300 2022-02-15 09:14:39.730 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:14:39.784 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:14:39.786 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-object.service Install WantedBy multi-user.target 2022-02-15 09:14:39.849 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:14:40.249 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-object.service 2022-02-15 09:14:40.262 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-object.service → /etc/systemd/system/devstack@s-object.service. 2022-02-15 09:14:40.669 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-object.service 2022-02-15 09:14:40.692 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:14:40.695 | + functions-common:time_stop:2309 : local name 2022-02-15 09:14:40.703 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:14:40.705 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:14:40.708 | + functions-common:time_stop:2312 : local total 2022-02-15 09:14:40.710 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:14:40.712 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:14:40.715 | + functions-common:time_stop:2316 : start_time=1644916479367 2022-02-15 09:14:40.719 | + functions-common:time_stop:2318 : [[ -z 1644916479367 ]] 2022-02-15 09:14:40.722 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:14:40.727 | + functions-common:time_stop:2321 : end_time=1644916480724 2022-02-15 09:14:40.729 | + functions-common:time_stop:2322 : elapsed_time=1357 2022-02-15 09:14:40.732 | + functions-common:time_stop:2323 : total=3803 2022-02-15 09:14:40.734 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:14:40.736 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=5160 2022-02-15 09:14:40.739 | + lib/swift:start_swift:810 : for type in ${foreground_services} 2022-02-15 09:14:40.741 | + lib/swift:start_swift:811 : run_process s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-02-15 09:14:40.744 | + functions-common:run_process:1564 : local service=s-container 2022-02-15 09:14:40.746 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-02-15 09:14:40.749 | + functions-common:run_process:1566 : local group= 2022-02-15 09:14:40.751 | + functions-common:run_process:1567 : local user= 2022-02-15 09:14:40.754 | + functions-common:run_process:1569 : local name=s-container 2022-02-15 09:14:40.756 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:14:40.759 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:14:40.761 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:14:40.764 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:14:40.767 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:14:40.772 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916480769 2022-02-15 09:14:40.774 | + functions-common:run_process:1572 : is_service_enabled s-container 2022-02-15 09:14:40.792 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:40.795 | + functions-common:run_process:1573 : _run_under_systemd s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' '' 2022-02-15 09:14:40.797 | + functions-common:_run_under_systemd:1529 : local service=s-container 2022-02-15 09:14:40.800 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-02-15 09:14:40.802 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-02-15 09:14:40.805 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-02-15 09:14:40.811 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-02-15 09:14:40.813 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ sudo ]] 2022-02-15 09:14:40.816 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ ^/ ]] 2022-02-15 09:14:40.818 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-container.service 2022-02-15 09:14:40.821 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:14:40.823 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:14:40.826 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ uwsgi ]] 2022-02-15 09:14:40.829 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@s-container.service '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' ubuntu 2022-02-15 09:14:40.831 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-container.service 2022-02-15 09:14:40.834 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-02-15 09:14:40.836 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:14:40.839 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-15 09:14:40.842 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:14:40.844 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:14:40.846 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-container.service 2022-02-15 09:14:40.849 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:14:40.853 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-container.service Unit Description 'Devstack devstack@s-container.service' 2022-02-15 09:14:40.930 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service User ubuntu 2022-02-15 09:14:40.996 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecStart '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-02-15 09:14:41.052 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service KillMode process 2022-02-15 09:14:41.109 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service TimeoutStopSec 300 2022-02-15 09:14:41.162 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:14:41.217 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:14:41.220 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-container.service Install WantedBy multi-user.target 2022-02-15 09:14:41.291 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:14:41.697 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-container.service 2022-02-15 09:14:41.712 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container.service → /etc/systemd/system/devstack@s-container.service. 2022-02-15 09:14:42.139 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-container.service 2022-02-15 09:14:42.166 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:14:42.169 | + functions-common:time_stop:2309 : local name 2022-02-15 09:14:42.172 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:14:42.175 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:14:42.178 | + functions-common:time_stop:2312 : local total 2022-02-15 09:14:42.180 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:14:42.182 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:14:42.186 | + functions-common:time_stop:2316 : start_time=1644916480769 2022-02-15 09:14:42.189 | + functions-common:time_stop:2318 : [[ -z 1644916480769 ]] 2022-02-15 09:14:42.193 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:14:42.197 | + functions-common:time_stop:2321 : end_time=1644916482194 2022-02-15 09:14:42.200 | + functions-common:time_stop:2322 : elapsed_time=1425 2022-02-15 09:14:42.202 | + functions-common:time_stop:2323 : total=5160 2022-02-15 09:14:42.205 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:14:42.207 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=6585 2022-02-15 09:14:42.210 | + lib/swift:start_swift:810 : for type in ${foreground_services} 2022-02-15 09:14:42.213 | + lib/swift:start_swift:811 : run_process s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-02-15 09:14:42.215 | + functions-common:run_process:1564 : local service=s-account 2022-02-15 09:14:42.218 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-02-15 09:14:42.220 | + functions-common:run_process:1566 : local group= 2022-02-15 09:14:42.223 | + functions-common:run_process:1567 : local user= 2022-02-15 09:14:42.225 | + functions-common:run_process:1569 : local name=s-account 2022-02-15 09:14:42.228 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:14:42.230 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:14:42.233 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:14:42.236 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:14:42.239 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:14:42.243 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916482241 2022-02-15 09:14:42.246 | + functions-common:run_process:1572 : is_service_enabled s-account 2022-02-15 09:14:42.264 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:42.267 | + functions-common:run_process:1573 : _run_under_systemd s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' '' 2022-02-15 09:14:42.269 | + functions-common:_run_under_systemd:1529 : local service=s-account 2022-02-15 09:14:42.272 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-02-15 09:14:42.274 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-02-15 09:14:42.277 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-02-15 09:14:42.279 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-02-15 09:14:42.282 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ sudo ]] 2022-02-15 09:14:42.284 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ ^/ ]] 2022-02-15 09:14:42.287 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-account.service 2022-02-15 09:14:42.289 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:14:42.292 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:14:42.295 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ uwsgi ]] 2022-02-15 09:14:42.297 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@s-account.service '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' ubuntu 2022-02-15 09:14:42.300 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-account.service 2022-02-15 09:14:42.302 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-02-15 09:14:42.305 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:14:42.307 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-15 09:14:42.310 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:14:42.313 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:14:42.315 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-account.service 2022-02-15 09:14:42.317 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:14:42.322 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-account.service Unit Description 'Devstack devstack@s-account.service' 2022-02-15 09:14:42.385 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service User ubuntu 2022-02-15 09:14:42.448 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecStart '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-02-15 09:14:42.504 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service KillMode process 2022-02-15 09:14:42.556 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service TimeoutStopSec 300 2022-02-15 09:14:42.610 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:14:42.661 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:14:42.663 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-account.service Install WantedBy multi-user.target 2022-02-15 09:14:42.725 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:14:43.139 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-account.service 2022-02-15 09:14:43.153 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-account.service → /etc/systemd/system/devstack@s-account.service. 2022-02-15 09:14:43.564 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-account.service 2022-02-15 09:14:43.586 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:14:43.591 | + functions-common:time_stop:2309 : local name 2022-02-15 09:14:43.593 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:14:43.595 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:14:43.598 | + functions-common:time_stop:2312 : local total 2022-02-15 09:14:43.600 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:14:43.602 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:14:43.605 | + functions-common:time_stop:2316 : start_time=1644916482241 2022-02-15 09:14:43.608 | + functions-common:time_stop:2318 : [[ -z 1644916482241 ]] 2022-02-15 09:14:43.611 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:14:43.615 | + functions-common:time_stop:2321 : end_time=1644916483613 2022-02-15 09:14:43.618 | + functions-common:time_stop:2322 : elapsed_time=1372 2022-02-15 09:14:43.620 | + functions-common:time_stop:2323 : total=6585 2022-02-15 09:14:43.623 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:14:43.625 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=7957 2022-02-15 09:14:43.628 | + lib/swift:start_swift:814 : [[ False == \T\r\u\e ]] 2022-02-15 09:14:43.630 | + lib/swift:start_swift:819 : enable_service s-container-sync 2022-02-15 09:14:43.686 | + lib/swift:start_swift:820 : run_process s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-02-15 09:14:43.690 | + functions-common:run_process:1564 : local service=s-container-sync 2022-02-15 09:14:43.692 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-02-15 09:14:43.695 | + functions-common:run_process:1566 : local group= 2022-02-15 09:14:43.697 | + functions-common:run_process:1567 : local user= 2022-02-15 09:14:43.700 | + functions-common:run_process:1569 : local name=s-container-sync 2022-02-15 09:14:43.703 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:14:43.706 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:14:43.708 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:14:43.710 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:14:43.714 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:14:43.719 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916483716 2022-02-15 09:14:43.721 | + functions-common:run_process:1572 : is_service_enabled s-container-sync 2022-02-15 09:14:43.739 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:43.742 | + functions-common:run_process:1573 : _run_under_systemd s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' '' 2022-02-15 09:14:43.744 | + functions-common:_run_under_systemd:1529 : local service=s-container-sync 2022-02-15 09:14:43.747 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-02-15 09:14:43.750 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-02-15 09:14:43.753 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-02-15 09:14:43.756 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-02-15 09:14:43.759 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ sudo ]] 2022-02-15 09:14:43.762 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ ^/ ]] 2022-02-15 09:14:43.765 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-container-sync.service 2022-02-15 09:14:43.768 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:14:43.770 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:14:43.773 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ uwsgi ]] 2022-02-15 09:14:43.776 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@s-container-sync.service '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' ubuntu 2022-02-15 09:14:43.779 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-container-sync.service 2022-02-15 09:14:43.782 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-02-15 09:14:43.785 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:14:43.789 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-15 09:14:43.792 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:14:43.795 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:14:43.799 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-container-sync.service 2022-02-15 09:14:43.802 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:14:43.807 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Unit Description 'Devstack devstack@s-container-sync.service' 2022-02-15 09:14:43.881 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service User ubuntu 2022-02-15 09:14:43.961 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecStart '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-02-15 09:14:44.016 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service KillMode process 2022-02-15 09:14:44.069 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service TimeoutStopSec 300 2022-02-15 09:14:44.120 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:14:44.173 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:14:44.175 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Install WantedBy multi-user.target 2022-02-15 09:14:44.239 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:14:44.641 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-container-sync.service 2022-02-15 09:14:44.655 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container-sync.service → /etc/systemd/system/devstack@s-container-sync.service. 2022-02-15 09:14:45.062 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-container-sync.service 2022-02-15 09:14:45.092 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:14:45.095 | + functions-common:time_stop:2309 : local name 2022-02-15 09:14:45.097 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:14:45.100 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:14:45.102 | + functions-common:time_stop:2312 : local total 2022-02-15 09:14:45.105 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:14:45.108 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:14:45.110 | + functions-common:time_stop:2316 : start_time=1644916483716 2022-02-15 09:14:45.113 | + functions-common:time_stop:2318 : [[ -z 1644916483716 ]] 2022-02-15 09:14:45.116 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:14:45.121 | + functions-common:time_stop:2321 : end_time=1644916485118 2022-02-15 09:14:45.124 | + functions-common:time_stop:2322 : elapsed_time=1402 2022-02-15 09:14:45.127 | + functions-common:time_stop:2323 : total=7957 2022-02-15 09:14:45.129 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:14:45.132 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=9359 2022-02-15 09:14:45.134 | + lib/swift:start_swift:827 : is_service_enabled tls-proxy 2022-02-15 09:14:45.154 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:14:45.156 | + lib/swift:start_swift:831 : run_process s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-02-15 09:14:45.159 | + functions-common:run_process:1564 : local service=s-proxy 2022-02-15 09:14:45.162 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-02-15 09:14:45.165 | + functions-common:run_process:1566 : local group= 2022-02-15 09:14:45.167 | + functions-common:run_process:1567 : local user= 2022-02-15 09:14:45.171 | + functions-common:run_process:1569 : local name=s-proxy 2022-02-15 09:14:45.175 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:14:45.178 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:14:45.180 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:14:45.182 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:14:45.187 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:14:45.191 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916485189 2022-02-15 09:14:45.194 | + functions-common:run_process:1572 : is_service_enabled s-proxy 2022-02-15 09:14:45.211 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:45.213 | + functions-common:run_process:1573 : _run_under_systemd s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' '' 2022-02-15 09:14:45.216 | + functions-common:_run_under_systemd:1529 : local service=s-proxy 2022-02-15 09:14:45.219 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-02-15 09:14:45.221 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-02-15 09:14:45.223 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-02-15 09:14:45.226 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-02-15 09:14:45.229 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ sudo ]] 2022-02-15 09:14:45.232 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ ^/ ]] 2022-02-15 09:14:45.234 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-proxy.service 2022-02-15 09:14:45.237 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:14:45.239 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:14:45.242 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ uwsgi ]] 2022-02-15 09:14:45.244 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@s-proxy.service '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' ubuntu 2022-02-15 09:14:45.247 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-proxy.service 2022-02-15 09:14:45.250 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-02-15 09:14:45.252 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:14:45.255 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-15 09:14:45.257 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:14:45.259 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:14:45.262 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-proxy.service 2022-02-15 09:14:45.265 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:14:45.269 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Unit Description 'Devstack devstack@s-proxy.service' 2022-02-15 09:14:45.342 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service User ubuntu 2022-02-15 09:14:45.410 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecStart '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-02-15 09:14:45.472 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service KillMode process 2022-02-15 09:14:45.534 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service TimeoutStopSec 300 2022-02-15 09:14:45.601 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:14:45.661 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:14:45.664 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Install WantedBy multi-user.target 2022-02-15 09:14:45.736 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:14:46.168 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-proxy.service 2022-02-15 09:14:46.182 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-proxy.service → /etc/systemd/system/devstack@s-proxy.service. 2022-02-15 09:14:46.597 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-proxy.service 2022-02-15 09:14:46.618 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:14:46.624 | + functions-common:time_stop:2309 : local name 2022-02-15 09:14:46.628 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:14:46.631 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:14:46.633 | + functions-common:time_stop:2312 : local total 2022-02-15 09:14:46.635 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:14:46.638 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:14:46.641 | + functions-common:time_stop:2316 : start_time=1644916485189 2022-02-15 09:14:46.643 | + functions-common:time_stop:2318 : [[ -z 1644916485189 ]] 2022-02-15 09:14:46.646 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:14:46.652 | + functions-common:time_stop:2321 : end_time=1644916486648 2022-02-15 09:14:46.655 | + functions-common:time_stop:2322 : elapsed_time=1459 2022-02-15 09:14:46.657 | + functions-common:time_stop:2323 : total=9359 2022-02-15 09:14:46.660 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:14:46.662 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=10818 2022-02-15 09:14:46.665 | + lib/swift:start_swift:836 : echo 'Waiting for swift proxy to start...' 2022-02-15 09:14:46.665 | Waiting for swift proxy to start... 2022-02-15 09:14:46.667 | + lib/swift:start_swift:837 : wait_for_service 60 http://10.222.0.10:8080/info 2022-02-15 09:14:46.670 | + functions:wait_for_service:457 : local timeout=60 2022-02-15 09:14:46.673 | + functions:wait_for_service:458 : local url=http://10.222.0.10:8080/info 2022-02-15 09:14:46.675 | + functions:wait_for_service:459 : local rval=0 2022-02-15 09:14:46.678 | + functions:wait_for_service:460 : time_start wait_for_service 2022-02-15 09:14:46.680 | + functions-common:time_start:2295 : local name=wait_for_service 2022-02-15 09:14:46.682 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:14:46.686 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:14:46.689 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:14:46.693 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916486691 2022-02-15 09:14:46.696 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-02-15 09:14:46.702 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.10:8080/info 2022-02-15 09:14:46.714 | + :: : [[ 000 == 503 ]] 2022-02-15 09:14:46.716 | + :: : [[ 7 -eq 7 ]] 2022-02-15 09:14:46.717 | + :: : sleep 1 2022-02-15 09:14:47.720 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.10:8080/info 2022-02-15 09:14:47.734 | + :: : [[ 000 == 503 ]] 2022-02-15 09:14:47.735 | + :: : [[ 7 -eq 7 ]] 2022-02-15 09:14:47.736 | + :: : sleep 1 2022-02-15 09:14:48.740 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.10:8080/info 2022-02-15 09:14:48.753 | + :: : [[ 000 == 503 ]] 2022-02-15 09:14:48.755 | + :: : [[ 7 -eq 7 ]] 2022-02-15 09:14:48.756 | + :: : sleep 1 2022-02-15 09:14:49.760 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.10:8080/info 2022-02-15 09:14:49.782 | + :: : [[ 200 == 503 ]] 2022-02-15 09:14:49.783 | + :: : [[ 0 -eq 7 ]] 2022-02-15 09:14:49.786 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-02-15 09:14:49.789 | + functions-common:time_stop:2309 : local name 2022-02-15 09:14:49.791 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:14:49.794 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:14:49.796 | + functions-common:time_stop:2312 : local total 2022-02-15 09:14:49.799 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:14:49.801 | + functions-common:time_stop:2315 : name=wait_for_service 2022-02-15 09:14:49.804 | + functions-common:time_stop:2316 : start_time=1644916486691 2022-02-15 09:14:49.806 | + functions-common:time_stop:2318 : [[ -z 1644916486691 ]] 2022-02-15 09:14:49.810 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:14:49.814 | + functions-common:time_stop:2321 : end_time=1644916489812 2022-02-15 09:14:49.817 | + functions-common:time_stop:2322 : elapsed_time=3121 2022-02-15 09:14:49.819 | + functions-common:time_stop:2323 : total=6080 2022-02-15 09:14:49.822 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:14:49.825 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=9201 2022-02-15 09:14:49.828 | + functions:wait_for_service:467 : return 0 2022-02-15 09:14:49.830 | + lib/swift:start_swift:841 : [[ False == \T\r\u\e ]] 2022-02-15 09:14:49.833 | + ./stack.sh:main:1262 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-02-15 09:14:49.835 | + ./stack.sh:main:1263 : is_service_enabled cinder 2022-02-15 09:14:49.853 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:49.855 | + ./stack.sh:main:1264 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-02-15 09:14:49.885 | + ./stack.sh:main:1267 : async_wait configure_neutron_nova 2022-02-15 09:14:49.937 | [17600 Async configure_neutron_nova:96929]: Waiting for completion of configure_neutron_nova running on PID 96929 (2 other jobs running) 2022-02-15 09:14:49.962 | [17600 Async configure_neutron_nova:96929]: Signaling child to exit 2022-02-15 09:14:49.962 | WAKEUP 2022-02-15 09:14:49.985 | [17600 Async configure_neutron_nova:96929]: Signaled 2022-02-15 09:14:49.986 | + lib/neutron:configure_neutron_nova:616 : is_neutron_legacy_enabled 2022-02-15 09:14:49.986 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-02-15 09:14:49.986 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-15 09:14:49.986 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-15 09:14:49.986 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-15 09:14:49.986 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,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-02-15 09:14:49.986 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-02-15 09:14:49.986 | + lib/neutron:configure_neutron_nova:618 : create_nova_conf_neutron /etc/nova/nova.conf 2022-02-15 09:14:49.986 | + lib/neutron-legacy:create_nova_conf_neutron:380 : local conf=/etc/nova/nova.conf 2022-02-15 09:14:49.986 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova.conf neutron auth_type password 2022-02-15 09:14:49.986 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova.conf neutron auth_url http://10.222.0.10/identity 2022-02-15 09:14:49.986 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova.conf neutron username neutron 2022-02-15 09:14:49.986 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova.conf neutron password Passw0rd 2022-02-15 09:14:49.986 | + lib/neutron-legacy:create_nova_conf_neutron:385 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2022-02-15 09:14:49.987 | + lib/neutron-legacy:create_nova_conf_neutron:386 : iniset /etc/nova/nova.conf neutron project_name service 2022-02-15 09:14:49.987 | + lib/neutron-legacy:create_nova_conf_neutron:387 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2022-02-15 09:14:49.987 | + lib/neutron-legacy:create_nova_conf_neutron:388 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2022-02-15 09:14:49.987 | + lib/neutron-legacy:create_nova_conf_neutron:389 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2022-02-15 09:14:49.987 | + lib/neutron-legacy:create_nova_conf_neutron:392 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2022-02-15 09:14:49.987 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2022-02-15 09:14:49.987 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2022-02-15 09:14:49.987 | + lib/neutron-legacy:create_nova_conf_neutron:394 : is_service_enabled q-meta 2022-02-15 09:14:49.987 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:49.987 | + lib/neutron-legacy:create_nova_conf_neutron:395 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2022-02-15 09:14:49.987 | + lib/neutron-legacy:create_nova_conf_neutron:398 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2022-02-15 09:14:49.987 | + lib/neutron-legacy:create_nova_conf_neutron:399 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2022-02-15 09:14:49.987 | + lib/neutron:configure_neutron_nova:619 : [[ superconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2022-02-15 09:14:49.987 | ++ lib/neutron:configure_neutron_nova:620 : seq 1 1 2022-02-15 09:14:49.987 | + lib/neutron:configure_neutron_nova:620 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-15 09:14:49.987 | + lib/neutron:configure_neutron_nova:621 : local conf 2022-02-15 09:14:49.987 | ++ lib/neutron:configure_neutron_nova:622 : conductor_conf 1 2022-02-15 09:14:49.988 | ++ lib/nova:conductor_conf:732 : local cell=1 2022-02-15 09:14:49.988 | ++ lib/nova:conductor_conf:733 : echo /etc/nova/nova_cell1.conf 2022-02-15 09:14:49.988 | + lib/neutron:configure_neutron_nova:622 : conf=/etc/nova/nova_cell1.conf 2022-02-15 09:14:49.988 | + lib/neutron:configure_neutron_nova:623 : create_nova_conf_neutron /etc/nova/nova_cell1.conf 2022-02-15 09:14:49.988 | + lib/neutron-legacy:create_nova_conf_neutron:380 : local conf=/etc/nova/nova_cell1.conf 2022-02-15 09:14:49.988 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova_cell1.conf neutron auth_type password 2022-02-15 09:14:49.988 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova_cell1.conf neutron auth_url http://10.222.0.10/identity 2022-02-15 09:14:49.988 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova_cell1.conf neutron username neutron 2022-02-15 09:14:49.988 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova_cell1.conf neutron password Passw0rd 2022-02-15 09:14:49.988 | + lib/neutron-legacy:create_nova_conf_neutron:385 : iniset /etc/nova/nova_cell1.conf neutron user_domain_name Default 2022-02-15 09:14:49.988 | + lib/neutron-legacy:create_nova_conf_neutron:386 : iniset /etc/nova/nova_cell1.conf neutron project_name service 2022-02-15 09:14:49.988 | + lib/neutron-legacy:create_nova_conf_neutron:387 : iniset /etc/nova/nova_cell1.conf neutron project_domain_name Default 2022-02-15 09:14:49.989 | + lib/neutron-legacy:create_nova_conf_neutron:388 : iniset /etc/nova/nova_cell1.conf neutron auth_strategy keystone 2022-02-15 09:14:49.989 | + lib/neutron-legacy:create_nova_conf_neutron:389 : iniset /etc/nova/nova_cell1.conf neutron region_name RegionOne 2022-02-15 09:14:49.989 | + lib/neutron-legacy:create_nova_conf_neutron:392 : neutron_plugin_create_nova_conf /etc/nova/nova_cell1.conf 2022-02-15 09:14:49.989 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2022-02-15 09:14:49.989 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2022-02-15 09:14:49.989 | + lib/neutron-legacy:create_nova_conf_neutron:394 : is_service_enabled q-meta 2022-02-15 09:14:49.989 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:49.989 | + lib/neutron-legacy:create_nova_conf_neutron:395 : iniset /etc/nova/nova_cell1.conf neutron service_metadata_proxy True 2022-02-15 09:14:49.989 | + lib/neutron-legacy:create_nova_conf_neutron:398 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_is_fatal True 2022-02-15 09:14:49.989 | + lib/neutron-legacy:create_nova_conf_neutron:399 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_timeout 300 2022-02-15 09:14:50.035 | [17600 Async configure_neutron_nova:96929]: finished configure_neutron_nova with result 0 in 0 seconds 2022-02-15 09:14:50.039 | + inc/async:async_wait:197 : return 0 2022-02-15 09:14:50.042 | + ./stack.sh:main:1273 : is_service_enabled nova 2022-02-15 09:14:50.060 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:50.062 | + ./stack.sh:main:1274 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-02-15 09:14:50.093 | + ./stack.sh:main:1275 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-02-15 09:14:50.131 | + ./stack.sh:main:1279 : is_service_enabled n-api 2022-02-15 09:14:50.151 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:50.155 | + ./stack.sh:main:1280 : echo_summary 'Starting Nova API' 2022-02-15 09:14:50.157 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:14:50.160 | + ./stack.sh:echo_summary:432 : echo -e Starting Nova API 2022-02-15 09:14:50.162 | + ./stack.sh:main:1281 : start_nova_api 2022-02-15 09:14:50.165 | + lib/nova:start_nova_api:858 : local service_port=8774 2022-02-15 09:14:50.167 | + lib/nova:start_nova_api:859 : local service_protocol=http 2022-02-15 09:14:50.170 | + lib/nova:start_nova_api:860 : local nova_url 2022-02-15 09:14:50.173 | + lib/nova:start_nova_api:861 : is_service_enabled tls-proxy 2022-02-15 09:14:50.190 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:14:50.193 | + lib/nova:start_nova_api:867 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:14:50.195 | + lib/nova:start_nova_api:868 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:14:50.198 | + lib/nova:start_nova_api:868 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:14:50.201 | + lib/nova:start_nova_api:870 : '[' True == False ']' 2022-02-15 09:14:50.204 | ++ lib/nova:start_nova_api:878 : which uwsgi 2022-02-15 09:14:50.209 | + lib/nova:start_nova_api:878 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-02-15 09:14:50.212 | + functions-common:run_process:1564 : local service=n-api 2022-02-15 09:14:50.215 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-02-15 09:14:50.218 | + functions-common:run_process:1566 : local group= 2022-02-15 09:14:50.221 | + functions-common:run_process:1567 : local user= 2022-02-15 09:14:50.223 | + functions-common:run_process:1569 : local name=n-api 2022-02-15 09:14:50.226 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:14:50.229 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:14:50.233 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:14:50.238 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:14:50.243 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:14:50.247 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916490244 2022-02-15 09:14:50.250 | + functions-common:run_process:1572 : is_service_enabled n-api 2022-02-15 09:14:50.269 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:50.271 | + functions-common:run_process:1573 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' 2022-02-15 09:14:50.274 | + functions-common:_run_under_systemd:1529 : local service=n-api 2022-02-15 09:14:50.276 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-02-15 09:14:50.279 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-02-15 09:14:50.282 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-02-15 09:14:50.284 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-02-15 09:14:50.287 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2022-02-15 09:14:50.289 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2022-02-15 09:14:50.292 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-api.service 2022-02-15 09:14:50.295 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:14:50.298 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:14:50.301 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2022-02-15 09:14:50.303 | + functions-common:_run_under_systemd:1539 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' ubuntu 2022-02-15 09:14:50.306 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@n-api.service 2022-02-15 09:14:50.309 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-02-15 09:14:50.311 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2022-02-15 09:14:50.314 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2022-02-15 09:14:50.317 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@n-api.service 2022-02-15 09:14:50.319 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2022-02-15 09:14:50.325 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2022-02-15 09:14:50.394 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2022-02-15 09:14:50.458 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User ubuntu 2022-02-15 09:14:50.509 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-02-15 09:14:50.562 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:14:50.615 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2022-02-15 09:14:50.667 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2022-02-15 09:14:50.720 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2022-02-15 09:14:50.772 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2022-02-15 09:14:50.825 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2022-02-15 09:14:50.876 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2022-02-15 09:14:50.879 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2022-02-15 09:14:50.941 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2022-02-15 09:14:51.356 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-api.service 2022-02-15 09:14:51.370 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2022-02-15 09:14:51.785 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-api.service 2022-02-15 09:14:51.866 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:14:51.869 | + functions-common:time_stop:2309 : local name 2022-02-15 09:14:51.874 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:14:51.876 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:14:51.880 | + functions-common:time_stop:2312 : local total 2022-02-15 09:14:51.884 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:14:51.888 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:14:51.899 | + functions-common:time_stop:2316 : start_time=1644916490244 2022-02-15 09:14:51.903 | + functions-common:time_stop:2318 : [[ -z 1644916490244 ]] 2022-02-15 09:14:51.907 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:14:51.912 | + functions-common:time_stop:2321 : end_time=1644916491909 2022-02-15 09:14:51.916 | + functions-common:time_stop:2322 : elapsed_time=1665 2022-02-15 09:14:51.919 | + functions-common:time_stop:2323 : total=10818 2022-02-15 09:14:51.922 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:14:51.925 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=12483 2022-02-15 09:14:51.928 | + lib/nova:start_nova_api:879 : nova_url=http://10.222.0.10/compute/v2.1/ 2022-02-15 09:14:51.931 | + lib/nova:start_nova_api:882 : echo 'Waiting for nova-api to start...' 2022-02-15 09:14:51.931 | Waiting for nova-api to start... 2022-02-15 09:14:51.935 | + lib/nova:start_nova_api:883 : wait_for_service 60 http://10.222.0.10/compute/v2.1/ 2022-02-15 09:14:51.937 | + functions:wait_for_service:457 : local timeout=60 2022-02-15 09:14:51.940 | + functions:wait_for_service:458 : local url=http://10.222.0.10/compute/v2.1/ 2022-02-15 09:14:51.943 | + functions:wait_for_service:459 : local rval=0 2022-02-15 09:14:51.945 | + functions:wait_for_service:460 : time_start wait_for_service 2022-02-15 09:14:51.948 | + functions-common:time_start:2295 : local name=wait_for_service 2022-02-15 09:14:51.951 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:14:51.953 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:14:51.958 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:14:51.963 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916491960 2022-02-15 09:14:51.966 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-02-15 09:14:51.972 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.10/compute/v2.1/ 2022-02-15 09:14:57.744 | + :: : [[ 200 == 503 ]] 2022-02-15 09:14:57.746 | + :: : [[ 0 -eq 7 ]] 2022-02-15 09:14:57.749 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-02-15 09:14:57.752 | + functions-common:time_stop:2309 : local name 2022-02-15 09:14:57.755 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:14:57.757 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:14:57.760 | + functions-common:time_stop:2312 : local total 2022-02-15 09:14:57.763 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:14:57.765 | + functions-common:time_stop:2315 : name=wait_for_service 2022-02-15 09:14:57.768 | + functions-common:time_stop:2316 : start_time=1644916491960 2022-02-15 09:14:57.770 | + functions-common:time_stop:2318 : [[ -z 1644916491960 ]] 2022-02-15 09:14:57.773 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:14:57.778 | + functions-common:time_stop:2321 : end_time=1644916497775 2022-02-15 09:14:57.781 | + functions-common:time_stop:2322 : elapsed_time=5815 2022-02-15 09:14:57.783 | + functions-common:time_stop:2323 : total=9201 2022-02-15 09:14:57.786 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:14:57.789 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=15016 2022-02-15 09:14:57.791 | + functions:wait_for_service:467 : return 0 2022-02-15 09:14:57.794 | + lib/nova:start_nova_api:887 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:14:57.796 | + lib/nova:start_nova_api:887 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:14:57.799 | + ./stack.sh:main:1284 : is_service_enabled ovn-controller ovn-controller-vtep 2022-02-15 09:14:57.816 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:57.819 | + ./stack.sh:main:1285 : echo_summary 'Starting OVN services' 2022-02-15 09:14:57.822 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:14:57.825 | + ./stack.sh:echo_summary:432 : echo -e Starting OVN services 2022-02-15 09:14:57.828 | + ./stack.sh:main:1286 : start_ovn_services 2022-02-15 09:14:57.831 | + lib/neutron-legacy:start_ovn_services:475 : [[ openvswitch == \o\v\n ]] 2022-02-15 09:14:57.833 | + ./stack.sh:main:1289 : is_service_enabled neutron-api 2022-02-15 09:14:57.850 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:14:57.853 | + ./stack.sh:main:1292 : is_service_enabled q-svc 2022-02-15 09:14:57.871 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:57.874 | + ./stack.sh:main:1293 : echo_summary 'Starting Neutron' 2022-02-15 09:14:57.876 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:14:57.879 | + ./stack.sh:echo_summary:432 : echo -e Starting Neutron 2022-02-15 09:14:57.881 | + ./stack.sh:main:1294 : configure_neutron_after_post_config 2022-02-15 09:14:57.884 | + lib/neutron-legacy:configure_neutron_after_post_config:468 : [[ router,neutron.services.metering.metering_plugin.MeteringPlugin != '' ]] 2022-02-15 09:14:57.887 | + lib/neutron-legacy:configure_neutron_after_post_config:469 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-02-15 09:14:57.917 | + ./stack.sh:main:1295 : start_neutron_service_and_check 2022-02-15 09:14:57.920 | + lib/neutron-legacy:start_neutron_service_and_check:491 : local service_port=9696 2022-02-15 09:14:57.923 | + lib/neutron-legacy:start_neutron_service_and_check:492 : local service_protocol=http 2022-02-15 09:14:57.925 | + lib/neutron-legacy:start_neutron_service_and_check:493 : local cfg_file_options 2022-02-15 09:14:57.928 | + lib/neutron-legacy:start_neutron_service_and_check:494 : local neutron_url 2022-02-15 09:14:57.931 | ++ lib/neutron-legacy:start_neutron_service_and_check:496 : determine_config_files neutron-server 2022-02-15 09:14:57.935 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2022-02-15 09:14:57.938 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2022-02-15 09:14:57.941 | +++ lib/neutron-legacy:determine_config_files:326 : _determine_config_server 2022-02-15 09:14:57.943 | +++ lib/neutron-legacy:_determine_config_server:294 : [[ '' != '' ]] 2022-02-15 09:14:57.946 | +++ lib/neutron-legacy:_determine_config_server:301 : [[ 0 > 0 ]] 2022-02-15 09:14:57.948 | +++ lib/neutron-legacy:_determine_config_server:308 : local cfg_file 2022-02-15 09:14:57.951 | +++ lib/neutron-legacy:_determine_config_server:309 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:14:57.953 | +++ lib/neutron-legacy:_determine_config_server:313 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:14:57.956 | ++ lib/neutron-legacy:determine_config_files:326 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:14:57.959 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2022-02-15 09:14:57.961 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:14:57.965 | + lib/neutron-legacy:start_neutron_service_and_check:496 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:14:57.967 | + lib/neutron-legacy:start_neutron_service_and_check:498 : is_service_enabled tls-proxy 2022-02-15 09:14:57.985 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:14:57.987 | + lib/neutron-legacy:start_neutron_service_and_check:503 : '[' False == True ']' 2022-02-15 09:14:57.990 | + lib/neutron-legacy:start_neutron_service_and_check:510 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:14:57.992 | + functions-common:run_process:1564 : local service=q-svc 2022-02-15 09:14:57.995 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:14:57.998 | + functions-common:run_process:1566 : local group= 2022-02-15 09:14:58.001 | + functions-common:run_process:1567 : local user= 2022-02-15 09:14:58.003 | + functions-common:run_process:1569 : local name=q-svc 2022-02-15 09:14:58.007 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:14:58.009 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:14:58.012 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:14:58.015 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:14:58.018 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:14:58.023 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916498020 2022-02-15 09:14:58.025 | + functions-common:run_process:1572 : is_service_enabled q-svc 2022-02-15 09:14:58.041 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:14:58.045 | + functions-common:run_process:1573 : _run_under_systemd q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' 2022-02-15 09:14:58.047 | + functions-common:_run_under_systemd:1529 : local service=q-svc 2022-02-15 09:14:58.051 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:14:58.054 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:14:58.056 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:14:58.059 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:14:58.062 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2022-02-15 09:14:58.064 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2022-02-15 09:14:58.067 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-svc.service 2022-02-15 09:14:58.069 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:14:58.072 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:14:58.074 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2022-02-15 09:14:58.077 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@q-svc.service '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' ubuntu 2022-02-15 09:14:58.079 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-svc.service 2022-02-15 09:14:58.081 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:14:58.084 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:14:58.086 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-15 09:14:58.088 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:14:58.091 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:14:58.093 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2022-02-15 09:14:58.095 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:14:58.099 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2022-02-15 09:14:58.162 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User ubuntu 2022-02-15 09:14:58.223 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:14:58.274 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2022-02-15 09:14:58.326 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2022-02-15 09:14:58.378 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:14:58.429 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:14:58.432 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2022-02-15 09:14:58.494 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:14:58.902 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-svc.service 2022-02-15 09:14:58.916 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2022-02-15 09:14:59.314 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-svc.service 2022-02-15 09:14:59.337 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:14:59.343 | + functions-common:time_stop:2309 : local name 2022-02-15 09:14:59.346 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:14:59.348 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:14:59.351 | + functions-common:time_stop:2312 : local total 2022-02-15 09:14:59.353 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:14:59.356 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:14:59.359 | + functions-common:time_stop:2316 : start_time=1644916498020 2022-02-15 09:14:59.361 | + functions-common:time_stop:2318 : [[ -z 1644916498020 ]] 2022-02-15 09:14:59.364 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:14:59.369 | + functions-common:time_stop:2321 : end_time=1644916499366 2022-02-15 09:14:59.371 | + functions-common:time_stop:2322 : elapsed_time=1346 2022-02-15 09:14:59.374 | + functions-common:time_stop:2323 : total=12483 2022-02-15 09:14:59.376 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:14:59.378 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=13829 2022-02-15 09:14:59.381 | + lib/neutron-legacy:start_neutron_service_and_check:511 : neutron_url=http://10.222.0.10:9696 2022-02-15 09:14:59.383 | + lib/neutron-legacy:start_neutron_service_and_check:513 : is_service_enabled tls-proxy 2022-02-15 09:14:59.403 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:14:59.405 | + lib/neutron-legacy:start_neutron_service_and_check:517 : echo 'Waiting for Neutron to start...' 2022-02-15 09:14:59.405 | Waiting for Neutron to start... 2022-02-15 09:14:59.408 | + lib/neutron-legacy:start_neutron_service_and_check:519 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.10:9696' 2022-02-15 09:14:59.410 | + lib/neutron-legacy:start_neutron_service_and_check:520 : test_with_retry 'wget --no-proxy -q -O- http://10.222.0.10:9696' 'Neutron did not start' 60 2022-02-15 09:14:59.413 | + functions-common:test_with_retry:2247 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.10:9696' 2022-02-15 09:14:59.415 | + functions-common:test_with_retry:2248 : local 'failmsg=Neutron did not start' 2022-02-15 09:14:59.418 | + functions-common:test_with_retry:2249 : local until=60 2022-02-15 09:14:59.420 | + functions-common:test_with_retry:2250 : local sleep=0.5 2022-02-15 09:14:59.423 | + functions-common:test_with_retry:2252 : time_start test_with_retry 2022-02-15 09:14:59.425 | + functions-common:time_start:2295 : local name=test_with_retry 2022-02-15 09:14:59.428 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:14:59.430 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:14:59.434 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:14:59.438 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916499435 2022-02-15 09:14:59.441 | + functions-common:test_with_retry:2253 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.222.0.10:9696; do sleep 0.5; done' 2022-02-15 09:15:05.020 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.222.0.10:9696/v2.0/"}]}]}+ functions-common:test_with_retry:2256 : time_stop test_with_retry 2022-02-15 09:15:05.023 | + functions-common:time_stop:2309 : local name 2022-02-15 09:15:05.025 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:15:05.028 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:15:05.030 | + functions-common:time_stop:2312 : local total 2022-02-15 09:15:05.033 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:15:05.036 | + functions-common:time_stop:2315 : name=test_with_retry 2022-02-15 09:15:05.038 | + functions-common:time_stop:2316 : start_time=1644916499435 2022-02-15 09:15:05.041 | + functions-common:time_stop:2318 : [[ -z 1644916499435 ]] 2022-02-15 09:15:05.045 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:15:05.049 | + functions-common:time_stop:2321 : end_time=1644916505047 2022-02-15 09:15:05.052 | + functions-common:time_stop:2322 : elapsed_time=5612 2022-02-15 09:15:05.054 | + functions-common:time_stop:2323 : total=0 2022-02-15 09:15:05.057 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:15:05.060 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=5612 2022-02-15 09:15:05.063 | + ./stack.sh:main:1300 : is_service_enabled placement 2022-02-15 09:15:05.081 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:15:05.083 | + ./stack.sh:main:1301 : echo_summary 'Starting Placement' 2022-02-15 09:15:05.086 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:15:05.088 | + ./stack.sh:echo_summary:432 : echo -e Starting Placement 2022-02-15 09:15:05.091 | + ./stack.sh:main:1302 : start_placement 2022-02-15 09:15:05.093 | + lib/placement:start_placement:160 : start_placement_api 2022-02-15 09:15:05.096 | + lib/placement:start_placement_api:146 : [[ uwsgi == \u\w\s\g\i ]] 2022-02-15 09:15:05.101 | ++ lib/placement:start_placement_api:147 : which uwsgi 2022-02-15 09:15:05.108 | + lib/placement:start_placement_api:147 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-02-15 09:15:05.112 | + functions-common:run_process:1564 : local service=placement-api 2022-02-15 09:15:05.114 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-02-15 09:15:05.117 | + functions-common:run_process:1566 : local group= 2022-02-15 09:15:05.119 | + functions-common:run_process:1567 : local user= 2022-02-15 09:15:05.123 | + functions-common:run_process:1569 : local name=placement-api 2022-02-15 09:15:05.125 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:15:05.129 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:15:05.131 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:15:05.134 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:15:05.138 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:15:05.143 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916505140 2022-02-15 09:15:05.145 | + functions-common:run_process:1572 : is_service_enabled placement-api 2022-02-15 09:15:05.164 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:15:05.166 | + functions-common:run_process:1573 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' 2022-02-15 09:15:05.169 | + functions-common:_run_under_systemd:1529 : local service=placement-api 2022-02-15 09:15:05.172 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-02-15 09:15:05.174 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-02-15 09:15:05.177 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-02-15 09:15:05.179 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-02-15 09:15:05.182 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2022-02-15 09:15:05.184 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2022-02-15 09:15:05.187 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@placement-api.service 2022-02-15 09:15:05.189 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:15:05.192 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:15:05.194 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2022-02-15 09:15:05.197 | + functions-common:_run_under_systemd:1539 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' ubuntu 2022-02-15 09:15:05.200 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@placement-api.service 2022-02-15 09:15:05.202 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-02-15 09:15:05.205 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2022-02-15 09:15:05.207 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2022-02-15 09:15:05.209 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2022-02-15 09:15:05.212 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2022-02-15 09:15:05.217 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2022-02-15 09:15:05.279 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2022-02-15 09:15:05.346 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User ubuntu 2022-02-15 09:15:05.400 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-02-15 09:15:05.453 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:15:05.507 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2022-02-15 09:15:05.569 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2022-02-15 09:15:05.621 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2022-02-15 09:15:05.673 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2022-02-15 09:15:05.732 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2022-02-15 09:15:05.793 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2022-02-15 09:15:05.796 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2022-02-15 09:15:05.861 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2022-02-15 09:15:06.281 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@placement-api.service 2022-02-15 09:15:06.298 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2022-02-15 09:15:06.715 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@placement-api.service 2022-02-15 09:15:06.813 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:15:06.816 | + functions-common:time_stop:2309 : local name 2022-02-15 09:15:06.818 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:15:06.821 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:15:06.826 | + functions-common:time_stop:2312 : local total 2022-02-15 09:15:06.828 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:15:06.831 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:15:06.834 | + functions-common:time_stop:2316 : start_time=1644916505140 2022-02-15 09:15:06.836 | + functions-common:time_stop:2318 : [[ -z 1644916505140 ]] 2022-02-15 09:15:06.839 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:15:06.846 | + functions-common:time_stop:2321 : end_time=1644916506841 2022-02-15 09:15:06.848 | + functions-common:time_stop:2322 : elapsed_time=1701 2022-02-15 09:15:06.851 | + functions-common:time_stop:2323 : total=13829 2022-02-15 09:15:06.853 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:15:06.856 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=15530 2022-02-15 09:15:06.859 | + lib/placement:start_placement_api:153 : echo 'Waiting for placement-api to start...' 2022-02-15 09:15:06.859 | Waiting for placement-api to start... 2022-02-15 09:15:06.861 | + lib/placement:start_placement_api:154 : wait_for_service 60 http://10.222.0.10/placement 2022-02-15 09:15:06.864 | + functions:wait_for_service:457 : local timeout=60 2022-02-15 09:15:06.867 | + functions:wait_for_service:458 : local url=http://10.222.0.10/placement 2022-02-15 09:15:06.870 | + functions:wait_for_service:459 : local rval=0 2022-02-15 09:15:06.873 | + functions:wait_for_service:460 : time_start wait_for_service 2022-02-15 09:15:06.876 | + functions-common:time_start:2295 : local name=wait_for_service 2022-02-15 09:15:06.878 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:15:06.881 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:15:06.884 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:15:06.889 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916506886 2022-02-15 09:15:06.892 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-02-15 09:15:06.902 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.10/placement 2022-02-15 09:15:09.613 | + :: : [[ 200 == 503 ]] 2022-02-15 09:15:09.614 | + :: : [[ 0 -eq 7 ]] 2022-02-15 09:15:09.618 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-02-15 09:15:09.621 | + functions-common:time_stop:2309 : local name 2022-02-15 09:15:09.623 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:15:09.626 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:15:09.628 | + functions-common:time_stop:2312 : local total 2022-02-15 09:15:09.631 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:15:09.633 | + functions-common:time_stop:2315 : name=wait_for_service 2022-02-15 09:15:09.636 | + functions-common:time_stop:2316 : start_time=1644916506886 2022-02-15 09:15:09.639 | + functions-common:time_stop:2318 : [[ -z 1644916506886 ]] 2022-02-15 09:15:09.643 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:15:09.648 | + functions-common:time_stop:2321 : end_time=1644916509646 2022-02-15 09:15:09.651 | + functions-common:time_stop:2322 : elapsed_time=2760 2022-02-15 09:15:09.654 | + functions-common:time_stop:2323 : total=15016 2022-02-15 09:15:09.656 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:15:09.659 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=17776 2022-02-15 09:15:09.661 | + functions:wait_for_service:467 : return 0 2022-02-15 09:15:09.664 | + ./stack.sh:main:1305 : is_service_enabled neutron 2022-02-15 09:15:09.682 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:15:09.685 | + ./stack.sh:main:1306 : start_neutron 2022-02-15 09:15:09.688 | + lib/neutron:start_neutron:702 : is_neutron_legacy_enabled 2022-02-15 09:15:09.692 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-15 09:15:09.692 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-02-15 09:15:09.699 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-15 09:15:09.702 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-15 09:15:09.705 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,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,s-container-sync =~ ,q- ]] 2022-02-15 09:15:09.707 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-02-15 09:15:09.710 | + lib/neutron:start_neutron:704 : start_mutnauq_l2_agent 2022-02-15 09:15:09.713 | + lib/neutron-legacy:start_mutnauq_l2_agent:526 : run_process q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:15:09.716 | + functions-common:run_process:1564 : local service=q-agt 2022-02-15 09:15:09.719 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:15:09.722 | + functions-common:run_process:1566 : local group= 2022-02-15 09:15:09.724 | + functions-common:run_process:1567 : local user= 2022-02-15 09:15:09.727 | + functions-common:run_process:1569 : local name=q-agt 2022-02-15 09:15:09.730 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:15:09.733 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:15:09.736 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:15:09.739 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:15:09.743 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:15:09.748 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916509745 2022-02-15 09:15:09.751 | + functions-common:run_process:1572 : is_service_enabled q-agt 2022-02-15 09:15:09.768 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:15:09.771 | + functions-common:run_process:1573 : _run_under_systemd q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' 2022-02-15 09:15:09.774 | + functions-common:_run_under_systemd:1529 : local service=q-agt 2022-02-15 09:15:09.776 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:15:09.779 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:15:09.782 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:15:09.784 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:15:09.786 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2022-02-15 09:15:09.789 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2022-02-15 09:15:09.791 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-agt.service 2022-02-15 09:15:09.801 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:15:09.803 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:15:09.806 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2022-02-15 09:15:09.810 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@q-agt.service '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' ubuntu 2022-02-15 09:15:09.813 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-agt.service 2022-02-15 09:15:09.816 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:15:09.818 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:15:09.821 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-15 09:15:09.823 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:15:09.825 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:15:09.828 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2022-02-15 09:15:09.830 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:15:09.834 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2022-02-15 09:15:09.899 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User ubuntu 2022-02-15 09:15:09.974 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-15 09:15:10.027 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2022-02-15 09:15:10.081 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2022-02-15 09:15:10.134 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:15:10.190 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:15:10.192 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2022-02-15 09:15:10.261 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:15:10.664 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-agt.service 2022-02-15 09:15:10.679 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2022-02-15 09:15:11.092 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-agt.service 2022-02-15 09:15:11.115 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:15:11.118 | + functions-common:time_stop:2309 : local name 2022-02-15 09:15:11.122 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:15:11.126 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:15:11.129 | + functions-common:time_stop:2312 : local total 2022-02-15 09:15:11.132 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:15:11.135 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:15:11.138 | + functions-common:time_stop:2316 : start_time=1644916509745 2022-02-15 09:15:11.140 | + functions-common:time_stop:2318 : [[ -z 1644916509745 ]] 2022-02-15 09:15:11.143 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:15:11.148 | + functions-common:time_stop:2321 : end_time=1644916511145 2022-02-15 09:15:11.151 | + functions-common:time_stop:2322 : elapsed_time=1400 2022-02-15 09:15:11.153 | + functions-common:time_stop:2323 : total=15530 2022-02-15 09:15:11.156 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:15:11.159 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=16930 2022-02-15 09:15:11.162 | + lib/neutron-legacy:start_mutnauq_l2_agent:528 : is_provider_network 2022-02-15 09:15:11.164 | + functions-common:is_provider_network:2158 : '[' '' == True ']' 2022-02-15 09:15:11.168 | + functions-common:is_provider_network:2161 : return 1 2022-02-15 09:15:11.174 | + lib/neutron:start_neutron:705 : start_mutnauq_other_agents 2022-02-15 09:15:11.177 | + lib/neutron-legacy:start_mutnauq_other_agents:544 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-02-15 09:15:11.179 | + functions-common:run_process:1564 : local service=q-dhcp 2022-02-15 09:15:11.182 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-02-15 09:15:11.185 | + functions-common:run_process:1566 : local group= 2022-02-15 09:15:11.188 | + functions-common:run_process:1567 : local user= 2022-02-15 09:15:11.190 | + functions-common:run_process:1569 : local name=q-dhcp 2022-02-15 09:15:11.194 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:15:11.201 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:15:11.204 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:15:11.207 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:15:11.211 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:15:11.217 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916511214 2022-02-15 09:15:11.219 | + functions-common:run_process:1572 : is_service_enabled q-dhcp 2022-02-15 09:15:11.242 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:15:11.244 | + functions-common:run_process:1573 : _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' 2022-02-15 09:15:11.248 | + functions-common:_run_under_systemd:1529 : local service=q-dhcp 2022-02-15 09:15:11.250 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-02-15 09:15:11.252 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-02-15 09:15:11.255 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-02-15 09:15:11.257 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-02-15 09:15:11.260 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2022-02-15 09:15:11.263 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2022-02-15 09:15:11.266 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-dhcp.service 2022-02-15 09:15:11.268 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:15:11.271 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:15:11.273 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2022-02-15 09:15:11.276 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@q-dhcp.service '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' ubuntu 2022-02-15 09:15:11.278 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-dhcp.service 2022-02-15 09:15:11.281 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-02-15 09:15:11.284 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:15:11.286 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-15 09:15:11.289 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:15:11.291 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:15:11.295 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2022-02-15 09:15:11.297 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:15:11.302 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2022-02-15 09:15:11.377 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User ubuntu 2022-02-15 09:15:11.447 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-02-15 09:15:11.503 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2022-02-15 09:15:11.572 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2022-02-15 09:15:11.630 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:15:11.684 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:15:11.687 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2022-02-15 09:15:11.756 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:15:12.199 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-dhcp.service 2022-02-15 09:15:12.216 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2022-02-15 09:15:12.612 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-dhcp.service 2022-02-15 09:15:12.638 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:15:12.642 | + functions-common:time_stop:2309 : local name 2022-02-15 09:15:12.644 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:15:12.646 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:15:12.649 | + functions-common:time_stop:2312 : local total 2022-02-15 09:15:12.652 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:15:12.655 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:15:12.657 | + functions-common:time_stop:2316 : start_time=1644916511214 2022-02-15 09:15:12.660 | + functions-common:time_stop:2318 : [[ -z 1644916511214 ]] 2022-02-15 09:15:12.663 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:15:12.668 | + functions-common:time_stop:2321 : end_time=1644916512665 2022-02-15 09:15:12.670 | + functions-common:time_stop:2322 : elapsed_time=1451 2022-02-15 09:15:12.672 | + functions-common:time_stop:2323 : total=16930 2022-02-15 09:15:12.675 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:15:12.677 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=18381 2022-02-15 09:15:12.680 | + lib/neutron-legacy:start_mutnauq_other_agents:546 : is_service_enabled neutron-vpnaas 2022-02-15 09:15:12.699 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:15:12.703 | ++ lib/neutron-legacy:start_mutnauq_other_agents:549 : determine_config_files neutron-l3-agent 2022-02-15 09:15:12.706 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2022-02-15 09:15:12.708 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2022-02-15 09:15:12.713 | +++ lib/neutron-legacy:determine_config_files:327 : _determine_config_l3 2022-02-15 09:15:12.716 | +++ lib/neutron-legacy:_determine_config_l3:317 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-15 09:15:12.718 | +++ lib/neutron-legacy:_determine_config_l3:318 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-15 09:15:12.721 | ++ lib/neutron-legacy:determine_config_files:327 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-15 09:15:12.725 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2022-02-15 09:15:12.728 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-15 09:15:12.731 | + lib/neutron-legacy:start_mutnauq_other_agents:549 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-15 09:15:12.734 | + functions-common:run_process:1564 : local service=q-l3 2022-02-15 09:15:12.737 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-15 09:15:12.739 | + functions-common:run_process:1566 : local group= 2022-02-15 09:15:12.742 | + functions-common:run_process:1567 : local user= 2022-02-15 09:15:12.745 | + functions-common:run_process:1569 : local name=q-l3 2022-02-15 09:15:12.747 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:15:12.750 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:15:12.753 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:15:12.756 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:15:12.759 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:15:12.765 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916512761 2022-02-15 09:15:12.767 | + functions-common:run_process:1572 : is_service_enabled q-l3 2022-02-15 09:15:12.786 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:15:12.789 | + functions-common:run_process:1573 : _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' 2022-02-15 09:15:12.792 | + functions-common:_run_under_systemd:1529 : local service=q-l3 2022-02-15 09:15:12.795 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-15 09:15:12.798 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-15 09:15:12.801 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-15 09:15:12.804 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-15 09:15:12.809 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2022-02-15 09:15:12.813 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2022-02-15 09:15:12.816 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-l3.service 2022-02-15 09:15:12.819 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:15:12.821 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:15:12.825 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2022-02-15 09:15:12.827 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@q-l3.service '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' ubuntu 2022-02-15 09:15:12.831 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-l3.service 2022-02-15 09:15:12.834 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-15 09:15:12.836 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:15:12.840 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-15 09:15:12.843 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:15:12.845 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:15:12.847 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2022-02-15 09:15:12.850 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:15:12.855 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2022-02-15 09:15:12.927 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User ubuntu 2022-02-15 09:15:13.009 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-15 09:15:13.071 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2022-02-15 09:15:13.130 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2022-02-15 09:15:13.189 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:15:13.249 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:15:13.251 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2022-02-15 09:15:13.322 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:15:13.795 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-l3.service 2022-02-15 09:15:13.811 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2022-02-15 09:15:14.253 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-l3.service 2022-02-15 09:15:14.293 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:15:14.298 | + functions-common:time_stop:2309 : local name 2022-02-15 09:15:14.300 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:15:14.303 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:15:14.306 | + functions-common:time_stop:2312 : local total 2022-02-15 09:15:14.309 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:15:14.312 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:15:14.314 | + functions-common:time_stop:2316 : start_time=1644916512761 2022-02-15 09:15:14.317 | + functions-common:time_stop:2318 : [[ -z 1644916512761 ]] 2022-02-15 09:15:14.323 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:15:14.325 | + functions-common:time_stop:2321 : end_time=1644916514322 2022-02-15 09:15:14.328 | + functions-common:time_stop:2322 : elapsed_time=1561 2022-02-15 09:15:14.330 | + functions-common:time_stop:2323 : total=18381 2022-02-15 09:15:14.333 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:15:14.336 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=19942 2022-02-15 09:15:14.338 | + lib/neutron-legacy:start_mutnauq_other_agents:552 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-02-15 09:15:14.341 | + functions-common:run_process:1564 : local service=q-meta 2022-02-15 09:15:14.343 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-02-15 09:15:14.346 | + functions-common:run_process:1566 : local group= 2022-02-15 09:15:14.349 | + functions-common:run_process:1567 : local user= 2022-02-15 09:15:14.352 | + functions-common:run_process:1569 : local name=q-meta 2022-02-15 09:15:14.356 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:15:14.359 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:15:14.361 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:15:14.364 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:15:14.369 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:15:14.373 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916514369 2022-02-15 09:15:14.375 | + functions-common:run_process:1572 : is_service_enabled q-meta 2022-02-15 09:15:14.395 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:15:14.404 | + functions-common:run_process:1573 : _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' 2022-02-15 09:15:14.405 | + functions-common:_run_under_systemd:1529 : local service=q-meta 2022-02-15 09:15:14.405 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-02-15 09:15:14.407 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-02-15 09:15:14.410 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-02-15 09:15:14.412 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-02-15 09:15:14.415 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2022-02-15 09:15:14.418 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2022-02-15 09:15:14.421 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-meta.service 2022-02-15 09:15:14.423 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:15:14.426 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:15:14.429 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2022-02-15 09:15:14.435 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@q-meta.service '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' ubuntu 2022-02-15 09:15:14.438 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-meta.service 2022-02-15 09:15:14.442 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-02-15 09:15:14.446 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:15:14.450 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-15 09:15:14.453 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:15:14.455 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:15:14.458 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2022-02-15 09:15:14.461 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:15:14.466 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2022-02-15 09:15:14.548 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User ubuntu 2022-02-15 09:15:14.643 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-02-15 09:15:14.715 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2022-02-15 09:15:14.781 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2022-02-15 09:15:14.856 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:15:14.922 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:15:14.925 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2022-02-15 09:15:15.010 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:15:15.451 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-meta.service 2022-02-15 09:15:15.468 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2022-02-15 09:15:15.899 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-meta.service 2022-02-15 09:15:15.930 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:15:15.933 | + functions-common:time_stop:2309 : local name 2022-02-15 09:15:15.936 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:15:15.939 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:15:15.941 | + functions-common:time_stop:2312 : local total 2022-02-15 09:15:15.944 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:15:15.947 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:15:15.949 | + functions-common:time_stop:2316 : start_time=1644916514369 2022-02-15 09:15:15.952 | + functions-common:time_stop:2318 : [[ -z 1644916514369 ]] 2022-02-15 09:15:15.958 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:15:15.960 | + functions-common:time_stop:2321 : end_time=1644916515957 2022-02-15 09:15:15.963 | + functions-common:time_stop:2322 : elapsed_time=1588 2022-02-15 09:15:15.966 | + functions-common:time_stop:2323 : total=19942 2022-02-15 09:15:15.968 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:15:15.971 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=21530 2022-02-15 09:15:15.974 | + lib/neutron-legacy:start_mutnauq_other_agents:553 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-02-15 09:15:15.976 | + functions-common:run_process:1564 : local service=q-metering 2022-02-15 09:15:15.979 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-02-15 09:15:15.982 | + functions-common:run_process:1566 : local group= 2022-02-15 09:15:15.984 | + functions-common:run_process:1567 : local user= 2022-02-15 09:15:15.987 | + functions-common:run_process:1569 : local name=q-metering 2022-02-15 09:15:15.990 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:15:15.992 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:15:15.995 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:15:15.998 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:15:16.009 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:15:16.013 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916516003 2022-02-15 09:15:16.015 | + functions-common:run_process:1572 : is_service_enabled q-metering 2022-02-15 09:15:16.037 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:15:16.040 | + functions-common:run_process:1573 : _run_under_systemd q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' '' '' 2022-02-15 09:15:16.043 | + functions-common:_run_under_systemd:1529 : local service=q-metering 2022-02-15 09:15:16.046 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-02-15 09:15:16.049 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-02-15 09:15:16.052 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-02-15 09:15:16.054 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-02-15 09:15:16.057 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ sudo ]] 2022-02-15 09:15:16.060 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ ^/ ]] 2022-02-15 09:15:16.067 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-metering.service 2022-02-15 09:15:16.069 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:15:16.072 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:15:16.075 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ uwsgi ]] 2022-02-15 09:15:16.078 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@q-metering.service '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' '' ubuntu 2022-02-15 09:15:16.081 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-metering.service 2022-02-15 09:15:16.084 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-02-15 09:15:16.087 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:15:16.090 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-15 09:15:16.093 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:15:16.097 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:15:16.099 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-metering.service 2022-02-15 09:15:16.102 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:15:16.108 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Unit Description 'Devstack devstack@q-metering.service' 2022-02-15 09:15:16.194 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service User ubuntu 2022-02-15 09:15:16.283 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecStart '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-02-15 09:15:16.362 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service KillMode process 2022-02-15 09:15:16.419 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service TimeoutStopSec 300 2022-02-15 09:15:16.492 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:15:16.580 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:15:16.583 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Install WantedBy multi-user.target 2022-02-15 09:15:16.697 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:15:17.165 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-metering.service 2022-02-15 09:15:17.179 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-metering.service → /etc/systemd/system/devstack@q-metering.service. 2022-02-15 09:15:17.657 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-metering.service 2022-02-15 09:15:17.693 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:15:17.696 | + functions-common:time_stop:2309 : local name 2022-02-15 09:15:17.701 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:15:17.705 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:15:17.707 | + functions-common:time_stop:2312 : local total 2022-02-15 09:15:17.710 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:15:17.714 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:15:17.717 | + functions-common:time_stop:2316 : start_time=1644916516003 2022-02-15 09:15:17.724 | + functions-common:time_stop:2318 : [[ -z 1644916516003 ]] 2022-02-15 09:15:17.733 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:15:17.736 | + functions-common:time_stop:2321 : end_time=1644916517732 2022-02-15 09:15:17.744 | + functions-common:time_stop:2322 : elapsed_time=1729 2022-02-15 09:15:17.747 | + functions-common:time_stop:2323 : total=21530 2022-02-15 09:15:17.752 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:15:17.754 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=23259 2022-02-15 09:15:17.757 | + ./stack.sh:main:1309 : is_service_enabled q-svc 2022-02-15 09:15:17.781 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:15:17.784 | + ./stack.sh:main:1309 : [[ True == \T\r\u\e ]] 2022-02-15 09:15:17.786 | + ./stack.sh:main:1310 : echo_summary 'Creating initial neutron network elements' 2022-02-15 09:15:17.789 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:15:17.792 | + ./stack.sh:echo_summary:432 : echo -e Creating initial neutron network elements 2022-02-15 09:15:17.796 | + ./stack.sh:main:1313 : type -p neutron_plugin_create_initial_networks 2022-02-15 09:15:17.798 | + ./stack.sh:main:1316 : create_neutron_initial_network 2022-02-15 09:15:17.801 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:150 : local project_id 2022-02-15 09:15:17.812 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : get_field 1 2022-02-15 09:15:17.812 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : grep ' demo ' 2022-02-15 09:15:17.813 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : oscwrap project list 2022-02-15 09:15:17.817 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:15:17.821 | ++ functions-common:get_field:727 : read data 2022-02-15 09:15:20.647 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:20.647 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:20.647 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:20.647 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:20.824 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:15:20.827 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-15 09:15:20.830 | ++ functions-common:get_field:731 : field='$2' 2022-02-15 09:15:20.833 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-15 09:15:20.835 | ++ functions-common:get_field:733 : echo '| 69a13a82a34142c1a27aff2101722d6b | demo |' 2022-02-15 09:15:20.840 | ++ functions-common:get_field:727 : read data 2022-02-15 09:15:20.844 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : project_id=69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:15:20.846 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:152 : die_if_not_set 152 project_id 'Failure retrieving project_id for demo' 2022-02-15 09:15:20.849 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-15 09:15:20.868 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : type -p neutron_plugin_create_initial_network_profile 2022-02-15 09:15:20.871 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:159 : is_networking_extension_supported auto-allocated-topology 2022-02-15 09:15:20.875 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=auto-allocated-topology 2022-02-15 09:15:20.884 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-02-15 09:15:24.098 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:24.098 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:24.098 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:24.098 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:24.258 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:15:24.262 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2022-02-15 09:15:24.262 | address-scope 2022-02-15 09:15:24.262 | router-admin-state-down-before-update 2022-02-15 09:15:24.262 | agent 2022-02-15 09:15:24.262 | agent-resources-synced 2022-02-15 09:15:24.262 | allowed-address-pairs 2022-02-15 09:15:24.263 | auto-allocated-topology 2022-02-15 09:15:24.263 | availability_zone 2022-02-15 09:15:24.263 | availability_zone_filter 2022-02-15 09:15:24.263 | default-subnetpools 2022-02-15 09:15:24.263 | dhcp_agent_scheduler 2022-02-15 09:15:24.263 | dvr 2022-02-15 09:15:24.263 | empty-string-filtering 2022-02-15 09:15:24.263 | external-net 2022-02-15 09:15:24.263 | extra_dhcp_opt 2022-02-15 09:15:24.263 | extraroute 2022-02-15 09:15:24.263 | extraroute-atomic 2022-02-15 09:15:24.263 | filter-validation 2022-02-15 09:15:24.263 | fip-port-details 2022-02-15 09:15:24.263 | flavors 2022-02-15 09:15:24.263 | floatingip-pools 2022-02-15 09:15:24.263 | ip-substring-filtering 2022-02-15 09:15:24.263 | router 2022-02-15 09:15:24.263 | ext-gw-mode 2022-02-15 09:15:24.263 | l3-ha 2022-02-15 09:15:24.263 | l3-flavors 2022-02-15 09:15:24.263 | l3-port-ip-change-not-allowed 2022-02-15 09:15:24.263 | l3_agent_scheduler 2022-02-15 09:15:24.263 | metering 2022-02-15 09:15:24.263 | metering_source_and_destination_fields 2022-02-15 09:15:24.263 | multi-provider 2022-02-15 09:15:24.263 | net-mtu 2022-02-15 09:15:24.263 | net-mtu-writable 2022-02-15 09:15:24.263 | network_availability_zone 2022-02-15 09:15:24.263 | network-ip-availability 2022-02-15 09:15:24.263 | pagination 2022-02-15 09:15:24.263 | port-device-profile 2022-02-15 09:15:24.263 | port-mac-address-regenerate 2022-02-15 09:15:24.263 | port-numa-affinity-policy 2022-02-15 09:15:24.263 | binding 2022-02-15 09:15:24.264 | binding-extended 2022-02-15 09:15:24.264 | port-security 2022-02-15 09:15:24.264 | project-id 2022-02-15 09:15:24.264 | provider 2022-02-15 09:15:24.264 | quotas 2022-02-15 09:15:24.264 | quota_details 2022-02-15 09:15:24.264 | rbac-policies 2022-02-15 09:15:24.264 | rbac-address-group 2022-02-15 09:15:24.264 | rbac-address-scope 2022-02-15 09:15:24.264 | rbac-security-groups 2022-02-15 09:15:24.264 | rbac-subnetpool 2022-02-15 09:15:24.264 | revision-if-match 2022-02-15 09:15:24.264 | standard-attr-revisions 2022-02-15 09:15:24.264 | router_availability_zone 2022-02-15 09:15:24.264 | security-groups-normalized-cidr 2022-02-15 09:15:24.264 | port-security-groups-filtering 2022-02-15 09:15:24.264 | security-groups-remote-address-group 2022-02-15 09:15:24.264 | security-group 2022-02-15 09:15:24.264 | service-type 2022-02-15 09:15:24.264 | sorting 2022-02-15 09:15:24.264 | standard-attr-description 2022-02-15 09:15:24.264 | stateful-security-group 2022-02-15 09:15:24.264 | subnet_onboard 2022-02-15 09:15:24.264 | subnet-service-types 2022-02-15 09:15:24.264 | subnet_allocation 2022-02-15 09:15:24.264 | subnetpool-prefix-ops 2022-02-15 09:15:24.264 | standard-attr-tag 2022-02-15 09:15:24.264 | standard-attr-timestamp' 2022-02-15 09:15:24.267 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2022-02-15 09:15:24.267 | address-scope 2022-02-15 09:15:24.267 | router-admin-state-down-before-update 2022-02-15 09:15:24.267 | agent 2022-02-15 09:15:24.267 | agent-resources-synced 2022-02-15 09:15:24.267 | allowed-address-pairs 2022-02-15 09:15:24.267 | auto-allocated-topology 2022-02-15 09:15:24.267 | availability_zone 2022-02-15 09:15:24.267 | availability_zone_filter 2022-02-15 09:15:24.267 | default-subnetpools 2022-02-15 09:15:24.267 | dhcp_agent_scheduler 2022-02-15 09:15:24.267 | dvr 2022-02-15 09:15:24.267 | empty-string-filtering 2022-02-15 09:15:24.267 | external-net 2022-02-15 09:15:24.267 | extra_dhcp_opt 2022-02-15 09:15:24.267 | extraroute 2022-02-15 09:15:24.267 | extraroute-atomic 2022-02-15 09:15:24.267 | filter-validation 2022-02-15 09:15:24.268 | fip-port-details 2022-02-15 09:15:24.268 | flavors 2022-02-15 09:15:24.268 | floatingip-pools 2022-02-15 09:15:24.268 | ip-substring-filtering 2022-02-15 09:15:24.268 | router 2022-02-15 09:15:24.268 | ext-gw-mode 2022-02-15 09:15:24.268 | l3-ha 2022-02-15 09:15:24.268 | l3-flavors 2022-02-15 09:15:24.268 | l3-port-ip-change-not-allowed 2022-02-15 09:15:24.268 | l3_agent_scheduler 2022-02-15 09:15:24.268 | metering 2022-02-15 09:15:24.268 | metering_source_and_destination_fields 2022-02-15 09:15:24.268 | multi-provider 2022-02-15 09:15:24.268 | net-mtu 2022-02-15 09:15:24.268 | net-mtu-writable 2022-02-15 09:15:24.268 | network_availability_zone 2022-02-15 09:15:24.268 | network-ip-availability 2022-02-15 09:15:24.268 | pagination 2022-02-15 09:15:24.268 | port-device-profile 2022-02-15 09:15:24.268 | port-mac-address-regenerate 2022-02-15 09:15:24.268 | port-numa-affinity-policy 2022-02-15 09:15:24.268 | binding 2022-02-15 09:15:24.268 | binding-extended 2022-02-15 09:15:24.268 | port-security 2022-02-15 09:15:24.268 | project-id 2022-02-15 09:15:24.268 | provider 2022-02-15 09:15:24.268 | quotas 2022-02-15 09:15:24.268 | quota_details 2022-02-15 09:15:24.268 | rbac-policies 2022-02-15 09:15:24.268 | rbac-address-group 2022-02-15 09:15:24.268 | rbac-address-scope 2022-02-15 09:15:24.268 | rbac-security-groups 2022-02-15 09:15:24.268 | rbac-subnetpool 2022-02-15 09:15:24.268 | revision-if-match 2022-02-15 09:15:24.268 | standard-attr-revisions 2022-02-15 09:15:24.269 | router_availability_zone 2022-02-15 09:15:24.269 | security-groups-normalized-cidr 2022-02-15 09:15:24.269 | port-security-groups-filtering 2022-02-15 09:15:24.269 | security-groups-remote-address-group 2022-02-15 09:15:24.269 | security-group 2022-02-15 09:15:24.269 | service-type 2022-02-15 09:15:24.269 | sorting 2022-02-15 09:15:24.269 | standard-attr-description 2022-02-15 09:15:24.269 | stateful-security-group 2022-02-15 09:15:24.269 | subnet_onboard 2022-02-15 09:15:24.269 | subnet-service-types 2022-02-15 09:15:24.269 | subnet_allocation 2022-02-15 09:15:24.269 | subnetpool-prefix-ops 2022-02-15 09:15:24.269 | standard-attr-tag 2022-02-15 09:15:24.269 | standard-attr-timestamp =~ auto-allocated-topology ]] 2022-02-15 09:15:24.270 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2022-02-15 09:15:24.273 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ True == \T\r\u\e ]] 2022-02-15 09:15:24.277 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : [[ 4 =~ 4.* ]] 2022-02-15 09:15:24.280 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 172.20.0.0/16 --share --default -f value -c id 2022-02-15 09:15:27.139 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:27.139 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:27.139 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:27.139 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:27.302 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:15:27.305 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : SUBNETPOOL_V4_ID=a3aea92e-2a8c-4c42-bd2f-1dfd9b520b61 2022-02-15 09:15:27.308 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : [[ 4 =~ .*6 ]] 2022-02-15 09:15:27.311 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:170 : is_provider_network 2022-02-15 09:15:27.314 | + functions-common:is_provider_network:2158 : '[' '' == True ']' 2022-02-15 09:15:27.316 | + functions-common:is_provider_network:2161 : return 1 2022-02-15 09:15:27.321 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:200 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create --project 69a13a82a34142c1a27aff2101722d6b private 2022-02-15 09:15:27.322 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:200 : get_field 2 2022-02-15 09:15:27.322 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:200 : grep ' id ' 2022-02-15 09:15:27.325 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:15:27.329 | ++ functions-common:get_field:727 : read data 2022-02-15 09:15:30.672 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:30.672 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:30.672 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:30.672 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:30.841 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:15:30.844 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2022-02-15 09:15:30.847 | ++ functions-common:get_field:731 : field='$3' 2022-02-15 09:15:30.850 | ++ functions-common:get_field:733 : echo '| id | 224695d7-0c20-4224-8711-929cad9c6b32 |' 2022-02-15 09:15:30.851 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-02-15 09:15:30.857 | ++ functions-common:get_field:727 : read data 2022-02-15 09:15:30.860 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:200 : NET_ID=224695d7-0c20-4224-8711-929cad9c6b32 2022-02-15 09:15:30.863 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : die_if_not_set 201 NET_ID 'Failure creating NET_ID for private 69a13a82a34142c1a27aff2101722d6b' 2022-02-15 09:15:30.866 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-15 09:15:30.887 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:203 : [[ 4 =~ 4.* ]] 2022-02-15 09:15:30.890 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : _neutron_create_private_subnet_v4 69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:15:30.893 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : local project_id=69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:15:30.895 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:253 : '[' -z a3aea92e-2a8c-4c42-bd2f-1dfd9b520b61 ']' 2022-02-15 09:15:30.897 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : local 'subnet_params=--project 69a13a82a34142c1a27aff2101722d6b ' 2022-02-15 09:15:30.900 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+='--ip-version 4 ' 2022-02-15 09:15:30.903 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n 172.20.0.1 ]] 2022-02-15 09:15:30.905 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : subnet_params+='--gateway 172.20.0.1 ' 2022-02-15 09:15:30.907 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : subnet_params+='--subnet-pool a3aea92e-2a8c-4c42-bd2f-1dfd9b520b61 ' 2022-02-15 09:15:30.910 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+=' ' 2022-02-15 09:15:30.912 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+='--network 224695d7-0c20-4224-8711-929cad9c6b32 private-subnet' 2022-02-15 09:15:30.915 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : local subnet_id 2022-02-15 09:15:30.920 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --project 69a13a82a34142c1a27aff2101722d6b --ip-version 4 --gateway 172.20.0.1 --subnet-pool a3aea92e-2a8c-4c42-bd2f-1dfd9b520b61 --network 224695d7-0c20-4224-8711-929cad9c6b32 private-subnet 2022-02-15 09:15:30.921 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : grep ' id ' 2022-02-15 09:15:30.921 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : get_field 2 2022-02-15 09:15:30.923 | +++ functions-common:get_field:726 : local data field 2022-02-15 09:15:30.926 | +++ functions-common:get_field:727 : read data 2022-02-15 09:15:34.992 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:34.992 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:34.992 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:34.992 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:35.166 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:15:35.169 | +++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2022-02-15 09:15:35.172 | +++ functions-common:get_field:731 : field='$3' 2022-02-15 09:15:35.175 | +++ functions-common:get_field:733 : echo '| id | 1d2d42d8-9d8b-4fcd-8eb7-d6c1ff6cc851 |' 2022-02-15 09:15:35.176 | +++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-02-15 09:15:35.189 | +++ functions-common:get_field:727 : read data 2022-02-15 09:15:35.192 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : subnet_id=1d2d42d8-9d8b-4fcd-8eb7-d6c1ff6cc851 2022-02-15 09:15:35.195 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : die_if_not_set 266 subnet_id 'Failure creating private IPv4 subnet for 69a13a82a34142c1a27aff2101722d6b' 2022-02-15 09:15:35.198 | ++ functions-common:die_if_not_set:216 : local exitcode=0 2022-02-15 09:15:35.218 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : echo 1d2d42d8-9d8b-4fcd-8eb7-d6c1ff6cc851 2022-02-15 09:15:35.221 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : SUBNET_ID=1d2d42d8-9d8b-4fcd-8eb7-d6c1ff6cc851 2022-02-15 09:15:35.224 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:208 : [[ 4 =~ .*6 ]] 2022-02-15 09:15:35.227 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : is_networking_extension_supported router 2022-02-15 09:15:35.231 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=router 2022-02-15 09:15:35.235 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-02-15 09:15:38.011 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:38.011 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:38.011 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:38.011 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:38.174 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:15:38.177 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2022-02-15 09:15:38.177 | address-scope 2022-02-15 09:15:38.177 | router-admin-state-down-before-update 2022-02-15 09:15:38.177 | agent 2022-02-15 09:15:38.177 | agent-resources-synced 2022-02-15 09:15:38.177 | allowed-address-pairs 2022-02-15 09:15:38.177 | auto-allocated-topology 2022-02-15 09:15:38.177 | availability_zone 2022-02-15 09:15:38.177 | availability_zone_filter 2022-02-15 09:15:38.177 | default-subnetpools 2022-02-15 09:15:38.177 | dhcp_agent_scheduler 2022-02-15 09:15:38.177 | dvr 2022-02-15 09:15:38.177 | empty-string-filtering 2022-02-15 09:15:38.177 | external-net 2022-02-15 09:15:38.178 | extra_dhcp_opt 2022-02-15 09:15:38.178 | extraroute 2022-02-15 09:15:38.178 | extraroute-atomic 2022-02-15 09:15:38.178 | filter-validation 2022-02-15 09:15:38.178 | fip-port-details 2022-02-15 09:15:38.178 | flavors 2022-02-15 09:15:38.178 | floatingip-pools 2022-02-15 09:15:38.178 | ip-substring-filtering 2022-02-15 09:15:38.178 | router 2022-02-15 09:15:38.178 | ext-gw-mode 2022-02-15 09:15:38.178 | l3-ha 2022-02-15 09:15:38.178 | l3-flavors 2022-02-15 09:15:38.178 | l3-port-ip-change-not-allowed 2022-02-15 09:15:38.178 | l3_agent_scheduler 2022-02-15 09:15:38.178 | metering 2022-02-15 09:15:38.178 | metering_source_and_destination_fields 2022-02-15 09:15:38.178 | multi-provider 2022-02-15 09:15:38.178 | net-mtu 2022-02-15 09:15:38.178 | net-mtu-writable 2022-02-15 09:15:38.178 | network_availability_zone 2022-02-15 09:15:38.178 | network-ip-availability 2022-02-15 09:15:38.178 | pagination 2022-02-15 09:15:38.178 | port-device-profile 2022-02-15 09:15:38.178 | port-mac-address-regenerate 2022-02-15 09:15:38.178 | port-numa-affinity-policy 2022-02-15 09:15:38.178 | binding 2022-02-15 09:15:38.178 | binding-extended 2022-02-15 09:15:38.178 | port-security 2022-02-15 09:15:38.178 | project-id 2022-02-15 09:15:38.178 | provider 2022-02-15 09:15:38.178 | quotas 2022-02-15 09:15:38.178 | quota_details 2022-02-15 09:15:38.178 | rbac-policies 2022-02-15 09:15:38.178 | rbac-address-group 2022-02-15 09:15:38.178 | rbac-address-scope 2022-02-15 09:15:38.178 | rbac-security-groups 2022-02-15 09:15:38.178 | rbac-subnetpool 2022-02-15 09:15:38.179 | revision-if-match 2022-02-15 09:15:38.179 | standard-attr-revisions 2022-02-15 09:15:38.179 | router_availability_zone 2022-02-15 09:15:38.179 | security-groups-normalized-cidr 2022-02-15 09:15:38.179 | port-security-groups-filtering 2022-02-15 09:15:38.179 | security-groups-remote-address-group 2022-02-15 09:15:38.179 | security-group 2022-02-15 09:15:38.179 | service-type 2022-02-15 09:15:38.179 | sorting 2022-02-15 09:15:38.179 | standard-attr-description 2022-02-15 09:15:38.179 | stateful-security-group 2022-02-15 09:15:38.179 | subnet_onboard 2022-02-15 09:15:38.179 | subnet-service-types 2022-02-15 09:15:38.179 | subnet_allocation 2022-02-15 09:15:38.179 | subnetpool-prefix-ops 2022-02-15 09:15:38.179 | standard-attr-tag 2022-02-15 09:15:38.179 | standard-attr-timestamp' 2022-02-15 09:15:38.180 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2022-02-15 09:15:38.180 | address-scope 2022-02-15 09:15:38.180 | router-admin-state-down-before-update 2022-02-15 09:15:38.180 | agent 2022-02-15 09:15:38.180 | agent-resources-synced 2022-02-15 09:15:38.180 | allowed-address-pairs 2022-02-15 09:15:38.180 | auto-allocated-topology 2022-02-15 09:15:38.180 | availability_zone 2022-02-15 09:15:38.180 | availability_zone_filter 2022-02-15 09:15:38.180 | default-subnetpools 2022-02-15 09:15:38.180 | dhcp_agent_scheduler 2022-02-15 09:15:38.180 | dvr 2022-02-15 09:15:38.180 | empty-string-filtering 2022-02-15 09:15:38.180 | external-net 2022-02-15 09:15:38.180 | extra_dhcp_opt 2022-02-15 09:15:38.180 | extraroute 2022-02-15 09:15:38.181 | extraroute-atomic 2022-02-15 09:15:38.181 | filter-validation 2022-02-15 09:15:38.181 | fip-port-details 2022-02-15 09:15:38.181 | flavors 2022-02-15 09:15:38.181 | floatingip-pools 2022-02-15 09:15:38.182 | ip-substring-filtering 2022-02-15 09:15:38.182 | router 2022-02-15 09:15:38.182 | ext-gw-mode 2022-02-15 09:15:38.182 | l3-ha 2022-02-15 09:15:38.182 | l3-flavors 2022-02-15 09:15:38.182 | l3-port-ip-change-not-allowed 2022-02-15 09:15:38.182 | l3_agent_scheduler 2022-02-15 09:15:38.182 | metering 2022-02-15 09:15:38.182 | metering_source_and_destination_fields 2022-02-15 09:15:38.182 | multi-provider 2022-02-15 09:15:38.182 | net-mtu 2022-02-15 09:15:38.182 | net-mtu-writable 2022-02-15 09:15:38.182 | network_availability_zone 2022-02-15 09:15:38.182 | network-ip-availability 2022-02-15 09:15:38.182 | pagination 2022-02-15 09:15:38.182 | port-device-profile 2022-02-15 09:15:38.182 | port-mac-address-regenerate 2022-02-15 09:15:38.182 | port-numa-affinity-policy 2022-02-15 09:15:38.182 | binding 2022-02-15 09:15:38.182 | binding-extended 2022-02-15 09:15:38.182 | port-security 2022-02-15 09:15:38.182 | project-id 2022-02-15 09:15:38.182 | provider 2022-02-15 09:15:38.182 | quotas 2022-02-15 09:15:38.182 | quota_details 2022-02-15 09:15:38.182 | rbac-policies 2022-02-15 09:15:38.183 | rbac-address-group 2022-02-15 09:15:38.183 | rbac-address-scope 2022-02-15 09:15:38.183 | rbac-security-groups 2022-02-15 09:15:38.183 | rbac-subnetpool 2022-02-15 09:15:38.183 | revision-if-match 2022-02-15 09:15:38.183 | standard-attr-revisions 2022-02-15 09:15:38.183 | router_availability_zone 2022-02-15 09:15:38.183 | security-groups-normalized-cidr 2022-02-15 09:15:38.183 | port-security-groups-filtering 2022-02-15 09:15:38.183 | security-groups-remote-address-group 2022-02-15 09:15:38.183 | security-group 2022-02-15 09:15:38.183 | service-type 2022-02-15 09:15:38.183 | sorting 2022-02-15 09:15:38.183 | standard-attr-description 2022-02-15 09:15:38.183 | stateful-security-group 2022-02-15 09:15:38.183 | subnet_onboard 2022-02-15 09:15:38.183 | subnet-service-types 2022-02-15 09:15:38.183 | subnet_allocation 2022-02-15 09:15:38.183 | subnetpool-prefix-ops 2022-02-15 09:15:38.183 | standard-attr-tag 2022-02-15 09:15:38.184 | standard-attr-timestamp =~ router ]] 2022-02-15 09:15:38.184 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2022-02-15 09:15:38.186 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : is_networking_extension_supported external-net 2022-02-15 09:15:38.189 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=external-net 2022-02-15 09:15:38.192 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-02-15 09:15:40.844 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:40.844 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:40.844 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:40.844 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:41.010 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:15:41.013 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2022-02-15 09:15:41.013 | address-scope 2022-02-15 09:15:41.013 | router-admin-state-down-before-update 2022-02-15 09:15:41.013 | agent 2022-02-15 09:15:41.013 | agent-resources-synced 2022-02-15 09:15:41.013 | allowed-address-pairs 2022-02-15 09:15:41.013 | auto-allocated-topology 2022-02-15 09:15:41.013 | availability_zone 2022-02-15 09:15:41.013 | availability_zone_filter 2022-02-15 09:15:41.013 | default-subnetpools 2022-02-15 09:15:41.013 | dhcp_agent_scheduler 2022-02-15 09:15:41.013 | dvr 2022-02-15 09:15:41.013 | empty-string-filtering 2022-02-15 09:15:41.013 | external-net 2022-02-15 09:15:41.013 | extra_dhcp_opt 2022-02-15 09:15:41.013 | extraroute 2022-02-15 09:15:41.013 | extraroute-atomic 2022-02-15 09:15:41.014 | filter-validation 2022-02-15 09:15:41.014 | fip-port-details 2022-02-15 09:15:41.014 | flavors 2022-02-15 09:15:41.014 | floatingip-pools 2022-02-15 09:15:41.014 | ip-substring-filtering 2022-02-15 09:15:41.014 | router 2022-02-15 09:15:41.014 | ext-gw-mode 2022-02-15 09:15:41.014 | l3-ha 2022-02-15 09:15:41.014 | l3-flavors 2022-02-15 09:15:41.014 | l3-port-ip-change-not-allowed 2022-02-15 09:15:41.014 | l3_agent_scheduler 2022-02-15 09:15:41.014 | metering 2022-02-15 09:15:41.014 | metering_source_and_destination_fields 2022-02-15 09:15:41.014 | multi-provider 2022-02-15 09:15:41.014 | net-mtu 2022-02-15 09:15:41.014 | net-mtu-writable 2022-02-15 09:15:41.014 | network_availability_zone 2022-02-15 09:15:41.014 | network-ip-availability 2022-02-15 09:15:41.014 | pagination 2022-02-15 09:15:41.014 | port-device-profile 2022-02-15 09:15:41.014 | port-mac-address-regenerate 2022-02-15 09:15:41.014 | port-numa-affinity-policy 2022-02-15 09:15:41.014 | binding 2022-02-15 09:15:41.014 | binding-extended 2022-02-15 09:15:41.014 | port-security 2022-02-15 09:15:41.014 | project-id 2022-02-15 09:15:41.014 | provider 2022-02-15 09:15:41.014 | quotas 2022-02-15 09:15:41.014 | quota_details 2022-02-15 09:15:41.014 | rbac-policies 2022-02-15 09:15:41.014 | rbac-address-group 2022-02-15 09:15:41.014 | rbac-address-scope 2022-02-15 09:15:41.014 | rbac-security-groups 2022-02-15 09:15:41.014 | rbac-subnetpool 2022-02-15 09:15:41.014 | revision-if-match 2022-02-15 09:15:41.014 | standard-attr-revisions 2022-02-15 09:15:41.014 | router_availability_zone 2022-02-15 09:15:41.015 | security-groups-normalized-cidr 2022-02-15 09:15:41.015 | port-security-groups-filtering 2022-02-15 09:15:41.015 | security-groups-remote-address-group 2022-02-15 09:15:41.015 | security-group 2022-02-15 09:15:41.015 | service-type 2022-02-15 09:15:41.015 | sorting 2022-02-15 09:15:41.015 | standard-attr-description 2022-02-15 09:15:41.015 | stateful-security-group 2022-02-15 09:15:41.015 | subnet_onboard 2022-02-15 09:15:41.015 | subnet-service-types 2022-02-15 09:15:41.015 | subnet_allocation 2022-02-15 09:15:41.015 | subnetpool-prefix-ops 2022-02-15 09:15:41.015 | standard-attr-tag 2022-02-15 09:15:41.015 | standard-attr-timestamp' 2022-02-15 09:15:41.016 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2022-02-15 09:15:41.017 | address-scope 2022-02-15 09:15:41.017 | router-admin-state-down-before-update 2022-02-15 09:15:41.017 | agent 2022-02-15 09:15:41.017 | agent-resources-synced 2022-02-15 09:15:41.017 | allowed-address-pairs 2022-02-15 09:15:41.017 | auto-allocated-topology 2022-02-15 09:15:41.017 | availability_zone 2022-02-15 09:15:41.017 | availability_zone_filter 2022-02-15 09:15:41.017 | default-subnetpools 2022-02-15 09:15:41.017 | dhcp_agent_scheduler 2022-02-15 09:15:41.017 | dvr 2022-02-15 09:15:41.017 | empty-string-filtering 2022-02-15 09:15:41.017 | external-net 2022-02-15 09:15:41.017 | extra_dhcp_opt 2022-02-15 09:15:41.017 | extraroute 2022-02-15 09:15:41.017 | extraroute-atomic 2022-02-15 09:15:41.017 | filter-validation 2022-02-15 09:15:41.017 | fip-port-details 2022-02-15 09:15:41.017 | flavors 2022-02-15 09:15:41.017 | floatingip-pools 2022-02-15 09:15:41.017 | ip-substring-filtering 2022-02-15 09:15:41.017 | router 2022-02-15 09:15:41.017 | ext-gw-mode 2022-02-15 09:15:41.017 | l3-ha 2022-02-15 09:15:41.017 | l3-flavors 2022-02-15 09:15:41.017 | l3-port-ip-change-not-allowed 2022-02-15 09:15:41.017 | l3_agent_scheduler 2022-02-15 09:15:41.017 | metering 2022-02-15 09:15:41.017 | metering_source_and_destination_fields 2022-02-15 09:15:41.017 | multi-provider 2022-02-15 09:15:41.017 | net-mtu 2022-02-15 09:15:41.017 | net-mtu-writable 2022-02-15 09:15:41.017 | network_availability_zone 2022-02-15 09:15:41.017 | network-ip-availability 2022-02-15 09:15:41.017 | pagination 2022-02-15 09:15:41.017 | port-device-profile 2022-02-15 09:15:41.017 | port-mac-address-regenerate 2022-02-15 09:15:41.017 | port-numa-affinity-policy 2022-02-15 09:15:41.018 | binding 2022-02-15 09:15:41.018 | binding-extended 2022-02-15 09:15:41.018 | port-security 2022-02-15 09:15:41.018 | project-id 2022-02-15 09:15:41.018 | provider 2022-02-15 09:15:41.018 | quotas 2022-02-15 09:15:41.018 | quota_details 2022-02-15 09:15:41.018 | rbac-policies 2022-02-15 09:15:41.018 | rbac-address-group 2022-02-15 09:15:41.018 | rbac-address-scope 2022-02-15 09:15:41.018 | rbac-security-groups 2022-02-15 09:15:41.018 | rbac-subnetpool 2022-02-15 09:15:41.018 | revision-if-match 2022-02-15 09:15:41.018 | standard-attr-revisions 2022-02-15 09:15:41.018 | router_availability_zone 2022-02-15 09:15:41.018 | security-groups-normalized-cidr 2022-02-15 09:15:41.018 | port-security-groups-filtering 2022-02-15 09:15:41.018 | security-groups-remote-address-group 2022-02-15 09:15:41.018 | security-group 2022-02-15 09:15:41.018 | service-type 2022-02-15 09:15:41.018 | sorting 2022-02-15 09:15:41.018 | standard-attr-description 2022-02-15 09:15:41.018 | stateful-security-group 2022-02-15 09:15:41.018 | subnet_onboard 2022-02-15 09:15:41.018 | subnet-service-types 2022-02-15 09:15:41.018 | subnet_allocation 2022-02-15 09:15:41.018 | subnetpool-prefix-ops 2022-02-15 09:15:41.018 | standard-attr-tag 2022-02-15 09:15:41.018 | standard-attr-timestamp =~ external-net ]] 2022-02-15 09:15:41.021 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2022-02-15 09:15:41.023 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : [[ True == \T\r\u\e ]] 2022-02-15 09:15:41.029 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : oscwrap --os-cloud devstack-admin --os-region RegionOne router create --project 69a13a82a34142c1a27aff2101722d6b router1 2022-02-15 09:15:41.033 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : grep ' id ' 2022-02-15 09:15:41.033 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : get_field 2 2022-02-15 09:15:41.035 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:15:41.040 | ++ functions-common:get_field:727 : read data 2022-02-15 09:15:44.089 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:44.089 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:44.089 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:44.089 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:44.255 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:15:44.258 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2022-02-15 09:15:44.262 | ++ functions-common:get_field:731 : field='$3' 2022-02-15 09:15:44.265 | ++ functions-common:get_field:733 : echo '| id | e65da17c-5bba-4c1b-8099-41de52aa6382 |' 2022-02-15 09:15:44.266 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-02-15 09:15:44.273 | ++ functions-common:get_field:727 : read data 2022-02-15 09:15:44.279 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : ROUTER_ID=e65da17c-5bba-4c1b-8099-41de52aa6382 2022-02-15 09:15:44.283 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:219 : die_if_not_set 219 ROUTER_ID 'Failure creating ROUTER_ID for 69a13a82a34142c1a27aff2101722d6b router1' 2022-02-15 09:15:44.286 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-15 09:15:44.307 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:226 : EXTERNAL_NETWORK_FLAGS=--external 2022-02-15 09:15:44.310 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : is_networking_extension_supported auto-allocated-topology 2022-02-15 09:15:44.316 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=auto-allocated-topology 2022-02-15 09:15:44.320 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-02-15 09:15:46.923 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:46.923 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:46.923 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:46.923 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:47.078 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:15:47.081 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2022-02-15 09:15:47.081 | address-scope 2022-02-15 09:15:47.081 | router-admin-state-down-before-update 2022-02-15 09:15:47.081 | agent 2022-02-15 09:15:47.081 | agent-resources-synced 2022-02-15 09:15:47.081 | allowed-address-pairs 2022-02-15 09:15:47.081 | auto-allocated-topology 2022-02-15 09:15:47.081 | availability_zone 2022-02-15 09:15:47.081 | availability_zone_filter 2022-02-15 09:15:47.082 | default-subnetpools 2022-02-15 09:15:47.082 | dhcp_agent_scheduler 2022-02-15 09:15:47.082 | dvr 2022-02-15 09:15:47.082 | empty-string-filtering 2022-02-15 09:15:47.082 | external-net 2022-02-15 09:15:47.082 | extra_dhcp_opt 2022-02-15 09:15:47.082 | extraroute 2022-02-15 09:15:47.082 | extraroute-atomic 2022-02-15 09:15:47.082 | filter-validation 2022-02-15 09:15:47.082 | fip-port-details 2022-02-15 09:15:47.082 | flavors 2022-02-15 09:15:47.082 | floatingip-pools 2022-02-15 09:15:47.082 | ip-substring-filtering 2022-02-15 09:15:47.082 | router 2022-02-15 09:15:47.082 | ext-gw-mode 2022-02-15 09:15:47.082 | l3-ha 2022-02-15 09:15:47.082 | l3-flavors 2022-02-15 09:15:47.082 | l3-port-ip-change-not-allowed 2022-02-15 09:15:47.082 | l3_agent_scheduler 2022-02-15 09:15:47.082 | metering 2022-02-15 09:15:47.082 | metering_source_and_destination_fields 2022-02-15 09:15:47.082 | multi-provider 2022-02-15 09:15:47.082 | net-mtu 2022-02-15 09:15:47.082 | net-mtu-writable 2022-02-15 09:15:47.082 | network_availability_zone 2022-02-15 09:15:47.082 | network-ip-availability 2022-02-15 09:15:47.082 | pagination 2022-02-15 09:15:47.082 | port-device-profile 2022-02-15 09:15:47.082 | port-mac-address-regenerate 2022-02-15 09:15:47.082 | port-numa-affinity-policy 2022-02-15 09:15:47.082 | binding 2022-02-15 09:15:47.082 | binding-extended 2022-02-15 09:15:47.082 | port-security 2022-02-15 09:15:47.082 | project-id 2022-02-15 09:15:47.082 | provider 2022-02-15 09:15:47.082 | quotas 2022-02-15 09:15:47.082 | quota_details 2022-02-15 09:15:47.083 | rbac-policies 2022-02-15 09:15:47.083 | rbac-address-group 2022-02-15 09:15:47.083 | rbac-address-scope 2022-02-15 09:15:47.083 | rbac-security-groups 2022-02-15 09:15:47.083 | rbac-subnetpool 2022-02-15 09:15:47.083 | revision-if-match 2022-02-15 09:15:47.083 | standard-attr-revisions 2022-02-15 09:15:47.083 | router_availability_zone 2022-02-15 09:15:47.083 | security-groups-normalized-cidr 2022-02-15 09:15:47.083 | port-security-groups-filtering 2022-02-15 09:15:47.083 | security-groups-remote-address-group 2022-02-15 09:15:47.083 | security-group 2022-02-15 09:15:47.083 | service-type 2022-02-15 09:15:47.083 | sorting 2022-02-15 09:15:47.083 | standard-attr-description 2022-02-15 09:15:47.083 | stateful-security-group 2022-02-15 09:15:47.083 | subnet_onboard 2022-02-15 09:15:47.083 | subnet-service-types 2022-02-15 09:15:47.083 | subnet_allocation 2022-02-15 09:15:47.083 | subnetpool-prefix-ops 2022-02-15 09:15:47.083 | standard-attr-tag 2022-02-15 09:15:47.083 | standard-attr-timestamp' 2022-02-15 09:15:47.085 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2022-02-15 09:15:47.086 | address-scope 2022-02-15 09:15:47.086 | router-admin-state-down-before-update 2022-02-15 09:15:47.086 | agent 2022-02-15 09:15:47.086 | agent-resources-synced 2022-02-15 09:15:47.086 | allowed-address-pairs 2022-02-15 09:15:47.086 | auto-allocated-topology 2022-02-15 09:15:47.086 | availability_zone 2022-02-15 09:15:47.086 | availability_zone_filter 2022-02-15 09:15:47.086 | default-subnetpools 2022-02-15 09:15:47.086 | dhcp_agent_scheduler 2022-02-15 09:15:47.086 | dvr 2022-02-15 09:15:47.086 | empty-string-filtering 2022-02-15 09:15:47.086 | external-net 2022-02-15 09:15:47.086 | extra_dhcp_opt 2022-02-15 09:15:47.086 | extraroute 2022-02-15 09:15:47.086 | extraroute-atomic 2022-02-15 09:15:47.086 | filter-validation 2022-02-15 09:15:47.086 | fip-port-details 2022-02-15 09:15:47.086 | flavors 2022-02-15 09:15:47.086 | floatingip-pools 2022-02-15 09:15:47.086 | ip-substring-filtering 2022-02-15 09:15:47.086 | router 2022-02-15 09:15:47.086 | ext-gw-mode 2022-02-15 09:15:47.086 | l3-ha 2022-02-15 09:15:47.087 | l3-flavors 2022-02-15 09:15:47.087 | l3-port-ip-change-not-allowed 2022-02-15 09:15:47.087 | l3_agent_scheduler 2022-02-15 09:15:47.087 | metering 2022-02-15 09:15:47.087 | metering_source_and_destination_fields 2022-02-15 09:15:47.087 | multi-provider 2022-02-15 09:15:47.087 | net-mtu 2022-02-15 09:15:47.087 | net-mtu-writable 2022-02-15 09:15:47.087 | network_availability_zone 2022-02-15 09:15:47.087 | network-ip-availability 2022-02-15 09:15:47.088 | pagination 2022-02-15 09:15:47.088 | port-device-profile 2022-02-15 09:15:47.088 | port-mac-address-regenerate 2022-02-15 09:15:47.088 | port-numa-affinity-policy 2022-02-15 09:15:47.088 | binding 2022-02-15 09:15:47.088 | binding-extended 2022-02-15 09:15:47.088 | port-security 2022-02-15 09:15:47.088 | project-id 2022-02-15 09:15:47.088 | provider 2022-02-15 09:15:47.088 | quotas 2022-02-15 09:15:47.088 | quota_details 2022-02-15 09:15:47.088 | rbac-policies 2022-02-15 09:15:47.088 | rbac-address-group 2022-02-15 09:15:47.088 | rbac-address-scope 2022-02-15 09:15:47.088 | rbac-security-groups 2022-02-15 09:15:47.088 | rbac-subnetpool 2022-02-15 09:15:47.088 | revision-if-match 2022-02-15 09:15:47.088 | standard-attr-revisions 2022-02-15 09:15:47.088 | router_availability_zone 2022-02-15 09:15:47.088 | security-groups-normalized-cidr 2022-02-15 09:15:47.088 | port-security-groups-filtering 2022-02-15 09:15:47.088 | security-groups-remote-address-group 2022-02-15 09:15:47.088 | security-group 2022-02-15 09:15:47.088 | service-type 2022-02-15 09:15:47.088 | sorting 2022-02-15 09:15:47.088 | standard-attr-description 2022-02-15 09:15:47.088 | stateful-security-group 2022-02-15 09:15:47.088 | subnet_onboard 2022-02-15 09:15:47.088 | subnet-service-types 2022-02-15 09:15:47.088 | subnet_allocation 2022-02-15 09:15:47.088 | subnetpool-prefix-ops 2022-02-15 09:15:47.088 | standard-attr-tag 2022-02-15 09:15:47.088 | standard-attr-timestamp =~ auto-allocated-topology ]] 2022-02-15 09:15:47.089 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2022-02-15 09:15:47.091 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS='--external --default' 2022-02-15 09:15:47.094 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:231 : '[' True = True ']' 2022-02-15 09:15:47.098 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type flat --provider-physical-network physnet1 2022-02-15 09:15:47.099 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : grep ' id ' 2022-02-15 09:15:47.099 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : get_field 2 2022-02-15 09:15:47.103 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:15:47.106 | ++ functions-common:get_field:727 : read data 2022-02-15 09:15:50.028 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:50.028 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:50.028 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:50.028 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:50.192 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:15:50.195 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2022-02-15 09:15:50.198 | ++ functions-common:get_field:731 : field='$3' 2022-02-15 09:15:50.201 | ++ functions-common:get_field:733 : echo '| id | 15f4941e-d96a-4647-963e-cfdc4a3cca09 |' 2022-02-15 09:15:50.201 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-02-15 09:15:50.207 | ++ functions-common:get_field:727 : read data 2022-02-15 09:15:50.211 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : EXT_NET_ID=15f4941e-d96a-4647-963e-cfdc4a3cca09 2022-02-15 09:15:50.214 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : die_if_not_set 236 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2022-02-15 09:15:50.216 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-15 09:15:50.233 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:238 : [[ 4 =~ 4.* ]] 2022-02-15 09:15:50.236 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : _neutron_configure_router_v4 2022-02-15 09:15:50.239 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:322 : openstack --os-cloud devstack-admin --os-region RegionOne router add subnet e65da17c-5bba-4c1b-8099-41de52aa6382 1d2d42d8-9d8b-4fcd-8eb7-d6c1ff6cc851 2022-02-15 09:15:54.469 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:54.469 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:54.469 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:54.469 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:54.626 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : local id_and_ext_gw_ip 2022-02-15 09:15:54.629 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : _neutron_create_public_subnet_v4 15f4941e-d96a-4647-963e-cfdc4a3cca09 2022-02-15 09:15:54.632 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local 'subnet_params=--ip-version 4 ' 2022-02-15 09:15:54.635 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : subnet_params+=' ' 2022-02-15 09:15:54.637 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : [[ -n 172.25.6.1 ]] 2022-02-15 09:15:54.639 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : subnet_params+='--gateway 172.25.6.1 ' 2022-02-15 09:15:54.642 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+='--network 15f4941e-d96a-4647-963e-cfdc4a3cca09 --subnet-range 172.25.6.0/24 --no-dhcp ' 2022-02-15 09:15:54.644 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : subnet_params+=public-subnet 2022-02-15 09:15:54.646 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : local id_and_ext_gw_ip 2022-02-15 09:15:54.651 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : grep -e gateway_ip -e ' id ' 2022-02-15 09:15:54.651 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --gateway 172.25.6.1 --network 15f4941e-d96a-4647-963e-cfdc4a3cca09 --subnet-range 172.25.6.0/24 --no-dhcp public-subnet 2022-02-15 09:15:57.515 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:57.515 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:57.515 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:15:57.516 | from cryptography.utils import int_from_bytes 2022-02-15 09:15:57.684 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:15:57.687 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : id_and_ext_gw_ip='| gateway_ip | 172.25.6.1 | 2022-02-15 09:15:57.687 | | id | 2e80f626-e767-4a44-a2eb-896c82a75630 |' 2022-02-15 09:15:57.690 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : die_if_not_set 304 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2022-02-15 09:15:57.693 | ++ functions-common:die_if_not_set:216 : local exitcode=0 2022-02-15 09:15:57.714 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:305 : echo '|' gateway_ip '|' 172.25.6.1 '|' '|' id '|' 2e80f626-e767-4a44-a2eb-896c82a75630 '|' 2022-02-15 09:15:57.717 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : id_and_ext_gw_ip='| gateway_ip | 172.25.6.1 | | id | 2e80f626-e767-4a44-a2eb-896c82a75630 |' 2022-02-15 09:15:57.720 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : local ext_gw_ip 2022-02-15 09:15:57.723 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 172.25.6.1 '|' '|' id '|' 2e80f626-e767-4a44-a2eb-896c82a75630 '|' 2022-02-15 09:15:57.727 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 2 2022-02-15 09:15:57.730 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:15:57.732 | ++ functions-common:get_field:727 : read data 2022-02-15 09:15:57.734 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2022-02-15 09:15:57.737 | ++ functions-common:get_field:731 : field='$3' 2022-02-15 09:15:57.741 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-02-15 09:15:57.743 | ++ functions-common:get_field:733 : echo '| gateway_ip | 172.25.6.1 | | id | 2e80f626-e767-4a44-a2eb-896c82a75630 |' 2022-02-15 09:15:57.748 | ++ functions-common:get_field:727 : read data 2022-02-15 09:15:57.751 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : ext_gw_ip=172.25.6.1 2022-02-15 09:15:57.755 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : echo '|' gateway_ip '|' 172.25.6.1 '|' '|' id '|' 2e80f626-e767-4a44-a2eb-896c82a75630 '|' 2022-02-15 09:15:57.760 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : get_field 5 2022-02-15 09:15:57.763 | ++ functions-common:get_field:726 : local data field 2022-02-15 09:15:57.765 | ++ functions-common:get_field:727 : read data 2022-02-15 09:15:57.768 | ++ functions-common:get_field:728 : '[' 5 -lt 0 ']' 2022-02-15 09:15:57.770 | ++ functions-common:get_field:731 : field='$6' 2022-02-15 09:15:57.773 | ++ functions-common:get_field:733 : echo '| gateway_ip | 172.25.6.1 | | id | 2e80f626-e767-4a44-a2eb-896c82a75630 |' 2022-02-15 09:15:57.773 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2022-02-15 09:15:57.779 | ++ functions-common:get_field:727 : read data 2022-02-15 09:15:57.783 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : PUB_SUBNET_ID=2e80f626-e767-4a44-a2eb-896c82a75630 2022-02-15 09:15:57.785 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : openstack --os-cloud devstack-admin --os-region RegionOne router set --external-gateway 15f4941e-d96a-4647-963e-cfdc4a3cca09 e65da17c-5bba-4c1b-8099-41de52aa6382 2022-02-15 09:16:01.694 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:16:01.694 | from cryptography.utils import int_from_bytes 2022-02-15 09:16:01.695 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:16:01.695 | from cryptography.utils import int_from_bytes 2022-02-15 09:16:01.860 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:333 : [[ openvswitch == \o\v\n ]] 2022-02-15 09:16:01.863 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:333 : is_service_enabled q-l3 neutron-l3 2022-02-15 09:16:01.885 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:01.887 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : local ext_gw_interface=none 2022-02-15 09:16:01.890 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : is_neutron_ovs_base_plugin 2022-02-15 09:16:01.892 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:17 : return 0 2022-02-15 09:16:01.895 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:337 : _neutron_get_ext_gw_interface 2022-02-15 09:16:01.898 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2022-02-15 09:16:01.900 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 : sudo ovs-vsctl set Bridge br-data other_config:disable-in-band=true 2022-02-15 09:16:01.921 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-data 2022-02-15 09:16:01.924 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:337 : ext_gw_interface=br-data 2022-02-15 09:16:01.927 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : [[ br-data != \n\o\n\e ]] 2022-02-15 09:16:01.930 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local cidr_len=24 2022-02-15 09:16:01.932 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : local 'testcmd=ip -o link | grep -q br-data' 2022-02-15 09:16:01.935 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : test_with_retry 'ip -o link | grep -q br-data' 'br-data creation failed' 2022-02-15 09:16:01.937 | + functions-common:test_with_retry:2247 : local 'testcmd=ip -o link | grep -q br-data' 2022-02-15 09:16:01.939 | + functions-common:test_with_retry:2248 : local 'failmsg=br-data creation failed' 2022-02-15 09:16:01.942 | + functions-common:test_with_retry:2249 : local until=10 2022-02-15 09:16:01.944 | + functions-common:test_with_retry:2250 : local sleep=0.5 2022-02-15 09:16:01.947 | + functions-common:test_with_retry:2252 : time_start test_with_retry 2022-02-15 09:16:01.950 | + functions-common:time_start:2295 : local name=test_with_retry 2022-02-15 09:16:01.952 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:16:01.955 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:16:01.958 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:16:01.962 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916561960 2022-02-15 09:16:01.965 | + functions-common:test_with_retry:2253 : timeout 10 sh -c 'while ! ip -o link | grep -q br-data; do sleep 0.5; done' 2022-02-15 09:16:01.972 | + functions-common:test_with_retry:2256 : time_stop test_with_retry 2022-02-15 09:16:01.974 | + functions-common:time_stop:2309 : local name 2022-02-15 09:16:01.977 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:16:01.979 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:16:01.982 | + functions-common:time_stop:2312 : local total 2022-02-15 09:16:01.984 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:16:01.986 | + functions-common:time_stop:2315 : name=test_with_retry 2022-02-15 09:16:01.989 | + functions-common:time_stop:2316 : start_time=1644916561960 2022-02-15 09:16:01.991 | + functions-common:time_stop:2318 : [[ -z 1644916561960 ]] 2022-02-15 09:16:01.994 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:16:01.999 | + functions-common:time_stop:2321 : end_time=1644916561996 2022-02-15 09:16:02.001 | + functions-common:time_stop:2322 : elapsed_time=36 2022-02-15 09:16:02.003 | + functions-common:time_stop:2323 : total=5612 2022-02-15 09:16:02.006 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:16:02.009 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=5648 2022-02-15 09:16:02.013 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : ip addr show dev br-data 2022-02-15 09:16:02.013 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : grep -c 172.25.6.1 2022-02-15 09:16:02.019 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : [[ 0 == 0 ]] 2022-02-15 09:16:02.021 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : [[ True == \F\a\l\s\e ]] 2022-02-15 09:16:02.023 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : [[ False == \T\r\u\e ]] 2022-02-15 09:16:02.026 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : [[ True == \T\r\u\e ]] 2022-02-15 09:16:02.028 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:354 : sudo ip addr add 172.25.6.1/24 dev br-data 2022-02-15 09:16:02.042 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:355 : sudo ip link set br-data up 2022-02-15 09:16:02.056 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2022-02-15 09:16:02.058 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : awk -Fip_address '{ print $2 }' 2022-02-15 09:16:02.058 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : cut -f2 '-d'\''' 2022-02-15 09:16:02.058 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : tr '\n' ' ' 2022-02-15 09:16:04.388 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:16:04.388 | from cryptography.utils import int_from_bytes 2022-02-15 09:16:04.388 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:16:04.388 | from cryptography.utils import int_from_bytes 2022-02-15 09:16:04.550 | ++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:16:04.553 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : ROUTER_GW_IP=' 172.25.6.176 ' 2022-02-15 09:16:04.557 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:358 : die_if_not_set 358 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2022-02-15 09:16:04.559 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-15 09:16:04.577 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:360 : _neutron_set_router_id 2022-02-15 09:16:04.580 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2022-02-15 09:16:04.582 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:243 : [[ 4 =~ .*6 ]] 2022-02-15 09:16:04.585 | + ./stack.sh:main:1321 : is_service_enabled nova 2022-02-15 09:16:04.604 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:04.607 | + ./stack.sh:main:1322 : echo_summary 'Starting Nova' 2022-02-15 09:16:04.609 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:16:04.612 | + ./stack.sh:echo_summary:432 : echo -e Starting Nova 2022-02-15 09:16:04.614 | + ./stack.sh:main:1323 : start_nova 2022-02-15 09:16:04.618 | + lib/nova:start_nova:1061 : start_nova_rest 2022-02-15 09:16:04.620 | + lib/nova:start_nova_rest:969 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:16:04.623 | + lib/nova:start_nova_rest:970 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:16:04.626 | + lib/nova:start_nova_rest:970 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:16:04.628 | + lib/nova:start_nova_rest:972 : local api_cell_conf=/etc/nova/nova.conf 2022-02-15 09:16:04.631 | + lib/nova:start_nova_rest:973 : local compute_cell_conf=/etc/nova/nova.conf 2022-02-15 09:16:04.634 | + lib/nova:start_nova_rest:975 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-02-15 09:16:04.637 | + functions-common:run_process:1564 : local service=n-sch 2022-02-15 09:16:04.639 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-02-15 09:16:04.642 | + functions-common:run_process:1566 : local group= 2022-02-15 09:16:04.645 | + functions-common:run_process:1567 : local user= 2022-02-15 09:16:04.647 | + functions-common:run_process:1569 : local name=n-sch 2022-02-15 09:16:04.651 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:16:04.654 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:16:04.656 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:16:04.659 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:16:04.662 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:16:04.667 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916564665 2022-02-15 09:16:04.670 | + functions-common:run_process:1572 : is_service_enabled n-sch 2022-02-15 09:16:04.688 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:04.691 | + functions-common:run_process:1573 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' 2022-02-15 09:16:04.694 | + functions-common:_run_under_systemd:1529 : local service=n-sch 2022-02-15 09:16:04.696 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-02-15 09:16:04.699 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-02-15 09:16:04.701 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-02-15 09:16:04.704 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-02-15 09:16:04.706 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2022-02-15 09:16:04.709 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2022-02-15 09:16:04.713 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-sch.service 2022-02-15 09:16:04.716 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:16:04.719 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:16:04.722 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2022-02-15 09:16:04.725 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' ubuntu 2022-02-15 09:16:04.727 | + functions-common:write_user_unit_file:1446 : local service=devstack@n-sch.service 2022-02-15 09:16:04.730 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-02-15 09:16:04.732 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:16:04.735 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-15 09:16:04.738 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:16:04.740 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:16:04.744 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2022-02-15 09:16:04.747 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:16:04.751 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2022-02-15 09:16:04.819 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User ubuntu 2022-02-15 09:16:04.917 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-02-15 09:16:04.976 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2022-02-15 09:16:05.033 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2022-02-15 09:16:05.092 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:16:05.149 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:16:05.151 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2022-02-15 09:16:05.220 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:16:05.665 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-sch.service 2022-02-15 09:16:05.678 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2022-02-15 09:16:06.086 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-sch.service 2022-02-15 09:16:06.112 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:16:06.115 | + functions-common:time_stop:2309 : local name 2022-02-15 09:16:06.119 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:16:06.121 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:16:06.124 | + functions-common:time_stop:2312 : local total 2022-02-15 09:16:06.127 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:16:06.129 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:16:06.132 | + functions-common:time_stop:2316 : start_time=1644916564665 2022-02-15 09:16:06.135 | + functions-common:time_stop:2318 : [[ -z 1644916564665 ]] 2022-02-15 09:16:06.139 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:16:06.144 | + functions-common:time_stop:2321 : end_time=1644916566141 2022-02-15 09:16:06.146 | + functions-common:time_stop:2322 : elapsed_time=1476 2022-02-15 09:16:06.149 | + functions-common:time_stop:2323 : total=23259 2022-02-15 09:16:06.152 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:16:06.154 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=24735 2022-02-15 09:16:06.157 | + lib/nova:start_nova_rest:976 : '[' True == False ']' 2022-02-15 09:16:06.160 | ++ lib/nova:start_nova_rest:979 : which uwsgi 2022-02-15 09:16:06.165 | + lib/nova:start_nova_rest:979 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-02-15 09:16:06.168 | + functions-common:run_process:1564 : local service=n-api-meta 2022-02-15 09:16:06.170 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-02-15 09:16:06.173 | + functions-common:run_process:1566 : local group= 2022-02-15 09:16:06.175 | + functions-common:run_process:1567 : local user= 2022-02-15 09:16:06.178 | + functions-common:run_process:1569 : local name=n-api-meta 2022-02-15 09:16:06.181 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:16:06.183 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:16:06.186 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:16:06.188 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:16:06.192 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:16:06.197 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916566194 2022-02-15 09:16:06.199 | + functions-common:run_process:1572 : is_service_enabled n-api-meta 2022-02-15 09:16:06.218 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:06.220 | + functions-common:run_process:1573 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' 2022-02-15 09:16:06.223 | + functions-common:_run_under_systemd:1529 : local service=n-api-meta 2022-02-15 09:16:06.226 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-02-15 09:16:06.228 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-02-15 09:16:06.231 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-02-15 09:16:06.233 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-02-15 09:16:06.236 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2022-02-15 09:16:06.239 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2022-02-15 09:16:06.242 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-api-meta.service 2022-02-15 09:16:06.245 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:16:06.247 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:16:06.250 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2022-02-15 09:16:06.252 | + functions-common:_run_under_systemd:1539 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' ubuntu 2022-02-15 09:16:06.255 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@n-api-meta.service 2022-02-15 09:16:06.258 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-02-15 09:16:06.261 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2022-02-15 09:16:06.263 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2022-02-15 09:16:06.266 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2022-02-15 09:16:06.268 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2022-02-15 09:16:06.274 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2022-02-15 09:16:06.339 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2022-02-15 09:16:06.408 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User ubuntu 2022-02-15 09:16:06.462 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-02-15 09:16:06.515 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:16:06.569 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2022-02-15 09:16:06.622 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2022-02-15 09:16:06.679 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2022-02-15 09:16:06.743 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2022-02-15 09:16:06.798 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2022-02-15 09:16:06.854 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2022-02-15 09:16:06.856 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2022-02-15 09:16:06.921 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2022-02-15 09:16:07.356 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-api-meta.service 2022-02-15 09:16:07.370 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2022-02-15 09:16:07.817 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-api-meta.service 2022-02-15 09:16:07.901 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:16:07.906 | + functions-common:time_stop:2309 : local name 2022-02-15 09:16:07.910 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:16:07.917 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:16:07.922 | + functions-common:time_stop:2312 : local total 2022-02-15 09:16:07.925 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:16:07.933 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:16:07.936 | + functions-common:time_stop:2316 : start_time=1644916566194 2022-02-15 09:16:07.939 | + functions-common:time_stop:2318 : [[ -z 1644916566194 ]] 2022-02-15 09:16:07.944 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:16:07.947 | + functions-common:time_stop:2321 : end_time=1644916567944 2022-02-15 09:16:07.950 | + functions-common:time_stop:2322 : elapsed_time=1750 2022-02-15 09:16:07.953 | + functions-common:time_stop:2323 : total=24735 2022-02-15 09:16:07.955 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:16:07.958 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=26485 2022-02-15 09:16:07.962 | + lib/nova:start_nova_rest:982 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:16:07.964 | + lib/nova:start_nova_rest:982 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:16:07.967 | + lib/nova:start_nova:1062 : start_nova_console_proxies 2022-02-15 09:16:07.970 | + lib/nova:start_nova_console_proxies:997 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:16:07.972 | + lib/nova:start_nova_console_proxies:999 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:16:07.975 | + lib/nova:start_nova_console_proxies:999 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:16:07.979 | + lib/nova:start_nova_console_proxies:1001 : local api_cell_conf=/etc/nova/nova.conf 2022-02-15 09:16:07.982 | + lib/nova:start_nova_console_proxies:1003 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-15 09:16:07.984 | + lib/nova:start_nova_console_proxies:1008 : enable_nova_console_proxies 2022-02-15 09:16:07.989 | ++ lib/nova:enable_nova_console_proxies:986 : seq 1 1 2022-02-15 09:16:07.992 | + lib/nova:enable_nova_console_proxies:986 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-15 09:16:07.995 | + lib/nova:enable_nova_console_proxies:987 : for srv in n-novnc n-spice n-sproxy 2022-02-15 09:16:07.998 | + lib/nova:enable_nova_console_proxies:988 : is_service_enabled n-novnc 2022-02-15 09:16:08.022 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:16:08.026 | + lib/nova:enable_nova_console_proxies:987 : for srv in n-novnc n-spice n-sproxy 2022-02-15 09:16:08.029 | + lib/nova:enable_nova_console_proxies:988 : is_service_enabled n-spice 2022-02-15 09:16:08.049 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:16:08.051 | + lib/nova:enable_nova_console_proxies:987 : for srv in n-novnc n-spice n-sproxy 2022-02-15 09:16:08.055 | + lib/nova:enable_nova_console_proxies:988 : is_service_enabled n-sproxy 2022-02-15 09:16:08.080 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:16:08.084 | ++ lib/nova:start_nova_console_proxies:1009 : seq 1 1 2022-02-15 09:16:08.088 | + lib/nova:start_nova_console_proxies:1009 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-15 09:16:08.091 | + lib/nova:start_nova_console_proxies:1010 : local conf 2022-02-15 09:16:08.094 | ++ lib/nova:start_nova_console_proxies:1011 : conductor_conf 1 2022-02-15 09:16:08.097 | ++ lib/nova:conductor_conf:732 : local cell=1 2022-02-15 09:16:08.100 | ++ lib/nova:conductor_conf:733 : echo /etc/nova/nova_cell1.conf 2022-02-15 09:16:08.102 | + lib/nova:start_nova_console_proxies:1011 : conf=/etc/nova/nova_cell1.conf 2022-02-15 09:16:08.105 | + lib/nova:start_nova_console_proxies:1012 : run_process n-novnc-cell1 '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-02-15 09:16:08.108 | + functions-common:run_process:1564 : local service=n-novnc-cell1 2022-02-15 09:16:08.111 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-02-15 09:16:08.113 | + functions-common:run_process:1566 : local group= 2022-02-15 09:16:08.116 | + functions-common:run_process:1567 : local user= 2022-02-15 09:16:08.119 | + functions-common:run_process:1569 : local name=n-novnc-cell1 2022-02-15 09:16:08.121 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:16:08.124 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:16:08.126 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:16:08.129 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:16:08.135 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:16:08.138 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916568134 2022-02-15 09:16:08.140 | + functions-common:run_process:1572 : is_service_enabled n-novnc-cell1 2022-02-15 09:16:08.161 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:16:08.164 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:16:08.167 | + functions-common:time_stop:2309 : local name 2022-02-15 09:16:08.169 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:16:08.172 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:16:08.174 | + functions-common:time_stop:2312 : local total 2022-02-15 09:16:08.177 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:16:08.180 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:16:08.183 | + functions-common:time_stop:2316 : start_time=1644916568134 2022-02-15 09:16:08.185 | + functions-common:time_stop:2318 : [[ -z 1644916568134 ]] 2022-02-15 09:16:08.191 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:16:08.195 | + functions-common:time_stop:2321 : end_time=1644916568191 2022-02-15 09:16:08.197 | + functions-common:time_stop:2322 : elapsed_time=57 2022-02-15 09:16:08.200 | + functions-common:time_stop:2323 : total=26485 2022-02-15 09:16:08.202 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:16:08.212 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=26542 2022-02-15 09:16:08.212 | + lib/nova:start_nova_console_proxies:1013 : run_process n-spice-cell1 '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-02-15 09:16:08.216 | + functions-common:run_process:1564 : local service=n-spice-cell1 2022-02-15 09:16:08.220 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-02-15 09:16:08.220 | + functions-common:run_process:1566 : local group= 2022-02-15 09:16:08.224 | + functions-common:run_process:1567 : local user= 2022-02-15 09:16:08.226 | + functions-common:run_process:1569 : local name=n-spice-cell1 2022-02-15 09:16:08.229 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:16:08.232 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:16:08.235 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:16:08.240 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:16:08.240 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:16:08.244 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916568241 2022-02-15 09:16:08.247 | + functions-common:run_process:1572 : is_service_enabled n-spice-cell1 2022-02-15 09:16:08.268 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:16:08.271 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:16:08.273 | + functions-common:time_stop:2309 : local name 2022-02-15 09:16:08.276 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:16:08.279 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:16:08.281 | + functions-common:time_stop:2312 : local total 2022-02-15 09:16:08.284 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:16:08.286 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:16:08.290 | + functions-common:time_stop:2316 : start_time=1644916568241 2022-02-15 09:16:08.292 | + functions-common:time_stop:2318 : [[ -z 1644916568241 ]] 2022-02-15 09:16:08.296 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:16:08.300 | + functions-common:time_stop:2321 : end_time=1644916568297 2022-02-15 09:16:08.305 | + functions-common:time_stop:2322 : elapsed_time=56 2022-02-15 09:16:08.308 | + functions-common:time_stop:2323 : total=26542 2022-02-15 09:16:08.310 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:16:08.313 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=26598 2022-02-15 09:16:08.316 | + lib/nova:start_nova_console_proxies:1014 : run_process n-sproxy-cell1 '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2022-02-15 09:16:08.321 | + functions-common:run_process:1564 : local service=n-sproxy-cell1 2022-02-15 09:16:08.324 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2022-02-15 09:16:08.327 | + functions-common:run_process:1566 : local group= 2022-02-15 09:16:08.329 | + functions-common:run_process:1567 : local user= 2022-02-15 09:16:08.333 | + functions-common:run_process:1569 : local name=n-sproxy-cell1 2022-02-15 09:16:08.336 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:16:08.339 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:16:08.341 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:16:08.344 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:16:08.349 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:16:08.352 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916568349 2022-02-15 09:16:08.355 | + functions-common:run_process:1572 : is_service_enabled n-sproxy-cell1 2022-02-15 09:16:08.374 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:16:08.377 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:16:08.380 | + functions-common:time_stop:2309 : local name 2022-02-15 09:16:08.382 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:16:08.385 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:16:08.388 | + functions-common:time_stop:2312 : local total 2022-02-15 09:16:08.390 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:16:08.393 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:16:08.395 | + functions-common:time_stop:2316 : start_time=1644916568349 2022-02-15 09:16:08.399 | + functions-common:time_stop:2318 : [[ -z 1644916568349 ]] 2022-02-15 09:16:08.404 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:16:08.406 | + functions-common:time_stop:2321 : end_time=1644916568403 2022-02-15 09:16:08.409 | + functions-common:time_stop:2322 : elapsed_time=54 2022-02-15 09:16:08.412 | + functions-common:time_stop:2323 : total=26598 2022-02-15 09:16:08.414 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:16:08.417 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=26652 2022-02-15 09:16:08.420 | + lib/nova:start_nova_console_proxies:1018 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:16:08.423 | + lib/nova:start_nova_console_proxies:1018 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:16:08.425 | + lib/nova:start_nova:1063 : start_nova_conductor 2022-02-15 09:16:08.428 | + lib/nova:start_nova_conductor:1031 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-15 09:16:08.431 | + lib/nova:start_nova_conductor:1037 : enable_nova_fleet 2022-02-15 09:16:08.434 | + lib/nova:enable_nova_fleet:1022 : is_service_enabled n-cond 2022-02-15 09:16:08.460 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:08.463 | + lib/nova:enable_nova_fleet:1023 : enable_service n-super-cond 2022-02-15 09:16:08.531 | ++ lib/nova:enable_nova_fleet:1024 : seq 1 1 2022-02-15 09:16:08.535 | + lib/nova:enable_nova_fleet:1024 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-15 09:16:08.538 | + lib/nova:enable_nova_fleet:1025 : enable_service n-cond-cell1 2022-02-15 09:16:08.600 | + lib/nova:start_nova_conductor:1038 : is_service_enabled n-super-cond 2022-02-15 09:16:08.622 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:08.624 | + lib/nova:start_nova_conductor:1039 : run_process n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-02-15 09:16:08.627 | + functions-common:run_process:1564 : local service=n-super-cond 2022-02-15 09:16:08.630 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-02-15 09:16:08.633 | + functions-common:run_process:1566 : local group= 2022-02-15 09:16:08.636 | + functions-common:run_process:1567 : local user= 2022-02-15 09:16:08.641 | + functions-common:run_process:1569 : local name=n-super-cond 2022-02-15 09:16:08.644 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:16:08.647 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:16:08.650 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:16:08.653 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:16:08.658 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:16:08.661 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916568658 2022-02-15 09:16:08.664 | + functions-common:run_process:1572 : is_service_enabled n-super-cond 2022-02-15 09:16:08.685 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:08.688 | + functions-common:run_process:1573 : _run_under_systemd n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' 2022-02-15 09:16:08.691 | + functions-common:_run_under_systemd:1529 : local service=n-super-cond 2022-02-15 09:16:08.693 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-02-15 09:16:08.697 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-02-15 09:16:08.699 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-02-15 09:16:08.702 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-02-15 09:16:08.705 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2022-02-15 09:16:08.708 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2022-02-15 09:16:08.710 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-super-cond.service 2022-02-15 09:16:08.713 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:16:08.716 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:16:08.719 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2022-02-15 09:16:08.721 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@n-super-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' ubuntu 2022-02-15 09:16:08.724 | + functions-common:write_user_unit_file:1446 : local service=devstack@n-super-cond.service 2022-02-15 09:16:08.727 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-02-15 09:16:08.729 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:16:08.732 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-15 09:16:08.735 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:16:08.737 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:16:08.740 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@n-super-cond.service 2022-02-15 09:16:08.746 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:16:08.751 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Unit Description 'Devstack devstack@n-super-cond.service' 2022-02-15 09:16:08.836 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service User ubuntu 2022-02-15 09:16:08.916 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-02-15 09:16:08.978 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service KillMode process 2022-02-15 09:16:09.044 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service TimeoutStopSec 300 2022-02-15 09:16:09.122 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:16:09.180 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:16:09.182 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Install WantedBy multi-user.target 2022-02-15 09:16:09.260 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:16:09.732 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-super-cond.service 2022-02-15 09:16:09.752 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-super-cond.service → /etc/systemd/system/devstack@n-super-cond.service. 2022-02-15 09:16:10.342 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-super-cond.service 2022-02-15 09:16:10.369 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:16:10.372 | + functions-common:time_stop:2309 : local name 2022-02-15 09:16:10.376 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:16:10.384 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:16:10.387 | + functions-common:time_stop:2312 : local total 2022-02-15 09:16:10.390 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:16:10.392 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:16:10.395 | + functions-common:time_stop:2316 : start_time=1644916568658 2022-02-15 09:16:10.398 | + functions-common:time_stop:2318 : [[ -z 1644916568658 ]] 2022-02-15 09:16:10.402 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:16:10.406 | + functions-common:time_stop:2321 : end_time=1644916570403 2022-02-15 09:16:10.409 | + functions-common:time_stop:2322 : elapsed_time=1745 2022-02-15 09:16:10.417 | + functions-common:time_stop:2323 : total=26652 2022-02-15 09:16:10.425 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:16:10.427 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=28397 2022-02-15 09:16:10.436 | ++ lib/nova:start_nova_conductor:1041 : seq 1 1 2022-02-15 09:16:10.449 | + lib/nova:start_nova_conductor:1041 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-15 09:16:10.457 | + lib/nova:start_nova_conductor:1042 : is_service_enabled n-cond-cell1 2022-02-15 09:16:10.488 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:10.492 | + lib/nova:start_nova_conductor:1043 : local conf 2022-02-15 09:16:10.496 | ++ lib/nova:start_nova_conductor:1044 : conductor_conf 1 2022-02-15 09:16:10.501 | ++ lib/nova:conductor_conf:732 : local cell=1 2022-02-15 09:16:10.504 | ++ lib/nova:conductor_conf:733 : echo /etc/nova/nova_cell1.conf 2022-02-15 09:16:10.510 | + lib/nova:start_nova_conductor:1044 : conf=/etc/nova/nova_cell1.conf 2022-02-15 09:16:10.512 | + lib/nova:start_nova_conductor:1045 : run_process n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-02-15 09:16:10.515 | + functions-common:run_process:1564 : local service=n-cond-cell1 2022-02-15 09:16:10.521 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-02-15 09:16:10.526 | + functions-common:run_process:1566 : local group= 2022-02-15 09:16:10.530 | + functions-common:run_process:1567 : local user= 2022-02-15 09:16:10.534 | + functions-common:run_process:1569 : local name=n-cond-cell1 2022-02-15 09:16:10.539 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:16:10.542 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:16:10.546 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:16:10.550 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:16:10.555 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:16:10.566 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916570557 2022-02-15 09:16:10.571 | + functions-common:run_process:1572 : is_service_enabled n-cond-cell1 2022-02-15 09:16:10.622 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:10.629 | + functions-common:run_process:1573 : _run_under_systemd n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' '' 2022-02-15 09:16:10.636 | + functions-common:_run_under_systemd:1529 : local service=n-cond-cell1 2022-02-15 09:16:10.641 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-02-15 09:16:10.646 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-02-15 09:16:10.650 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-02-15 09:16:10.654 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-02-15 09:16:10.658 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ sudo ]] 2022-02-15 09:16:10.664 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ ^/ ]] 2022-02-15 09:16:10.669 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-cond-cell1.service 2022-02-15 09:16:10.676 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:16:10.680 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:16:10.685 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ uwsgi ]] 2022-02-15 09:16:10.696 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@n-cond-cell1.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' ubuntu 2022-02-15 09:16:10.706 | + functions-common:write_user_unit_file:1446 : local service=devstack@n-cond-cell1.service 2022-02-15 09:16:10.709 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-02-15 09:16:10.716 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:16:10.717 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-15 09:16:10.720 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:16:10.724 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:16:10.727 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@n-cond-cell1.service 2022-02-15 09:16:10.728 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:16:10.732 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Unit Description 'Devstack devstack@n-cond-cell1.service' 2022-02-15 09:16:10.800 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service User ubuntu 2022-02-15 09:16:10.874 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-02-15 09:16:10.948 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service KillMode process 2022-02-15 09:16:11.007 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service TimeoutStopSec 300 2022-02-15 09:16:11.079 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:16:11.143 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:16:11.147 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Install WantedBy multi-user.target 2022-02-15 09:16:11.224 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:16:11.680 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-cond-cell1.service 2022-02-15 09:16:11.693 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond-cell1.service → /etc/systemd/system/devstack@n-cond-cell1.service. 2022-02-15 09:16:12.169 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-cond-cell1.service 2022-02-15 09:16:12.197 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:16:12.201 | + functions-common:time_stop:2309 : local name 2022-02-15 09:16:12.204 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:16:12.207 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:16:12.210 | + functions-common:time_stop:2312 : local total 2022-02-15 09:16:12.213 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:16:12.216 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:16:12.218 | + functions-common:time_stop:2316 : start_time=1644916570557 2022-02-15 09:16:12.221 | + functions-common:time_stop:2318 : [[ -z 1644916570557 ]] 2022-02-15 09:16:12.226 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:16:12.229 | + functions-common:time_stop:2321 : end_time=1644916572226 2022-02-15 09:16:12.231 | + functions-common:time_stop:2322 : elapsed_time=1669 2022-02-15 09:16:12.234 | + functions-common:time_stop:2323 : total=28397 2022-02-15 09:16:12.243 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:16:12.246 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=30066 2022-02-15 09:16:12.252 | + lib/nova:start_nova:1064 : start_nova_compute 2022-02-15 09:16:12.259 | + lib/nova:start_nova_compute:894 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:16:12.265 | + lib/nova:start_nova_compute:895 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:16:12.273 | + lib/nova:start_nova_compute:895 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:16:12.281 | + lib/nova:start_nova_compute:897 : local compute_cell_conf=/etc/nova/nova.conf 2022-02-15 09:16:12.287 | + lib/nova:start_nova_compute:900 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2022-02-15 09:16:12.297 | + lib/nova:start_nova_compute:902 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2022-02-15 09:16:12.305 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-02-15 09:16:12.313 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-02-15 09:16:12.320 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2022-02-15 09:16:12.325 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-02-15 09:16:12.332 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2022-02-15 09:16:12.336 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2022-02-15 09:16:12.343 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2022-02-15 09:16:12.350 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2022-02-15 09:16:12.355 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2022-02-15 09:16:12.355 | + inc/meta-config:merge_config_file:164 : read a 2022-02-15 09:16:12.360 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2022-02-15 09:16:12.360 | BEGIN { 2022-02-15 09:16:12.360 | section = "" 2022-02-15 09:16:12.360 | last_section = "" 2022-02-15 09:16:12.361 | section_count = 0 2022-02-15 09:16:12.361 | } 2022-02-15 09:16:12.361 | /^\[.+\]/ { 2022-02-15 09:16:12.361 | gsub("[][]", "", $1); 2022-02-15 09:16:12.361 | section=$1 2022-02-15 09:16:12.361 | next 2022-02-15 09:16:12.361 | } 2022-02-15 09:16:12.361 | /^ *\#/ { 2022-02-15 09:16:12.361 | next 2022-02-15 09:16:12.361 | } 2022-02-15 09:16:12.361 | /^[^ \t]+/ { 2022-02-15 09:16:12.361 | # get offset of first = in $0 2022-02-15 09:16:12.361 | eq_idx = index($0, "=") 2022-02-15 09:16:12.361 | # extract attr & value from $0 2022-02-15 09:16:12.361 | attr = substr($0, 1, eq_idx - 1) 2022-02-15 09:16:12.361 | value = substr($0, eq_idx + 1) 2022-02-15 09:16:12.361 | # only need to strip trailing whitespace from attr 2022-02-15 09:16:12.361 | sub(/[ \t]*$/, "", attr) 2022-02-15 09:16:12.361 | # need to strip leading & trailing whitespace from value 2022-02-15 09:16:12.361 | sub(/^[ \t]*/, "", value) 2022-02-15 09:16:12.361 | sub(/[ \t]*$/, "", value) 2022-02-15 09:16:12.361 | 2022-02-15 09:16:12.361 | # cfg_attr_count: number of config lines per [section, attr] 2022-02-15 09:16:12.361 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-02-15 09:16:12.361 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-02-15 09:16:12.361 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-02-15 09:16:12.361 | if (! (section, attr) in cfg_attr_count) { 2022-02-15 09:16:12.361 | if (section != last_section) { 2022-02-15 09:16:12.361 | cfg_section[section_count++] = section 2022-02-15 09:16:12.361 | last_section = section 2022-02-15 09:16:12.361 | } 2022-02-15 09:16:12.361 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-02-15 09:16:12.361 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-02-15 09:16:12.362 | 2022-02-15 09:16:12.362 | cfg_attr[section, attr, 0] = value 2022-02-15 09:16:12.362 | cfg_attr_count[section, attr] = 1 2022-02-15 09:16:12.362 | } else { 2022-02-15 09:16:12.362 | lno = cfg_attr_count[section, attr]++ 2022-02-15 09:16:12.362 | cfg_attr[section, attr, lno] = value 2022-02-15 09:16:12.362 | } 2022-02-15 09:16:12.362 | } 2022-02-15 09:16:12.362 | END { 2022-02-15 09:16:12.362 | # Process each section in order 2022-02-15 09:16:12.362 | for (sno = 0; sno < section_count; sno++) { 2022-02-15 09:16:12.362 | section = cfg_section[sno] 2022-02-15 09:16:12.362 | # The ini routines simply append a config item immediately 2022-02-15 09:16:12.362 | # after the section header. To keep the same order as defined 2022-02-15 09:16:12.362 | # in local.conf, invoke the ini routines in the reverse order 2022-02-15 09:16:12.362 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-02-15 09:16:12.362 | attr = cfg_sec_attr_name[sno, attr_no] 2022-02-15 09:16:12.362 | if (cfg_attr_count[section, attr] == 1) 2022-02-15 09:16:12.362 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-02-15 09:16:12.362 | else { 2022-02-15 09:16:12.362 | # For multiline, invoke the ini routines in the reverse order 2022-02-15 09:16:12.362 | count = cfg_attr_count[section, attr] 2022-02-15 09:16:12.362 | print "inidelete " configfile " " section " " attr 2022-02-15 09:16:12.362 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-02-15 09:16:12.362 | for (l = count -2; l >= 0; l--) 2022-02-15 09:16:12.362 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-02-15 09:16:12.362 | } 2022-02-15 09:16:12.362 | } 2022-02-15 09:16:12.362 | } 2022-02-15 09:16:12.362 | } 2022-02-15 09:16:12.362 | ' 2022-02-15 09:16:12.362 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-02-15 09:16:12.365 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-02-15 09:16:12.373 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-02-15 09:16:12.381 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2022-02-15 09:16:12.389 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-15 09:16:12.397 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2022-02-15 09:16:12.408 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2022-02-15 09:16:12.408 | BEGIN { group = "" } 2022-02-15 09:16:12.408 | /^\[\[.+\|.*\]\]/ { 2022-02-15 09:16:12.408 | gsub("[][]", "", $1); 2022-02-15 09:16:12.408 | split($1, a, "|"); 2022-02-15 09:16:12.408 | if (a[1] == matchgroup && a[2] == configfile) { 2022-02-15 09:16:12.408 | group=a[1] 2022-02-15 09:16:12.408 | } else { 2022-02-15 09:16:12.408 | group="" 2022-02-15 09:16:12.408 | } 2022-02-15 09:16:12.408 | next 2022-02-15 09:16:12.408 | } 2022-02-15 09:16:12.408 | { 2022-02-15 09:16:12.408 | if (group != "") 2022-02-15 09:16:12.408 | print $0 2022-02-15 09:16:12.408 | } 2022-02-15 09:16:12.408 | ' /home/ubuntu/devstack/local.conf 2022-02-15 09:16:12.415 | + lib/nova:start_nova_compute:904 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-15 09:16:12.418 | + lib/nova:start_nova_compute:911 : iniset /etc/nova/nova-cpu.conf workarounds disable_group_policy_check_upcall True 2022-02-15 09:16:12.493 | + lib/nova:start_nova_compute:914 : iniset /etc/nova/nova-cpu.conf filter_scheduler track_instance_changes False 2022-02-15 09:16:12.566 | + lib/nova:start_nova_compute:915 : iniset_rpc_backend nova /etc/nova/nova-cpu.conf DEFAULT nova_cell1 2022-02-15 09:16:12.572 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-02-15 09:16:12.580 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova-cpu.conf 2022-02-15 09:16:12.587 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-02-15 09:16:12.597 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-02-15 09:16:12.605 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-15 09:16:12.645 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:12.652 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-02-15 09:16:12.665 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-02-15 09:16:12.673 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-15 09:16:12.725 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:12.737 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.10:5672/nova_cell1 2022-02-15 09:16:12.745 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova-cpu.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.10:5672/nova_cell1 2022-02-15 09:16:12.818 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-15 09:16:12.825 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-15 09:16:12.832 | + lib/nova:start_nova_compute:919 : inidelete /etc/nova/nova-cpu.conf database connection 2022-02-15 09:16:12.879 | + lib/nova:start_nova_compute:920 : inidelete /etc/nova/nova-cpu.conf api_database connection 2022-02-15 09:16:12.927 | + lib/nova:start_nova_compute:925 : configure_console_compute 2022-02-15 09:16:12.931 | + lib/nova:configure_console_compute:614 : local offset 2022-02-15 09:16:12.937 | + lib/nova:configure_console_compute:615 : offset=0 2022-02-15 09:16:12.942 | + lib/nova:configure_console_compute:619 : local default_proxyclient_addr 2022-02-15 09:16:12.953 | ++ lib/nova:configure_console_compute:620 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2022-02-15 09:16:12.993 | + lib/nova:configure_console_compute:620 : default_proxyclient_addr=10.222.0.10 2022-02-15 09:16:12.996 | + lib/nova:configure_console_compute:624 : is_service_enabled n-cpu 2022-02-15 09:16:13.024 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:16:13.032 | + lib/nova:configure_console_compute:640 : is_service_enabled n-novnc 2022-02-15 09:16:13.064 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:16:13.069 | + lib/nova:configure_console_compute:640 : '[' False '!=' False ']' 2022-02-15 09:16:13.075 | + lib/nova:configure_console_compute:648 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2022-02-15 09:16:13.154 | + lib/nova:configure_console_compute:651 : is_service_enabled n-spice 2022-02-15 09:16:13.206 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:16:13.210 | + lib/nova:configure_console_compute:661 : is_service_enabled n-sproxy 2022-02-15 09:16:13.242 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:16:13.249 | + lib/nova:start_nova_compute:928 : '[' -n '' ']' 2022-02-15 09:16:13.258 | + lib/nova:start_nova_compute:933 : [[ libvirt == \l\i\b\v\i\r\t ]] 2022-02-15 09:16:13.265 | + lib/nova:start_nova_compute:933 : [[ kvm == \q\e\m\u ]] 2022-02-15 09:16:13.274 | + lib/nova:start_nova_compute:937 : [[ libvirt = \l\i\b\v\i\r\t ]] 2022-02-15 09:16:13.282 | + lib/nova:start_nova_compute:941 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt 2022-02-15 09:16:13.290 | + functions-common:run_process:1564 : local service=n-cpu 2022-02-15 09:16:13.301 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2022-02-15 09:16:13.313 | + functions-common:run_process:1566 : local group=libvirt 2022-02-15 09:16:13.316 | + functions-common:run_process:1567 : local user= 2022-02-15 09:16:13.319 | + functions-common:run_process:1569 : local name=n-cpu 2022-02-15 09:16:13.321 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:16:13.324 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:16:13.327 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:16:13.330 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:16:13.334 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:16:13.342 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916573335 2022-02-15 09:16:13.344 | + functions-common:run_process:1572 : is_service_enabled n-cpu 2022-02-15 09:16:13.367 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:16:13.370 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:16:13.373 | + functions-common:time_stop:2309 : local name 2022-02-15 09:16:13.376 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:16:13.378 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:16:13.381 | + functions-common:time_stop:2312 : local total 2022-02-15 09:16:13.383 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:16:13.386 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:16:13.389 | + functions-common:time_stop:2316 : start_time=1644916573335 2022-02-15 09:16:13.391 | + functions-common:time_stop:2318 : [[ -z 1644916573335 ]] 2022-02-15 09:16:13.397 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:16:13.399 | + functions-common:time_stop:2321 : end_time=1644916573396 2022-02-15 09:16:13.402 | + functions-common:time_stop:2322 : elapsed_time=61 2022-02-15 09:16:13.404 | + functions-common:time_stop:2323 : total=30066 2022-02-15 09:16:13.407 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:16:13.410 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=30127 2022-02-15 09:16:13.412 | + lib/nova:start_nova_compute:963 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:16:13.416 | + lib/nova:start_nova_compute:963 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-15 09:16:13.419 | + lib/nova:start_nova:1065 : is_service_enabled n-api 2022-02-15 09:16:13.447 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:13.449 | + lib/nova:start_nova:1067 : echo 'Dumping cells_v2 mapping' 2022-02-15 09:16:13.449 | Dumping cells_v2 mapping 2022-02-15 09:16:13.452 | + lib/nova:start_nova:1068 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2022-02-15 09:16:17.064 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:16:17.064 | from cryptography.utils import int_from_bytes 2022-02-15 09:16:17.064 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:16:17.064 | from cryptography.utils import int_from_bytes 2022-02-15 09:16:17.064 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2022-02-15 09:16:17.064 | | Name | UUID | Transport URL | Database Connection | Disabled | 2022-02-15 09:16:17.064 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2022-02-15 09:16:17.065 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8 | False | 2022-02-15 09:16:17.065 | | cell1 | 51f7c3b4-5d59-4833-921d-3f43b5567612 | rabbit://stackrabbit:Passw0rd@10.222.0.10:5672/nova_cell1 | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8 | False | 2022-02-15 09:16:17.065 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2022-02-15 09:16:17.495 | + ./stack.sh:main:1324 : async_runfunc create_flavors 2022-02-15 09:16:17.498 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2022-02-15 09:16:17.564 | + inc/async:async_inner:63 : create_flavors 2022-02-15 09:16:17.613 | [17600 Async create_flavors:108654]: running: create_flavors 2022-02-15 09:16:17.615 | + ./stack.sh:main:1326 : is_service_enabled cinder 2022-02-15 09:16:17.636 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:17.638 | + ./stack.sh:main:1327 : echo_summary 'Starting Cinder' 2022-02-15 09:16:17.641 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:16:17.643 | + ./stack.sh:echo_summary:432 : echo -e Starting Cinder 2022-02-15 09:16:17.646 | + ./stack.sh:main:1328 : start_cinder 2022-02-15 09:16:17.649 | + lib/cinder:start_cinder:505 : local service_port=8776 2022-02-15 09:16:17.651 | + lib/cinder:start_cinder:506 : local service_protocol=http 2022-02-15 09:16:17.654 | + lib/cinder:start_cinder:507 : local cinder_url 2022-02-15 09:16:17.656 | + lib/cinder:start_cinder:508 : is_service_enabled tls-proxy 2022-02-15 09:16:17.675 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:16:17.679 | + lib/cinder:start_cinder:512 : '[' lioadm = tgtadm ']' 2022-02-15 09:16:17.683 | + lib/cinder:start_cinder:532 : [[ 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,s-container-sync,n-super-cond,n-cond-cell1 =~ c-api ]] 2022-02-15 09:16:17.686 | + lib/cinder:start_cinder:533 : '[' True == False ']' 2022-02-15 09:16:17.690 | ++ lib/cinder:start_cinder:541 : which uwsgi 2022-02-15 09:16:17.696 | + lib/cinder:start_cinder:541 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-02-15 09:16:17.699 | + functions-common:run_process:1564 : local service=c-api 2022-02-15 09:16:17.702 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-02-15 09:16:17.704 | + functions-common:run_process:1566 : local group= 2022-02-15 09:16:17.708 | + functions-common:run_process:1567 : local user= 2022-02-15 09:16:17.712 | + functions-common:run_process:1569 : local name=c-api 2022-02-15 09:16:17.715 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:16:17.719 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:16:17.722 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:16:17.724 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:16:17.727 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:16:17.732 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916577729 2022-02-15 09:16:17.735 | + functions-common:run_process:1572 : is_service_enabled c-api 2022-02-15 09:16:17.755 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:17.758 | + functions-common:run_process:1573 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' 2022-02-15 09:16:17.762 | + functions-common:_run_under_systemd:1529 : local service=c-api 2022-02-15 09:16:17.765 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-02-15 09:16:17.768 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-02-15 09:16:17.771 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-02-15 09:16:17.774 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-02-15 09:16:17.777 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2022-02-15 09:16:17.783 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2022-02-15 09:16:17.787 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@c-api.service 2022-02-15 09:16:17.790 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:16:17.793 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:16:17.797 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2022-02-15 09:16:17.801 | + functions-common:_run_under_systemd:1539 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' ubuntu 2022-02-15 09:16:17.804 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@c-api.service 2022-02-15 09:16:17.808 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-02-15 09:16:17.812 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2022-02-15 09:16:17.815 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2022-02-15 09:16:17.817 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@c-api.service 2022-02-15 09:16:17.819 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2022-02-15 09:16:17.824 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2022-02-15 09:16:17.900 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2022-02-15 09:16:17.970 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User ubuntu 2022-02-15 09:16:18.027 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-02-15 09:16:18.081 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:16:18.139 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2022-02-15 09:16:18.193 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2022-02-15 09:16:18.252 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2022-02-15 09:16:18.313 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2022-02-15 09:16:18.372 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2022-02-15 09:16:18.431 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2022-02-15 09:16:18.434 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2022-02-15 09:16:18.503 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2022-02-15 09:16:18.994 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@c-api.service 2022-02-15 09:16:19.014 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2022-02-15 09:16:19.462 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@c-api.service 2022-02-15 09:16:19.554 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:16:19.557 | + functions-common:time_stop:2309 : local name 2022-02-15 09:16:19.560 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:16:19.564 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:16:19.570 | + functions-common:time_stop:2312 : local total 2022-02-15 09:16:19.574 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:16:19.578 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:16:19.580 | + functions-common:time_stop:2316 : start_time=1644916577729 2022-02-15 09:16:19.583 | + functions-common:time_stop:2318 : [[ -z 1644916577729 ]] 2022-02-15 09:16:19.588 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:16:19.592 | + functions-common:time_stop:2321 : end_time=1644916579588 2022-02-15 09:16:19.596 | + functions-common:time_stop:2322 : elapsed_time=1859 2022-02-15 09:16:19.601 | + functions-common:time_stop:2323 : total=30127 2022-02-15 09:16:19.604 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:16:19.608 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=31986 2022-02-15 09:16:19.608 | + lib/cinder:start_cinder:542 : cinder_url=http://10.222.0.10/volume/v3 2022-02-15 09:16:19.612 | + lib/cinder:start_cinder:546 : echo 'Waiting for Cinder API to start...' 2022-02-15 09:16:19.612 | Waiting for Cinder API to start... 2022-02-15 09:16:19.616 | + lib/cinder:start_cinder:547 : wait_for_service 60 http://10.222.0.10/volume/v3 2022-02-15 09:16:19.620 | + functions:wait_for_service:457 : local timeout=60 2022-02-15 09:16:19.620 | + functions:wait_for_service:458 : local url=http://10.222.0.10/volume/v3 2022-02-15 09:16:19.624 | + functions:wait_for_service:459 : local rval=0 2022-02-15 09:16:19.628 | + functions:wait_for_service:460 : time_start wait_for_service 2022-02-15 09:16:19.628 | + functions-common:time_start:2295 : local name=wait_for_service 2022-02-15 09:16:19.631 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:16:19.636 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:16:19.640 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:16:19.642 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916579639 2022-02-15 09:16:19.648 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-02-15 09:16:19.653 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.10/volume/v3 2022-02-15 09:16:24.083 | + :: : [[ 401 == 503 ]] 2022-02-15 09:16:24.084 | + :: : [[ 0 -eq 7 ]] 2022-02-15 09:16:24.087 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-02-15 09:16:24.090 | + functions-common:time_stop:2309 : local name 2022-02-15 09:16:24.094 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:16:24.096 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:16:24.100 | + functions-common:time_stop:2312 : local total 2022-02-15 09:16:24.107 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:16:24.112 | + functions-common:time_stop:2315 : name=wait_for_service 2022-02-15 09:16:24.117 | + functions-common:time_stop:2316 : start_time=1644916579639 2022-02-15 09:16:24.119 | + functions-common:time_stop:2318 : [[ -z 1644916579639 ]] 2022-02-15 09:16:24.123 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:16:24.130 | + functions-common:time_stop:2321 : end_time=1644916584124 2022-02-15 09:16:24.133 | + functions-common:time_stop:2322 : elapsed_time=4485 2022-02-15 09:16:24.137 | + functions-common:time_stop:2323 : total=17776 2022-02-15 09:16:24.140 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:16:24.143 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=22261 2022-02-15 09:16:24.146 | + functions:wait_for_service:467 : return 0 2022-02-15 09:16:24.151 | + lib/cinder:start_cinder:551 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:24.153 | + functions-common:run_process:1564 : local service=c-sch 2022-02-15 09:16:24.158 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:24.160 | + functions-common:run_process:1566 : local group= 2022-02-15 09:16:24.164 | + functions-common:run_process:1567 : local user= 2022-02-15 09:16:24.167 | + functions-common:run_process:1569 : local name=c-sch 2022-02-15 09:16:24.170 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:16:24.173 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:16:24.175 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:16:24.178 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:16:24.182 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:16:24.186 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916584183 2022-02-15 09:16:24.189 | + functions-common:run_process:1572 : is_service_enabled c-sch 2022-02-15 09:16:24.210 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:24.213 | + functions-common:run_process:1573 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' 2022-02-15 09:16:24.215 | + functions-common:_run_under_systemd:1529 : local service=c-sch 2022-02-15 09:16:24.218 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:24.220 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:24.223 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:24.226 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:24.229 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2022-02-15 09:16:24.233 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2022-02-15 09:16:24.235 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@c-sch.service 2022-02-15 09:16:24.238 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:16:24.241 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:16:24.244 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2022-02-15 09:16:24.247 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' ubuntu 2022-02-15 09:16:24.250 | + functions-common:write_user_unit_file:1446 : local service=devstack@c-sch.service 2022-02-15 09:16:24.252 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:24.255 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:16:24.261 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-15 09:16:24.263 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:16:24.266 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:16:24.269 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2022-02-15 09:16:24.272 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:16:24.277 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2022-02-15 09:16:24.353 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User ubuntu 2022-02-15 09:16:24.422 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:24.476 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2022-02-15 09:16:24.532 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2022-02-15 09:16:24.592 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:16:24.647 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:16:24.650 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2022-02-15 09:16:24.713 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:16:25.189 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@c-sch.service 2022-02-15 09:16:25.203 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2022-02-15 09:16:25.675 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@c-sch.service 2022-02-15 09:16:25.703 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:16:25.707 | + functions-common:time_stop:2309 : local name 2022-02-15 09:16:25.711 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:16:25.714 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:16:25.716 | + functions-common:time_stop:2312 : local total 2022-02-15 09:16:25.719 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:16:25.722 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:16:25.724 | + functions-common:time_stop:2316 : start_time=1644916584183 2022-02-15 09:16:25.728 | + functions-common:time_stop:2318 : [[ -z 1644916584183 ]] 2022-02-15 09:16:25.731 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:16:25.736 | + functions-common:time_stop:2321 : end_time=1644916585733 2022-02-15 09:16:25.743 | + functions-common:time_stop:2322 : elapsed_time=1550 2022-02-15 09:16:25.746 | + functions-common:time_stop:2323 : total=31986 2022-02-15 09:16:25.750 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:16:25.755 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=33536 2022-02-15 09:16:25.763 | + lib/cinder:start_cinder:552 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:25.767 | + functions-common:run_process:1564 : local service=c-bak 2022-02-15 09:16:25.771 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:25.775 | + functions-common:run_process:1566 : local group= 2022-02-15 09:16:25.779 | + functions-common:run_process:1567 : local user= 2022-02-15 09:16:25.782 | + functions-common:run_process:1569 : local name=c-bak 2022-02-15 09:16:25.785 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:16:25.788 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:16:25.792 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:16:25.795 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:16:25.799 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:16:25.806 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916585802 2022-02-15 09:16:25.810 | + functions-common:run_process:1572 : is_service_enabled c-bak 2022-02-15 09:16:25.840 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:25.844 | + functions-common:run_process:1573 : _run_under_systemd c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 2022-02-15 09:16:25.847 | + functions-common:_run_under_systemd:1529 : local service=c-bak 2022-02-15 09:16:25.850 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:25.862 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:25.865 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:25.869 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:25.872 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ sudo ]] 2022-02-15 09:16:25.874 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2022-02-15 09:16:25.877 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@c-bak.service 2022-02-15 09:16:25.881 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:16:25.885 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:16:25.891 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2022-02-15 09:16:25.899 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@c-bak.service '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' ubuntu 2022-02-15 09:16:25.902 | + functions-common:write_user_unit_file:1446 : local service=devstack@c-bak.service 2022-02-15 09:16:25.906 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:25.913 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:16:25.917 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-15 09:16:25.920 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:16:25.923 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:16:25.926 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@c-bak.service 2022-02-15 09:16:25.930 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:16:25.934 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Unit Description 'Devstack devstack@c-bak.service' 2022-02-15 09:16:26.010 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service User ubuntu 2022-02-15 09:16:26.094 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service ExecStart '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:26.160 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service KillMode process 2022-02-15 09:16:26.225 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service TimeoutStopSec 300 2022-02-15 09:16:26.298 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:16:26.363 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:16:26.367 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Install WantedBy multi-user.target 2022-02-15 09:16:26.441 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:16:26.936 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@c-bak.service 2022-02-15 09:16:26.951 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-bak.service → /etc/systemd/system/devstack@c-bak.service. 2022-02-15 09:16:27.389 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@c-bak.service 2022-02-15 09:16:27.432 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:16:27.436 | + functions-common:time_stop:2309 : local name 2022-02-15 09:16:27.436 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:16:27.439 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:16:27.444 | + functions-common:time_stop:2312 : local total 2022-02-15 09:16:27.444 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:16:27.448 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:16:27.450 | + functions-common:time_stop:2316 : start_time=1644916585802 2022-02-15 09:16:27.454 | + functions-common:time_stop:2318 : [[ -z 1644916585802 ]] 2022-02-15 09:16:27.456 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:16:27.462 | + functions-common:time_stop:2321 : end_time=1644916587458 2022-02-15 09:16:27.464 | + functions-common:time_stop:2322 : elapsed_time=1656 2022-02-15 09:16:27.467 | + functions-common:time_stop:2323 : total=33536 2022-02-15 09:16:27.470 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:16:27.472 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=35192 2022-02-15 09:16:27.475 | + lib/cinder:start_cinder:553 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:27.478 | + functions-common:run_process:1564 : local service=c-vol 2022-02-15 09:16:27.481 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:27.489 | + functions-common:run_process:1566 : local group= 2022-02-15 09:16:27.495 | + functions-common:run_process:1567 : local user= 2022-02-15 09:16:27.498 | + functions-common:run_process:1569 : local name=c-vol 2022-02-15 09:16:27.500 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:16:27.503 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:16:27.506 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:16:27.510 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:16:27.513 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:16:27.519 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916587515 2022-02-15 09:16:27.523 | + functions-common:run_process:1572 : is_service_enabled c-vol 2022-02-15 09:16:27.549 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:27.552 | + functions-common:run_process:1573 : _run_under_systemd c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 2022-02-15 09:16:27.555 | + functions-common:_run_under_systemd:1529 : local service=c-vol 2022-02-15 09:16:27.558 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:27.561 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:27.563 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:27.566 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:27.570 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2022-02-15 09:16:27.573 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2022-02-15 09:16:27.576 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@c-vol.service 2022-02-15 09:16:27.579 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:16:27.582 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:16:27.585 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2022-02-15 09:16:27.587 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@c-vol.service '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' ubuntu 2022-02-15 09:16:27.590 | + functions-common:write_user_unit_file:1446 : local service=devstack@c-vol.service 2022-02-15 09:16:27.593 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:27.596 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-15 09:16:27.598 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-15 09:16:27.602 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-15 09:16:27.604 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-15 09:16:27.607 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2022-02-15 09:16:27.610 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-15 09:16:27.615 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2022-02-15 09:16:27.699 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User ubuntu 2022-02-15 09:16:27.776 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-02-15 09:16:27.846 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2022-02-15 09:16:27.923 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2022-02-15 09:16:27.995 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:16:28.077 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-15 09:16:28.083 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2022-02-15 09:16:28.179 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-15 09:16:28.718 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@c-vol.service 2022-02-15 09:16:28.736 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2022-02-15 09:16:29.274 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@c-vol.service 2022-02-15 09:16:29.323 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:16:29.327 | + functions-common:time_stop:2309 : local name 2022-02-15 09:16:29.330 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:16:29.334 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:16:29.341 | + functions-common:time_stop:2312 : local total 2022-02-15 09:16:29.344 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:16:29.354 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:16:29.361 | + functions-common:time_stop:2316 : start_time=1644916587515 2022-02-15 09:16:29.377 | + functions-common:time_stop:2318 : [[ -z 1644916587515 ]] 2022-02-15 09:16:29.391 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:16:29.407 | + functions-common:time_stop:2321 : end_time=1644916589393 2022-02-15 09:16:29.424 | + functions-common:time_stop:2322 : elapsed_time=1878 2022-02-15 09:16:29.431 | + functions-common:time_stop:2323 : total=35192 2022-02-15 09:16:29.445 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:16:29.448 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=37070 2022-02-15 09:16:29.456 | + ./stack.sh:main:1329 : create_volume_types 2022-02-15 09:16:29.473 | + lib/cinder:create_volume_types:571 : is_service_enabled c-api 2022-02-15 09:16:29.545 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:29.551 | + lib/cinder:create_volume_types:571 : [[ -n lvm:lvmdriver-1 ]] 2022-02-15 09:16:29.569 | + lib/cinder:create_volume_types:572 : local be be_name 2022-02-15 09:16:29.590 | + lib/cinder:create_volume_types:573 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-02-15 09:16:29.605 | + lib/cinder:create_volume_types:574 : be_name=lvmdriver-1 2022-02-15 09:16:29.623 | + lib/cinder:create_volume_types:576 : is_service_enabled keystone 2022-02-15 09:16:29.706 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:29.711 | + lib/cinder:create_volume_types:577 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=lvmdriver-1 lvmdriver-1 2022-02-15 09:16:33.585 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:16:33.585 | from cryptography.utils import int_from_bytes 2022-02-15 09:16:33.585 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:16:33.585 | from cryptography.utils import int_from_bytes 2022-02-15 09:16:33.585 | +-------------+--------------------------------------+ 2022-02-15 09:16:33.585 | | Field | Value | 2022-02-15 09:16:33.585 | +-------------+--------------------------------------+ 2022-02-15 09:16:33.585 | | description | None | 2022-02-15 09:16:33.585 | | id | 7b2d3c9e-2af2-472b-888f-882a8accce0b | 2022-02-15 09:16:33.585 | | is_public | True | 2022-02-15 09:16:33.585 | | name | lvmdriver-1 | 2022-02-15 09:16:33.585 | | properties | volume_backend_name='lvmdriver-1' | 2022-02-15 09:16:33.586 | +-------------+--------------------------------------+ 2022-02-15 09:16:33.785 | + lib/cinder:create_volume_types:591 : [[ False == \T\r\u\e ]] 2022-02-15 09:16:33.788 | + ./stack.sh:main:1334 : [[ False == \T\r\u\e ]] 2022-02-15 09:16:33.791 | + ./stack.sh:main:1342 : is_service_enabled glance 2022-02-15 09:16:33.848 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:33.854 | + ./stack.sh:main:1343 : echo_summary 'Starting Glance' 2022-02-15 09:16:33.858 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:16:33.862 | + ./stack.sh:echo_summary:432 : echo -e Starting Glance 2022-02-15 09:16:33.865 | + ./stack.sh:main:1344 : start_glance 2022-02-15 09:16:33.868 | + lib/glance:start_glance:609 : local service_protocol=http 2022-02-15 09:16:33.872 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2022-02-15 09:16:33.895 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:16:33.899 | + lib/glance:start_glance:616 : [[ False == False ]] 2022-02-15 09:16:33.905 | ++ lib/glance:start_glance:617 : which uwsgi 2022-02-15 09:16:33.908 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-02-15 09:16:33.911 | + functions-common:run_process:1564 : local service=g-api 2022-02-15 09:16:33.915 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-02-15 09:16:33.918 | + functions-common:run_process:1566 : local group= 2022-02-15 09:16:33.921 | + functions-common:run_process:1567 : local user= 2022-02-15 09:16:33.926 | + functions-common:run_process:1569 : local name=g-api 2022-02-15 09:16:33.930 | + functions-common:run_process:1571 : time_start run_process 2022-02-15 09:16:33.934 | + functions-common:time_start:2295 : local name=run_process 2022-02-15 09:16:33.937 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:16:33.940 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:16:33.944 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:16:33.954 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916593946 2022-02-15 09:16:33.958 | + functions-common:run_process:1572 : is_service_enabled g-api 2022-02-15 09:16:33.986 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:33.990 | + functions-common:run_process:1573 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' 2022-02-15 09:16:33.994 | + functions-common:_run_under_systemd:1529 : local service=g-api 2022-02-15 09:16:33.997 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-02-15 09:16:34.000 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-02-15 09:16:34.007 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-02-15 09:16:34.010 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-02-15 09:16:34.012 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2022-02-15 09:16:34.015 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2022-02-15 09:16:34.018 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@g-api.service 2022-02-15 09:16:34.027 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-15 09:16:34.030 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-15 09:16:34.033 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2022-02-15 09:16:34.036 | + functions-common:_run_under_systemd:1539 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' ubuntu 2022-02-15 09:16:34.039 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@g-api.service 2022-02-15 09:16:34.041 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-02-15 09:16:34.043 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2022-02-15 09:16:34.046 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2022-02-15 09:16:34.048 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@g-api.service 2022-02-15 09:16:34.050 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2022-02-15 09:16:34.055 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2022-02-15 09:16:34.125 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2022-02-15 09:16:34.197 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User ubuntu 2022-02-15 09:16:34.261 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-02-15 09:16:34.322 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-15 09:16:34.385 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2022-02-15 09:16:34.448 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2022-02-15 09:16:34.511 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2022-02-15 09:16:34.575 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2022-02-15 09:16:34.637 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2022-02-15 09:16:34.694 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2022-02-15 09:16:34.697 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2022-02-15 09:16:34.764 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2022-02-15 09:16:35.242 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@g-api.service 2022-02-15 09:16:35.258 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2022-02-15 09:16:35.752 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@g-api.service 2022-02-15 09:16:35.840 | + functions-common:run_process:1575 : time_stop run_process 2022-02-15 09:16:35.846 | + functions-common:time_stop:2309 : local name 2022-02-15 09:16:35.856 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:16:35.859 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:16:35.870 | + functions-common:time_stop:2312 : local total 2022-02-15 09:16:35.876 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:16:35.879 | + functions-common:time_stop:2315 : name=run_process 2022-02-15 09:16:35.882 | + functions-common:time_stop:2316 : start_time=1644916593946 2022-02-15 09:16:35.885 | + functions-common:time_stop:2318 : [[ -z 1644916593946 ]] 2022-02-15 09:16:35.890 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:16:35.896 | + functions-common:time_stop:2321 : end_time=1644916595892 2022-02-15 09:16:35.900 | + functions-common:time_stop:2322 : elapsed_time=1946 2022-02-15 09:16:35.902 | + functions-common:time_stop:2323 : total=37070 2022-02-15 09:16:35.907 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:16:35.914 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=39016 2022-02-15 09:16:35.934 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2022-02-15 09:16:36.030 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:16:36.046 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.222.0.10) to start...' 2022-02-15 09:16:36.046 | Waiting for g-api (10.222.0.10) to start... 2022-02-15 09:16:36.062 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.222.0.10/image 2022-02-15 09:16:36.074 | + functions:wait_for_service:457 : local timeout=60 2022-02-15 09:16:36.094 | + functions:wait_for_service:458 : local url=http://10.222.0.10/image 2022-02-15 09:16:36.109 | + functions:wait_for_service:459 : local rval=0 2022-02-15 09:16:36.114 | + functions:wait_for_service:460 : time_start wait_for_service 2022-02-15 09:16:36.129 | + functions-common:time_start:2295 : local name=wait_for_service 2022-02-15 09:16:36.134 | + functions-common:time_start:2296 : local start_time= 2022-02-15 09:16:36.148 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-15 09:16:36.157 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-15 09:16:36.166 | + functions-common:time_start:2300 : _TIME_START[$name]=1644916596159 2022-02-15 09:16:36.170 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-02-15 09:16:36.185 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.10/image 2022-02-15 09:16:40.120 | + :: : [[ 300 == 503 ]] 2022-02-15 09:16:40.120 | + :: : [[ 0 -eq 7 ]] 2022-02-15 09:16:40.121 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-02-15 09:16:40.124 | + functions-common:time_stop:2309 : local name 2022-02-15 09:16:40.128 | + functions-common:time_stop:2310 : local end_time 2022-02-15 09:16:40.128 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:16:40.132 | + functions-common:time_stop:2312 : local total 2022-02-15 09:16:40.132 | + functions-common:time_stop:2313 : local start_time 2022-02-15 09:16:40.135 | + functions-common:time_stop:2315 : name=wait_for_service 2022-02-15 09:16:40.138 | + functions-common:time_stop:2316 : start_time=1644916596159 2022-02-15 09:16:40.140 | + functions-common:time_stop:2318 : [[ -z 1644916596159 ]] 2022-02-15 09:16:40.143 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:16:40.148 | + functions-common:time_stop:2321 : end_time=1644916600145 2022-02-15 09:16:40.151 | + functions-common:time_stop:2322 : elapsed_time=3986 2022-02-15 09:16:40.154 | + functions-common:time_stop:2323 : total=22261 2022-02-15 09:16:40.157 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:16:40.159 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=26247 2022-02-15 09:16:40.162 | + functions:wait_for_service:467 : return 0 2022-02-15 09:16:40.165 | + ./stack.sh:main:1358 : is_service_enabled mysql postgresql 2022-02-15 09:16:40.189 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:40.191 | + ./stack.sh:main:1358 : is_service_enabled glance 2022-02-15 09:16:40.209 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:16:40.212 | + ./stack.sh:main:1359 : echo_summary 'Uploading images' 2022-02-15 09:16:40.214 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:16:40.217 | + ./stack.sh:echo_summary:432 : echo -e Uploading images 2022-02-15 09:16:40.219 | + ./stack.sh:main:1361 : for image_url in ${IMAGE_URLS//,/ } 2022-02-15 09:16:40.222 | + ./stack.sh:main:1362 : upload_image http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-02-15 09:16:40.225 | + functions:upload_image:132 : local image_url=http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-02-15 09:16:40.227 | + functions:upload_image:134 : local image image_fname image_name 2022-02-15 09:16:40.229 | + functions:upload_image:137 : mkdir -p /home/ubuntu/devstack/files/images 2022-02-15 09:16:40.234 | ++ functions:upload_image:138 : basename http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-02-15 09:16:40.238 | + functions:upload_image:138 : image_fname=ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-02-15 09:16:40.241 | + functions:upload_image:139 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx != file* ]] 2022-02-15 09:16:40.243 | + functions:upload_image:141 : [[ ! -f /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx ]] 2022-02-15 09:16:40.245 | + functions:upload_image:142 : wget --progress=dot:giga -c http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx -O /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-02-15 09:16:40.249 | --2022-02-15 09:16:40-- http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-02-15 09:16:40.250 | Connecting to 10.100.0.9:80... connected. 2022-02-15 09:16:40.251 | HTTP request sent, awaiting response... 200 OK 2022-02-15 09:16:40.251 | Length: 645922816 (616M) 2022-02-15 09:16:40.251 | Saving to: ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ 2022-02-15 09:16:40.273 | 2022-02-15 09:16:40.576 | 0K ........ ........ ........ ........ 5% 101M 6s 2022-02-15 09:16:40.870 | 32768K ........ ........ ........ ........ 10% 109M 5s 2022-02-15 09:16:41.166 | 65536K ........ ........ ........ ........ 15% 108M 5s 2022-02-15 09:16:41.459 | 98304K ........ ........ ........ ........ 20% 109M 5s 2022-02-15 09:16:41.757 | 131072K ........ ........ ........ ........ 25% 106M 4s 2022-02-15 09:16:42.053 | 163840K ........ ........ ........ ........ 31% 109M 4s 2022-02-15 09:16:42.350 | 196608K ........ ........ ........ ........ 36% 108M 4s 2022-02-15 09:16:42.646 | 229376K ........ ........ ........ ........ 41% 108M 3s 2022-02-15 09:16:42.940 | 262144K ........ ........ ........ ........ 46% 109M 3s 2022-02-15 09:16:43.238 | 294912K ........ ........ ........ ........ 51% 108M 3s 2022-02-15 09:16:43.535 | 327680K ........ ........ ........ ........ 57% 108M 2s 2022-02-15 09:16:43.832 | 360448K ........ ........ ........ ........ 62% 107M 2s 2022-02-15 09:16:44.128 | 393216K ........ ........ ........ ........ 67% 108M 2s 2022-02-15 09:16:44.426 | 425984K ........ ........ ........ ........ 72% 108M 2s 2022-02-15 09:16:44.723 | 458752K ........ ........ ........ ........ 77% 108M 1s 2022-02-15 09:16:45.019 | 491520K ........ ........ ........ ........ 83% 108M 1s 2022-02-15 09:16:45.316 | 524288K ........ ........ ........ ........ 88% 108M 1s 2022-02-15 09:16:45.611 | 557056K ........ ........ ........ ........ 93% 109M 0s 2022-02-15 09:16:45.909 | 589824K ........ ........ ........ ........ 98% 108M 0s 2022-02-15 09:16:45.973 | 622592K ........ 100% 109M=5.7s 2022-02-15 09:16:45.973 | 2022-02-15 09:16:45.973 | 2022-02-15 09:16:45 (108 MB/s) - ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ saved [645922816/645922816] 2022-02-15 09:16:45.973 | 2022-02-15 09:16:45.976 | + functions:upload_image:143 : [[ 0 -ne 0 ]] 2022-02-15 09:16:45.978 | + functions:upload_image:148 : image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-02-15 09:16:45.985 | + functions:upload_image:162 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ openvz ]] 2022-02-15 09:16:45.987 | + functions:upload_image:169 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vmdk ]] 2022-02-15 09:16:45.991 | + functions:upload_image:283 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.hds ]] 2022-02-15 09:16:45.998 | + functions:upload_image:294 : local kernel= 2022-02-15 09:16:46.000 | + functions:upload_image:295 : local ramdisk= 2022-02-15 09:16:46.004 | + functions:upload_image:296 : local disk_format= 2022-02-15 09:16:46.008 | + functions:upload_image:297 : local container_format= 2022-02-15 09:16:46.010 | + functions:upload_image:298 : local unpack= 2022-02-15 09:16:46.012 | + functions:upload_image:299 : local img_property= 2022-02-15 09:16:46.015 | + functions:upload_image:303 : [[ libvirt == \l\i\b\v\i\r\t ]] 2022-02-15 09:16:46.017 | + functions:upload_image:304 : [[ kvm == \q\e\m\u ]] 2022-02-15 09:16:46.019 | + functions:upload_image:304 : [[ kvm == \k\v\m ]] 2022-02-15 09:16:46.022 | + functions:upload_image:305 : img_property=hw_rng_model=virtio 2022-02-15 09:16:46.024 | + functions:upload_image:309 : case "$image_fname" in 2022-02-15 09:16:46.027 | + functions:upload_image:374 : local extension=04-minimal-cloudimg-amd64-sync.vhdx 2022-02-15 09:16:46.030 | ++ functions:upload_image:375 : basename /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx .04-minimal-cloudimg-amd64-sync.vhdx 2022-02-15 09:16:46.034 | + functions:upload_image:375 : image_name=ubuntu-16 2022-02-15 09:16:46.039 | ++ functions:upload_image:376 : grep -oP '(?<=\.)vhdx?(?=\.|$)' 2022-02-15 09:16:46.040 | ++ functions:upload_image:376 : echo ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-02-15 09:16:46.044 | + functions:upload_image:376 : disk_format=vhdx 2022-02-15 09:16:46.046 | + functions:upload_image:377 : container_format=bare 2022-02-15 09:16:46.049 | + functions:upload_image:378 : '[' vhdx == gz ']' 2022-02-15 09:16:46.051 | + functions:upload_image:385 : is_arch ppc64le 2022-02-15 09:16:46.055 | ++ functions-common:is_arch:428 : uname -m 2022-02-15 09:16:46.059 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c\6\4\l\e ]] 2022-02-15 09:16:46.064 | + functions:upload_image:385 : is_arch ppc64 2022-02-15 09:16:46.066 | ++ functions-common:is_arch:428 : uname -m 2022-02-15 09:16:46.072 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c\6\4 ]] 2022-02-15 09:16:46.075 | + functions:upload_image:385 : is_arch ppc 2022-02-15 09:16:46.078 | ++ functions-common:is_arch:428 : uname -m 2022-02-15 09:16:46.082 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c ]] 2022-02-15 09:16:46.085 | + functions:upload_image:389 : is_arch aarch64 2022-02-15 09:16:46.088 | ++ functions-common:is_arch:428 : uname -m 2022-02-15 09:16:46.092 | + functions-common:is_arch:428 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-02-15 09:16:46.095 | + functions:upload_image:393 : '[' bare = bare ']' 2022-02-15 09:16:46.097 | + functions:upload_image:394 : '[' '' = zcat ']' 2022-02-15 09:16:46.100 | + functions:upload_image:396 : '[' '' = bunzip2 ']' 2022-02-15 09:16:46.102 | + functions:upload_image:398 : '[' '' = unxz ']' 2022-02-15 09:16:46.105 | + functions:upload_image:409 : _upload_image ubuntu-16 bare vhdx /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx hw_rng_model=virtio 2022-02-15 09:16:46.107 | + functions:_upload_image:104 : local image_name=ubuntu-16 2022-02-15 09:16:46.109 | + functions:_upload_image:105 : shift 2022-02-15 09:16:46.111 | + functions:_upload_image:106 : local container=bare 2022-02-15 09:16:46.113 | + functions:_upload_image:107 : shift 2022-02-15 09:16:46.116 | + functions:_upload_image:108 : local disk=vhdx 2022-02-15 09:16:46.118 | + functions:_upload_image:109 : shift 2022-02-15 09:16:46.121 | + functions:_upload_image:110 : local image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-02-15 09:16:46.123 | + functions:_upload_image:111 : shift 2022-02-15 09:16:46.126 | + functions:_upload_image:112 : local properties 2022-02-15 09:16:46.128 | + functions:_upload_image:113 : local useimport 2022-02-15 09:16:46.131 | ++ functions:_upload_image:115 : _image_properties_to_arg hw_rng_model=virtio 2022-02-15 09:16:46.133 | ++ functions:_image_properties_to_arg:87 : local result= 2022-02-15 09:16:46.135 | ++ functions:_image_properties_to_arg:88 : for property in $* 2022-02-15 09:16:46.138 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_rng_model=virtio' 2022-02-15 09:16:46.140 | ++ functions:_image_properties_to_arg:91 : echo --property hw_rng_model=virtio 2022-02-15 09:16:46.143 | + functions:_upload_image:115 : properties='--property hw_rng_model=virtio' 2022-02-15 09:16:46.145 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2022-02-15 09:16:46.148 | + functions:_upload_image:121 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create ubuntu-16 --public --container-format bare --disk-format vhdx --property hw_rng_model=virtio 2022-02-15 09:16:49.458 | + inc/async:async_inner:64 : rc=0 2022-02-15 09:16:49.490 | [108654 Async create_flavors:108654]: finished successfully 2022-02-15 09:17:04.462 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.462 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.462 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.462 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.462 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2022-02-15 09:17:04.462 | | Field | Value | 2022-02-15 09:17:04.462 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2022-02-15 09:17:04.462 | | container_format | bare | 2022-02-15 09:17:04.462 | | created_at | 2022-02-15T09:16:49Z | 2022-02-15 09:17:04.462 | | disk_format | vhdx | 2022-02-15 09:17:04.462 | | file | /v2/images/a2b4c62f-0670-4d7b-8a8c-b07a592707ec/file | 2022-02-15 09:17:04.462 | | id | a2b4c62f-0670-4d7b-8a8c-b07a592707ec | 2022-02-15 09:17:04.462 | | min_disk | 0 | 2022-02-15 09:17:04.462 | | min_ram | 0 | 2022-02-15 09:17:04.462 | | name | ubuntu-16 | 2022-02-15 09:17:04.463 | | owner | 67c24a4e335a43709016daa476acf61a | 2022-02-15 09:17:04.463 | | properties | hw_rng_model='virtio', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/ubuntu-16', owner_specified.openstack.sha256='' | 2022-02-15 09:17:04.463 | | protected | False | 2022-02-15 09:17:04.463 | | schema | /v2/schemas/image | 2022-02-15 09:17:04.463 | | status | queued | 2022-02-15 09:17:04.463 | | tags | | 2022-02-15 09:17:04.463 | | updated_at | 2022-02-15T09:16:49Z | 2022-02-15 09:17:04.463 | | visibility | public | 2022-02-15 09:17:04.463 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2022-02-15 09:17:04.652 | + ./stack.sh:main:1366 : async_wait create_flavors 2022-02-15 09:17:04.730 | [17600 Async create_flavors:108654]: Waiting for completion of create_flavors running on PID 108654 (2 other jobs running) 2022-02-15 09:17:04.768 | [17600 Async create_flavors:108654]: Signaling child to exit 2022-02-15 09:17:04.768 | WAKEUP 2022-02-15 09:17:04.795 | [17600 Async create_flavors:108654]: Signaled 2022-02-15 09:17:04.799 | + lib/nova:create_flavors:1132 : is_service_enabled n-api 2022-02-15 09:17:04.799 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:17:04.799 | + lib/nova:create_flavors:1133 : openstack --os-region-name=RegionOne flavor list 2022-02-15 09:17:04.799 | + lib/nova:create_flavors:1133 : grep -q ds512M 2022-02-15 09:17:04.799 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.799 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.799 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.799 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.799 | + lib/nova:create_flavors:1135 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2022-02-15 09:17:04.799 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.799 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.799 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.799 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.799 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.799 | | Field | Value | 2022-02-15 09:17:04.799 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.799 | | OS-FLV-DISABLED:disabled | False | 2022-02-15 09:17:04.799 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-15 09:17:04.799 | | description | None | 2022-02-15 09:17:04.800 | | disk | 1 | 2022-02-15 09:17:04.800 | | id | c1 | 2022-02-15 09:17:04.800 | | name | cirros256 | 2022-02-15 09:17:04.800 | | os-flavor-access:is_public | True | 2022-02-15 09:17:04.800 | | properties | hw_rng:allowed='True' | 2022-02-15 09:17:04.800 | | ram | 256 | 2022-02-15 09:17:04.800 | | rxtx_factor | 1.0 | 2022-02-15 09:17:04.800 | | swap | | 2022-02-15 09:17:04.800 | | vcpus | 1 | 2022-02-15 09:17:04.800 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.800 | + lib/nova:create_flavors:1136 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2022-02-15 09:17:04.800 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.800 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.800 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.800 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.800 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.800 | | Field | Value | 2022-02-15 09:17:04.800 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.800 | | OS-FLV-DISABLED:disabled | False | 2022-02-15 09:17:04.800 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-15 09:17:04.800 | | description | None | 2022-02-15 09:17:04.800 | | disk | 5 | 2022-02-15 09:17:04.800 | | id | d1 | 2022-02-15 09:17:04.800 | | name | ds512M | 2022-02-15 09:17:04.801 | | os-flavor-access:is_public | True | 2022-02-15 09:17:04.801 | | properties | hw_rng:allowed='True' | 2022-02-15 09:17:04.801 | | ram | 512 | 2022-02-15 09:17:04.801 | | rxtx_factor | 1.0 | 2022-02-15 09:17:04.801 | | swap | | 2022-02-15 09:17:04.801 | | vcpus | 1 | 2022-02-15 09:17:04.801 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.801 | + lib/nova:create_flavors:1137 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2022-02-15 09:17:04.801 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.801 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.801 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.801 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.801 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.801 | | Field | Value | 2022-02-15 09:17:04.801 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.801 | | OS-FLV-DISABLED:disabled | False | 2022-02-15 09:17:04.801 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-15 09:17:04.801 | | description | None | 2022-02-15 09:17:04.801 | | disk | 10 | 2022-02-15 09:17:04.801 | | id | d2 | 2022-02-15 09:17:04.801 | | name | ds1G | 2022-02-15 09:17:04.801 | | os-flavor-access:is_public | True | 2022-02-15 09:17:04.801 | | properties | hw_rng:allowed='True' | 2022-02-15 09:17:04.801 | | ram | 1024 | 2022-02-15 09:17:04.802 | | rxtx_factor | 1.0 | 2022-02-15 09:17:04.802 | | swap | | 2022-02-15 09:17:04.802 | | vcpus | 1 | 2022-02-15 09:17:04.802 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.802 | + lib/nova:create_flavors:1138 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2022-02-15 09:17:04.802 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.802 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.802 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.802 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.802 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.802 | | Field | Value | 2022-02-15 09:17:04.802 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.802 | | OS-FLV-DISABLED:disabled | False | 2022-02-15 09:17:04.802 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-15 09:17:04.802 | | description | None | 2022-02-15 09:17:04.802 | | disk | 10 | 2022-02-15 09:17:04.802 | | id | d3 | 2022-02-15 09:17:04.802 | | name | ds2G | 2022-02-15 09:17:04.802 | | os-flavor-access:is_public | True | 2022-02-15 09:17:04.802 | | properties | hw_rng:allowed='True' | 2022-02-15 09:17:04.802 | | ram | 2048 | 2022-02-15 09:17:04.802 | | rxtx_factor | 1.0 | 2022-02-15 09:17:04.802 | | swap | | 2022-02-15 09:17:04.802 | | vcpus | 2 | 2022-02-15 09:17:04.802 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.802 | + lib/nova:create_flavors:1139 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2022-02-15 09:17:04.802 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.802 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.802 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.802 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.802 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.802 | | Field | Value | 2022-02-15 09:17:04.802 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.802 | | OS-FLV-DISABLED:disabled | False | 2022-02-15 09:17:04.802 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-15 09:17:04.803 | | description | None | 2022-02-15 09:17:04.803 | | disk | 20 | 2022-02-15 09:17:04.803 | | id | d4 | 2022-02-15 09:17:04.803 | | name | ds4G | 2022-02-15 09:17:04.803 | | os-flavor-access:is_public | True | 2022-02-15 09:17:04.803 | | properties | hw_rng:allowed='True' | 2022-02-15 09:17:04.803 | | ram | 4096 | 2022-02-15 09:17:04.803 | | rxtx_factor | 1.0 | 2022-02-15 09:17:04.803 | | swap | | 2022-02-15 09:17:04.803 | | vcpus | 4 | 2022-02-15 09:17:04.803 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.803 | + lib/nova:create_flavors:1142 : openstack --os-region-name=RegionOne flavor list 2022-02-15 09:17:04.803 | + lib/nova:create_flavors:1142 : grep -q m1.tiny 2022-02-15 09:17:04.803 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.803 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.803 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.803 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.803 | + lib/nova:create_flavors:1143 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2022-02-15 09:17:04.803 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.803 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.803 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.803 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.803 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.803 | | Field | Value | 2022-02-15 09:17:04.803 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.803 | | OS-FLV-DISABLED:disabled | False | 2022-02-15 09:17:04.803 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-15 09:17:04.803 | | description | None | 2022-02-15 09:17:04.803 | | disk | 1 | 2022-02-15 09:17:04.803 | | id | 1 | 2022-02-15 09:17:04.803 | | name | m1.tiny | 2022-02-15 09:17:04.803 | | os-flavor-access:is_public | True | 2022-02-15 09:17:04.803 | | properties | hw_rng:allowed='True' | 2022-02-15 09:17:04.803 | | ram | 512 | 2022-02-15 09:17:04.804 | | rxtx_factor | 1.0 | 2022-02-15 09:17:04.804 | | swap | | 2022-02-15 09:17:04.804 | | vcpus | 1 | 2022-02-15 09:17:04.804 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.804 | + lib/nova:create_flavors:1144 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2022-02-15 09:17:04.804 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.804 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.804 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.804 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.804 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.804 | | Field | Value | 2022-02-15 09:17:04.804 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.804 | | OS-FLV-DISABLED:disabled | False | 2022-02-15 09:17:04.804 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-15 09:17:04.804 | | description | None | 2022-02-15 09:17:04.804 | | disk | 20 | 2022-02-15 09:17:04.804 | | id | 2 | 2022-02-15 09:17:04.804 | | name | m1.small | 2022-02-15 09:17:04.804 | | os-flavor-access:is_public | True | 2022-02-15 09:17:04.804 | | properties | hw_rng:allowed='True' | 2022-02-15 09:17:04.804 | | ram | 2048 | 2022-02-15 09:17:04.804 | | rxtx_factor | 1.0 | 2022-02-15 09:17:04.804 | | swap | | 2022-02-15 09:17:04.804 | | vcpus | 1 | 2022-02-15 09:17:04.804 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.804 | + lib/nova:create_flavors:1145 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2022-02-15 09:17:04.804 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.804 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.804 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.804 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.804 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.804 | | Field | Value | 2022-02-15 09:17:04.805 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.805 | | OS-FLV-DISABLED:disabled | False | 2022-02-15 09:17:04.805 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-15 09:17:04.805 | | description | None | 2022-02-15 09:17:04.805 | | disk | 40 | 2022-02-15 09:17:04.805 | | id | 3 | 2022-02-15 09:17:04.805 | | name | m1.medium | 2022-02-15 09:17:04.805 | | os-flavor-access:is_public | True | 2022-02-15 09:17:04.805 | | properties | hw_rng:allowed='True' | 2022-02-15 09:17:04.805 | | ram | 4096 | 2022-02-15 09:17:04.805 | | rxtx_factor | 1.0 | 2022-02-15 09:17:04.805 | | swap | | 2022-02-15 09:17:04.805 | | vcpus | 2 | 2022-02-15 09:17:04.805 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.805 | + lib/nova:create_flavors:1146 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2022-02-15 09:17:04.805 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.805 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.805 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.805 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.805 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.805 | | Field | Value | 2022-02-15 09:17:04.805 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.805 | | OS-FLV-DISABLED:disabled | False | 2022-02-15 09:17:04.805 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-15 09:17:04.805 | | description | None | 2022-02-15 09:17:04.805 | | disk | 80 | 2022-02-15 09:17:04.805 | | id | 4 | 2022-02-15 09:17:04.805 | | name | m1.large | 2022-02-15 09:17:04.805 | | os-flavor-access:is_public | True | 2022-02-15 09:17:04.805 | | properties | hw_rng:allowed='True' | 2022-02-15 09:17:04.805 | | ram | 8192 | 2022-02-15 09:17:04.805 | | rxtx_factor | 1.0 | 2022-02-15 09:17:04.805 | | swap | | 2022-02-15 09:17:04.805 | | vcpus | 4 | 2022-02-15 09:17:04.805 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.805 | + lib/nova:create_flavors:1147 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2022-02-15 09:17:04.806 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.806 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.806 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:04.806 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:04.806 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.806 | | Field | Value | 2022-02-15 09:17:04.806 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.806 | | OS-FLV-DISABLED:disabled | False | 2022-02-15 09:17:04.806 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-15 09:17:04.806 | | description | None | 2022-02-15 09:17:04.806 | | disk | 160 | 2022-02-15 09:17:04.806 | | id | 5 | 2022-02-15 09:17:04.806 | | name | m1.xlarge | 2022-02-15 09:17:04.806 | | os-flavor-access:is_public | True | 2022-02-15 09:17:04.806 | | properties | hw_rng:allowed='True' | 2022-02-15 09:17:04.806 | | ram | 16384 | 2022-02-15 09:17:04.806 | | rxtx_factor | 1.0 | 2022-02-15 09:17:04.806 | | swap | | 2022-02-15 09:17:04.806 | | vcpus | 8 | 2022-02-15 09:17:04.806 | +----------------------------+-----------------------+ 2022-02-15 09:17:04.855 | [17600 Async create_flavors:108654]: finished create_flavors with result 0 in 31 seconds 2022-02-15 09:17:04.860 | + inc/async:async_wait:197 : return 0 2022-02-15 09:17:04.863 | + ./stack.sh:main:1368 : is_service_enabled horizon 2022-02-15 09:17:04.883 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:17:04.886 | + ./stack.sh:main:1382 : is_service_enabled nova 2022-02-15 09:17:04.905 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:17:04.908 | + ./stack.sh:main:1382 : is_service_enabled keystone 2022-02-15 09:17:04.928 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:17:04.930 | + ./stack.sh:main:1383 : USERRC_PARAMS='-PA --target-dir /home/ubuntu/devstack/accrc' 2022-02-15 09:17:04.937 | + ./stack.sh:main:1385 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-02-15 09:17:04.940 | + ./stack.sh:main:1389 : /home/ubuntu/devstack/tools/create_userrc.sh -PA --target-dir /home/ubuntu/devstack/accrc 2022-02-15 09:17:04.970 | + home/ubuntu/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2022-02-15 09:17:04.973 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:80 : getopt -o hPAp:u:r:C: -l os-username:,os-password:,os-tenant-id:,os-tenant-name:,os-project-name:,os-project-id:,os-project-domain-id:,os-project-domain-name:,os-user-domain-id:,os-user-domain-name:,os-auth-url:,target-dir:,heat-url:,skip-project:,os-cacert:,help,debug -- -PA --target-dir /home/ubuntu/devstack/accrc 2022-02-15 09:17:04.976 | + home/ubuntu/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/home/ubuntu/devstack/accrc'\'' --' 2022-02-15 09:17:04.978 | + home/ubuntu/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/home/ubuntu/devstack/accrc'\''' -- 2022-02-15 09:17:04.979 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /home/ubuntu/devstack/accrc -- 2022-02-15 09:17:04.981 | + home/ubuntu/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2022-02-15 09:17:04.982 | + home/ubuntu/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2022-02-15 09:17:04.985 | + home/ubuntu/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2022-02-15 09:17:04.986 | + home/ubuntu/devstack/tools/create_userrc.sh:main:92 : MODE= 2022-02-15 09:17:04.989 | + home/ubuntu/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2022-02-15 09:17:04.990 | + home/ubuntu/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2022-02-15 09:17:04.992 | + home/ubuntu/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2022-02-15 09:17:04.993 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2022-02-15 09:17:04.995 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2022-02-15 09:17:04.996 | + home/ubuntu/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2022-02-15 09:17:04.998 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2022-02-15 09:17:04.999 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 4 -gt 0 ']' 2022-02-15 09:17:05.001 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2022-02-15 09:17:05.003 | + home/ubuntu/devstack/tools/create_userrc.sh:main:118 : MODE=all 2022-02-15 09:17:05.005 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2022-02-15 09:17:05.006 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2022-02-15 09:17:05.008 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2022-02-15 09:17:05.009 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/home/ubuntu/devstack/accrc 2022-02-15 09:17:05.011 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : shift 2022-02-15 09:17:05.012 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2022-02-15 09:17:05.019 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2022-02-15 09:17:05.021 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2022-02-15 09:17:05.022 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : shift 2022-02-15 09:17:05.024 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : break 2022-02-15 09:17:05.025 | + home/ubuntu/devstack/tools/create_userrc.sh:main:129 : '[' -z Passw0rd ']' 2022-02-15 09:17:05.027 | + home/ubuntu/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2022-02-15 09:17:05.028 | + home/ubuntu/devstack/tools/create_userrc.sh:main:142 : '[' -z admin -a '' ']' 2022-02-15 09:17:05.030 | + home/ubuntu/devstack/tools/create_userrc.sh:main:146 : '[' -z admin -a -z '' ']' 2022-02-15 09:17:05.031 | + home/ubuntu/devstack/tools/create_userrc.sh:main:150 : '[' -z admin ']' 2022-02-15 09:17:05.033 | + home/ubuntu/devstack/tools/create_userrc.sh:main:154 : '[' -z http://10.222.0.10/identity ']' 2022-02-15 09:17:05.034 | + home/ubuntu/devstack/tools/create_userrc.sh:main:158 : '[' -z default -a -z '' ']' 2022-02-15 09:17:05.037 | + home/ubuntu/devstack/tools/create_userrc.sh:main:163 : '[' -z default -a -z '' ']' 2022-02-15 09:17:05.038 | + home/ubuntu/devstack/tools/create_userrc.sh:main:168 : USER_PASS=Passw0rd 2022-02-15 09:17:05.040 | + home/ubuntu/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2022-02-15 09:17:05.041 | + home/ubuntu/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2022-02-15 09:17:05.043 | + home/ubuntu/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2022-02-15 09:17:05.046 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2022-02-15 09:17:05.046 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep ,True 2022-02-15 09:17:05.046 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-02-15 09:17:05.048 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep -v service 2022-02-15 09:17:05.048 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-02-15 09:17:07.629 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:07.629 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:07.629 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:07.629 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:07.795 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 09a54755582f40e9bdd16756566d13ac --long --quote none -f csv 2022-02-15 09:17:07.795 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-02-15 09:17:07.796 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-15 09:17:07.797 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-15 09:17:10.102 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:10.102 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:10.102 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:10.102 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:10.271 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest1 '!=' admin ']' 2022-02-15 09:17:10.272 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest1_password' 2022-02-15 09:17:10.274 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-15 09:17:10.275 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-15 09:17:10.277 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 19309f0a042d45d28ced55379d056f05 swiftusertest1 09a54755582f40e9bdd16756566d13ac swiftprojecttest1 Passw0rd 2022-02-15 09:17:10.279 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=19309f0a042d45d28ced55379d056f05 2022-02-15 09:17:10.280 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest1 2022-02-15 09:17:10.282 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=09a54755582f40e9bdd16756566d13ac 2022-02-15 09:17:10.283 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2022-02-15 09:17:10.285 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-15 09:17:10.287 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2022-02-15 09:17:10.309 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest1 2022-02-15 09:17:10.310 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-15 09:17:10.316 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-15 09:17:10.318 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-15 09:17:10.319 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-15 09:17:10.321 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:10.322 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:10.326 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-15 09:17:10.327 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:10.329 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:10.330 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-15 09:17:10.333 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:10.334 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:10.336 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-15 09:17:10.337 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:10.339 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:10.341 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-15 09:17:10.343 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-15 09:17:10.344 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-15 09:17:10.346 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest3 '!=' admin ']' 2022-02-15 09:17:10.348 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest3_password' 2022-02-15 09:17:10.350 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-15 09:17:10.351 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-15 09:17:10.353 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 1f9c250350284a7db7c0606ae3eace79 swiftusertest3 09a54755582f40e9bdd16756566d13ac swiftprojecttest1 Passw0rd 2022-02-15 09:17:10.354 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=1f9c250350284a7db7c0606ae3eace79 2022-02-15 09:17:10.356 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest3 2022-02-15 09:17:10.357 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=09a54755582f40e9bdd16756566d13ac 2022-02-15 09:17:10.359 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2022-02-15 09:17:10.363 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-15 09:17:10.363 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2022-02-15 09:17:10.366 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest3 2022-02-15 09:17:10.368 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-15 09:17:10.375 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-15 09:17:10.377 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-15 09:17:10.379 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-15 09:17:10.380 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:10.382 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:10.384 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-15 09:17:10.385 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:10.391 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:10.393 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-15 09:17:10.395 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:10.397 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:10.399 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-15 09:17:10.400 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:10.402 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:10.404 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-15 09:17:10.405 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-15 09:17:10.407 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-15 09:17:10.409 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-02-15 09:17:10.411 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-02-15 09:17:10.414 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 1d12151157af4541a65ae0470eefdb4f --long --quote none -f csv 2022-02-15 09:17:10.414 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-02-15 09:17:10.414 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-15 09:17:10.416 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-15 09:17:12.672 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:12.672 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:12.672 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:12.672 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:12.837 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest4 '!=' admin ']' 2022-02-15 09:17:12.839 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest4_password' 2022-02-15 09:17:12.841 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-15 09:17:12.842 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-15 09:17:12.844 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 3c3c342842da42c48d01ab37a364ae9d swiftusertest4 1d12151157af4541a65ae0470eefdb4f swiftprojecttest4 Passw0rd 2022-02-15 09:17:12.845 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=3c3c342842da42c48d01ab37a364ae9d 2022-02-15 09:17:12.847 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest4 2022-02-15 09:17:12.849 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=1d12151157af4541a65ae0470eefdb4f 2022-02-15 09:17:12.850 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest4 2022-02-15 09:17:12.852 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-15 09:17:12.854 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest4 2022-02-15 09:17:12.861 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest4/swiftusertest4 2022-02-15 09:17:12.862 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-15 09:17:12.866 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-15 09:17:12.868 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-15 09:17:12.869 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-15 09:17:12.871 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:12.872 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:12.874 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-15 09:17:12.876 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:12.877 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:12.879 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-15 09:17:12.881 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:12.882 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:12.884 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-15 09:17:12.886 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:12.887 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:12.889 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-15 09:17:12.890 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-15 09:17:12.892 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-15 09:17:12.894 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-02-15 09:17:12.896 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-02-15 09:17:12.898 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 568283097f3342f4baa62db7d784577a --long --quote none -f csv 2022-02-15 09:17:12.898 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-02-15 09:17:12.902 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-15 09:17:12.904 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-15 09:17:15.152 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:15.152 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:15.152 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:15.152 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:15.312 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2022-02-15 09:17:15.314 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2022-02-15 09:17:15.316 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-15 09:17:15.318 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-15 09:17:15.319 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry d59c0cb3d900435e95432bb19aa3168a admin 568283097f3342f4baa62db7d784577a alt_demo Passw0rd 2022-02-15 09:17:15.321 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=d59c0cb3d900435e95432bb19aa3168a 2022-02-15 09:17:15.322 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2022-02-15 09:17:15.324 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=568283097f3342f4baa62db7d784577a 2022-02-15 09:17:15.325 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2022-02-15 09:17:15.327 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-15 09:17:15.328 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2022-02-15 09:17:15.332 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/admin 2022-02-15 09:17:15.334 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-15 09:17:15.337 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-15 09:17:15.339 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-15 09:17:15.340 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-15 09:17:15.342 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:15.343 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:15.345 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-15 09:17:15.347 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:15.348 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:15.350 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-15 09:17:15.351 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:15.353 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:15.354 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-15 09:17:15.358 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:15.359 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:15.361 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-15 09:17:15.363 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-15 09:17:15.365 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-15 09:17:15.366 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a alt_demo '!=' admin ']' 2022-02-15 09:17:15.368 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$alt_demo_password' 2022-02-15 09:17:15.369 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-15 09:17:15.371 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-15 09:17:15.372 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry cbca529ca88f4931a5ca3fe6cd989573 alt_demo 568283097f3342f4baa62db7d784577a alt_demo Passw0rd 2022-02-15 09:17:15.374 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=cbca529ca88f4931a5ca3fe6cd989573 2022-02-15 09:17:15.376 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=alt_demo 2022-02-15 09:17:15.377 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=568283097f3342f4baa62db7d784577a 2022-02-15 09:17:15.379 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2022-02-15 09:17:15.381 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-15 09:17:15.382 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2022-02-15 09:17:15.386 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/alt_demo 2022-02-15 09:17:15.387 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-15 09:17:15.390 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-15 09:17:15.392 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-15 09:17:15.394 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-15 09:17:15.396 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:15.397 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:15.399 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-15 09:17:15.400 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:15.402 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:15.403 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-15 09:17:15.405 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:15.406 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:15.408 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-15 09:17:15.409 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:15.411 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:15.412 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-15 09:17:15.414 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-15 09:17:15.416 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-15 09:17:15.418 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-02-15 09:17:15.420 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-02-15 09:17:15.422 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-02-15 09:17:15.422 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 67c24a4e335a43709016daa476acf61a --long --quote none -f csv 2022-02-15 09:17:15.425 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-15 09:17:15.428 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-15 09:17:17.592 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:17.592 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:17.592 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:17.592 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:17.756 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2022-02-15 09:17:17.758 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2022-02-15 09:17:17.759 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-15 09:17:17.761 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-15 09:17:17.762 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry d59c0cb3d900435e95432bb19aa3168a admin 67c24a4e335a43709016daa476acf61a admin Passw0rd 2022-02-15 09:17:17.764 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=d59c0cb3d900435e95432bb19aa3168a 2022-02-15 09:17:17.765 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2022-02-15 09:17:17.767 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=67c24a4e335a43709016daa476acf61a 2022-02-15 09:17:17.769 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=admin 2022-02-15 09:17:17.770 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-15 09:17:17.772 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/admin 2022-02-15 09:17:17.802 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/admin/admin 2022-02-15 09:17:17.804 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-15 09:17:17.807 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-15 09:17:17.809 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-15 09:17:17.810 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-15 09:17:17.812 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:17.814 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:17.815 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-15 09:17:17.817 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:17.818 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:17.820 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-15 09:17:17.821 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:17.823 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:17.824 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-15 09:17:17.826 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:17.829 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:17.832 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-15 09:17:17.834 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-15 09:17:17.835 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-15 09:17:17.837 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-02-15 09:17:17.839 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-02-15 09:17:17.841 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 69a13a82a34142c1a27aff2101722d6b --long --quote none -f csv 2022-02-15 09:17:17.842 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-02-15 09:17:17.842 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-15 09:17:17.844 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-15 09:17:20.126 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:20.126 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:20.126 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:20.126 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:20.289 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2022-02-15 09:17:20.291 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2022-02-15 09:17:20.293 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-15 09:17:20.294 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-15 09:17:20.296 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 16c568d549d1479f811a48b379e2a310 demo 69a13a82a34142c1a27aff2101722d6b demo Passw0rd 2022-02-15 09:17:20.297 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=16c568d549d1479f811a48b379e2a310 2022-02-15 09:17:20.299 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2022-02-15 09:17:20.300 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:17:20.302 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2022-02-15 09:17:20.303 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-15 09:17:20.305 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2022-02-15 09:17:20.308 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/demo 2022-02-15 09:17:20.310 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-15 09:17:20.313 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-15 09:17:20.315 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-15 09:17:20.316 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-15 09:17:20.318 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:20.320 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:20.321 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-15 09:17:20.323 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:20.324 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:20.326 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-15 09:17:20.327 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:20.329 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:20.330 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-15 09:17:20.332 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:20.334 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:20.335 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-15 09:17:20.337 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-15 09:17:20.339 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-15 09:17:20.340 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2022-02-15 09:17:20.342 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2022-02-15 09:17:20.343 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-15 09:17:20.345 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-15 09:17:20.348 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry d59c0cb3d900435e95432bb19aa3168a admin 69a13a82a34142c1a27aff2101722d6b demo Passw0rd 2022-02-15 09:17:20.349 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=d59c0cb3d900435e95432bb19aa3168a 2022-02-15 09:17:20.351 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2022-02-15 09:17:20.352 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=69a13a82a34142c1a27aff2101722d6b 2022-02-15 09:17:20.354 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2022-02-15 09:17:20.355 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-15 09:17:20.357 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2022-02-15 09:17:20.360 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/admin 2022-02-15 09:17:20.361 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-15 09:17:20.365 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-15 09:17:20.366 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-15 09:17:20.368 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-15 09:17:20.369 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:20.371 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:20.372 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-15 09:17:20.374 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:20.376 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:20.377 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-15 09:17:20.379 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:20.380 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:20.382 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-15 09:17:20.384 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:20.385 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:20.387 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-15 09:17:20.388 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-15 09:17:20.390 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-15 09:17:20.392 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-02-15 09:17:20.394 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-02-15 09:17:20.396 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-02-15 09:17:20.396 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 7a0eca18ec434aa08f088d0a444195e9 --long --quote none -f csv 2022-02-15 09:17:20.397 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-15 09:17:20.398 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-15 09:17:22.622 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:22.622 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:22.622 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:22.622 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:22.780 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest2 '!=' admin ']' 2022-02-15 09:17:22.782 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest2_password' 2022-02-15 09:17:22.783 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-15 09:17:22.785 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-15 09:17:22.787 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 5fcbd364a54a4a1181a882daa841ac91 swiftusertest2 7a0eca18ec434aa08f088d0a444195e9 swiftprojecttest2 Passw0rd 2022-02-15 09:17:22.788 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=5fcbd364a54a4a1181a882daa841ac91 2022-02-15 09:17:22.790 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest2 2022-02-15 09:17:22.791 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=7a0eca18ec434aa08f088d0a444195e9 2022-02-15 09:17:22.793 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest2 2022-02-15 09:17:22.794 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-15 09:17:22.795 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest2 2022-02-15 09:17:22.799 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest2/swiftusertest2 2022-02-15 09:17:22.801 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-15 09:17:22.804 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-15 09:17:22.805 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-15 09:17:22.807 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-15 09:17:22.808 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:22.810 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:22.811 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-15 09:17:22.813 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:22.814 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:22.816 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-15 09:17:22.818 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:22.819 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:22.821 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-15 09:17:22.822 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:22.824 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:22.825 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-15 09:17:22.827 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-15 09:17:22.828 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-15 09:17:22.830 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-02-15 09:17:22.832 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-02-15 09:17:22.834 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project b1a6b374a49146b6a65742d6468ff93d --long --quote none -f csv 2022-02-15 09:17:22.835 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-15 09:17:22.835 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-02-15 09:17:22.836 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-15 09:17:25.009 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:25.010 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:25.010 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:25.010 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:25.165 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2022-02-15 09:17:25.166 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2022-02-15 09:17:25.168 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-15 09:17:25.169 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-15 09:17:25.171 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 16c568d549d1479f811a48b379e2a310 demo b1a6b374a49146b6a65742d6468ff93d invisible_to_admin Passw0rd 2022-02-15 09:17:25.172 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=16c568d549d1479f811a48b379e2a310 2022-02-15 09:17:25.174 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2022-02-15 09:17:25.176 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=b1a6b374a49146b6a65742d6468ff93d 2022-02-15 09:17:25.177 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=invisible_to_admin 2022-02-15 09:17:25.179 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-15 09:17:25.181 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/invisible_to_admin 2022-02-15 09:17:25.184 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/invisible_to_admin/demo 2022-02-15 09:17:25.186 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-15 09:17:25.189 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-15 09:17:25.190 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-15 09:17:25.192 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-15 09:17:25.194 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:25.195 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:25.197 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-15 09:17:25.198 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:25.200 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:25.201 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-15 09:17:25.203 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:25.204 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-15 09:17:25.206 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-15 09:17:25.207 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-15 09:17:25.209 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-15 09:17:25.210 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-15 09:17:25.212 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-15 09:17:25.214 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-15 09:17:25.215 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-02-15 09:17:25.217 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-02-15 09:17:25.220 | + ./stack.sh:main:1394 : save_stackenv 2022-02-15 09:17:25.223 | + functions-common:save_stackenv:60 : local tag= 2022-02-15 09:17:25.226 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-02-15 09:17:25.231 | + functions-common:save_stackenv:62 : time_stamp=2022-02-15-091725 2022-02-15 09:17:25.234 | + functions-common:save_stackenv:63 : echo '# 2022-02-15-091725 ' 2022-02-15 09:17:25.242 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:17:25.245 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-02-15 09:17:25.247 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:17:25.250 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-02-15 09:17:25.252 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:17:25.254 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-02-15 09:17:25.257 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:17:25.259 | + 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,s-container-sync,n-super-cond,n-cond-cell1 2022-02-15 09:17:25.262 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:17:25.264 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.10 2022-02-15 09:17:25.267 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:17:25.270 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.10/identity 2022-02-15 09:17:25.272 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:17:25.275 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-02-15-085740 2022-02-15 09:17:25.278 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:17:25.280 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-02-15 09:17:25.282 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:17:25.285 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.10 2022-02-15 09:17:25.288 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:17:25.290 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-02-15 09:17:25.293 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:17:25.295 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-02-15 09:17:25.297 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:17:25.300 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-02-15 09:17:25.302 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-15 09:17:25.305 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-02-15 09:17:25.307 | + ./stack.sh:main:1405 : merge_config_group /home/ubuntu/devstack/local.conf extra 2022-02-15 09:17:25.310 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2022-02-15 09:17:25.312 | + inc/meta-config:merge_config_group:171 : shift 2022-02-15 09:17:25.314 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2022-02-15 09:17:25.317 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-15 09:17:25.319 | + inc/meta-config:merge_config_group:176 : local configfile group 2022-02-15 09:17:25.322 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2022-02-15 09:17:25.325 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf extra 2022-02-15 09:17:25.327 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2022-02-15 09:17:25.330 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2022-02-15 09:17:25.333 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-15 09:17:25.336 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2022-02-15 09:17:25.336 | /^\[\[.+\|.*\]\]/ { 2022-02-15 09:17:25.336 | gsub("[][]", "", $1); 2022-02-15 09:17:25.336 | split($1, a, "|"); 2022-02-15 09:17:25.336 | if (a[1] == matchgroup) 2022-02-15 09:17:25.336 | print a[2] 2022-02-15 09:17:25.336 | } 2022-02-15 09:17:25.336 | ' /home/ubuntu/devstack/local.conf 2022-02-15 09:17:25.413 | + ./stack.sh:main:1412 : run_phase stack extra 2022-02-15 09:17:25.416 | + functions-common:run_phase:1737 : local mode=stack 2022-02-15 09:17:25.419 | + functions-common:run_phase:1738 : local phase=extra 2022-02-15 09:17:25.422 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-15 09:17:25.426 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-02-15 09:17:25.429 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-15 09:17:25.432 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-02-15 09:17:25.434 | + functions-common:run_phase:1747 : local extra 2022-02-15 09:17:25.438 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-15 09:17:25.458 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-02-15 09:17:25.461 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-15 09:17:25.464 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-15 09:17:25.467 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack extra 2022-02-15 09:17:25.470 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-15 09:17:25.488 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:17:25.491 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-02-15 09:17:25.494 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-02-15 09:17:25.497 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2022-02-15 09:17:25.499 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-02-15 09:17:25.502 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-02-15 09:17:25.505 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-02-15 09:17:25.508 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2022-02-15 09:17:25.511 | ++ extras.d/80-tempest.sh:source:15 : : 2022-02-15 09:17:25.513 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-02-15 09:17:25.516 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-02-15 09:17:25.519 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2022-02-15 09:17:25.522 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-02-15 09:17:25.526 | + functions-common:run_phase:1764 : run_plugins stack extra 2022-02-15 09:17:25.529 | + functions-common:run_plugins:1723 : local mode=stack 2022-02-15 09:17:25.532 | + functions-common:run_plugins:1724 : local phase=extra 2022-02-15 09:17:25.541 | + functions-common:run_plugins:1726 : local plugins= 2022-02-15 09:17:25.544 | + functions-common:run_plugins:1727 : local plugin 2022-02-15 09:17:25.546 | + ./stack.sh:main:1420 : merge_config_group /home/ubuntu/devstack/local.conf post-extra 2022-02-15 09:17:25.550 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2022-02-15 09:17:25.552 | + inc/meta-config:merge_config_group:171 : shift 2022-02-15 09:17:25.555 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2022-02-15 09:17:25.557 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-15 09:17:25.560 | + inc/meta-config:merge_config_group:176 : local configfile group 2022-02-15 09:17:25.563 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2022-02-15 09:17:25.567 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-extra 2022-02-15 09:17:25.570 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2022-02-15 09:17:25.573 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2022-02-15 09:17:25.576 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-15 09:17:25.579 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2022-02-15 09:17:25.579 | /^\[\[.+\|.*\]\]/ { 2022-02-15 09:17:25.579 | gsub("[][]", "", $1); 2022-02-15 09:17:25.579 | split($1, a, "|"); 2022-02-15 09:17:25.579 | if (a[1] == matchgroup) 2022-02-15 09:17:25.579 | print a[2] 2022-02-15 09:17:25.579 | } 2022-02-15 09:17:25.579 | ' /home/ubuntu/devstack/local.conf 2022-02-15 09:17:25.586 | + ./stack.sh:main:1429 : is_service_enabled n-cpu 2022-02-15 09:17:25.608 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:17:25.611 | + ./stack.sh:main:1434 : service_check 2022-02-15 09:17:25.614 | + functions-common:service_check:1602 : local service 2022-02-15 09:17:25.617 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:25.620 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@key.service 2022-02-15 09:17:25.655 | Failed to get unit file state for devstack@key.service: No such file or directory 2022-02-15 09:17:25.660 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:25.662 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-api.service 2022-02-15 09:17:25.677 | enabled 2022-02-15 09:17:25.682 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-api.service --no-pager 2022-02-15 09:17:25.720 | ● devstack@n-api.service - Devstack devstack@n-api.service 2022-02-15 09:17:25.720 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2022-02-15 09:17:25.720 | Active: active (running) since Tue 2022-02-15 09:14:51 UTC; 2min 33s ago 2022-02-15 09:17:25.720 | Main PID: 101665 (uwsgi) 2022-02-15 09:17:25.720 | Status: "uWSGI is ready" 2022-02-15 09:17:25.720 | Tasks: 3 (limit: 14304) 2022-02-15 09:17:25.720 | Memory: 240.0M 2022-02-15 09:17:25.720 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2022-02-15 09:17:25.720 | ├─101665 nova-apiuWSGI master 2022-02-15 09:17:25.720 | ├─101666 nova-apiuWSGI worker 1 2022-02-15 09:17:25.720 | └─101667 nova-apiuWSGI worker 2 2022-02-15 09:17:25.720 | 2022-02-15 09:17:25.720 | Feb 15 09:16:46 n-d-825064-4 devstack@n-api.service[101666]: [pid: 101666|app: 0|req: 17/32] 10.222.0.10 () {64 vars in 1332 bytes} [Tue Feb 15 09:16:46 2022] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 30 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2022-02-15 09:17:25.720 | Feb 15 09:16:49 n-d-825064-4 devstack@n-api.service[101667]: DEBUG nova.api.openstack.wsgi [None req-e072e4b1-db9c-4305-bd85-8f7fe046fde3 admin admin] Calling method '>' {{(pid=101667) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2022-02-15 09:17:25.720 | Feb 15 09:16:49 n-d-825064-4 devstack@n-api.service[101667]: INFO nova.api.openstack.requestlog [None req-e072e4b1-db9c-4305-bd85-8f7fe046fde3 admin admin] 10.222.0.10 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.001499 2022-02-15 09:17:25.721 | Feb 15 09:16:49 n-d-825064-4 devstack@n-api.service[101667]: [pid: 101667|app: 0|req: 16/33] 10.222.0.10 () {54 vars in 930 bytes} [Tue Feb 15 09:16:49 2022] GET /compute/v2.1 => generated 388 bytes in 2 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2022-02-15 09:17:25.721 | Feb 15 09:16:49 n-d-825064-4 devstack@n-api.service[101666]: DEBUG nova.api.openstack.wsgi [None req-79a71daa-4baf-4a33-b7cb-b1c4f2d1947b admin admin] Action: 'create', calling method: >, body: {"flavor": {"swap": 0, "rxtx_factor": 1.0, "name": "m1.xlarge", "os-flavor-access:is_public": true, "ram": 16384, "vcpus": 8, "disk": 160, "id": "5", "OS-FLV-EXT-DATA:ephemeral": 0}} {{(pid=101666) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2022-02-15 09:17:25.721 | Feb 15 09:16:49 n-d-825064-4 devstack@n-api.service[101666]: INFO nova.api.openstack.requestlog [None req-79a71daa-4baf-4a33-b7cb-b1c4f2d1947b admin admin] 10.222.0.10 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.076370 2022-02-15 09:17:25.721 | Feb 15 09:16:49 n-d-825064-4 devstack@n-api.service[101666]: [pid: 101666|app: 0|req: 18/34] 10.222.0.10 () {64 vars in 1282 bytes} [Tue Feb 15 09:16:49 2022] POST /compute/v2.1/flavors => generated 408 bytes in 78 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2022-02-15 09:17:25.721 | Feb 15 09:16:49 n-d-825064-4 devstack@n-api.service[101667]: DEBUG nova.api.openstack.wsgi [None req-85c77a39-9da3-43a7-8215-1efcbc32e03b admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=101667) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2022-02-15 09:17:25.721 | Feb 15 09:16:49 n-d-825064-4 devstack@n-api.service[101667]: INFO nova.api.openstack.requestlog [None req-85c77a39-9da3-43a7-8215-1efcbc32e03b admin admin] 10.222.0.10 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.034002 2022-02-15 09:17:25.721 | Feb 15 09:16:49 n-d-825064-4 devstack@n-api.service[101667]: [pid: 101667|app: 0|req: 17/35] 10.222.0.10 () {64 vars in 1332 bytes} [Tue Feb 15 09:16:49 2022] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 36 msecs (HTTP/1.1 200) 9 headers in 358 bytes (2 switches on core 0) 2022-02-15 09:17:25.725 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:25.732 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-cond.service 2022-02-15 09:17:25.748 | Failed to get unit file state for devstack@n-cond.service: No such file or directory 2022-02-15 09:17:25.749 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:25.752 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-sch.service 2022-02-15 09:17:25.767 | enabled 2022-02-15 09:17:25.771 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-sch.service --no-pager 2022-02-15 09:17:25.789 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2022-02-15 09:17:25.789 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2022-02-15 09:17:25.789 | Active: active (running) since Tue 2022-02-15 09:16:06 UTC; 1min 19s ago 2022-02-15 09:17:25.789 | Main PID: 106464 (nova-scheduler) 2022-02-15 09:17:25.789 | Tasks: 3 (limit: 14304) 2022-02-15 09:17:25.789 | Memory: 147.4M 2022-02-15 09:17:25.789 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2022-02-15 09:17:25.789 | ├─106464 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2022-02-15 09:17:25.789 | ├─107719 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2022-02-15 09:17:25.790 | └─107720 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2022-02-15 09:17:25.790 | 2022-02-15 09:17:25.790 | Feb 15 09:16:10 n-d-825064-4 nova-scheduler[106464]: DEBUG oslo_service.service [None req-6493925d-f5bb-488d-8bb2-dcbb4d3585e6 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=106464) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:25.790 | Feb 15 09:16:10 n-d-825064-4 nova-scheduler[106464]: DEBUG oslo_service.service [None req-6493925d-f5bb-488d-8bb2-dcbb4d3585e6 None None] oslo_messaging_rabbit.ssl_version = {{(pid=106464) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:25.790 | Feb 15 09:16:10 n-d-825064-4 nova-scheduler[106464]: DEBUG oslo_service.service [None req-6493925d-f5bb-488d-8bb2-dcbb4d3585e6 None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=106464) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:25.790 | Feb 15 09:16:10 n-d-825064-4 nova-scheduler[106464]: DEBUG oslo_service.service [None req-6493925d-f5bb-488d-8bb2-dcbb4d3585e6 None None] oslo_messaging_notifications.retry = -1 {{(pid=106464) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:25.790 | Feb 15 09:16:10 n-d-825064-4 nova-scheduler[106464]: DEBUG oslo_service.service [None req-6493925d-f5bb-488d-8bb2-dcbb4d3585e6 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=106464) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:25.790 | Feb 15 09:16:10 n-d-825064-4 nova-scheduler[106464]: DEBUG oslo_service.service [None req-6493925d-f5bb-488d-8bb2-dcbb4d3585e6 None None] oslo_messaging_notifications.transport_url = **** {{(pid=106464) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:25.790 | Feb 15 09:16:10 n-d-825064-4 nova-scheduler[106464]: DEBUG oslo_service.service [None req-6493925d-f5bb-488d-8bb2-dcbb4d3585e6 None None] oslo_reports.file_event_handler = None {{(pid=106464) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:25.790 | Feb 15 09:16:10 n-d-825064-4 nova-scheduler[106464]: DEBUG oslo_service.service [None req-6493925d-f5bb-488d-8bb2-dcbb4d3585e6 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=106464) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:25.790 | Feb 15 09:16:10 n-d-825064-4 nova-scheduler[106464]: DEBUG oslo_service.service [None req-6493925d-f5bb-488d-8bb2-dcbb4d3585e6 None None] oslo_reports.log_dir = None {{(pid=106464) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:25.790 | Feb 15 09:16:10 n-d-825064-4 nova-scheduler[106464]: DEBUG oslo_service.service [None req-6493925d-f5bb-488d-8bb2-dcbb4d3585e6 None None] ******************************************************************************** {{(pid=106464) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-02-15 09:17:25.793 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:25.796 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-api-meta.service 2022-02-15 09:17:25.811 | enabled 2022-02-15 09:17:25.815 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-api-meta.service --no-pager 2022-02-15 09:17:25.832 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2022-02-15 09:17:25.832 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2022-02-15 09:17:25.832 | Active: active (running) since Tue 2022-02-15 09:16:07 UTC; 1min 17s ago 2022-02-15 09:17:25.832 | Main PID: 106922 (uwsgi) 2022-02-15 09:17:25.832 | Status: "uWSGI is ready" 2022-02-15 09:17:25.832 | Tasks: 4 (limit: 14304) 2022-02-15 09:17:25.832 | Memory: 202.9M 2022-02-15 09:17:25.832 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2022-02-15 09:17:25.832 | ├─106922 nova-api-metauWSGI master 2022-02-15 09:17:25.832 | ├─106926 nova-api-metauWSGI worker 1 2022-02-15 09:17:25.832 | ├─106927 nova-api-metauWSGI worker 2 2022-02-15 09:17:25.832 | └─106928 nova-api-metauWSGI http 1 2022-02-15 09:17:25.832 | 2022-02-15 09:17:25.832 | Feb 15 09:16:12 n-d-825064-4 devstack@n-api-meta.service[106927]: DEBUG oslo_concurrency.lockutils [None req-ef78be47-6b45-4b81-a2a7-348ea3530de0 None None] Lock "51f7c3b4-5d59-4833-921d-3f43b5567612" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=106927) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-15 09:17:25.832 | Feb 15 09:16:12 n-d-825064-4 devstack@n-api-meta.service[106927]: DEBUG oslo_concurrency.lockutils [None req-ef78be47-6b45-4b81-a2a7-348ea3530de0 None None] Lock "51f7c3b4-5d59-4833-921d-3f43b5567612" released by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.002s {{(pid=106927) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-15 09:17:25.832 | Feb 15 09:16:12 n-d-825064-4 devstack@n-api-meta.service[106927]: DEBUG oslo_db.sqlalchemy.engines [None req-ef78be47-6b45-4b81-a2a7-348ea3530de0 None None] 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=106927) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-15 09:17:25.832 | Feb 15 09:16:12 n-d-825064-4 devstack@n-api-meta.service[106926]: DEBUG oslo_db.sqlalchemy.engines [None req-bf3fafc7-4f26-459f-87e3-a23ccd574fd8 None None] 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=106926) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-15 09:17:25.832 | Feb 15 09:16:13 n-d-825064-4 devstack@n-api-meta.service[106927]: DEBUG oslo_db.sqlalchemy.engines [None req-ef78be47-6b45-4b81-a2a7-348ea3530de0 None None] 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=106927) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-15 09:17:25.832 | Feb 15 09:16:13 n-d-825064-4 devstack@n-api-meta.service[106927]: DEBUG oslo_db.sqlalchemy.engines [None req-ef78be47-6b45-4b81-a2a7-348ea3530de0 None None] 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=106927) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-15 09:17:25.832 | Feb 15 09:16:13 n-d-825064-4 devstack@n-api-meta.service[106926]: WARNING nova.api.metadata.handler [None req-bf3fafc7-4f26-459f-87e3-a23ccd574fd8 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2022-02-15 09:17:25.832 | Feb 15 09:16:13 n-d-825064-4 devstack@n-api-meta.service[106926]: WSGI app 0 (mountpoint='') ready in 6 seconds on interpreter 0x556955eed9a0 pid: 106926 (default app) 2022-02-15 09:17:25.832 | Feb 15 09:16:13 n-d-825064-4 devstack@n-api-meta.service[106927]: WARNING nova.api.metadata.handler [None req-ef78be47-6b45-4b81-a2a7-348ea3530de0 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2022-02-15 09:17:25.832 | Feb 15 09:16:13 n-d-825064-4 devstack@n-api-meta.service[106927]: WSGI app 0 (mountpoint='') ready in 6 seconds on interpreter 0x556955eed9a0 pid: 106927 (default app) 2022-02-15 09:17:25.835 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:25.838 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@placement-api.service 2022-02-15 09:17:25.853 | enabled 2022-02-15 09:17:25.857 | + functions-common:service_check:1609 : sudo systemctl status devstack@placement-api.service --no-pager 2022-02-15 09:17:25.875 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2022-02-15 09:17:25.875 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2022-02-15 09:17:25.875 | Active: active (running) since Tue 2022-02-15 09:15:06 UTC; 2min 19s ago 2022-02-15 09:17:25.875 | Main PID: 102839 (uwsgi) 2022-02-15 09:17:25.875 | Status: "uWSGI is ready" 2022-02-15 09:17:25.875 | Tasks: 3 (limit: 14304) 2022-02-15 09:17:25.875 | Memory: 142.2M 2022-02-15 09:17:25.875 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2022-02-15 09:17:25.875 | ├─102839 placementuWSGI master 2022-02-15 09:17:25.875 | ├─102840 placementuWSGI worker 1 2022-02-15 09:17:25.875 | └─102841 placementuWSGI worker 2 2022-02-15 09:17:25.875 | 2022-02-15 09:17:25.875 | Feb 15 09:15:09 n-d-825064-4 devstack@placement-api.service[102840]: WSGI app 0 (mountpoint='') ready in 3 seconds on interpreter 0x555ddd8449c0 pid: 102840 (default app) 2022-02-15 09:17:25.875 | Feb 15 09:16:09 n-d-825064-4 devstack@placement-api.service[102841]: DEBUG placement.requestlog [None req-e3d8b31a-4c01-448a-a4f2-48cd6716f2ca None None] Starting request: 10.222.0.10 "GET /placement/" {{(pid=102841) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2022-02-15 09:17:25.875 | Feb 15 09:16:09 n-d-825064-4 devstack@placement-api.service[102841]: INFO placement.requestlog [None req-e3d8b31a-4c01-448a-a4f2-48cd6716f2ca None None] 10.222.0.10 "GET /placement/" status: 200 len: 136 microversion: 1.0 2022-02-15 09:17:25.875 | Feb 15 09:16:09 n-d-825064-4 devstack@placement-api.service[102841]: [pid: 102841|app: 0|req: 2/2] 10.222.0.10 () {54 vars in 916 bytes} [Tue Feb 15 09:16:09 2022] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2022-02-15 09:17:25.875 | Feb 15 09:16:14 n-d-825064-4 devstack@placement-api.service[102840]: DEBUG placement.requestlog [None req-ddc85e14-b852-4656-8477-ab4edb77bfb1 None None] Starting request: 10.222.0.10 "GET /placement/" {{(pid=102840) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2022-02-15 09:17:25.875 | Feb 15 09:16:14 n-d-825064-4 devstack@placement-api.service[102840]: INFO placement.requestlog [None req-ddc85e14-b852-4656-8477-ab4edb77bfb1 None None] 10.222.0.10 "GET /placement/" status: 200 len: 136 microversion: 1.0 2022-02-15 09:17:25.875 | Feb 15 09:16:14 n-d-825064-4 devstack@placement-api.service[102840]: [pid: 102840|app: 0|req: 1/3] 10.222.0.10 () {54 vars in 916 bytes} [Tue Feb 15 09:16:14 2022] GET /placement => generated 136 bytes in 18 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2022-02-15 09:17:25.875 | Feb 15 09:16:15 n-d-825064-4 devstack@placement-api.service[102841]: DEBUG placement.requestlog [None req-442fb9ce-915b-41c0-b4c9-fb050d3bfc42 None None] Starting request: 10.222.0.10 "GET /placement/" {{(pid=102841) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2022-02-15 09:17:25.875 | Feb 15 09:16:15 n-d-825064-4 devstack@placement-api.service[102841]: INFO placement.requestlog [None req-442fb9ce-915b-41c0-b4c9-fb050d3bfc42 None None] 10.222.0.10 "GET /placement/" status: 200 len: 136 microversion: 1.0 2022-02-15 09:17:25.875 | Feb 15 09:16:15 n-d-825064-4 devstack@placement-api.service[102841]: [pid: 102841|app: 0|req: 3/4] 10.222.0.10 () {54 vars in 916 bytes} [Tue Feb 15 09:16:15 2022] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2022-02-15 09:17:25.879 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:25.881 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@placement-client.service 2022-02-15 09:17:25.894 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2022-02-15 09:17:25.899 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:25.902 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@g-api.service 2022-02-15 09:17:25.917 | enabled 2022-02-15 09:17:25.921 | + functions-common:service_check:1609 : sudo systemctl status devstack@g-api.service --no-pager 2022-02-15 09:17:25.939 | ● devstack@g-api.service - Devstack devstack@g-api.service 2022-02-15 09:17:25.939 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2022-02-15 09:17:25.939 | Active: active (running) since Tue 2022-02-15 09:16:35 UTC; 50s ago 2022-02-15 09:17:25.939 | Main PID: 110973 (uwsgi) 2022-02-15 09:17:25.939 | Status: "uWSGI is ready" 2022-02-15 09:17:25.939 | Tasks: 7 (limit: 14304) 2022-02-15 09:17:25.939 | Memory: 207.9M 2022-02-15 09:17:25.939 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2022-02-15 09:17:25.939 | ├─110973 glance-apiuWSGI master 2022-02-15 09:17:25.939 | ├─110974 glance-apiuWSGI worker 1 2022-02-15 09:17:25.939 | └─110975 glance-apiuWSGI worker 2 2022-02-15 09:17:25.939 | 2022-02-15 09:17:25.939 | Feb 15 09:17:04 n-d-825064-4 devstack@g-api.service[110974]: DEBUG glance_store.location [None req-0d0c467d-dec2-4012-a82c-60d8cfeb91e2 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=110974) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-02-15 09:17:25.939 | Feb 15 09:17:04 n-d-825064-4 devstack@g-api.service[110974]: DEBUG glance_store.location [None req-0d0c467d-dec2-4012-a82c-60d8cfeb91e2 admin admin] Registering scheme swift+https with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=110974) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-02-15 09:17:25.939 | Feb 15 09:17:04 n-d-825064-4 devstack@g-api.service[110974]: DEBUG glance_store.location [None req-0d0c467d-dec2-4012-a82c-60d8cfeb91e2 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=110974) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-02-15 09:17:25.939 | Feb 15 09:17:04 n-d-825064-4 devstack@g-api.service[110974]: DEBUG glance_store.location [None req-0d0c467d-dec2-4012-a82c-60d8cfeb91e2 admin admin] Registering scheme swift+http with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=110974) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-02-15 09:17:25.939 | Feb 15 09:17:04 n-d-825064-4 devstack@g-api.service[110974]: DEBUG glance_store.location [None req-0d0c467d-dec2-4012-a82c-60d8cfeb91e2 admin admin] Registering scheme swift+https with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=110974) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-02-15 09:17:25.939 | Feb 15 09:17:04 n-d-825064-4 devstack@g-api.service[110974]: DEBUG glance_store.location [None req-0d0c467d-dec2-4012-a82c-60d8cfeb91e2 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=110974) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-02-15 09:17:25.939 | Feb 15 09:17:04 n-d-825064-4 devstack@g-api.service[110974]: DEBUG glance_store.location [None req-0d0c467d-dec2-4012-a82c-60d8cfeb91e2 admin admin] Registering scheme swift+http with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=110974) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-02-15 09:17:25.939 | Feb 15 09:17:04 n-d-825064-4 devstack@g-api.service[110974]: DEBUG glance_store.location [None req-0d0c467d-dec2-4012-a82c-60d8cfeb91e2 admin admin] Registering scheme swift+config with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=110974) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-02-15 09:17:25.939 | Feb 15 09:17:04 n-d-825064-4 devstack@g-api.service[110974]: DEBUG glance_store.backend [None req-0d0c467d-dec2-4012-a82c-60d8cfeb91e2 admin admin] Skipping store.set_acls... not implemented. {{(pid=110974) set_acls /usr/local/lib/python3.8/dist-packages/glance_store/backend.py:509}} 2022-02-15 09:17:25.940 | Feb 15 09:17:04 n-d-825064-4 devstack@g-api.service[110974]: [pid: 110974|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 865 bytes} [Tue Feb 15 09:16:48 2022] PUT /v2/images/a2b4c62f-0670-4d7b-8a8c-b07a592707ec/file => generated 0 bytes in 15702 msecs (HTTP/1.1 204) 4 headers in 171 bytes (17 switches on core 0) 2022-02-15 09:17:25.943 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:25.946 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@c-sch.service 2022-02-15 09:17:25.959 | enabled 2022-02-15 09:17:25.963 | + functions-common:service_check:1609 : sudo systemctl status devstack@c-sch.service --no-pager 2022-02-15 09:17:25.980 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2022-02-15 09:17:25.980 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2022-02-15 09:17:25.981 | Active: active (running) since Tue 2022-02-15 09:16:25 UTC; 1min 0s ago 2022-02-15 09:17:25.981 | Main PID: 109663 (cinder-schedule) 2022-02-15 09:17:25.981 | Tasks: 2 (limit: 14304) 2022-02-15 09:17:25.981 | Memory: 101.4M 2022-02-15 09:17:25.981 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2022-02-15 09:17:25.981 | └─109663 /usr/bin/python3.8 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2022-02-15 09:17:25.981 | 2022-02-15 09:17:25.981 | Feb 15 09:16:29 n-d-825064-4 cinder-scheduler[109663]: DEBUG cinder.service [None req-ce5fb9ef-bb57-4911-9853-e7422dc3b252 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=109663) start /opt/stack/cinder/cinder/service.py:237}} 2022-02-15 09:17:25.981 | Feb 15 09:16:31 n-d-825064-4 cinder-scheduler[109663]: DEBUG cinder.scheduler.host_manager [None req-38088bdc-618f-4f13-8e53-fbdb21d31887 None None] Received backup service update from n-d-825064-4: {'backend_state': True, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=109663) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:544}} 2022-02-15 09:17:25.981 | Feb 15 09:16:37 n-d-825064-4 cinder-scheduler[109663]: DEBUG cinder.scheduler.host_manager [None req-c39c4b77-670a-4f8c-9a49-51decbe67d1a None None] Received volume service update from n-d-825064-4@lvmdriver-1: {'volume_backend_name': 'lvmdriver-1', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'storage_protocol': 'iSCSI', 'pools': [{'pool_name': 'lvmdriver-1', 'total_capacity_gb': 48.82, 'free_capacity_gb': 48.82, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:n-d-825064-4:stack-volumes-lvmdriver-1:default:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': False, 'thick_provisioning_support': True, 'total_volumes': 0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True}], 'shared_targets': False, 'sparse_copy_volume': False, 'filter_function': None, 'goodness_function': None} {{(pid=109663) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:575}} 2022-02-15 09:17:25.981 | Feb 15 09:16:37 n-d-825064-4 cinder-scheduler[109663]: DEBUG cinder.scheduler.host_manager [None req-c39c4b77-670a-4f8c-9a49-51decbe67d1a None None] Updating capabilities for n-d-825064-4@lvmdriver-1#lvmdriver-1: {'pool_name': 'lvmdriver-1', 'total_capacity_gb': 48.82, 'free_capacity_gb': 48.82, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:n-d-825064-4:stack-volumes-lvmdriver-1:default:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': False, 'thick_provisioning_support': True, 'total_volumes': 0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': 'lvmdriver-1', 'storage_protocol': 'iSCSI', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'timestamp': datetime.datetime(2022, 2, 15, 9, 16, 37, 649367)} {{(pid=109663) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:368}} 2022-02-15 09:17:25.981 | Feb 15 09:16:37 n-d-825064-4 cinder-scheduler[109663]: DEBUG cinder.utils [None req-c39c4b77-670a-4f8c-9a49-51decbe67d1a None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=109663) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:768}} 2022-02-15 09:17:25.981 | Feb 15 09:16:37 n-d-825064-4 cinder-scheduler[109663]: DEBUG cinder.utils [None req-c39c4b77-670a-4f8c-9a49-51decbe67d1a None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=109663) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:768}} 2022-02-15 09:17:25.981 | Feb 15 09:16:37 n-d-825064-4 cinder-scheduler[109663]: DEBUG cinder.scheduler.host_manager [None req-c39c4b77-670a-4f8c-9a49-51decbe67d1a None None] Publish storage capacity: [{'type': 'backend', 'name_to_id': 'n-d-825064-4@lvmdriver-1', 'total': 48.82, 'free': 48.82, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 48.82, 'reported_at': datetime.datetime(2022, 2, 15, 9, 16, 37, 683307)}]. {{(pid=109663) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:899}} 2022-02-15 09:17:25.981 | Feb 15 09:17:17 n-d-825064-4 cinder-scheduler[109663]: DEBUG oslo_service.periodic_task [None req-7ff6534a-d0c3-41e9-bd68-80a285a200b9 None None] Running periodic task SchedulerManager._clean_expired_messages {{(pid=109663) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}} 2022-02-15 09:17:25.981 | Feb 15 09:17:17 n-d-825064-4 cinder-scheduler[109663]: INFO cinder.message.api [None req-7ff6534a-d0c3-41e9-bd68-80a285a200b9 None None] Deleted 0 expired messages. 2022-02-15 09:17:25.981 | Feb 15 09:17:17 n-d-825064-4 cinder-scheduler[109663]: DEBUG oslo_service.periodic_task [None req-7ff6534a-d0c3-41e9-bd68-80a285a200b9 None None] Running periodic task SchedulerManager._clean_expired_reservation {{(pid=109663) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}} 2022-02-15 09:17:25.985 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:25.988 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@c-api.service 2022-02-15 09:17:26.003 | enabled 2022-02-15 09:17:26.009 | + functions-common:service_check:1609 : sudo systemctl status devstack@c-api.service --no-pager 2022-02-15 09:17:26.026 | ● devstack@c-api.service - Devstack devstack@c-api.service 2022-02-15 09:17:26.026 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2022-02-15 09:17:26.026 | Active: active (running) since Tue 2022-02-15 09:16:19 UTC; 1min 6s ago 2022-02-15 09:17:26.026 | Main PID: 109175 (uwsgi) 2022-02-15 09:17:26.026 | Status: "uWSGI is ready" 2022-02-15 09:17:26.026 | Tasks: 5 (limit: 14304) 2022-02-15 09:17:26.026 | Memory: 221.5M 2022-02-15 09:17:26.026 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2022-02-15 09:17:26.026 | ├─109175 cinder-apiuWSGI master 2022-02-15 09:17:26.026 | ├─109189 cinder-apiuWSGI worker 1 2022-02-15 09:17:26.026 | └─109190 cinder-apiuWSGI worker 2 2022-02-15 09:17:26.026 | 2022-02-15 09:17:26.026 | Feb 15 09:16:32 n-d-825064-4 devstack@c-api.service[109190]: warnings.warn(deprecated_msg) 2022-02-15 09:17:26.026 | Feb 15 09:16:33 n-d-825064-4 devstack@c-api.service[109190]: INFO cinder.api.openstack.wsgi [req-dd882615-761b-49b3-b459-8fc3ff982e6a req-f6d9f6aa-c4c3-491e-ad2d-f95c935692ef admin admin] POST http://10.222.0.10/volume/v3/67c24a4e335a43709016daa476acf61a/types/7b2d3c9e-2af2-472b-888f-882a8accce0b/extra_specs 2022-02-15 09:17:26.026 | Feb 15 09:16:33 n-d-825064-4 devstack@c-api.service[109190]: /usr/local/lib/python3.8/dist-packages/webob/acceptparse.py:1047: DeprecationWarning: The behavior of AcceptValidHeader.best_match is currently being maintained for backward compatibility, but it will be deprecated in the future, as it does not conform to the RFC. 2022-02-15 09:17:26.026 | Feb 15 09:16:33 n-d-825064-4 devstack@c-api.service[109190]: warnings.warn( 2022-02-15 09:17:26.026 | Feb 15 09:16:33 n-d-825064-4 devstack@c-api.service[109190]: DEBUG cinder.api.openstack.wsgi [req-dd882615-761b-49b3-b459-8fc3ff982e6a req-f6d9f6aa-c4c3-491e-ad2d-f95c935692ef admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "lvmdriver-1"}} {{(pid=109190) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:854}} 2022-02-15 09:17:26.026 | Feb 15 09:16:33 n-d-825064-4 devstack@c-api.service[109190]: /usr/local/lib/python3.8/dist-packages/oslo_context/context.py:105: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2022-02-15 09:17:26.026 | Feb 15 09:16:33 n-d-825064-4 devstack@c-api.service[109190]: warnings.warn('Policy enforcement is depending on the value of ' 2022-02-15 09:17:26.027 | Feb 15 09:16:33 n-d-825064-4 devstack@c-api.service[109190]: DEBUG oslo_db.sqlalchemy.engines [req-dd882615-761b-49b3-b459-8fc3ff982e6a req-f6d9f6aa-c4c3-491e-ad2d-f95c935692ef admin admin] 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=109190) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-15 09:17:26.027 | Feb 15 09:16:33 n-d-825064-4 devstack@c-api.service[109190]: INFO cinder.api.openstack.wsgi [req-dd882615-761b-49b3-b459-8fc3ff982e6a req-f6d9f6aa-c4c3-491e-ad2d-f95c935692ef admin admin] http://10.222.0.10/volume/v3/67c24a4e335a43709016daa476acf61a/types/7b2d3c9e-2af2-472b-888f-882a8accce0b/extra_specs returned with HTTP 200 2022-02-15 09:17:26.027 | Feb 15 09:16:33 n-d-825064-4 devstack@c-api.service[109190]: [pid: 109190|app: 0|req: 2/3] 10.222.0.10 () {62 vars in 1454 bytes} [Tue Feb 15 09:16:32 2022] POST /volume/v3/67c24a4e335a43709016daa476acf61a/types/7b2d3c9e-2af2-472b-888f-882a8accce0b/extra_specs => generated 55 bytes in 640 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2022-02-15 09:17:26.030 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.032 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@c-vol.service 2022-02-15 09:17:26.047 | enabled 2022-02-15 09:17:26.051 | + functions-common:service_check:1609 : sudo systemctl status devstack@c-vol.service --no-pager 2022-02-15 09:17:26.068 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2022-02-15 09:17:26.068 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2022-02-15 09:17:26.068 | Active: active (running) since Tue 2022-02-15 09:16:29 UTC; 56s ago 2022-02-15 09:17:26.068 | Main PID: 110383 (cinder-volume) 2022-02-15 09:17:26.068 | Tasks: 3 (limit: 14304) 2022-02-15 09:17:26.068 | Memory: 133.2M 2022-02-15 09:17:26.068 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2022-02-15 09:17:26.068 | ├─110383 /usr/bin/python3.8 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2022-02-15 09:17:26.068 | └─110484 /usr/bin/python3.8 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2022-02-15 09:17:26.068 | 2022-02-15 09:17:26.068 | Feb 15 09:16:37 n-d-825064-4 sudo[111071]: ubuntu : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 2022-02-15 09:17:26.068 | Feb 15 09:16:37 n-d-825064-4 sudo[111071]: pam_unix(sudo:session): session opened for user root by (uid=0) 2022-02-15 09:17:26.068 | Feb 15 09:16:38 n-d-825064-4 sudo[111071]: pam_unix(sudo:session): session closed for user root 2022-02-15 09:17:26.068 | Feb 15 09:16:38 n-d-825064-4 cinder-volume[110484]: DEBUG oslo_concurrency.processutils [None req-c39c4b77-670a-4f8c-9a49-51decbe67d1a None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.504s {{(pid=110484) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}} 2022-02-15 09:17:26.068 | Feb 15 09:16:38 n-d-825064-4 cinder-volume[110484]: DEBUG oslo_concurrency.processutils [None req-c39c4b77-670a-4f8c-9a49-51decbe67d1a None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=110484) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:384}} 2022-02-15 09:17:26.068 | Feb 15 09:16:38 n-d-825064-4 sudo[111076]: ubuntu : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 2022-02-15 09:17:26.068 | Feb 15 09:16:38 n-d-825064-4 sudo[111076]: pam_unix(sudo:session): session opened for user root by (uid=0) 2022-02-15 09:17:26.068 | Feb 15 09:16:38 n-d-825064-4 sudo[111076]: pam_unix(sudo:session): session closed for user root 2022-02-15 09:17:26.069 | Feb 15 09:16:38 n-d-825064-4 cinder-volume[110484]: DEBUG oslo_concurrency.processutils [None req-c39c4b77-670a-4f8c-9a49-51decbe67d1a None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.507s {{(pid=110484) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}} 2022-02-15 09:17:26.069 | Feb 15 09:16:38 n-d-825064-4 cinder-volume[110484]: INFO cinder.volume.manager [None req-c39c4b77-670a-4f8c-9a49-51decbe67d1a None None] Driver post RPC initialization completed successfully. 2022-02-15 09:17:26.072 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.075 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ovn-controller.service 2022-02-15 09:17:26.088 | Failed to get unit file state for devstack@ovn-controller.service: No such file or directory 2022-02-15 09:17:26.093 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.096 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ovn-northd.service 2022-02-15 09:17:26.109 | Failed to get unit file state for devstack@ovn-northd.service: No such file or directory 2022-02-15 09:17:26.117 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.119 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2022-02-15 09:17:26.132 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2022-02-15 09:17:26.137 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.139 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ovsdb-server.service 2022-02-15 09:17:26.152 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2022-02-15 09:17:26.156 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.159 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-svc.service 2022-02-15 09:17:26.173 | enabled 2022-02-15 09:17:26.177 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-svc.service --no-pager 2022-02-15 09:17:26.194 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2022-02-15 09:17:26.194 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2022-02-15 09:17:26.194 | Active: active (running) since Tue 2022-02-15 09:14:59 UTC; 2min 26s ago 2022-02-15 09:17:26.194 | Main PID: 102249 (/usr/bin/python) 2022-02-15 09:17:26.195 | Tasks: 10 (limit: 14304) 2022-02-15 09:17:26.195 | Memory: 381.7M 2022-02-15 09:17:26.195 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2022-02-15 09:17:26.195 | ├─102249 /usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-15 09:17:26.195 | ├─102358 neutron-server: api worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-02-15 09:17:26.195 | ├─102359 neutron-server: api worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-02-15 09:17:26.195 | ├─102360 neutron-server: rpc worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-02-15 09:17:26.195 | └─102361 neutron-server: rpc worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-02-15 09:17:26.195 | 2022-02-15 09:17:26.195 | Feb 15 09:16:49 n-d-825064-4 neutron-server[102360]: DEBUG neutron_lib.callbacks.manager [None req-10345ae0-11b1-45be-9895-505f339ff7d2 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8783122104450', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-733736'] for agent, after_update {{(pid=102360) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-02-15 09:17:26.195 | Feb 15 09:16:50 n-d-825064-4 neutron-server[102360]: DEBUG neutron_lib.callbacks.manager [None req-bb275e1a-488a-4c08-9482-0192a5cc5159 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8783122104450', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-733736'] for agent, after_update {{(pid=102360) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-02-15 09:17:26.195 | Feb 15 09:16:52 n-d-825064-4 neutron-server[102360]: DEBUG neutron_lib.callbacks.manager [None req-a9ebe7f4-81cf-4e4b-81e1-71ebfbcfa0d8 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8783122104450', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-733736'] for agent, after_update {{(pid=102360) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-02-15 09:17:26.195 | Feb 15 09:16:52 n-d-825064-4 neutron-server[102360]: DEBUG neutron_lib.callbacks.manager [None req-b72e6b08-9be7-4380-8637-34a2cbb459ac None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8783122104450', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-733736'] for agent, after_update {{(pid=102360) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-02-15 09:17:26.195 | Feb 15 09:17:07 n-d-825064-4 neutron-server[102361]: DEBUG neutron.db.agents_db [None req-1191fed3-24da-4d2e-befa-3c89c7178303 None None] Agent healthcheck: found 5 active agents {{(pid=102361) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} 2022-02-15 09:17:26.195 | Feb 15 09:17:16 n-d-825064-4 neutron-server[102360]: DEBUG neutron_lib.callbacks.manager [None req-931a12c5-3351-4d98-9de9-819645284fb3 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8783122104450', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-733736'] for agent, after_update {{(pid=102360) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-02-15 09:17:26.195 | Feb 15 09:17:19 n-d-825064-4 neutron-server[102360]: DEBUG neutron_lib.callbacks.manager [None req-07ec5928-d23e-4b80-a727-fab1b4e41a36 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8783122104450', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-733736'] for agent, after_update {{(pid=102360) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-02-15 09:17:26.195 | Feb 15 09:17:20 n-d-825064-4 neutron-server[102360]: DEBUG neutron_lib.callbacks.manager [None req-bb275e1a-488a-4c08-9482-0192a5cc5159 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8783122104450', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-733736'] for agent, after_update {{(pid=102360) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-02-15 09:17:26.195 | Feb 15 09:17:22 n-d-825064-4 neutron-server[102360]: DEBUG neutron_lib.callbacks.manager [None req-a9ebe7f4-81cf-4e4b-81e1-71ebfbcfa0d8 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8783122104450', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-733736'] for agent, after_update {{(pid=102360) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-02-15 09:17:26.195 | Feb 15 09:17:22 n-d-825064-4 neutron-server[102360]: DEBUG neutron_lib.callbacks.manager [None req-b72e6b08-9be7-4380-8637-34a2cbb459ac None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8783122104450', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-733736'] for agent, after_update {{(pid=102360) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-02-15 09:17:26.199 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.202 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-ovn-metadata-agent.service 2022-02-15 09:17:26.216 | Failed to get unit file state for devstack@q-ovn-metadata-agent.service: No such file or directory 2022-02-15 09:17:26.220 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.224 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@rabbit.service 2022-02-15 09:17:26.236 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2022-02-15 09:17:26.245 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.248 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@tempest.service 2022-02-15 09:17:26.261 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2022-02-15 09:17:26.265 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.267 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@mysql.service 2022-02-15 09:17:26.280 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2022-02-15 09:17:26.285 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.287 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@etcd3.service 2022-02-15 09:17:26.299 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2022-02-15 09:17:26.303 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.306 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@dstat.service 2022-02-15 09:17:26.319 | enabled 2022-02-15 09:17:26.323 | + functions-common:service_check:1609 : sudo systemctl status devstack@dstat.service --no-pager 2022-02-15 09:17:26.340 | ● devstack@dstat.service - Devstack devstack@dstat.service 2022-02-15 09:17:26.340 | Loaded: loaded (/etc/systemd/system/devstack@dstat.service; enabled; vendor preset: enabled) 2022-02-15 09:17:26.340 | Active: active (running) since Tue 2022-02-15 09:09:35 UTC; 7min ago 2022-02-15 09:17:26.340 | Main PID: 78540 (dstat.sh) 2022-02-15 09:17:26.340 | Tasks: 3 (limit: 14304) 2022-02-15 09:17:26.340 | Memory: 18.6M 2022-02-15 09:17:26.341 | CGroup: /system.slice/system-devstack.slice/devstack@dstat.service 2022-02-15 09:17:26.341 | ├─78540 /bin/bash /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs 2022-02-15 09:17:26.341 | ├─78658 python3 /usr/bin/dstat -tcmndrylpg --tcp --output /opt/stack/logs/dstat-csv.log 2022-02-15 09:17:26.341 | └─78659 python3 /usr/bin/dstat -tcmndrylpg --swap --tcp 2022-02-15 09:17:26.341 | 2022-02-15 09:17:26.341 | Feb 15 09:17:17 n-d-825064-4 dstat.sh[78659]: 15-02 09:17:17| 26 3 70 0 0|5176M 549M 169M 5775M| 13k 13k| 0 220k| 0 22.0 | 488 4123 |2.37 2.42 1.59|1.0 0 0| 0 0 | 0 0 | 23 217 0 55 0 2022-02-15 09:17:26.341 | Feb 15 09:17:18 n-d-825064-4 dstat.sh[78659]: 15-02 09:17:18| 25 4 69 1 0|5139M 586M 169M 5775M| 81k 81k|8192B 192k|2.00 11.0 |1124 4986 |2.37 2.42 1.59|1.0 0 77| 0 0 | 0 0 | 23 217 0 55 0 2022-02-15 09:17:26.341 | Feb 15 09:17:19 n-d-825064-4 dstat.sh[78659]: 15-02 09:17:19| 26 4 69 0 0|5165M 559M 169M 5775M| 13k 11k| 0 284k| 0 34.0 | 557 4566 |2.37 2.42 1.59|1.0 0 1.0| 0 0 | 0 0 | 23 217 0 55 0 2022-02-15 09:17:26.341 | Feb 15 09:17:20 n-d-825064-4 dstat.sh[78659]: 15-02 09:17:20| 27 4 68 0 0|5187M 538M 169M 5775M| 88k 88k| 12k 432k|3.00 38.0 | 968 5258 |2.37 2.42 1.59|1.0 0 0| 0 0 | 0 0 | 23 218 0 55 0 2022-02-15 09:17:26.341 | Feb 15 09:17:21 n-d-825064-4 dstat.sh[78659]: 15-02 09:17:21| 24 6 69 0 0|5148M 576M 169M 5775M| 47k 47k| 0 312k| 0 22.0 |1263 5509 |2.37 2.42 1.59|1.0 0 142| 0 0 | 0 0 | 23 217 0 55 0 2022-02-15 09:17:26.341 | Feb 15 09:17:22 n-d-825064-4 dstat.sh[78659]: 15-02 09:17:22| 28 1 69 0 0|5176M 548M 169M 5775M| 25k 25k| 0 368k| 0 44.0 | 608 4665 |2.26 2.40 1.59|3.0 0 0| 0 0 | 0 0 | 23 217 0 54 0 2022-02-15 09:17:26.341 | Feb 15 09:17:23 n-d-825064-4 dstat.sh[78659]: 15-02 09:17:23| 27 5 68 0 0|5139M 585M 169M 5775M| 103k 102k| 0 308k| 0 25.0 |1300 5749 |2.26 2.40 1.59|2.0 0 77| 0 0 | 0 0 | 23 217 0 54 0 2022-02-15 09:17:26.341 | Feb 15 09:17:24 n-d-825064-4 dstat.sh[78659]: 15-02 09:17:24| 33 4 63 0 0|5166M 559M 169M 5775M| 80k 79k| 0 188k| 0 10.0 | 574 3826 |2.26 2.40 1.59|2.0 0 1.0| 0 0 | 0 0 | 23 217 0 54 0 2022-02-15 09:17:26.341 | Feb 15 09:17:25 n-d-825064-4 dstat.sh[78659]: 15-02 09:17:25| 32 7 61 0 0|5186M 538M 169M 5775M| 82k 82k|4096B 240k|1.00 20.0 |1591 8572 |2.26 2.40 1.59|1.0 0 34| 0 0 | 0 0 | 23 217 0 55 0 2022-02-15 09:17:26.341 | Feb 15 09:17:26 n-d-825064-4 dstat.sh[78659]: 15-02 09:17:26| 15 15 67 2 0|5128M 595M 169M 5777M| 12k 11k|1353k 326k|38.8 23.9 |2589 7366 |2.26 2.40 1.59|2.0 0 376| 0 0 | 0 0 | 23 217 0 46 0 2022-02-15 09:17:26.346 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.349 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-crt.service 2022-02-15 09:17:26.363 | Failed to get unit file state for devstack@n-crt.service: No such file or directory 2022-02-15 09:17:26.367 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.369 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-cauth.service 2022-02-15 09:17:26.382 | Failed to get unit file state for devstack@n-cauth.service: No such file or directory 2022-02-15 09:17:26.386 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.389 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-agt.service 2022-02-15 09:17:26.404 | enabled 2022-02-15 09:17:26.408 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-agt.service --no-pager 2022-02-15 09:17:26.426 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2022-02-15 09:17:26.426 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2022-02-15 09:17:26.426 | Active: active (running) since Tue 2022-02-15 09:15:11 UTC; 2min 15s ago 2022-02-15 09:17:26.426 | Main PID: 103304 (neutron-openvsw) 2022-02-15 09:17:26.426 | Tasks: 8 (limit: 14304) 2022-02-15 09:17:26.426 | Memory: 215.3M 2022-02-15 09:17:26.426 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2022-02-15 09:17:26.426 | ├─103304 neutron-openvswitch-agent (/usr/bin/python3.8 /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-02-15 09:17:26.426 | ├─104906 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpbuzl1zv7/privsep.sock 2022-02-15 09:17:26.426 | ├─104992 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmpctqnv4gu/privsep.sock 2022-02-15 09:17:26.426 | └─104996 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2022-02-15 09:17:26.426 | 2022-02-15 09:17:26.426 | Feb 15 09:17:21 n-d-825064-4 neutron-openvswitch-agent[103304]: DEBUG neutron.agent.linux.utils [None req-195fea76-dd33-4765-a5c7-4b562fee1abf None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 104996. {{(pid=103304) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2022-02-15 09:17:26.426 | Feb 15 09:17:21 n-d-825064-4 neutron-openvswitch-agent[103304]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-195fea76-dd33-4765-a5c7-4b562fee1abf None None] Agent rpc_loop - iteration:59 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2022-02-15 09:17:26.426 | Feb 15 09:17:23 n-d-825064-4 neutron-openvswitch-agent[103304]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-195fea76-dd33-4765-a5c7-4b562fee1abf None None] Agent rpc_loop - iteration:60 started 2022-02-15 09:17:26.426 | Feb 15 09:17:23 n-d-825064-4 neutron-openvswitch-agent[103304]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-195fea76-dd33-4765-a5c7-4b562fee1abf None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xa7b09a17,OFPFlowStatsRequest(cookie=0,cookie_mask=0,flags=0,match=OFPMatch(oxm_fields={}),out_group=4294967295,out_port=4294967295,table_id=23,type=1) result [OFPFlowStatsReply(body=[OFPFlowStats(byte_count=0,cookie=400843760190905020,duration_nsec=821000000,duration_sec=126,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=103304) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2022-02-15 09:17:26.426 | Feb 15 09:17:23 n-d-825064-4 neutron-openvswitch-agent[103304]: DEBUG neutron.agent.linux.utils [None req-195fea76-dd33-4765-a5c7-4b562fee1abf None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 104996. {{(pid=103304) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2022-02-15 09:17:26.426 | Feb 15 09:17:23 n-d-825064-4 neutron-openvswitch-agent[103304]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-195fea76-dd33-4765-a5c7-4b562fee1abf None None] Agent rpc_loop - iteration:60 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.005 2022-02-15 09:17:26.426 | Feb 15 09:17:25 n-d-825064-4 neutron-openvswitch-agent[103304]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-195fea76-dd33-4765-a5c7-4b562fee1abf None None] Agent rpc_loop - iteration:61 started 2022-02-15 09:17:26.426 | Feb 15 09:17:25 n-d-825064-4 neutron-openvswitch-agent[103304]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-195fea76-dd33-4765-a5c7-4b562fee1abf None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xa7b09a19,OFPFlowStatsRequest(cookie=0,cookie_mask=0,flags=0,match=OFPMatch(oxm_fields={}),out_group=4294967295,out_port=4294967295,table_id=23,type=1) result [OFPFlowStatsReply(body=[OFPFlowStats(byte_count=0,cookie=400843760190905020,duration_nsec=820000000,duration_sec=128,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=103304) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2022-02-15 09:17:26.426 | Feb 15 09:17:25 n-d-825064-4 neutron-openvswitch-agent[103304]: DEBUG neutron.agent.linux.utils [None req-195fea76-dd33-4765-a5c7-4b562fee1abf None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 104996. {{(pid=103304) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2022-02-15 09:17:26.427 | Feb 15 09:17:25 n-d-825064-4 neutron-openvswitch-agent[103304]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-195fea76-dd33-4765-a5c7-4b562fee1abf None None] Agent rpc_loop - iteration:61 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2022-02-15 09:17:26.430 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.433 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-dhcp.service 2022-02-15 09:17:26.448 | enabled 2022-02-15 09:17:26.452 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-dhcp.service --no-pager 2022-02-15 09:17:26.477 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2022-02-15 09:17:26.477 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2022-02-15 09:17:26.477 | Active: active (running) since Tue 2022-02-15 09:15:12 UTC; 2min 13s ago 2022-02-15 09:17:26.477 | Main PID: 103667 (neutron-dhcp-ag) 2022-02-15 09:17:26.477 | Tasks: 16 (limit: 14304) 2022-02-15 09:17:26.477 | Memory: 326.0M 2022-02-15 09:17:26.477 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2022-02-15 09:17:26.477 | ├─103667 neutron-dhcp-agent (/usr/bin/python3.8 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini) 2022-02-15 09:17:26.477 | ├─105279 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmplqa39udp/privsep.sock 2022-02-15 09:17:26.477 | ├─105318 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpqe126yc2/privsep.sock 2022-02-15 09:17:26.477 | ├─105374 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmp29gym0y_/privsep.sock 2022-02-15 09:17:26.477 | ├─105489 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2022-02-15 09:17:26.477 | ├─105490 /usr/bin/python3.8 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2022-02-15 09:17:26.477 | └─105500 dnsmasq --no-hosts --pid-file=/opt/stack/data/neutron/dhcp/224695d7-0c20-4224-8711-929cad9c6b32/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/224695d7-0c20-4224-8711-929cad9c6b32/host --addn-hosts=/opt/stack/data/neutron/dhcp/224695d7-0c20-4224-8711-929cad9c6b32/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/224695d7-0c20-4224-8711-929cad9c6b32/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/224695d7-0c20-4224-8711-929cad9c6b32/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-1d2d42d8-9d8b-4fcd-8eb7-d6c1ff6cc851,172.20.0.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,1500 --dhcp-lease-max=64 --conf-file=/dev/null --domain=openstacklocal 2022-02-15 09:17:26.477 | 2022-02-15 09:17:26.478 | Feb 15 09:15:57 n-d-825064-4 neutron-dhcp-agent[103667]: DEBUG neutron.agent.dhcp.agent [None req-aa14778c-a506-46f9-81b1-eecca36e406c None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '2e80f626-e767-4a44-a2eb-896c82a75630', 'name': 'public-subnet', 'tenant_id': '67c24a4e335a43709016daa476acf61a', 'network_id': '15f4941e-d96a-4647-963e-cfdc4a3cca09', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 20, 'gateway_ip': '172.25.6.1', 'cidr': '172.25.6.0/24', 'allocation_pools': [{'start': '172.25.6.2', 'end': '172.25.6.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2022-02-15T09:15:57Z', 'updated_at': '2022-02-15T09:15:57Z', 'revision_number': 0, 'project_id': '67c24a4e335a43709016daa476acf61a', 'network': {'id': '15f4941e-d96a-4647-963e-cfdc4a3cca09', 'name': 'public', 'tenant_id': '67c24a4e335a43709016daa476acf61a', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['2e80f626-e767-4a44-a2eb-896c82a75630'], 'standard_attr_id': 17, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2022-02-15T09:15:49Z', 'updated_at': '2022-02-15T09:15:57Z', 'revision_number': 2, 'project_id': '67c24a4e335a43709016daa476acf61a', 'provider:network_type': 'flat', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': None}}, 'priority': 3},) {} {{(pid=103667) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-02-15 09:17:26.478 | Feb 15 09:15:57 n-d-825064-4 neutron-dhcp-agent[103667]: DEBUG oslo_concurrency.lockutils [None req-60d43170-a1fd-4e47-ade0-9da7de7fa7a3 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=103667) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-15 09:17:26.478 | Feb 15 09:15:57 n-d-825064-4 neutron-dhcp-agent[103667]: DEBUG oslo_concurrency.lockutils [None req-60d43170-a1fd-4e47-ade0-9da7de7fa7a3 None None] Lock "resize_greenpool" released by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.001s {{(pid=103667) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-15 09:17:26.478 | Feb 15 09:16:01 n-d-825064-4 neutron-dhcp-agent[103667]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=103667) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-02-15 09:17:26.478 | Feb 15 09:16:04 n-d-825064-4 neutron-dhcp-agent[103667]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments (,) {} {{(pid=103667) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-02-15 09:17:26.478 | Feb 15 09:16:04 n-d-825064-4 neutron-dhcp-agent[103667]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments (,) {} {{(pid=103667) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-02-15 09:17:26.478 | Feb 15 09:16:16 n-d-825064-4 neutron-dhcp-agent[103667]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=103667) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-15 09:17:26.478 | Feb 15 09:16:16 n-d-825064-4 neutron-dhcp-agent[103667]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=103667) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-15 09:17:26.478 | Feb 15 09:17:16 n-d-825064-4 neutron-dhcp-agent[103667]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=103667) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-15 09:17:26.478 | Feb 15 09:17:16 n-d-825064-4 neutron-dhcp-agent[103667]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.002s {{(pid=103667) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-15 09:17:26.481 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.484 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-l3.service 2022-02-15 09:17:26.499 | enabled 2022-02-15 09:17:26.503 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-l3.service --no-pager 2022-02-15 09:17:26.521 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2022-02-15 09:17:26.521 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2022-02-15 09:17:26.521 | Active: active (running) since Tue 2022-02-15 09:15:14 UTC; 2min 12s ago 2022-02-15 09:17:26.521 | Main PID: 104059 (neutron-l3-agen) 2022-02-15 09:17:26.521 | Tasks: 18 (limit: 14304) 2022-02-15 09:17:26.521 | Memory: 328.7M 2022-02-15 09:17:26.521 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2022-02-15 09:17:26.521 | ├─104059 neutron-l3-agent (/usr/bin/python3.8 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini) 2022-02-15 09:17:26.521 | ├─104991 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpit5yhb4y/privsep.sock 2022-02-15 09:17:26.522 | ├─105687 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpt4ch_47w/privsep.sock 2022-02-15 09:17:26.522 | ├─105782 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpfm53adh6/privsep.sock 2022-02-15 09:17:26.522 | ├─106003 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2022-02-15 09:17:26.522 | ├─106004 /usr/bin/python3.8 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2022-02-15 09:17:26.522 | └─106015 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/e65da17c-5bba-4c1b-8099-41de52aa6382.conf 2022-02-15 09:17:26.522 | 2022-02-15 09:17:26.522 | Feb 15 09:16:18 n-d-825064-4 neutron-l3-agent[104059]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=104059) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-15 09:17:26.522 | Feb 15 09:16:18 n-d-825064-4 neutron-l3-agent[104059]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.002s {{(pid=104059) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-15 09:17:26.522 | Feb 15 09:16:18 n-d-825064-4 neutron-l3-agent[104059]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=104059) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-15 09:17:26.522 | Feb 15 09:16:18 n-d-825064-4 neutron-l3-agent[104059]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=104059) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-15 09:17:26.522 | Feb 15 09:16:42 n-d-825064-4 neutron-l3-agent[104059]: DEBUG oslo_service.periodic_task [None req-6fc05ef1-2486-40de-b484-2089a096b638 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=104059) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}} 2022-02-15 09:17:26.522 | Feb 15 09:17:18 n-d-825064-4 neutron-l3-agent[104059]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=104059) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-15 09:17:26.522 | Feb 15 09:17:18 n-d-825064-4 neutron-l3-agent[104059]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.002s {{(pid=104059) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-15 09:17:26.522 | Feb 15 09:17:18 n-d-825064-4 neutron-l3-agent[104059]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=104059) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-15 09:17:26.522 | Feb 15 09:17:18 n-d-825064-4 neutron-l3-agent[104059]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.000s {{(pid=104059) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-15 09:17:26.522 | Feb 15 09:17:22 n-d-825064-4 neutron-l3-agent[104059]: DEBUG oslo_service.periodic_task [None req-6fc05ef1-2486-40de-b484-2089a096b638 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=104059) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}} 2022-02-15 09:17:26.525 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.528 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-meta.service 2022-02-15 09:17:26.542 | enabled 2022-02-15 09:17:26.545 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-meta.service --no-pager 2022-02-15 09:17:26.562 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2022-02-15 09:17:26.562 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2022-02-15 09:17:26.562 | Active: active (running) since Tue 2022-02-15 09:15:15 UTC; 2min 10s ago 2022-02-15 09:17:26.562 | Main PID: 104423 (neutron-metadat) 2022-02-15 09:17:26.562 | Tasks: 4 (limit: 14304) 2022-02-15 09:17:26.563 | Memory: 119.4M 2022-02-15 09:17:26.563 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2022-02-15 09:17:26.563 | ├─104423 neutron-metadata-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini) 2022-02-15 09:17:26.563 | ├─104899 neutron-metadata-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini) 2022-02-15 09:17:26.563 | └─104900 neutron-metadata-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini) 2022-02-15 09:17:26.563 | 2022-02-15 09:17:26.563 | Feb 15 09:15:20 n-d-825064-4 neutron-metadata-agent[104423]: DEBUG oslo_service.service [None req-bb275e1a-488a-4c08-9482-0192a5cc5159 None None] oslo_messaging_rabbit.ssl = False {{(pid=104423) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:26.563 | Feb 15 09:15:20 n-d-825064-4 neutron-metadata-agent[104423]: DEBUG oslo_service.service [None req-bb275e1a-488a-4c08-9482-0192a5cc5159 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=104423) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:26.563 | Feb 15 09:15:20 n-d-825064-4 neutron-metadata-agent[104423]: DEBUG oslo_service.service [None req-bb275e1a-488a-4c08-9482-0192a5cc5159 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=104423) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:26.563 | Feb 15 09:15:20 n-d-825064-4 neutron-metadata-agent[104423]: DEBUG oslo_service.service [None req-bb275e1a-488a-4c08-9482-0192a5cc5159 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=104423) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:26.563 | Feb 15 09:15:20 n-d-825064-4 neutron-metadata-agent[104423]: DEBUG oslo_service.service [None req-bb275e1a-488a-4c08-9482-0192a5cc5159 None None] oslo_messaging_rabbit.ssl_version = {{(pid=104423) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:26.563 | Feb 15 09:15:20 n-d-825064-4 neutron-metadata-agent[104423]: DEBUG oslo_service.service [None req-bb275e1a-488a-4c08-9482-0192a5cc5159 None None] oslo_messaging_notifications.driver = [] {{(pid=104423) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:26.563 | Feb 15 09:15:20 n-d-825064-4 neutron-metadata-agent[104423]: DEBUG oslo_service.service [None req-bb275e1a-488a-4c08-9482-0192a5cc5159 None None] oslo_messaging_notifications.retry = -1 {{(pid=104423) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:26.563 | Feb 15 09:15:20 n-d-825064-4 neutron-metadata-agent[104423]: DEBUG oslo_service.service [None req-bb275e1a-488a-4c08-9482-0192a5cc5159 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=104423) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:26.563 | Feb 15 09:15:20 n-d-825064-4 neutron-metadata-agent[104423]: DEBUG oslo_service.service [None req-bb275e1a-488a-4c08-9482-0192a5cc5159 None None] oslo_messaging_notifications.transport_url = **** {{(pid=104423) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:26.563 | Feb 15 09:15:20 n-d-825064-4 neutron-metadata-agent[104423]: DEBUG oslo_service.service [None req-bb275e1a-488a-4c08-9482-0192a5cc5159 None None] ******************************************************************************** {{(pid=104423) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-02-15 09:17:26.567 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.569 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-metering.service 2022-02-15 09:17:26.584 | enabled 2022-02-15 09:17:26.588 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-metering.service --no-pager 2022-02-15 09:17:26.605 | ● devstack@q-metering.service - Devstack devstack@q-metering.service 2022-02-15 09:17:26.605 | Loaded: loaded (/etc/systemd/system/devstack@q-metering.service; enabled; vendor preset: enabled) 2022-02-15 09:17:26.605 | Active: active (running) since Tue 2022-02-15 09:15:17 UTC; 2min 8s ago 2022-02-15 09:17:26.605 | Main PID: 104793 (neutron-meterin) 2022-02-15 09:17:26.605 | Tasks: 2 (limit: 14304) 2022-02-15 09:17:26.605 | Memory: 103.9M 2022-02-15 09:17:26.605 | CGroup: /system.slice/system-devstack.slice/devstack@q-metering.service 2022-02-15 09:17:26.605 | └─104793 neutron-metering-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini) 2022-02-15 09:17:26.605 | 2022-02-15 09:17:26.605 | Feb 15 09:17:22 n-d-825064-4 neutron-metering-agent[104793]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=104793) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-15 09:17:26.605 | Feb 15 09:17:22 n-d-825064-4 neutron-metering-agent[104793]: DEBUG neutron.services.metering.drivers.noop.noop_driver [-] neutron.services.metering.drivers.noop.noop_driver.NoopMeteringDriver method sync_router_namespaces called with arguments (, dict_values([])) {} {{(pid=104793) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-02-15 09:17:26.605 | Feb 15 09:17:22 n-d-825064-4 neutron-metering-agent[104793]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=104793) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-15 09:17:26.605 | Feb 15 09:17:22 n-d-825064-4 neutron-metering-agent[104793]: DEBUG neutron.services.metering.agents.metering_agent [-] Retrieving traffic counters for routers [{}]. {{(pid=104793) _add_metering_infos /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:219}} 2022-02-15 09:17:26.605 | Feb 15 09:17:22 n-d-825064-4 neutron-metering-agent[104793]: DEBUG neutron.services.metering.agents.metering_agent [-] Get router traffic counters {{(pid=104793) _get_traffic_counters /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:298}} 2022-02-15 09:17:26.605 | Feb 15 09:17:22 n-d-825064-4 neutron-metering-agent[104793]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=104793) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-15 09:17:26.605 | Feb 15 09:17:22 n-d-825064-4 neutron-metering-agent[104793]: DEBUG neutron.services.metering.drivers.noop.noop_driver [-] neutron.services.metering.drivers.noop.noop_driver.NoopMeteringDriver method get_traffic_counters called with arguments (, dict_values([])) {} {{(pid=104793) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-02-15 09:17:26.605 | Feb 15 09:17:22 n-d-825064-4 neutron-metering-agent[104793]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=104793) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-15 09:17:26.605 | Feb 15 09:17:22 n-d-825064-4 neutron-metering-agent[104793]: DEBUG neutron.services.metering.agents.metering_agent [-] Traffic counters [None] retrieved for routers [{}]. {{(pid=104793) _add_metering_infos /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:223}} 2022-02-15 09:17:26.605 | Feb 15 09:17:23 n-d-825064-4 neutron-metering-agent[104793]: DEBUG oslo_service.periodic_task [None req-b812455b-32bb-45f5-98dd-9ee0da96470a None None] Running periodic task MeteringAgentWithStateReport._sync_routers_task {{(pid=104793) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}} 2022-02-15 09:17:26.608 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.611 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-vpn.service 2022-02-15 09:17:26.624 | Failed to get unit file state for devstack@q-vpn.service: No such file or directory 2022-02-15 09:17:26.628 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.631 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@g-reg.service 2022-02-15 09:17:26.644 | Failed to get unit file state for devstack@g-reg.service: No such file or directory 2022-02-15 09:17:26.648 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.651 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@cinder.service 2022-02-15 09:17:26.664 | Failed to get unit file state for devstack@cinder.service: No such file or directory 2022-02-15 09:17:26.668 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.671 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@c-bak.service 2022-02-15 09:17:26.689 | enabled 2022-02-15 09:17:26.694 | + functions-common:service_check:1609 : sudo systemctl status devstack@c-bak.service --no-pager 2022-02-15 09:17:26.711 | ● devstack@c-bak.service - Devstack devstack@c-bak.service 2022-02-15 09:17:26.711 | Loaded: loaded (/etc/systemd/system/devstack@c-bak.service; enabled; vendor preset: enabled) 2022-02-15 09:17:26.711 | Active: active (running) since Tue 2022-02-15 09:16:27 UTC; 59s ago 2022-02-15 09:17:26.712 | Main PID: 110023 (cinder-backup) 2022-02-15 09:17:26.712 | Tasks: 3 (limit: 14304) 2022-02-15 09:17:26.712 | Memory: 118.1M 2022-02-15 09:17:26.712 | CGroup: /system.slice/system-devstack.slice/devstack@c-bak.service 2022-02-15 09:17:26.712 | ├─110023 /usr/bin/python3.8 /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf 2022-02-15 09:17:26.712 | └─110472 /usr/bin/python3.8 /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf 2022-02-15 09:17:26.712 | 2022-02-15 09:17:26.712 | Feb 15 09:16:31 n-d-825064-4 cinder-backup[110023]: DEBUG oslo_service.service [None req-b8482ba3-359f-4e36-8a65-22a4b8dd3d6c None None] vault.keyfile = None {{(pid=110023) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:26.712 | Feb 15 09:16:31 n-d-825064-4 cinder-backup[110023]: DEBUG oslo_service.service [None req-b8482ba3-359f-4e36-8a65-22a4b8dd3d6c None None] vault.kv_mountpoint = secret {{(pid=110023) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:26.712 | Feb 15 09:16:31 n-d-825064-4 cinder-backup[110023]: DEBUG oslo_service.service [None req-b8482ba3-359f-4e36-8a65-22a4b8dd3d6c None None] vault.kv_version = 2 {{(pid=110023) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:26.712 | Feb 15 09:16:31 n-d-825064-4 cinder-backup[110023]: DEBUG oslo_service.service [None req-b8482ba3-359f-4e36-8a65-22a4b8dd3d6c None None] vault.root_token_id = None {{(pid=110023) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:26.712 | Feb 15 09:16:31 n-d-825064-4 cinder-backup[110023]: DEBUG oslo_service.service [None req-b8482ba3-359f-4e36-8a65-22a4b8dd3d6c None None] vault.split_loggers = False {{(pid=110023) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:26.712 | Feb 15 09:16:31 n-d-825064-4 cinder-backup[110023]: DEBUG oslo_service.service [None req-b8482ba3-359f-4e36-8a65-22a4b8dd3d6c None None] vault.ssl_ca_crt_file = None {{(pid=110023) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:26.712 | Feb 15 09:16:31 n-d-825064-4 cinder-backup[110023]: DEBUG oslo_service.service [None req-b8482ba3-359f-4e36-8a65-22a4b8dd3d6c None None] vault.timeout = None {{(pid=110023) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:26.712 | Feb 15 09:16:31 n-d-825064-4 cinder-backup[110023]: DEBUG oslo_service.service [None req-b8482ba3-359f-4e36-8a65-22a4b8dd3d6c None None] vault.use_ssl = False {{(pid=110023) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:26.712 | Feb 15 09:16:31 n-d-825064-4 cinder-backup[110023]: DEBUG oslo_service.service [None req-b8482ba3-359f-4e36-8a65-22a4b8dd3d6c None None] vault.vault_url = http://127.0.0.1:8200 {{(pid=110023) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:26.712 | Feb 15 09:16:31 n-d-825064-4 cinder-backup[110023]: DEBUG oslo_service.service [None req-b8482ba3-359f-4e36-8a65-22a4b8dd3d6c None None] ******************************************************************************** {{(pid=110023) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-02-15 09:17:26.715 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.718 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-proxy.service 2022-02-15 09:17:26.732 | enabled 2022-02-15 09:17:26.735 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-proxy.service --no-pager 2022-02-15 09:17:26.752 | ● devstack@s-proxy.service - Devstack devstack@s-proxy.service 2022-02-15 09:17:26.752 | Loaded: loaded (/etc/systemd/system/devstack@s-proxy.service; enabled; vendor preset: enabled) 2022-02-15 09:17:26.752 | Active: active (running) since Tue 2022-02-15 09:14:46 UTC; 2min 40s ago 2022-02-15 09:17:26.752 | Main PID: 100853 (swift-proxy-ser) 2022-02-15 09:17:26.752 | Tasks: 2 (limit: 14304) 2022-02-15 09:17:26.752 | Memory: 77.2M 2022-02-15 09:17:26.752 | CGroup: /system.slice/system-devstack.slice/devstack@s-proxy.service 2022-02-15 09:17:26.752 | ├─100853 /usr/bin/python3.8 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2022-02-15 09:17:26.753 | └─100946 /usr/bin/python3.8 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2022-02-15 09:17:26.753 | 2022-02-15 09:17:26.753 | Feb 15 09:16:49 n-d-825064-4 proxy-server[100946]: Validating token access rules against request 2022-02-15 09:17:26.753 | Feb 15 09:16:49 n-d-825064-4 swift-proxy-server[100946]: proxy-server: Validating token access rules against request 2022-02-15 09:17:26.753 | Feb 15 09:16:49 n-d-825064-4 proxy-server[100946]: Received request from user: user_id a1a2addb6cda4ab9a3ec83434d914dee, project_id 9ae01ce0c22a478981961155ebb41297, roles ResellerAdmin,service 2022-02-15 09:17:26.753 | Feb 15 09:16:49 n-d-825064-4 swift-proxy-server[100946]: proxy-server: Received request from user: user_id a1a2addb6cda4ab9a3ec83434d914dee, project_id 9ae01ce0c22a478981961155ebb41297, roles ResellerAdmin,service 2022-02-15 09:17:26.753 | Feb 15 09:16:49 n-d-825064-4 proxy-server[100946]: Using identity: {'user': ('a1a2addb6cda4ab9a3ec83434d914dee', 'glance-swift'), 'tenant': ('9ae01ce0c22a478981961155ebb41297', 'service'), 'roles': ['ResellerAdmin', 'service'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: txefae9c8f7d9a44d89fa24-00620b6f81) 2022-02-15 09:17:26.753 | Feb 15 09:16:49 n-d-825064-4 swift-proxy-server[100946]: proxy-server: Using identity: {'user': ('a1a2addb6cda4ab9a3ec83434d914dee', 'glance-swift'), 'tenant': ('9ae01ce0c22a478981961155ebb41297', 'service'), 'roles': ['ResellerAdmin', 'service'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: txefae9c8f7d9a44d89fa24-00620b6f81) 2022-02-15 09:17:26.753 | Feb 15 09:16:49 n-d-825064-4 proxy-server[100946]: User 9ae01ce0c22a478981961155ebb41297 has reseller admin authorizing (txn: txefae9c8f7d9a44d89fa24-00620b6f81) (client_ip: 10.222.0.10) 2022-02-15 09:17:26.753 | Feb 15 09:16:49 n-d-825064-4 swift-proxy-server[100946]: proxy-server: User 9ae01ce0c22a478981961155ebb41297 has reseller admin authorizing (txn: txefae9c8f7d9a44d89fa24-00620b6f81) (client_ip: 10.222.0.10) 2022-02-15 09:17:26.753 | Feb 15 09:17:04 n-d-825064-4 proxy-server[100946]: 10.222.0.10 10.222.0.10 15/Feb/2022/09/17/04 PUT /v1/AUTH_9ae01ce0c22a478981961155ebb41297/glance/a2b4c62f-0670-4d7b-8a8c-b07a592707ec HTTP/1.0 201 - python-swiftclient-3.12.0 gAAAAABiC2-B... 645922816 - - txefae9c8f7d9a44d89fa24-00620b6f81 - 14.9061 - - 1644916609.486142397 1644916624.392265558 0 2022-02-15 09:17:26.753 | Feb 15 09:17:04 n-d-825064-4 swift-proxy-server[100946]: proxy-server: 10.222.0.10 10.222.0.10 15/Feb/2022/09/17/04 PUT /v1/AUTH_9ae01ce0c22a478981961155ebb41297/glance/a2b4c62f-0670-4d7b-8a8c-b07a592707ec HTTP/1.0 201 - python-swiftclient-3.12.0 gAAAAABiC2-B... 645922816 - - txefae9c8f7d9a44d89fa24-00620b6f81 - 14.9061 - - 1644916609.486142397 1644916624.392265558 0 2022-02-15 09:17:26.756 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.759 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-object.service 2022-02-15 09:17:26.773 | enabled 2022-02-15 09:17:26.778 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-object.service --no-pager 2022-02-15 09:17:26.794 | ● devstack@s-object.service - Devstack devstack@s-object.service 2022-02-15 09:17:26.794 | Loaded: loaded (/etc/systemd/system/devstack@s-object.service; enabled; vendor preset: enabled) 2022-02-15 09:17:26.794 | Active: active (running) since Tue 2022-02-15 09:14:40 UTC; 2min 46s ago 2022-02-15 09:17:26.794 | Main PID: 99357 (swift-object-se) 2022-02-15 09:17:26.795 | Tasks: 23 (limit: 14304) 2022-02-15 09:17:26.795 | Memory: 49.7M 2022-02-15 09:17:26.795 | CGroup: /system.slice/system-devstack.slice/devstack@s-object.service 2022-02-15 09:17:26.795 | ├─99357 /usr/bin/python3.8 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2022-02-15 09:17:26.795 | ├─99713 /usr/bin/python3.8 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2022-02-15 09:17:26.795 | └─99714 /usr/bin/python3.8 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2022-02-15 09:17:26.795 | 2022-02-15 09:17:26.795 | Feb 15 09:14:40 n-d-825064-4 systemd[1]: Started Devstack devstack@s-object.service. 2022-02-15 09:17:26.795 | Feb 15 09:14:42 n-d-825064-4 object-server[99357]: Started child 99713 from parent 99357 2022-02-15 09:17:26.795 | Feb 15 09:14:42 n-d-825064-4 swift-object-server[99357]: object-server: Started child 99713 from parent 99357 2022-02-15 09:17:26.795 | Feb 15 09:14:42 n-d-825064-4 object-server[99357]: Started child 99714 from parent 99357 2022-02-15 09:17:26.795 | Feb 15 09:14:42 n-d-825064-4 swift-object-server[99357]: object-server: Started child 99714 from parent 99357 2022-02-15 09:17:26.795 | Feb 15 09:17:04 n-d-825064-4 object-server[99714]: 127.0.0.1 - - [15/Feb/2022:09:17:04 +0000] "PUT /sdb1/121/AUTH_9ae01ce0c22a478981961155ebb41297/glance/a2b4c62f-0670-4d7b-8a8c-b07a592707ec" 201 - "PUT http://10.222.0.10:8080/v1/AUTH_9ae01ce0c22a478981961155ebb41297/glance/a2b4c62f-0670-4d7b-8a8c-b07a592707ec" "txefae9c8f7d9a44d89fa24-00620b6f81" "proxy-server 100946" 14.8678 "-" 99714 0 2022-02-15 09:17:26.795 | Feb 15 09:17:04 n-d-825064-4 swift-object-server[99714]: object-server: 127.0.0.1 - - [15/Feb/2022:09:17:04 +0000] "PUT /sdb1/121/AUTH_9ae01ce0c22a478981961155ebb41297/glance/a2b4c62f-0670-4d7b-8a8c-b07a592707ec" 201 - "PUT http://10.222.0.10:8080/v1/AUTH_9ae01ce0c22a478981961155ebb41297/glance/a2b4c62f-0670-4d7b-8a8c-b07a592707ec" "txefae9c8f7d9a44d89fa24-00620b6f81" "proxy-server 100946" 14.8678 "-" 99714 0 2022-02-15 09:17:26.798 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.802 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-container.service 2022-02-15 09:17:26.816 | enabled 2022-02-15 09:17:26.820 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-container.service --no-pager 2022-02-15 09:17:26.837 | ● devstack@s-container.service - Devstack devstack@s-container.service 2022-02-15 09:17:26.837 | Loaded: loaded (/etc/systemd/system/devstack@s-container.service; enabled; vendor preset: enabled) 2022-02-15 09:17:26.837 | Active: active (running) since Tue 2022-02-15 09:14:42 UTC; 2min 44s ago 2022-02-15 09:17:26.838 | Main PID: 99720 (swift-container) 2022-02-15 09:17:26.838 | Tasks: 3 (limit: 14304) 2022-02-15 09:17:26.838 | Memory: 49.3M 2022-02-15 09:17:26.838 | CGroup: /system.slice/system-devstack.slice/devstack@s-container.service 2022-02-15 09:17:26.838 | ├─ 99720 /usr/bin/python3.8 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2022-02-15 09:17:26.838 | ├─100074 /usr/bin/python3.8 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2022-02-15 09:17:26.838 | └─100075 /usr/bin/python3.8 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2022-02-15 09:17:26.838 | 2022-02-15 09:17:26.838 | Feb 15 09:14:43 n-d-825064-4 container-server[99720]: Started child 100074 from parent 99720 2022-02-15 09:17:26.838 | Feb 15 09:14:43 n-d-825064-4 swift-container-server[99720]: container-server: Started child 100074 from parent 99720 2022-02-15 09:17:26.838 | Feb 15 09:14:43 n-d-825064-4 container-server[99720]: Started child 100075 from parent 99720 2022-02-15 09:17:26.838 | Feb 15 09:14:43 n-d-825064-4 swift-container-server[99720]: container-server: Started child 100075 from parent 99720 2022-02-15 09:17:26.838 | Feb 15 09:16:49 n-d-825064-4 swift-container-server[100074]: container-server: 127.0.0.1 - - [15/Feb/2022:09:16:49 +0000] "PUT /sdb1/187/AUTH_9ae01ce0c22a478981961155ebb41297/glance" 201 - "PUT http://10.222.0.10:8080/v1/AUTH_9ae01ce0c22a478981961155ebb41297/glance" "tx5a69a6f6dc0842b09be38-00620b6f81" "proxy-server 100946" 0.0239 "-" 100074 0 2022-02-15 09:17:26.838 | Feb 15 09:16:49 n-d-825064-4 container-server[100074]: 127.0.0.1 - - [15/Feb/2022:09:16:49 +0000] "PUT /sdb1/187/AUTH_9ae01ce0c22a478981961155ebb41297/glance" 201 - "PUT http://10.222.0.10:8080/v1/AUTH_9ae01ce0c22a478981961155ebb41297/glance" "tx5a69a6f6dc0842b09be38-00620b6f81" "proxy-server 100946" 0.0239 "-" 100074 0 2022-02-15 09:17:26.838 | Feb 15 09:16:49 n-d-825064-4 swift-container-server[100075]: container-server: 127.0.0.1 - - [15/Feb/2022:09:16:49 +0000] "HEAD /sdb1/187/AUTH_9ae01ce0c22a478981961155ebb41297/glance" 204 - "HEAD http://10.222.0.10:8080/v1/AUTH_9ae01ce0c22a478981961155ebb41297/glance?format=json&states=listing" "txefae9c8f7d9a44d89fa24-00620b6f81" "proxy-server 100946" 0.0066 "-" 100075 0 2022-02-15 09:17:26.838 | Feb 15 09:16:49 n-d-825064-4 container-server[100075]: 127.0.0.1 - - [15/Feb/2022:09:16:49 +0000] "HEAD /sdb1/187/AUTH_9ae01ce0c22a478981961155ebb41297/glance" 204 - "HEAD http://10.222.0.10:8080/v1/AUTH_9ae01ce0c22a478981961155ebb41297/glance?format=json&states=listing" "txefae9c8f7d9a44d89fa24-00620b6f81" "proxy-server 100946" 0.0066 "-" 100075 0 2022-02-15 09:17:26.838 | Feb 15 09:17:04 n-d-825064-4 container-server[100074]: 127.0.0.1 - - [15/Feb/2022:09:17:04 +0000] "PUT /sdb1/187/AUTH_9ae01ce0c22a478981961155ebb41297/glance/a2b4c62f-0670-4d7b-8a8c-b07a592707ec" 201 - "PUT http://10.222.0.10:8080/sdb1/121/AUTH_9ae01ce0c22a478981961155ebb41297/glance/a2b4c62f-0670-4d7b-8a8c-b07a592707ec" "txefae9c8f7d9a44d89fa24-00620b6f81" "object-server 99714" 0.0010 "-" 100074 0 2022-02-15 09:17:26.838 | Feb 15 09:17:04 n-d-825064-4 swift-container-server[100074]: container-server: 127.0.0.1 - - [15/Feb/2022:09:17:04 +0000] "PUT /sdb1/187/AUTH_9ae01ce0c22a478981961155ebb41297/glance/a2b4c62f-0670-4d7b-8a8c-b07a592707ec" 201 - "PUT http://10.222.0.10:8080/sdb1/121/AUTH_9ae01ce0c22a478981961155ebb41297/glance/a2b4c62f-0670-4d7b-8a8c-b07a592707ec" "txefae9c8f7d9a44d89fa24-00620b6f81" "object-server 99714" 0.0010 "-" 100074 0 2022-02-15 09:17:26.841 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.844 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-account.service 2022-02-15 09:17:26.858 | enabled 2022-02-15 09:17:26.862 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-account.service --no-pager 2022-02-15 09:17:26.879 | ● devstack@s-account.service - Devstack devstack@s-account.service 2022-02-15 09:17:26.879 | Loaded: loaded (/etc/systemd/system/devstack@s-account.service; enabled; vendor preset: enabled) 2022-02-15 09:17:26.879 | Active: active (running) since Tue 2022-02-15 09:14:43 UTC; 2min 43s ago 2022-02-15 09:17:26.879 | Main PID: 100081 (swift-account-s) 2022-02-15 09:17:26.879 | Tasks: 3 (limit: 14304) 2022-02-15 09:17:26.879 | Memory: 46.9M 2022-02-15 09:17:26.879 | CGroup: /system.slice/system-devstack.slice/devstack@s-account.service 2022-02-15 09:17:26.879 | ├─100081 /usr/bin/python3.8 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2022-02-15 09:17:26.879 | ├─100449 /usr/bin/python3.8 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2022-02-15 09:17:26.879 | └─100473 /usr/bin/python3.8 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2022-02-15 09:17:26.879 | 2022-02-15 09:17:26.879 | Feb 15 09:16:49 n-d-825064-4 account-server[100449]: 127.0.0.1 - - [15/Feb/2022:09:16:49 +0000] "HEAD /sdb1/302/AUTH_9ae01ce0c22a478981961155ebb41297" 404 - "HEAD http://10.222.0.10:8080/v1/AUTH_9ae01ce0c22a478981961155ebb41297?format=json" "tx4e26a117b83f45c992831-00620b6f81" "proxy-server 100946" 0.0018 "-" 100449 - 2022-02-15 09:17:26.880 | Feb 15 09:16:49 n-d-825064-4 swift-account-server[100449]: account-server: 127.0.0.1 - - [15/Feb/2022:09:16:49 +0000] "HEAD /sdb1/302/AUTH_9ae01ce0c22a478981961155ebb41297" 404 - "HEAD http://10.222.0.10:8080/v1/AUTH_9ae01ce0c22a478981961155ebb41297?format=json" "tx4e26a117b83f45c992831-00620b6f81" "proxy-server 100946" 0.0018 "-" 100449 - 2022-02-15 09:17:26.880 | Feb 15 09:16:49 n-d-825064-4 account-server[100449]: 127.0.0.1 - - [15/Feb/2022:09:16:49 +0000] "HEAD /sdb1/302/AUTH_9ae01ce0c22a478981961155ebb41297" 404 - "HEAD http://10.222.0.10:8080/v1/AUTH_9ae01ce0c22a478981961155ebb41297?format=json" "tx4e26a117b83f45c992831-00620b6f81" "proxy-server 100946" 0.0005 "-" 100449 - 2022-02-15 09:17:26.880 | Feb 15 09:16:49 n-d-825064-4 swift-account-server[100449]: account-server: 127.0.0.1 - - [15/Feb/2022:09:16:49 +0000] "HEAD /sdb1/302/AUTH_9ae01ce0c22a478981961155ebb41297" 404 - "HEAD http://10.222.0.10:8080/v1/AUTH_9ae01ce0c22a478981961155ebb41297?format=json" "tx4e26a117b83f45c992831-00620b6f81" "proxy-server 100946" 0.0005 "-" 100449 - 2022-02-15 09:17:26.880 | Feb 15 09:16:49 n-d-825064-4 account-server[100473]: 127.0.0.1 - - [15/Feb/2022:09:16:49 +0000] "PUT /sdb1/302/AUTH_9ae01ce0c22a478981961155ebb41297" 201 - "-" "tx5a69a6f6dc0842b09be38-00620b6f81" "-" 0.0201 "-" 100473 - 2022-02-15 09:17:26.880 | Feb 15 09:16:49 n-d-825064-4 swift-account-server[100473]: account-server: 127.0.0.1 - - [15/Feb/2022:09:16:49 +0000] "PUT /sdb1/302/AUTH_9ae01ce0c22a478981961155ebb41297" 201 - "-" "tx5a69a6f6dc0842b09be38-00620b6f81" "-" 0.0201 "-" 100473 - 2022-02-15 09:17:26.880 | Feb 15 09:16:49 n-d-825064-4 account-server[100449]: 127.0.0.1 - - [15/Feb/2022:09:16:49 +0000] "HEAD /sdb1/302/AUTH_9ae01ce0c22a478981961155ebb41297" 204 - "HEAD http://10.222.0.10:8080/v1/AUTH_9ae01ce0c22a478981961155ebb41297?format=json" "tx5a69a6f6dc0842b09be38-00620b6f81" "proxy-server 100946" 0.0051 "-" 100449 - 2022-02-15 09:17:26.880 | Feb 15 09:16:49 n-d-825064-4 swift-account-server[100449]: account-server: 127.0.0.1 - - [15/Feb/2022:09:16:49 +0000] "HEAD /sdb1/302/AUTH_9ae01ce0c22a478981961155ebb41297" 204 - "HEAD http://10.222.0.10:8080/v1/AUTH_9ae01ce0c22a478981961155ebb41297?format=json" "tx5a69a6f6dc0842b09be38-00620b6f81" "proxy-server 100946" 0.0051 "-" 100449 - 2022-02-15 09:17:26.880 | Feb 15 09:16:49 n-d-825064-4 account-server[100473]: 127.0.0.1 - - [15/Feb/2022:09:16:49 +0000] "PUT /sdb1/302/AUTH_9ae01ce0c22a478981961155ebb41297/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/187/AUTH_9ae01ce0c22a478981961155ebb41297/glance" "tx5a69a6f6dc0842b09be38-00620b6f81" "container-server 100074" 0.0020 "-" 100473 0 2022-02-15 09:17:26.880 | Feb 15 09:16:49 n-d-825064-4 swift-account-server[100473]: account-server: 127.0.0.1 - - [15/Feb/2022:09:16:49 +0000] "PUT /sdb1/302/AUTH_9ae01ce0c22a478981961155ebb41297/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/187/AUTH_9ae01ce0c22a478981961155ebb41297/glance" "tx5a69a6f6dc0842b09be38-00620b6f81" "container-server 100074" 0.0020 "-" 100473 0 2022-02-15 09:17:26.883 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.886 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@heat.service 2022-02-15 09:17:26.905 | Failed to get unit file state for devstack@heat.service: No such file or directory 2022-02-15 09:17:26.909 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.911 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@h-api.service 2022-02-15 09:17:26.927 | Failed to get unit file state for devstack@h-api.service: No such file or directory 2022-02-15 09:17:26.930 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.933 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@h-api-cfn.service 2022-02-15 09:17:26.947 | Failed to get unit file state for devstack@h-api-cfn.service: No such file or directory 2022-02-15 09:17:26.951 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.954 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@h-api-cw.service 2022-02-15 09:17:26.967 | Failed to get unit file state for devstack@h-api-cw.service: No such file or directory 2022-02-15 09:17:26.971 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.973 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@h-eng.service 2022-02-15 09:17:26.986 | Failed to get unit file state for devstack@h-eng.service: No such file or directory 2022-02-15 09:17:26.990 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:26.993 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-acentral.service 2022-02-15 09:17:27.006 | Failed to get unit file state for devstack@ceilometer-acentral.service: No such file or directory 2022-02-15 09:17:27.010 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:27.013 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-acompute.service 2022-02-15 09:17:27.026 | Failed to get unit file state for devstack@ceilometer-acompute.service: No such file or directory 2022-02-15 09:17:27.030 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:27.033 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-collector.service 2022-02-15 09:17:27.046 | Failed to get unit file state for devstack@ceilometer-collector.service: No such file or directory 2022-02-15 09:17:27.050 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:27.053 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-api.service 2022-02-15 09:17:27.066 | Failed to get unit file state for devstack@ceilometer-api.service: No such file or directory 2022-02-15 09:17:27.069 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:27.072 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-anotification.service 2022-02-15 09:17:27.085 | Failed to get unit file state for devstack@ceilometer-anotification.service: No such file or directory 2022-02-15 09:17:27.095 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:27.098 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-container-sync.service 2022-02-15 09:17:27.113 | enabled 2022-02-15 09:17:27.117 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-container-sync.service --no-pager 2022-02-15 09:17:27.134 | ● devstack@s-container-sync.service - Devstack devstack@s-container-sync.service 2022-02-15 09:17:27.134 | Loaded: loaded (/etc/systemd/system/devstack@s-container-sync.service; enabled; vendor preset: enabled) 2022-02-15 09:17:27.134 | Active: active (running) since Tue 2022-02-15 09:14:45 UTC; 2min 42s ago 2022-02-15 09:17:27.134 | Main PID: 100479 (swift-container) 2022-02-15 09:17:27.134 | Tasks: 1 (limit: 14304) 2022-02-15 09:17:27.134 | Memory: 31.8M 2022-02-15 09:17:27.134 | CGroup: /system.slice/system-devstack.slice/devstack@s-container-sync.service 2022-02-15 09:17:27.134 | └─100479 /usr/bin/python3.8 /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf 2022-02-15 09:17:27.134 | 2022-02-15 09:17:27.134 | Feb 15 09:14:45 n-d-825064-4 systemd[1]: Started Devstack devstack@s-container-sync.service. 2022-02-15 09:17:27.134 | Feb 15 09:14:46 n-d-825064-4 container-sync[100479]: Starting 100479 2022-02-15 09:17:27.134 | Feb 15 09:14:46 n-d-825064-4 container-sync[100479]: Configuration option internal_client_conf_path not defined. Using default configuration, See internal-client.conf-sample for options 2022-02-15 09:17:27.137 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:27.140 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-super-cond.service 2022-02-15 09:17:27.154 | enabled 2022-02-15 09:17:27.158 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-super-cond.service --no-pager 2022-02-15 09:17:27.174 | ● devstack@n-super-cond.service - Devstack devstack@n-super-cond.service 2022-02-15 09:17:27.175 | Loaded: loaded (/etc/systemd/system/devstack@n-super-cond.service; enabled; vendor preset: enabled) 2022-02-15 09:17:27.175 | Active: active (running) since Tue 2022-02-15 09:16:10 UTC; 1min 16s ago 2022-02-15 09:17:27.175 | Main PID: 107730 (nova-conductor) 2022-02-15 09:17:27.175 | Tasks: 3 (limit: 14304) 2022-02-15 09:17:27.175 | Memory: 146.9M 2022-02-15 09:17:27.175 | CGroup: /system.slice/system-devstack.slice/devstack@n-super-cond.service 2022-02-15 09:17:27.175 | ├─107730 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2022-02-15 09:17:27.175 | ├─108604 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2022-02-15 09:17:27.175 | └─108605 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2022-02-15 09:17:27.175 | 2022-02-15 09:17:27.175 | Feb 15 09:16:15 n-d-825064-4 nova-conductor[107730]: DEBUG oslo_service.service [None req-aac66936-50aa-4cd6-8d73-27f5ceb8b8e0 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=107730) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:27.175 | Feb 15 09:16:15 n-d-825064-4 nova-conductor[107730]: DEBUG oslo_service.service [None req-aac66936-50aa-4cd6-8d73-27f5ceb8b8e0 None None] oslo_messaging_rabbit.ssl_version = {{(pid=107730) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:27.175 | Feb 15 09:16:15 n-d-825064-4 nova-conductor[107730]: DEBUG oslo_service.service [None req-aac66936-50aa-4cd6-8d73-27f5ceb8b8e0 None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=107730) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:27.175 | Feb 15 09:16:15 n-d-825064-4 nova-conductor[107730]: DEBUG oslo_service.service [None req-aac66936-50aa-4cd6-8d73-27f5ceb8b8e0 None None] oslo_messaging_notifications.retry = -1 {{(pid=107730) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:27.175 | Feb 15 09:16:15 n-d-825064-4 nova-conductor[107730]: DEBUG oslo_service.service [None req-aac66936-50aa-4cd6-8d73-27f5ceb8b8e0 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=107730) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:27.175 | Feb 15 09:16:15 n-d-825064-4 nova-conductor[107730]: DEBUG oslo_service.service [None req-aac66936-50aa-4cd6-8d73-27f5ceb8b8e0 None None] oslo_messaging_notifications.transport_url = **** {{(pid=107730) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:27.175 | Feb 15 09:16:15 n-d-825064-4 nova-conductor[107730]: DEBUG oslo_service.service [None req-aac66936-50aa-4cd6-8d73-27f5ceb8b8e0 None None] oslo_reports.file_event_handler = None {{(pid=107730) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:27.175 | Feb 15 09:16:15 n-d-825064-4 nova-conductor[107730]: DEBUG oslo_service.service [None req-aac66936-50aa-4cd6-8d73-27f5ceb8b8e0 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=107730) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:27.175 | Feb 15 09:16:15 n-d-825064-4 nova-conductor[107730]: DEBUG oslo_service.service [None req-aac66936-50aa-4cd6-8d73-27f5ceb8b8e0 None None] oslo_reports.log_dir = None {{(pid=107730) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:27.175 | Feb 15 09:16:15 n-d-825064-4 nova-conductor[107730]: DEBUG oslo_service.service [None req-aac66936-50aa-4cd6-8d73-27f5ceb8b8e0 None None] ******************************************************************************** {{(pid=107730) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-02-15 09:17:27.178 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-15 09:17:27.181 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-cond-cell1.service 2022-02-15 09:17:27.198 | enabled 2022-02-15 09:17:27.201 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-cond-cell1.service --no-pager 2022-02-15 09:17:27.219 | ● devstack@n-cond-cell1.service - Devstack devstack@n-cond-cell1.service 2022-02-15 09:17:27.219 | Loaded: loaded (/etc/systemd/system/devstack@n-cond-cell1.service; enabled; vendor preset: enabled) 2022-02-15 09:17:27.219 | Active: active (running) since Tue 2022-02-15 09:16:12 UTC; 1min 15s ago 2022-02-15 09:17:27.219 | Main PID: 108119 (nova-conductor) 2022-02-15 09:17:27.219 | Tasks: 3 (limit: 14304) 2022-02-15 09:17:27.219 | Memory: 141.5M 2022-02-15 09:17:27.219 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond-cell1.service 2022-02-15 09:17:27.219 | ├─108119 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2022-02-15 09:17:27.219 | ├─108609 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2022-02-15 09:17:27.219 | └─108610 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2022-02-15 09:17:27.219 | 2022-02-15 09:17:27.219 | Feb 15 09:16:16 n-d-825064-4 nova-conductor[108119]: DEBUG oslo_service.service [None req-1bfbf2e1-09a4-4760-bfab-f1db6dad50b9 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=108119) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:27.219 | Feb 15 09:16:16 n-d-825064-4 nova-conductor[108119]: DEBUG oslo_service.service [None req-1bfbf2e1-09a4-4760-bfab-f1db6dad50b9 None None] oslo_messaging_rabbit.ssl_version = {{(pid=108119) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:27.219 | Feb 15 09:16:16 n-d-825064-4 nova-conductor[108119]: DEBUG oslo_service.service [None req-1bfbf2e1-09a4-4760-bfab-f1db6dad50b9 None None] oslo_messaging_notifications.driver = [] {{(pid=108119) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:27.219 | Feb 15 09:16:16 n-d-825064-4 nova-conductor[108119]: DEBUG oslo_service.service [None req-1bfbf2e1-09a4-4760-bfab-f1db6dad50b9 None None] oslo_messaging_notifications.retry = -1 {{(pid=108119) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:27.220 | Feb 15 09:16:16 n-d-825064-4 nova-conductor[108119]: DEBUG oslo_service.service [None req-1bfbf2e1-09a4-4760-bfab-f1db6dad50b9 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=108119) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:27.220 | Feb 15 09:16:16 n-d-825064-4 nova-conductor[108119]: DEBUG oslo_service.service [None req-1bfbf2e1-09a4-4760-bfab-f1db6dad50b9 None None] oslo_messaging_notifications.transport_url = **** {{(pid=108119) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:27.220 | Feb 15 09:16:16 n-d-825064-4 nova-conductor[108119]: DEBUG oslo_service.service [None req-1bfbf2e1-09a4-4760-bfab-f1db6dad50b9 None None] oslo_reports.file_event_handler = None {{(pid=108119) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:27.220 | Feb 15 09:16:16 n-d-825064-4 nova-conductor[108119]: DEBUG oslo_service.service [None req-1bfbf2e1-09a4-4760-bfab-f1db6dad50b9 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=108119) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:27.220 | Feb 15 09:16:16 n-d-825064-4 nova-conductor[108119]: DEBUG oslo_service.service [None req-1bfbf2e1-09a4-4760-bfab-f1db6dad50b9 None None] oslo_reports.log_dir = None {{(pid=108119) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-15 09:17:27.220 | Feb 15 09:16:16 n-d-825064-4 nova-conductor[108119]: DEBUG oslo_service.service [None req-1bfbf2e1-09a4-4760-bfab-f1db6dad50b9 None None] ******************************************************************************** {{(pid=108119) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-02-15 09:17:27.223 | + ./stack.sh:main:1440 : is_service_enabled n-api 2022-02-15 09:17:27.242 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:17:27.244 | + ./stack.sh:main:1441 : is_service_enabled n-cpu 2022-02-15 09:17:27.263 | + functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:17:27.266 | + ./stack.sh:main:1448 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2022-02-15 09:17:27.270 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:17:27.272 | + ./stack.sh:echo_summary:432 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2022-02-15 09:17:27.275 | + ./stack.sh:main:1455 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2022-02-15 09:17:31.250 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:31.251 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:31.251 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:31.251 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:31.251 | +--------------------------------------------------------------------+ 2022-02-15 09:17:31.251 | | Upgrade Check Results | 2022-02-15 09:17:31.251 | +--------------------------------------------------------------------+ 2022-02-15 09:17:31.251 | | Check: Cells v2 | 2022-02-15 09:17:31.251 | | Result: Success | 2022-02-15 09:17:31.251 | | Details: No host mappings or compute nodes were found. Remember to | 2022-02-15 09:17:31.251 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2022-02-15 09:17:31.251 | | compute hosts are deployed. | 2022-02-15 09:17:31.251 | +--------------------------------------------------------------------+ 2022-02-15 09:17:31.251 | | Check: Placement API | 2022-02-15 09:17:31.251 | | Result: Success | 2022-02-15 09:17:31.251 | | Details: None | 2022-02-15 09:17:31.251 | +--------------------------------------------------------------------+ 2022-02-15 09:17:31.251 | | Check: Cinder API | 2022-02-15 09:17:31.251 | | Result: Success | 2022-02-15 09:17:31.251 | | Details: None | 2022-02-15 09:17:31.251 | +--------------------------------------------------------------------+ 2022-02-15 09:17:31.251 | | Check: Policy Scope-based Defaults | 2022-02-15 09:17:31.251 | | Result: Success | 2022-02-15 09:17:31.251 | | Details: None | 2022-02-15 09:17:31.251 | +--------------------------------------------------------------------+ 2022-02-15 09:17:31.251 | | Check: Policy File JSON to YAML Migration | 2022-02-15 09:17:31.251 | | Result: Success | 2022-02-15 09:17:31.251 | | Details: None | 2022-02-15 09:17:31.251 | +--------------------------------------------------------------------+ 2022-02-15 09:17:31.251 | | Check: Older than N-1 computes | 2022-02-15 09:17:31.251 | | Result: Success | 2022-02-15 09:17:31.252 | | Details: None | 2022-02-15 09:17:31.252 | +--------------------------------------------------------------------+ 2022-02-15 09:17:31.252 | | Check: hw_machine_type unset | 2022-02-15 09:17:31.252 | | Result: Success | 2022-02-15 09:17:31.252 | | Details: None | 2022-02-15 09:17:31.252 | +--------------------------------------------------------------------+ 2022-02-15 09:17:31.726 | + ./stack.sh:main:1462 : [[ -x /home/ubuntu/devstack/local.sh ]] 2022-02-15 09:17:31.728 | + ./stack.sh:main:1463 : echo 'Running user script /home/ubuntu/devstack/local.sh' 2022-02-15 09:17:31.728 | Running user script /home/ubuntu/devstack/local.sh 2022-02-15 09:17:31.731 | + ./stack.sh:main:1464 : /home/ubuntu/devstack/local.sh 2022-02-15 09:17:31.733 | Before updating nova flavors: 2022-02-15 09:17:34.019 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:34.020 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:34.020 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:34.020 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:34.020 | +----+-----------+-------+------+-----------+-------+-----------+ 2022-02-15 09:17:34.020 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2022-02-15 09:17:34.020 | +----+-----------+-------+------+-----------+-------+-----------+ 2022-02-15 09:17:34.020 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2022-02-15 09:17:34.020 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2022-02-15 09:17:34.020 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2022-02-15 09:17:34.020 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2022-02-15 09:17:34.020 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2022-02-15 09:17:34.020 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2022-02-15 09:17:34.020 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2022-02-15 09:17:34.020 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2022-02-15 09:17:34.020 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2022-02-15 09:17:34.020 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2022-02-15 09:17:34.020 | +----+-----------+-------+------+-----------+-------+-----------+ 2022-02-15 09:17:35.855 | ERROR (CommandError): No flavor with a name or ID of '42' exists. 2022-02-15 09:17:35.945 | Flavor 42 not found 2022-02-15 09:17:37.630 | ERROR (CommandError): No flavor with a name or ID of '84' exists. 2022-02-15 09:17:37.718 | Flavor 84 not found 2022-02-15 09:17:39.327 | ERROR (CommandError): No flavor with a name or ID of '451' exists. 2022-02-15 09:17:39.411 | Flavor 451 not found 2022-02-15 09:17:40.951 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-15 09:17:40.951 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-02-15 09:17:40.951 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-15 09:17:40.951 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-15 09:17:40.951 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-15 09:17:42.570 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-15 09:17:42.570 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-02-15 09:17:42.570 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-15 09:17:42.570 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-15 09:17:42.571 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-15 09:17:44.158 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-15 09:17:44.158 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-02-15 09:17:44.159 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-15 09:17:44.159 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-15 09:17:44.159 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-15 09:17:45.761 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-15 09:17:45.761 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-02-15 09:17:45.761 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-15 09:17:45.761 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-15 09:17:45.761 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-15 09:17:45.844 | After updating nova flavors: 2022-02-15 09:17:47.395 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-15 09:17:47.395 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-02-15 09:17:47.395 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-15 09:17:47.395 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-15 09:17:47.395 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-15 09:17:47.395 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2022-02-15 09:17:47.395 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2022-02-15 09:17:47.395 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-15 09:17:47.395 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-15 09:17:47.395 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-15 09:17:47.395 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2022-02-15 09:17:47.395 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-15 09:17:47.395 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-15 09:17:47.395 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-15 09:17:47.395 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-15 09:17:47.395 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2022-02-15 09:17:47.395 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2022-02-15 09:17:47.395 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-15 09:17:49.856 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:49.856 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:49.856 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:49.856 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:52.482 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:52.482 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:52.482 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:52.482 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:52.659 | Neutron networks: 2022-02-15 09:17:54.964 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:54.964 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:54.964 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:54.964 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:54.964 | +--------------------------------------+---------+--------------------------------------+ 2022-02-15 09:17:54.964 | | ID | Name | Subnets | 2022-02-15 09:17:54.964 | +--------------------------------------+---------+--------------------------------------+ 2022-02-15 09:17:54.964 | | 15f4941e-d96a-4647-963e-cfdc4a3cca09 | public | 2e80f626-e767-4a44-a2eb-896c82a75630 | 2022-02-15 09:17:54.964 | | 224695d7-0c20-4224-8711-929cad9c6b32 | private | 1d2d42d8-9d8b-4fcd-8eb7-d6c1ff6cc851 | 2022-02-15 09:17:54.964 | +--------------------------------------+---------+--------------------------------------+ 2022-02-15 09:17:57.396 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:57.396 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:57.396 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:57.396 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:59.778 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:59.778 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:59.778 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:17:59.778 | from cryptography.utils import int_from_bytes 2022-02-15 09:17:59.778 | +---------------------------+--------------------------------------+ 2022-02-15 09:17:59.778 | | Field | Value | 2022-02-15 09:17:59.778 | +---------------------------+--------------------------------------+ 2022-02-15 09:17:59.778 | | admin_state_up | UP | 2022-02-15 09:17:59.778 | | availability_zone_hints | | 2022-02-15 09:17:59.778 | | availability_zones | nova | 2022-02-15 09:17:59.779 | | created_at | 2022-02-15T09:15:49Z | 2022-02-15 09:17:59.779 | | description | | 2022-02-15 09:17:59.779 | | dns_domain | None | 2022-02-15 09:17:59.779 | | id | 15f4941e-d96a-4647-963e-cfdc4a3cca09 | 2022-02-15 09:17:59.779 | | ipv4_address_scope | None | 2022-02-15 09:17:59.779 | | ipv6_address_scope | None | 2022-02-15 09:17:59.779 | | is_default | True | 2022-02-15 09:17:59.779 | | is_vlan_transparent | None | 2022-02-15 09:17:59.779 | | mtu | 1500 | 2022-02-15 09:17:59.779 | | name | public | 2022-02-15 09:17:59.779 | | port_security_enabled | True | 2022-02-15 09:17:59.779 | | project_id | 67c24a4e335a43709016daa476acf61a | 2022-02-15 09:17:59.779 | | provider:network_type | flat | 2022-02-15 09:17:59.779 | | provider:physical_network | physnet1 | 2022-02-15 09:17:59.779 | | provider:segmentation_id | None | 2022-02-15 09:17:59.779 | | qos_policy_id | None | 2022-02-15 09:17:59.779 | | revision_number | 2 | 2022-02-15 09:17:59.779 | | router:external | External | 2022-02-15 09:17:59.779 | | segments | None | 2022-02-15 09:17:59.779 | | shared | False | 2022-02-15 09:17:59.779 | | status | ACTIVE | 2022-02-15 09:17:59.779 | | subnets | 2e80f626-e767-4a44-a2eb-896c82a75630 | 2022-02-15 09:17:59.779 | | tags | | 2022-02-15 09:17:59.779 | | updated_at | 2022-02-15T09:15:57Z | 2022-02-15 09:17:59.779 | +---------------------------+--------------------------------------+ 2022-02-15 09:18:02.159 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:02.159 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:02.159 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:02.159 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:02.159 | +---------------------------+--------------------------------------+ 2022-02-15 09:18:02.159 | | Field | Value | 2022-02-15 09:18:02.159 | +---------------------------+--------------------------------------+ 2022-02-15 09:18:02.159 | | admin_state_up | UP | 2022-02-15 09:18:02.159 | | availability_zone_hints | | 2022-02-15 09:18:02.159 | | availability_zones | nova | 2022-02-15 09:18:02.160 | | created_at | 2022-02-15T09:15:30Z | 2022-02-15 09:18:02.160 | | description | | 2022-02-15 09:18:02.160 | | dns_domain | None | 2022-02-15 09:18:02.160 | | id | 224695d7-0c20-4224-8711-929cad9c6b32 | 2022-02-15 09:18:02.160 | | ipv4_address_scope | None | 2022-02-15 09:18:02.160 | | ipv6_address_scope | None | 2022-02-15 09:18:02.160 | | is_default | None | 2022-02-15 09:18:02.160 | | is_vlan_transparent | None | 2022-02-15 09:18:02.160 | | mtu | 1500 | 2022-02-15 09:18:02.160 | | name | private | 2022-02-15 09:18:02.160 | | port_security_enabled | True | 2022-02-15 09:18:02.160 | | project_id | 69a13a82a34142c1a27aff2101722d6b | 2022-02-15 09:18:02.160 | | provider:network_type | vlan | 2022-02-15 09:18:02.160 | | provider:physical_network | physnet1 | 2022-02-15 09:18:02.160 | | provider:segmentation_id | 151 | 2022-02-15 09:18:02.160 | | qos_policy_id | None | 2022-02-15 09:18:02.160 | | revision_number | 3 | 2022-02-15 09:18:02.160 | | router:external | Internal | 2022-02-15 09:18:02.160 | | segments | None | 2022-02-15 09:18:02.160 | | shared | False | 2022-02-15 09:18:02.160 | | status | ACTIVE | 2022-02-15 09:18:02.160 | | subnets | 1d2d42d8-9d8b-4fcd-8eb7-d6c1ff6cc851 | 2022-02-15 09:18:02.160 | | tags | | 2022-02-15 09:18:02.160 | | updated_at | 2022-02-15T09:17:52Z | 2022-02-15 09:18:02.160 | +---------------------------+--------------------------------------+ 2022-02-15 09:18:02.322 | Neutron subnetworks: 2022-02-15 09:18:04.584 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:04.584 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:04.584 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:04.584 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:04.584 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2022-02-15 09:18:04.584 | | ID | Name | Network | Subnet | 2022-02-15 09:18:04.584 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2022-02-15 09:18:04.584 | | 1d2d42d8-9d8b-4fcd-8eb7-d6c1ff6cc851 | private-subnet | 224695d7-0c20-4224-8711-929cad9c6b32 | 172.20.0.0/26 | 2022-02-15 09:18:04.584 | | 2e80f626-e767-4a44-a2eb-896c82a75630 | public-subnet | 15f4941e-d96a-4647-963e-cfdc4a3cca09 | 172.25.6.0/24 | 2022-02-15 09:18:04.584 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2022-02-15 09:18:06.914 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:06.914 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:06.914 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:06.914 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:09.252 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:09.252 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:09.252 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:09.252 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:09.252 | +----------------------+--------------------------------------+ 2022-02-15 09:18:09.252 | | Field | Value | 2022-02-15 09:18:09.252 | +----------------------+--------------------------------------+ 2022-02-15 09:18:09.252 | | allocation_pools | 172.20.0.2-172.20.0.62 | 2022-02-15 09:18:09.252 | | cidr | 172.20.0.0/26 | 2022-02-15 09:18:09.252 | | created_at | 2022-02-15T09:15:34Z | 2022-02-15 09:18:09.252 | | description | | 2022-02-15 09:18:09.252 | | dns_nameservers | 8.8.4.4, 8.8.8.8 | 2022-02-15 09:18:09.252 | | dns_publish_fixed_ip | None | 2022-02-15 09:18:09.252 | | enable_dhcp | True | 2022-02-15 09:18:09.252 | | gateway_ip | 172.20.0.1 | 2022-02-15 09:18:09.252 | | host_routes | | 2022-02-15 09:18:09.252 | | id | 1d2d42d8-9d8b-4fcd-8eb7-d6c1ff6cc851 | 2022-02-15 09:18:09.252 | | ip_version | 4 | 2022-02-15 09:18:09.252 | | ipv6_address_mode | None | 2022-02-15 09:18:09.252 | | ipv6_ra_mode | None | 2022-02-15 09:18:09.252 | | name | private-subnet | 2022-02-15 09:18:09.252 | | network_id | 224695d7-0c20-4224-8711-929cad9c6b32 | 2022-02-15 09:18:09.252 | | project_id | 69a13a82a34142c1a27aff2101722d6b | 2022-02-15 09:18:09.252 | | revision_number | 1 | 2022-02-15 09:18:09.252 | | segment_id | None | 2022-02-15 09:18:09.253 | | service_types | | 2022-02-15 09:18:09.253 | | subnetpool_id | a3aea92e-2a8c-4c42-bd2f-1dfd9b520b61 | 2022-02-15 09:18:09.253 | | tags | | 2022-02-15 09:18:09.253 | | updated_at | 2022-02-15T09:17:52Z | 2022-02-15 09:18:09.253 | +----------------------+--------------------------------------+ 2022-02-15 09:18:11.642 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:11.642 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:11.642 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:11.642 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:11.642 | +----------------------+--------------------------------------+ 2022-02-15 09:18:11.642 | | Field | Value | 2022-02-15 09:18:11.642 | +----------------------+--------------------------------------+ 2022-02-15 09:18:11.642 | | allocation_pools | 172.25.6.2-172.25.6.254 | 2022-02-15 09:18:11.642 | | cidr | 172.25.6.0/24 | 2022-02-15 09:18:11.642 | | created_at | 2022-02-15T09:15:57Z | 2022-02-15 09:18:11.642 | | description | | 2022-02-15 09:18:11.642 | | dns_nameservers | | 2022-02-15 09:18:11.642 | | dns_publish_fixed_ip | None | 2022-02-15 09:18:11.642 | | enable_dhcp | False | 2022-02-15 09:18:11.642 | | gateway_ip | 172.25.6.1 | 2022-02-15 09:18:11.642 | | host_routes | | 2022-02-15 09:18:11.642 | | id | 2e80f626-e767-4a44-a2eb-896c82a75630 | 2022-02-15 09:18:11.642 | | ip_version | 4 | 2022-02-15 09:18:11.642 | | ipv6_address_mode | None | 2022-02-15 09:18:11.642 | | ipv6_ra_mode | None | 2022-02-15 09:18:11.642 | | name | public-subnet | 2022-02-15 09:18:11.642 | | network_id | 15f4941e-d96a-4647-963e-cfdc4a3cca09 | 2022-02-15 09:18:11.642 | | project_id | 67c24a4e335a43709016daa476acf61a | 2022-02-15 09:18:11.642 | | revision_number | 0 | 2022-02-15 09:18:11.643 | | segment_id | None | 2022-02-15 09:18:11.643 | | service_types | | 2022-02-15 09:18:11.643 | | subnetpool_id | None | 2022-02-15 09:18:11.643 | | tags | | 2022-02-15 09:18:11.643 | | updated_at | 2022-02-15T09:15:57Z | 2022-02-15 09:18:11.643 | +----------------------+--------------------------------------+ 2022-02-15 09:18:11.877 | + ./stack.sh:main:1473 : command openstack complete 2022-02-15 09:18:11.878 | + ./stack.sh:main:1474 : sudo tee /etc/bash_completion.d/osc.bash_completion 2022-02-15 09:18:11.880 | + ./stack.sh:main:1473 : openstack complete 2022-02-15 09:18:14.498 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:14.498 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:14.498 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:14.498 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:14.498 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2022-02-15 09:18:14.849 | + ./stack.sh:main:1477 : is_service_enabled cinder 2022-02-15 09:18:14.867 | + functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:18:14.870 | + ./stack.sh:main:1478 : is_ubuntu 2022-02-15 09:18:14.872 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-15 09:18:14.875 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-15 09:18:14.878 | + ./stack.sh:main:1479 : echo_summary 'Configuring lvm.conf global device filter' 2022-02-15 09:18:14.880 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:18:14.883 | + ./stack.sh:echo_summary:432 : echo -e Configuring lvm.conf global device filter 2022-02-15 09:18:14.885 | + ./stack.sh:main:1480 : set_lvm_filter 2022-02-15 09:18:14.888 | + lib/lvm:set_lvm_filter:178 : local 'filter_suffix="r|.*|" ] # from devstack' 2022-02-15 09:18:14.891 | + lib/lvm:set_lvm_filter:179 : local 'filter_string=global_filter = [ ' 2022-02-15 09:18:14.894 | + lib/lvm:set_lvm_filter:180 : local pv 2022-02-15 09:18:14.896 | + lib/lvm:set_lvm_filter:181 : local vg 2022-02-15 09:18:14.899 | + lib/lvm:set_lvm_filter:182 : local line 2022-02-15 09:18:14.902 | ++ lib/lvm:set_lvm_filter:184 : sudo pvs --noheadings -o name 2022-02-15 09:18:15.130 | + lib/lvm:set_lvm_filter:184 : for pv_info in $(sudo pvs --noheadings -o name) 2022-02-15 09:18:15.134 | ++ lib/lvm:set_lvm_filter:185 : echo -e /dev/loop4 2022-02-15 09:18:15.135 | ++ lib/lvm:set_lvm_filter:185 : sed 's/ //g' 2022-02-15 09:18:15.135 | ++ lib/lvm:set_lvm_filter:185 : sed 's/\/dev\///g' 2022-02-15 09:18:15.141 | + lib/lvm:set_lvm_filter:185 : pv=loop4 2022-02-15 09:18:15.143 | + lib/lvm:set_lvm_filter:186 : new='"a|loop4|", ' 2022-02-15 09:18:15.146 | + lib/lvm:set_lvm_filter:187 : filter_string='global_filter = [ "a|loop4|", ' 2022-02-15 09:18:15.148 | + lib/lvm:set_lvm_filter:184 : for pv_info in $(sudo pvs --noheadings -o name) 2022-02-15 09:18:15.153 | ++ lib/lvm:set_lvm_filter:185 : echo -e /dev/loop5 2022-02-15 09:18:15.153 | ++ lib/lvm:set_lvm_filter:185 : sed 's/ //g' 2022-02-15 09:18:15.153 | ++ lib/lvm:set_lvm_filter:185 : sed 's/\/dev\///g' 2022-02-15 09:18:15.161 | + lib/lvm:set_lvm_filter:185 : pv=loop5 2022-02-15 09:18:15.163 | + lib/lvm:set_lvm_filter:186 : new='"a|loop5|", ' 2022-02-15 09:18:15.166 | + lib/lvm:set_lvm_filter:187 : filter_string='global_filter = [ "a|loop4|", "a|loop5|", ' 2022-02-15 09:18:15.168 | + lib/lvm:set_lvm_filter:189 : filter_string='global_filter = [ "a|loop4|", "a|loop5|", "r|.*|" ] # from devstack' 2022-02-15 09:18:15.171 | + lib/lvm:set_lvm_filter:191 : clean_lvm_filter 2022-02-15 09:18:15.174 | + lib/lvm:clean_lvm_filter:166 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2022-02-15 09:18:15.195 | + lib/lvm:set_lvm_filter:192 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "a|loop4|", "a|loop5|", "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2022-02-15 09:18:15.209 | + lib/lvm:set_lvm_filter:193 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "a|loop4|", "a|loop5|", "r|.*|" ] # from devstack' 2022-02-15 09:18:15.212 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:18:15.215 | + ./stack.sh:echo_summary:432 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"a|loop4|",' '"a|loop5|",' '"r|.*|"' ']' '#' from devstack 2022-02-15 09:18:15.217 | + ./stack.sh:main:1490 : run_phase stack test-config 2022-02-15 09:18:15.221 | + functions-common:run_phase:1737 : local mode=stack 2022-02-15 09:18:15.223 | + functions-common:run_phase:1738 : local phase=test-config 2022-02-15 09:18:15.226 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-15 09:18:15.228 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-02-15 09:18:15.231 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-15 09:18:15.234 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-02-15 09:18:15.237 | + functions-common:run_phase:1747 : local extra 2022-02-15 09:18:15.240 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-15 09:18:15.245 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-02-15 09:18:15.247 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-15 09:18:15.250 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-15 09:18:15.253 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack test-config 2022-02-15 09:18:15.256 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-15 09:18:15.272 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:18:15.275 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-02-15 09:18:15.277 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-02-15 09:18:15.280 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2022-02-15 09:18:15.282 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-02-15 09:18:15.285 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-02-15 09:18:15.287 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-02-15 09:18:15.290 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2022-02-15 09:18:15.292 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-02-15 09:18:15.295 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2022-02-15 09:18:15.298 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-02-15 09:18:15.300 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-02-15 09:18:15.303 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2022-02-15 09:18:15.357 | [17600 Async install_tempest:77460]: Waiting for completion of install_tempest running on PID 77460 (1 other jobs running) 2022-02-15 09:18:15.383 | [17600 Async install_tempest:77460]: Signaling child to exit 2022-02-15 09:18:15.383 | WAKEUP 2022-02-15 09:18:15.409 | [17600 Async install_tempest:77460]: Signaled 2022-02-15 09:18:15.410 | ++ lib/tempest:install_tempest:736 : git_clone https://opendev.org/openstack/tempest.git /opt/stack/tempest master 2022-02-15 09:18:15.410 | ++ functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/tempest.git 2022-02-15 09:18:15.410 | ++ functions-common:git_clone:524 : local git_dest=/opt/stack/tempest 2022-02-15 09:18:15.410 | ++ functions-common:git_clone:525 : local git_ref=master 2022-02-15 09:18:15.410 | ++ functions-common:git_clone:526 : local orig_dir 2022-02-15 09:18:15.410 | +++ functions-common:git_clone:527 : pwd 2022-02-15 09:18:15.410 | ++ functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-02-15 09:18:15.410 | ++ functions-common:git_clone:528 : local git_clone_flags= 2022-02-15 09:18:15.411 | +++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-02-15 09:18:15.411 | ++ functions-common:git_clone:530 : RECLONE=False 2022-02-15 09:18:15.411 | ++ functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-02-15 09:18:15.411 | ++ functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-02-15 09:18:15.411 | ++ functions-common:git_clone:544 : echo master 2022-02-15 09:18:15.411 | ++ functions-common:git_clone:544 : egrep -q '^refs' 2022-02-15 09:18:15.411 | ++ functions-common:git_clone:558 : [[ ! -d /opt/stack/tempest ]] 2022-02-15 09:18:15.411 | ++ functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-02-15 09:18:15.411 | ++ functions-common:git_clone:592 : cd /opt/stack/tempest 2022-02-15 09:18:15.411 | ++ functions-common:git_clone:593 : head -1 2022-02-15 09:18:15.411 | ++ functions-common:git_clone:593 : git show --oneline 2022-02-15 09:18:15.411 | 42f6cb522 Merge "Add logging to metadata parsing" 2022-02-15 09:18:15.411 | ++ functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-02-15 09:18:15.411 | ++ lib/tempest:install_tempest:737 : pip_install 'tox!=2.8.0' 2022-02-15 09:18:15.411 | Using python 3.8 to install tox!=2.8.0 2022-02-15 09:18:15.411 | ++ inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'tox!=2.8.0' 2022-02-15 09:18:15.411 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:15.411 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:15.411 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:15.411 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:15.411 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:18:15.411 | warning: missing-index-doctype 2022-02-15 09:18:15.411 | 2022-02-15 09:18:15.411 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:18:15.411 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/tox/ 2022-02-15 09:18:15.411 | 2022-02-15 09:18:15.411 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:18:15.411 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:18:15.411 | Collecting tox!=2.8.0 2022-02-15 09:18:15.412 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/be3/362472a33094b/tox-3.24.5-py2.py3-none-any.whl (85 kB) 2022-02-15 09:18:15.412 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.6/85.6 KB 56.6 MB/s eta 0:00:00 2022-02-15 09:18:15.412 | warning: missing-index-doctype 2022-02-15 09:18:15.412 | 2022-02-15 09:18:15.412 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:18:15.412 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pluggy/ 2022-02-15 09:18:15.412 | 2022-02-15 09:18:15.412 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:18:15.412 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:18:15.412 | Collecting pluggy>=0.12.0 2022-02-15 09:18:15.412 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/741/34bbf457f031a/pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2022-02-15 09:18:15.412 | warning: missing-index-doctype 2022-02-15 09:18:15.412 | 2022-02-15 09:18:15.412 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:18:15.412 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/virtualenv/ 2022-02-15 09:18:15.412 | 2022-02-15 09:18:15.412 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:18:15.412 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:18:15.412 | Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 2022-02-15 09:18:15.412 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e46/70891b3a03eb0/virtualenv-20.7.2-py2.py3-none-any.whl (5.3 MB) 2022-02-15 09:18:15.412 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 69.5 MB/s eta 0:00:00 2022-02-15 09:18:15.412 | warning: missing-index-doctype 2022-02-15 09:18:15.412 | 2022-02-15 09:18:15.412 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:18:15.412 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/py/ 2022-02-15 09:18:15.412 | 2022-02-15 09:18:15.412 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:18:15.412 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:18:15.412 | Collecting py>=1.4.17 2022-02-15 09:18:15.412 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3b8/0836aa6d1feea/py-1.10.0-py2.py3-none-any.whl (97 kB) 2022-02-15 09:18:15.413 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.6/97.6 KB 61.7 MB/s eta 0:00:00 2022-02-15 09:18:15.413 | Requirement already satisfied: six>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from tox!=2.8.0) (1.16.0) 2022-02-15 09:18:15.413 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.8/dist-packages (from tox!=2.8.0) (21.0) 2022-02-15 09:18:15.413 | warning: missing-index-doctype 2022-02-15 09:18:15.413 | 2022-02-15 09:18:15.413 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:18:15.413 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/toml/ 2022-02-15 09:18:15.413 | 2022-02-15 09:18:15.413 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:18:15.413 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:18:15.413 | Collecting toml>=0.9.4 2022-02-15 09:18:15.413 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/806/143ae5bfb6a3c/toml-0.10.2-py2.py3-none-any.whl (16 kB) 2022-02-15 09:18:15.413 | warning: missing-index-doctype 2022-02-15 09:18:15.413 | 2022-02-15 09:18:15.413 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:18:15.413 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/filelock/ 2022-02-15 09:18:15.413 | 2022-02-15 09:18:15.413 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:18:15.413 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:18:15.413 | Collecting filelock>=3.0.0 2022-02-15 09:18:15.413 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/929/b7d63ec5b7d6b/filelock-3.0.12-py3-none-any.whl (7.6 kB) 2022-02-15 09:18:15.413 | Requirement already satisfied: pyparsing>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=14->tox!=2.8.0) (2.4.7) 2022-02-15 09:18:15.413 | warning: missing-index-doctype 2022-02-15 09:18:15.413 | 2022-02-15 09:18:15.413 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:18:15.413 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/platformdirs/ 2022-02-15 09:18:15.413 | 2022-02-15 09:18:15.413 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:18:15.413 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:18:15.413 | Collecting platformdirs<3,>=2 2022-02-15 09:18:15.414 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/800/3ac87717ae2c7/platformdirs-2.3.0-py3-none-any.whl (13 kB) 2022-02-15 09:18:15.414 | warning: missing-index-doctype 2022-02-15 09:18:15.414 | 2022-02-15 09:18:15.414 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:18:15.414 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/distlib/ 2022-02-15 09:18:15.414 | 2022-02-15 09:18:15.414 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:18:15.414 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:18:15.414 | Collecting distlib<1,>=0.3.1 2022-02-15 09:18:15.414 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/23e/223426b28491b/distlib-0.3.2-py2.py3-none-any.whl (338 kB) 2022-02-15 09:18:15.414 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 338.7/338.7 KB 47.7 MB/s eta 0:00:00 2022-02-15 09:18:15.414 | warning: missing-index-doctype 2022-02-15 09:18:15.414 | 2022-02-15 09:18:15.414 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:18:15.414 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/backports-entry-points-selectable/ 2022-02-15 09:18:15.414 | 2022-02-15 09:18:15.414 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:18:15.414 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:18:15.414 | Collecting backports.entry-points-selectable>=1.0.4 2022-02-15 09:18:15.414 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a6d/9a871cde5e15b/backports.entry_points_selectable-1.1.0-py2.py3-none-any.whl (6.2 kB) 2022-02-15 09:18:15.414 | Installing collected packages: filelock, distlib, toml, py, pluggy, platformdirs, backports.entry-points-selectable, virtualenv, tox 2022-02-15 09:18:15.414 | Attempting uninstall: filelock 2022-02-15 09:18:15.414 | Found existing installation: filelock 3.4.2 2022-02-15 09:18:15.414 | Uninstalling filelock-3.4.2: 2022-02-15 09:18:15.414 | Successfully uninstalled filelock-3.4.2 2022-02-15 09:18:15.414 | Attempting uninstall: distlib 2022-02-15 09:18:15.414 | Found existing installation: distlib 0.3.4 2022-02-15 09:18:15.414 | Uninstalling distlib-0.3.4: 2022-02-15 09:18:15.414 | Successfully uninstalled distlib-0.3.4 2022-02-15 09:18:15.414 | Attempting uninstall: platformdirs 2022-02-15 09:18:15.414 | Found existing installation: platformdirs 2.5.0 2022-02-15 09:18:15.415 | Uninstalling platformdirs-2.5.0: 2022-02-15 09:18:15.415 | Successfully uninstalled platformdirs-2.5.0 2022-02-15 09:18:15.415 | Attempting uninstall: virtualenv 2022-02-15 09:18:15.415 | Found existing installation: virtualenv 20.13.1 2022-02-15 09:18:15.415 | Uninstalling virtualenv-20.13.1: 2022-02-15 09:18:15.415 | Successfully uninstalled virtualenv-20.13.1 2022-02-15 09:18:15.415 | Successfully installed backports.entry-points-selectable-1.1.0 distlib-0.3.2 filelock-3.0.12 platformdirs-2.3.0 pluggy-1.0.0 py-1.10.0 toml-0.10.2 tox-3.24.5 virtualenv-20.7.2 2022-02-15 09:18:15.415 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:18:15.415 | ++ inc/python:pip_install:200 : result=0 2022-02-15 09:18:15.415 | ++ inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:18:15.415 | ++ functions-common:time_stop:2309 : local name 2022-02-15 09:18:15.415 | ++ functions-common:time_stop:2310 : local end_time 2022-02-15 09:18:15.415 | ++ functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:18:15.415 | ++ functions-common:time_stop:2312 : local total 2022-02-15 09:18:15.415 | ++ functions-common:time_stop:2313 : local start_time 2022-02-15 09:18:15.415 | ++ functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:18:15.415 | ++ functions-common:time_stop:2316 : start_time=1644916161863 2022-02-15 09:18:15.415 | ++ functions-common:time_stop:2318 : [[ -z 1644916161863 ]] 2022-02-15 09:18:15.415 | +++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:18:15.415 | ++ functions-common:time_stop:2321 : end_time=1644916170669 2022-02-15 09:18:15.415 | ++ functions-common:time_stop:2322 : elapsed_time=8806 2022-02-15 09:18:15.415 | ++ functions-common:time_stop:2323 : total=288629 2022-02-15 09:18:15.415 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:18:15.415 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=297435 2022-02-15 09:18:15.415 | ++ inc/python:pip_install:203 : return 0 2022-02-15 09:18:15.415 | ++ lib/tempest:install_tempest:738 : pushd /opt/stack/tempest 2022-02-15 09:18:15.415 | /opt/stack/tempest ~/devstack 2022-02-15 09:18:15.415 | ++ lib/tempest:install_tempest:742 : git checkout master 2022-02-15 09:18:15.415 | M .coveragerc 2022-02-15 09:18:15.415 | M .gitignore 2022-02-15 09:18:15.415 | M .gitreview 2022-02-15 09:18:15.415 | M .mailmap 2022-02-15 09:18:15.415 | M .stestr.conf 2022-02-15 09:18:15.416 | M CONTRIBUTING.rst 2022-02-15 09:18:15.416 | M HACKING.rst 2022-02-15 09:18:15.416 | M LICENSE 2022-02-15 09:18:15.416 | M README.rst 2022-02-15 09:18:15.416 | M REVIEWING.rst 2022-02-15 09:18:15.416 | M bindep.txt 2022-02-15 09:18:15.416 | M doc/requirements.txt 2022-02-15 09:18:15.416 | M doc/source/_extra/.htaccess 2022-02-15 09:18:15.416 | M doc/source/_static/.keep 2022-02-15 09:18:15.416 | M doc/source/account_generator.rst 2022-02-15 09:18:15.416 | M doc/source/cleanup.rst 2022-02-15 09:18:15.416 | M doc/source/conf.py 2022-02-15 09:18:15.416 | M doc/source/configuration.rst 2022-02-15 09:18:15.416 | M doc/source/contributor/contributing.rst 2022-02-15 09:18:15.416 | M doc/source/data/tempest-non-active-plugins-registry.header 2022-02-15 09:18:15.416 | M doc/source/data/tempest-plugins-registry.header 2022-02-15 09:18:15.416 | M doc/source/index.rst 2022-02-15 09:18:15.416 | M doc/source/keystone_scopes_and_roles_support.rst 2022-02-15 09:18:15.416 | M doc/source/library.rst 2022-02-15 09:18:15.416 | M doc/source/library/api_microversion_testing.rst 2022-02-15 09:18:15.416 | M doc/source/library/auth.rst 2022-02-15 09:18:15.416 | M doc/source/library/cli.rst 2022-02-15 09:18:15.416 | M doc/source/library/clients.rst 2022-02-15 09:18:15.416 | M doc/source/library/credential_providers.rst 2022-02-15 09:18:15.416 | M doc/source/library/decorators.rst 2022-02-15 09:18:15.416 | M doc/source/library/rest_client.rst 2022-02-15 09:18:15.416 | M doc/source/library/service_clients/compute_clients.rst 2022-02-15 09:18:15.416 | M doc/source/library/utils.rst 2022-02-15 09:18:15.416 | M doc/source/library/validation_resources.rst 2022-02-15 09:18:15.416 | M doc/source/microversion_testing.rst 2022-02-15 09:18:15.416 | M doc/source/overview.rst 2022-02-15 09:18:15.416 | M doc/source/plugins/index.rst 2022-02-15 09:18:15.416 | M doc/source/plugins/plugin.rst 2022-02-15 09:18:15.416 | M doc/source/requirement_upper_constraint_for_tempest.rst 2022-02-15 09:18:15.417 | M doc/source/run.rst 2022-02-15 09:18:15.417 | M doc/source/sampleconf.rst 2022-02-15 09:18:15.417 | M doc/source/stable_branch_support_policy.rst 2022-02-15 09:18:15.417 | M doc/source/stable_branch_testing_policy.rst 2022-02-15 09:18:15.417 | M doc/source/subunit_describe_calls.rst 2022-02-15 09:18:15.417 | M doc/source/supported_version.rst 2022-02-15 09:18:15.417 | M doc/source/tempest_and_plugins_compatible_version_policy.rst 2022-02-15 09:18:15.417 | M doc/source/test_removal.rst 2022-02-15 09:18:15.417 | M doc/source/tests/modules.rst 2022-02-15 09:18:15.417 | M doc/source/workspace.rst 2022-02-15 09:18:15.417 | M doc/source/write_tests.rst 2022-02-15 09:18:15.417 | M etc/accounts.yaml.sample 2022-02-15 09:18:15.417 | M etc/allow-list.yaml 2022-02-15 09:18:15.417 | M etc/logging.conf.sample 2022-02-15 09:18:15.417 | M etc/rbac-persona-accounts.yaml.sample 2022-02-15 09:18:15.417 | M playbooks/devstack-tempest-ipv6.yaml 2022-02-15 09:18:15.417 | M playbooks/devstack-tempest.yaml 2022-02-15 09:18:15.417 | M playbooks/enable-fips.yaml 2022-02-15 09:18:15.417 | M playbooks/post-tempest.yaml 2022-02-15 09:18:15.417 | M releasenotes/notes/10/10.0-supported-openstack-releases-b88db468695348f6.yaml 2022-02-15 09:18:15.417 | M releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml 2022-02-15 09:18:15.417 | M releasenotes/notes/10/10.0.0-start-using-reno-ed9518126fd0e1a3.yaml 2022-02-15 09:18:15.417 | M releasenotes/notes/11/11.0.0-api-microversion-testing-support-2ceddd2255670932.yaml 2022-02-15 09:18:15.417 | M releasenotes/notes/11/11.0.0-compute-microversion-support-e0b23f960f894b9b.yaml 2022-02-15 09:18:15.417 | M releasenotes/notes/11/11.0.0-supported-openstack-releases-1e5d7295d939d439.yaml 2022-02-15 09:18:15.417 | M releasenotes/notes/12/12.0.0-supported-openstack-releases-f10aac381d933dd1.yaml 2022-02-15 09:18:15.417 | M releasenotes/notes/12/12.1.0-add-network-versions-client-d90e8334e1443f5c.yaml 2022-02-15 09:18:15.417 | M releasenotes/notes/12/12.1.0-add-scope-to-auth-b5a82493ea89f41e.yaml 2022-02-15 09:18:15.417 | M releasenotes/notes/12/12.1.0-add-tempest-run-3d0aaf69c2ca4115.yaml 2022-02-15 09:18:15.417 | M releasenotes/notes/12/12.1.0-add-tempest-workspaces-228a2ba4690b5589.yaml 2022-02-15 09:18:15.417 | M releasenotes/notes/12/12.1.0-add_subunit_describe_calls-5498a37e6cd66c4b.yaml 2022-02-15 09:18:15.417 | M releasenotes/notes/12/12.1.0-bug-1486834-7ebca15836ae27a9.yaml 2022-02-15 09:18:15.417 | M releasenotes/notes/12/12.1.0-identity-clients-as-library-e663c6132fcac6c2.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/12/12.1.0-image-clients-as-library-86d17caa26ce3961.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/12/12.1.0-new-test-utils-module-adf34468c4d52719.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/12/12.1.0-remove-input-scenarios-functionality-01308e6d4307f580.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/12/12.1.0-remove-integrated-horizon-bb57551c1e5f5be3.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/12/12.1.0-remove-legacy-credential-providers-3d653ac3ba1ada2b.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/12/12.1.0-remove-trove-tests-666522e9113549f9.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/12/12.1.0-routers-client-as-library-25a363379da351f6.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/12/12.1.0-support-chunked-encoding-d71f53225f68edf3.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/12/12.1.0-tempest-init-global-config-dir-location-changes-12260255871d3a2b.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/12/12.2.0-add-httptimeout-in-restclient-ax78061900e3f3d7.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/12/12.2.0-add-new-identity-clients-3c3afd674a395bde.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/12/12.2.0-clients_module-16f3025f515bf9ec.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/12/12.2.0-nova_cert_default-90eb7c1e3cde624a.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/12/12.2.0-plugin-service-client-registration-00b19a2dd4935ba0.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/12/12.2.0-remove-javelin-276f62d04f7e4a1d.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/12/12.2.0-service_client_config-8a1d7b4de769c633.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/12/12.2.0-volume-clients-as-library-9a3444dd63c134b3.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/13/13.0.0-add-new-identity-clients-as-library-5f7ndha733nwdsn9.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/13/13.0.0-add-volume-clients-as-a-library-d05b6bc35e66c6ef.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/13/13.0.0-deprecate-get_ipv6_addr_by_EUI64-4673f07677289cf6.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/13/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/13/13.0.0-start-of-newton-support-3ebb274f300f28eb.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/13/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/13/13.0.0-volume-clients-as-library-660811011be29d1a.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/14/14.0.0-add-cred-provider-abstract-class-to-lib-70ff513221f8a871.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/14/14.0.0-add-cred_client-to-tempest.lib-4d4af33f969c576f.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/14/14.0.0-add-error-code-translation-to-versions-clients-acbc78292e24b014.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/14/14.0.0-add-image-clients-af94564fb34ddca6.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/14/14.0.0-add-role-assignments-client-as-a-library-d34b4fdf376984ad.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/14/14.0.0-add-service-provider-client-cbba77d424a30dd3.yaml 2022-02-15 09:18:15.418 | M releasenotes/notes/14/14.0.0-add-ssh-port-parameter-to-client-6d16c374ac4456c1.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/14/14.0.0-deprecate-nova-api-extensions-df16b02485dae203.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/14/14.0.0-move-cinder-v3-to-lib-service-be3ba0c20753b594.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/14/14.0.0-new-volume-limit-client-517c17d9090f4df4.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/14/14.0.0-remo-stress-tests-81052b211ad95d2e.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/14/14.0.0-remove-baremetal-tests-65186d9e15d5b8fb.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/14/14.0.0-remove-bootable-option-024f8944c056a3e0.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/14/14.0.0-remove-negative-test-generator-1653f4c0f86ccf75.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/14/14.0.0-remove-sahara-tests-1532c47c7df80e3a.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/14/14.0.0-volume-clients-as-library-309030c7a16e62ab.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/15/15.0.0-add-identity-v3-clients-as-a-library-d34b4fdf376984ad.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/15/15.0.0-add-image-clients-tests-49dbc0a0a4281a77.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/15/15.0.0-add-implied-roles-to-roles-client-library-edf96408ad9ba82e.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/15/15.0.0-add-snapshot-manage-client-as-library-a76ffdba9d8d01cb.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/15/15.0.0-deprecate-allow_port_security_disabled-option-2d3d87f6bd11d03a.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/15/15.0.0-deprecate-identity-feature-enabled.reseller-84800a8232fe217f.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/15/15.0.0-deprecate-volume_feature_enabled.volume_services-dbe024ea067d5ab2.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/15/15.0.0-jsonschema-validator-2377ba131e12d3c7.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-microversion-config-options-eaee6a7d2f8390a8.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-validation-config-options-e3d1b89ce074d71c.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/15/15.0.0-remove-deprecated-input-scenario-config-options-414e0c5442e967e9.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/15/15.0.0-remove-deprecated-network-config-options-f9ce276231578fe6.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/16/16.0.0-add-OAUTH-Consumer-Client-tempest-tests-db1df7aae4a9fd4e.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/16/16.0.0-add-additional-methods-to-roles-client-library-178d4a6000dec72d.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/16/16.0.0-add-cascade-parameter-to-volumes-client-ff4f7f12795003a4.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/16/16.0.0-add-compute-server-evaculate-client-as-a-library-ed76baf25f02c3ca.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/16/16.0.0-add-content-type-without-spaces-b2c9b91b257814f3.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/16/16.0.0-add-list-auth-project-client-5905076d914a3943.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/16/16.0.0-add-list-glance-api-versions-ec5fc8081fc8a0ae.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/16/16.0.0-add-list-security-groups-by-servers-to-servers-client-library-088df48f6d81f4be.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/16/16.0.0-add-list-version-to-identity-client-944cb7396088a575.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/16/16.0.0-add-list-version-to-volume-client-4769dd1bd4ab9c5e.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/16/16.0.0-add-quota-sets-detail-kwarg-74b72183295b3ce7.yaml 2022-02-15 09:18:15.419 | M releasenotes/notes/16/16.0.0-add-tempest-lib-remote-client-adbeb3f42a36910b.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-add-tempest-run-combine-option-e94c1049ba8985d5.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-add-update-encryption-type-to-encryption-types-client-f3093532a0bcf9a1.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-add-volume-manage-client-as-library-78ab198a1dc1bd41.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-create-server-tags-client-8c0042a77e859af6.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-deprecate-deactivate_image-config-7a282c471937bbcb.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-deprecate-glance-api-version-config-options-8370b63aea8e14cf.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-deprecate-resources-prefix-option-ad490c0a30a0266b.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_attr-decorator-450a1ed727494724.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_config-decorator-64c32d588043ab12.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-deprecated-cinder-api-v1-option-df7d5a54d93db5cf.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-dreprecate_client_parameters-cb8d069e62957f7e.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-fix-volume-v2-service-clients-bugfix-1667354-73d2c3c8fedc08bf.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-mitaka-eol-88ff8355fff81b55.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-remove-call_until_true-of-test-de9c13bc8f969921.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-remove-cinder-v1-api-tests-71e266b8d55d475f.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-remove-deprecated-allow_port_security_disabled-option-d0ffaeb2e7817707.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-remove-deprecated-compute-validation-config-options-part-2-5cd17b6e0e6cb8a3.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-remove-deprecated-dvr_extra_resources-option-e8c441c38eab7ddd.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-remove-deprecated-identity-reseller-option-4411c7e3951f1094.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-remove-sahara-service-available-44a642aa9c634ab4.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-remove-volume_feature_enabled.volume_services-c6aa142cc1021297.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-use-keystone-v3-api-935860d30ddbb8e9.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/16/16.0.0-volume-transfers-client-e5ed3f5464c0cdc0.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/25/subunt-describe-call-verbose-arg-fix.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/Add-keystone-v3-OS_FEDERATION-APIs-as-tempest-clients-fe9e10a0fe5f09d4.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/Add-volume_size_extend-config--opt-for-volume-tests-041f7d25fc2f3e05.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/Extend-cleanup-CLI-to-delete-regions-9f1dbda2c8de12e2.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/Fix-KeyError-bug-in-v3-volumes_client-ff5d9b894f2257c8.yaml 2022-02-15 09:18:15.420 | M releasenotes/notes/Inclusive-jargon-17621346744f0cf4.yaml 2022-02-15 09:18:15.421 | M releasenotes/notes/Placement-client-for-placement-based-minimum-bw-allocation-27ed0938118752b6.yaml 2022-02-15 09:18:15.421 | M releasenotes/notes/QoS-client-for-placement-based-minimum-bw-allocation-8e5854d5754cec68.yaml 2022-02-15 09:18:15.421 | M releasenotes/notes/Remove-deprecated-image-scenario-options-b573c60e873ab451.yaml 2022-02-15 09:18:15.421 | M releasenotes/notes/Remove-deprecated-scenario.img_dir-option-da626e6153181e16.yaml 2022-02-15 09:18:15.421 | M releasenotes/notes/Remove-manager-2e0b0af48f01294a.yaml 2022-02-15 09:18:15.421 | M releasenotes/notes/Remove-test_reboot_server_soft-48fa786f38cd94dc.yaml 2022-02-15 09:18:15.421 | M releasenotes/notes/Set-default-of-operator_role-to-member-f9c3abd2ebde23b7.yaml 2022-02-15 09:18:15.421 | M releasenotes/notes/Stabilize-scenario-manager-adf36d21b08e31a4.yaml 2022-02-15 09:18:15.421 | M releasenotes/notes/account-generator-accepts-positive-numbers-only-33a366a297494ef7.yaml 2022-02-15 09:18:15.421 | M releasenotes/notes/account_generator-6eb03f664a448c35.yaml 2022-02-15 09:18:15.421 | M releasenotes/notes/add-OAUTH-Token-Client-tempest-tests-6351eda451b95a86.yaml 2022-02-15 09:18:15.421 | M releasenotes/notes/add-additional-methods-to-policy-client-library-b8279c18335588c9.yaml 2022-02-15 09:18:15.421 | M releasenotes/notes/add-alt-project-dynamic-creds-1a3bc543e65d9433.yaml 2022-02-15 09:18:15.421 | M releasenotes/notes/add-assisted-volume-snapshot-client-737f5cb35d58c1b6.yaml 2022-02-15 09:18:15.421 | M releasenotes/notes/add-can-migrate-between-any-hosts-config-option-x8ah4f9737a28e9b.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-compute-feature-ide-bus-b63802502c378083.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-compute-feature-serial-console-45583c4341e34fc9.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-compute-feature-shelve-migrate-fdbd3633abe65c4e.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-consistency-group-exceptions-01cbb792cd710231.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-create-group-from-src-tempest-tests-9eb8b0b4b5c52055.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-domain-configuration-client-tempest-tests-e383efabdbb9ad03.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-domain-param-in-cliclient-a270fcf35c8f09e6.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-extra-apis-to-volume-v3-services-client-bf9b235cf5a611fe.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-floating-ip-config-option-e5774bf77702ce9f.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-force-detach-volume-to-volumes-client-library-b2071f2954f8e8b1.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-group-type-specs-apis-to-v3-group-types-client-10390b52dedede54.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-identity-roles-system-methods-519dc144231993a3.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-endpoint-groups-3518a90bbb731d0f.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-extensions-9cfd217fd2c6a61f.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-image-alt-ssh-user-config-option-1b775af2f468aa5b.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-immutable-user-source-support-dd17772a997075e0.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-ip-version-check-in-addresses-x491ac6d9abaxa12.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-is-resource-deleted-sg-client-f4a7a7a54ff024d7.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-keystone-ep-clients-eeefd0904fbbe151.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-keystone-v3-ec2-tests-d959b7d36f0bd7fc.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-kwargs-to-delete-vol-of-vol-client-1ecde75beb62933c.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-list-volume-transfers-with-detail-to-transfers-client-80169bf78cf4fa66.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-load-list-cmd-35a4a2e6ea0a36fd.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-manage-snapshot-ref-config-option-67efd04897335b67.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-migrate-volume-and-list-hosts-to-v3-volume-client-library-ad3529260db58f00.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-params-to-identity-v3-list-endpoints-958a155be4e17e5b.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-params-to-v2-list-backups-api-c088d2b4bfe90247.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-placement-usage-client-method-8b6015cbd8a5e0f6.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-profiler-config-options-db7c4ae6d338ee5c.yaml 2022-02-15 09:18:15.422 | M releasenotes/notes/add-qos-apis-for-bandwidth-limit-rules-cc144660fcaa419a.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-qos-minimum-packet-rule-client-c8bfe09873032d4a.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-redirect-param-bea1f6fbce629c70.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-reset-group-snapshot-status-api-to-v3-group-snapshots-client-248d41827daf2a0c.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-reset-group-status-api-to-v3-groups-client-9aa048617c66756a.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-return-value-to-retype-volume-a401aa619aaa2457.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-save-state-option-5ea67858cbaca969.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-server-diagnostics-validation-schema-b5a3c55b45aa718a.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-show-api-v3-details-api-to-v3-versions-client-4b408427379cabfe.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-show-default-group-type-detail-api-to-v3-group-types-client-65f717878cf52da0.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-show-default-quotas-api-to-network-quotas-client-3a7c1159af9e56ff.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-show-default-volume-types-api-to-v3-types-client-44b2676f217d78dc.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-show-encryption-specs-item-api-to-v2-encryption-types-client-290b421cd4bc0c0e.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-show-host-to-hosts-client-library-c60c4eb49d139480.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-show-quota-details-api-to-network-quotas-client-3fffd302cc5d335f.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-show-snapshot-metadata-item-api-to-v2-snapshots-client-bd3cbab3c7f0e0b3.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-show-volume-image-metadata-api-to-v2-volumes-client-ee3c027f35276561.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-show-volume-metadata-item-api-to-v2-volumes-client-47d59ecd999ca9df.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-show-volume-summary-api-to-v3-volumes-client-96e7b01abdb5c9c3.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-ssh-key-type-38d7a2f900d79842.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-storyboard-in-skip-because-decorator-3e139aa8a4f7970f.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-subnet-id-config-option-fac3d6f12abfc171.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-support-args-kwargs-in-call-until-true-a91k592h5a64exf7.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-unstable_test-decorator-a73cf97d4ffcc796.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-update-api-to-group-types-client-09c06ccdf80d5003.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-update-backup-api-to-v3-backups-client-e8465b2b66617dc0.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-update-flavor--api-to-flavors-client-a859542fe54aab7c.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-update-group-tempest-tests-72f8ec19b2809849.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-validation-resources-to-lib-dc2600c4324ca4d7.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-volume-group-snapshots-tempest-tests-840df3da26590f5e.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-volume-group-types-tempest-tests-1298ab8cb4fe8b7b.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-volume-groups-tempest-tests-dd7b2abfe2b48427.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-volume-quota-class-client-as-library-c4c2b22c36ff807e.yaml 2022-02-15 09:18:15.423 | M releasenotes/notes/add-volume-transfers-v3.55-73f75073ad2c4091.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/add-worker-file-option-d949121a61156968.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/add_proxy_url_get_credentials-aef66b085450513f.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/agents-client-delete-method-de1a7fb3f845999c.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/api_v2_admin_flag-dea5ca9bc2ce63bc.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/associate-disassociate-floating_ip-0b6cfebeef1304b0.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/bp-application-credentials-df69b1f617db1bb9.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/bug-1647999-7aeda50a8d082d4c.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/bug-1791007-328a8b9a43bfb157.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/bug-1799883-6ea95fc64f70c9ef.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/bug-1808473-54ada26ab78e7b02.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/change-default-region-for-placement-to-empty-string-394f1132c28345bb.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/cinder-use-os-endpoint-type-c11f63fd468ceb4c.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/cli-tests-v3fixes-fb38189cefd64213.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/compare-header-version-func-de5139b2161b3627.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/conditional-attr-a8564ec5a70ec840.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/config-image-api-v1-default-to-false-39d5f2xafc534ab1.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/config-volume-multiattach-ea8138dfa4fd308c.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/config_image_certificate_compute_feature-c56efb520d54aff5.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/correct-port-profile-config-option-d67f5cb31f1bc34c.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/create-mount-config-drive-to-lib-1a6e912b8afbcc7e.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/create_loginable_secgroup_rule-73722fd4b4eb12d0.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/create_security_group_rule-16d58a8f0f0ff262.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/credentials-factory-stable-c8037bd9ae642482.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/deprecate-and-enable-identity-application_credentials-1d4eaef4c3c9dcba.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/deprecate-and-enable-identity-project-tags-23b87518888e563a.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/deprecate-compute-feature-enabled-block-migrate-cinder-iscsi-fcda802d774dfeec.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/deprecate-compute-images-client-in-volume-tests-92b6dd55fcaba620.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/deprecate-config-forbid_global_implied_dsr-e64cfa66e6e3ded5.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/deprecate-default-value-for-v3_endpoint_type-fb9e47c5ba1c719d.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/deprecate-dns_servers-option-0xf2f297ee47a5ff.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/deprecate-image-v1-service-clients-d12ed42210bb76b5.yaml 2022-02-15 09:18:15.424 | M releasenotes/notes/deprecate-old-api-microversion-fixture-a471aac985c0f3fb.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/deprecate-scheduler-available-filters-cbca2017ba3cf2aa.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/deprecate-spice-rdp-console-config-f2af173552axfb72.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/deprecate-vnc-server-header-529f07d592aefb62.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/deprecate-volume-api-selection-config-options-b95c5c0ccbf38916.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/deprecate-volume-v2-service-clients-ff8a2a7be1797eb5.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/disable-identity-v2-testing-4ef1565d1a5aedcf.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/drop-DEFAULT_PARAMS-bfcc2e7b74ef880b.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/drop-py-2-7-730baf411876d5d8.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/drop-py-3-5-support-76ca78f1a650fcad.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/enable-volume-multiattach-fd5e9bf0e96b56ce.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/end-of-support-for-stein-f795b968d83497a9.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/end-of-support-for-train-83369468215d7485.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/extra-compute-services-tests-92b6c0618972e02f.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/fix-credential-logging-98089c897d801355.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/fix-list-group-snapshots-api-969d9321002c566c.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/fix-remoteclient-default-ssh-shell-prologue-33e99343d086f601.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/fix-show-image-file-expected-code-92d97342d0f6d60e.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/floating-ips-port-forwarding-client-cf8820b910bd7f4d.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/http_proxy_config-cb39b55520e84db5.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/identity-tests-domain-drivers-76235f6672221e45.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/identity-token-client-8aaef74b1d61090a.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/identity-v3-project-tags-client-36683c6a8644e54b.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/identity_client-635275d43abbb807.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/image-client-add-versions-and-tasks-ac289dbfe1c899cc.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/image_import_testing_support-22ba4bcb9f2fb848.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/intermediate-pike-release-2ce492432ff8f012.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/intermediate-queens-release-2f9f305775fca454.yaml 2022-02-15 09:18:15.425 | M releasenotes/notes/intermediate-train-release-0146c624cff9a57f.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/intermediate-wallaby-release-55a0b31b1dee7b23.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/introduce-attachments-client-add-show-attachment-api-c3111f7e560a87b3.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/lib_api_microversion_fixture-f52308fc6b6b89f2.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/limits-client-d656f16a3d3e84fc.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/list-auth-domains-v3-endpoint-9ec60c7d3011c397.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/log-resource-client-20e58a295f729902.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/log_console_output-dae6b8740b5a5821.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/loggable-resource-client-5977d46a7ea52199.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/make-create-user-domain-aware-for-v3-creds-client-5054f58e715adc0c.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/make-object-storage-client-as-stable-interface-d1b07c7e8f17bef6.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/merge-tempest-horizon-plugin-39d555339ab8c7ce.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/migrate-dynamic-creds-ecebb47528080761.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/migrate-object-storage-as-stable-interface-42014c7b43ecb254.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/migrate-preprov-creds-ef61a046ee1ec604.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/move-attr-decorator-to-lib-a1e80c42ba9c5392.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/move-related_bug-decorator-to-lib-dbfd5c543bbb2805.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/move-volume-v3-base_client-to-volume-1edbz0f207c3b283.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/network-show-version-18e1707a4df0a3d3.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/network-swap-to-project_id-a1d7fdf6c5e1cf44.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/network-tag-client-f4614029af7927f0.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/network_feature_enabled_available_features-35f9ac5f253e2ca3.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/new-placement-client-methods-e35c473e29494928.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/omit_X-Subject-Token_from_log-1bf5fef88c80334b.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/os_tenant_name-3ee175763bff455b.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/pause_teardown-45c9d60ffa889f7f.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/plugin-client-registration-enhancements-e09131742391225b.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/prevent-error-in-parse-resp-when-nullable-list-9898cd0f22180986.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/raise-exception-when-error-deleting-on-volume-18d0d0c5886212dd.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/random-bytes-size-limit-ee94a8c6534fe916.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/removal-deprecated-config-options-3db535b979fe3509.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/removal-deprecated-volume-config-options-21c4412f3c600923.yaml 2022-02-15 09:18:15.426 | M releasenotes/notes/remove-allow_tenant_isolation-option-03f0d998eb498d44.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/remove-deprecated-apis-from-v2-volumes-client-3ca4a5db5fea518f.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/remove-deprecated-find-test-caller-f4525cd043bfd1b6.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/remove-deprecated-old-token-clients-e4c2e654132f1130.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/remove-deprecated-skip-decorators-f8b42d812d20b537.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/remove-deprecated-skip_unless_attr-decorator-02bde59a00328f5c.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/remove-deprecated-volume-apis-from-v2-volumes-client-cf35e5b4cca89860.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/remove-deprecated-volume-config-options-4b7ea93b88e5b982.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/remove-get-ipv6-addr-by-EUI64-c79972d799c7a430.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/remove-heat-tests-9efb42cac3e0b306.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/remove-old-data-utils-e0966f882f7fe23a.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/remove-some-deprecated-auth-and-identity-options-xa1xd9b8fb948g4f.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/remove-some-deprecated-identity-options-0ffxd1b8db928e43.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/remove-volume-v1-service-clients-9235e3a965f93c09.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/segments-client-866f02948f40d4ff.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/set-cinder-api-v3-option-true-1b3e61e3129b7c00.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/set-default-value-of-concurrency-to-2-d916d5c31e3725d5.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/start-of-pike-support-f2a1b7ea8e8b0311.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/start-of-queens-support-fea9051ba1d85fc7.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/subunit_describe_calls-ad7df689b9d63e3f.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/support-for-rbac-new-scope-6ec8164ce1e7288c.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/support-microversion-in-scenario-test-b4fbfdd3a977fc58.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/support-scope-in-get-roles-dynamic-creds-90bfab163c1c289a.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/swift-improve-cleanup-63cfc21ffb3aff6f.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/switch-to-stestr-8c9f834b3f5a55d8.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/system-scope-44244cc955a7825f.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/tempest-default-run_validations-9640c41b6a4a9121.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/tempest-identity-catalog-client-f5c8589a9d7c1eb5.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/tempest-lib-compute-update-service-6019d2dcfe4a1c5d.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/tempest-rocky-release-0fc3312053923380.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/tempest-run-fix-updates-564b41706decbba1.yaml 2022-02-15 09:18:15.427 | M releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml 2022-02-15 09:18:15.428 | M releasenotes/notes/tempest-train-release-a2ed0743a5eadeb6.yaml 2022-02-15 09:18:15.428 | M releasenotes/notes/tempest-ussuri-release-72b5770a3b97678f.yaml 2022-02-15 09:18:15.428 | M releasenotes/notes/tempest-victoria-release-27000c02edc5a112.yaml 2022-02-15 09:18:15.428 | M releasenotes/notes/tempest-wallaby-release-0f2cea5ccf63485e.yaml 2022-02-15 09:18:15.428 | M releasenotes/notes/tempest-workspace-delete-directory-feature-74d6d157a5a05561.yaml 2022-02-15 09:18:15.428 | M releasenotes/notes/tempest-xena-release-3ffb30eb59e49f2c.yaml 2022-02-15 09:18:15.428 | M releasenotes/notes/test-clients-stable-for-plugin-90b1e7dc83f28ccd.yaml 2022-02-15 09:18:15.428 | M releasenotes/notes/use-cinder-v3-client-for-verify_tempest_config-2bf3d817b0070064.yaml 2022-02-15 09:18:15.428 | M releasenotes/notes/verify-tempest-command-8e88452c7a08dd77.yaml 2022-02-15 09:18:15.428 | M releasenotes/notes/vnc-hardcoded-server-name-removed-6f8d1e90a175dc08.yaml 2022-02-15 09:18:15.428 | M releasenotes/notes/volume-backed-live-mig-5a38b496ba1ec093.yaml 2022-02-15 09:18:15.428 | M releasenotes/notes/volume-service-testing-default-to-v3-endpoints-20b86895a590925d.yaml 2022-02-15 09:18:15.428 | M releasenotes/notes/volume-v3-service-clients-a863a6336af56cca.yaml 2022-02-15 09:18:15.428 | M releasenotes/notes/xenapi_apis-conf-fcca549283e53ed6.yaml 2022-02-15 09:18:15.428 | M releasenotes/source/_static/.placeholder 2022-02-15 09:18:15.428 | M releasenotes/source/_templates/.placeholder 2022-02-15 09:18:15.428 | M releasenotes/source/conf.py 2022-02-15 09:18:15.428 | M releasenotes/source/index.rst 2022-02-15 09:18:15.428 | M releasenotes/source/unreleased.rst 2022-02-15 09:18:15.428 | M releasenotes/source/v10.0.0.rst 2022-02-15 09:18:15.428 | M releasenotes/source/v11.0.0.rst 2022-02-15 09:18:15.428 | M releasenotes/source/v12.0.0.rst 2022-02-15 09:18:15.428 | M releasenotes/source/v13.0.0.rst 2022-02-15 09:18:15.428 | M releasenotes/source/v14.0.0.rst 2022-02-15 09:18:15.428 | M releasenotes/source/v15.0.0.rst 2022-02-15 09:18:15.428 | M releasenotes/source/v16.0.0.rst 2022-02-15 09:18:15.428 | M releasenotes/source/v16.1.0.rst 2022-02-15 09:18:15.428 | M releasenotes/source/v17.0.0.rst 2022-02-15 09:18:15.428 | M releasenotes/source/v17.1.0.rst 2022-02-15 09:18:15.428 | M releasenotes/source/v17.2.0.rst 2022-02-15 09:18:15.428 | M releasenotes/source/v18.0.0.rst 2022-02-15 09:18:15.428 | M releasenotes/source/v19.0.0.rst 2022-02-15 09:18:15.428 | M releasenotes/source/v20.0.0.rst 2022-02-15 09:18:15.429 | M releasenotes/source/v21.0.0.rst 2022-02-15 09:18:15.429 | M releasenotes/source/v22.0.0.rst 2022-02-15 09:18:15.429 | M releasenotes/source/v22.1.0.rst 2022-02-15 09:18:15.429 | M releasenotes/source/v23.0.0.rst 2022-02-15 09:18:15.429 | M releasenotes/source/v24.0.0.rst 2022-02-15 09:18:15.429 | M releasenotes/source/v26.0.0.rst 2022-02-15 09:18:15.429 | M releasenotes/source/v26.1.0.rst 2022-02-15 09:18:15.429 | M releasenotes/source/v27.0.0.rst 2022-02-15 09:18:15.429 | M releasenotes/source/v28.0.0.rst 2022-02-15 09:18:15.429 | M releasenotes/source/v28.1.0.rst 2022-02-15 09:18:15.429 | M releasenotes/source/v29.0.0.rst 2022-02-15 09:18:15.429 | M requirements.txt 2022-02-15 09:18:15.429 | M roles/acl-devstack-files/README.rst 2022-02-15 09:18:15.429 | M roles/acl-devstack-files/defaults/main.yaml 2022-02-15 09:18:15.429 | M roles/acl-devstack-files/tasks/main.yaml 2022-02-15 09:18:15.429 | M roles/run-tempest-26/README.rst 2022-02-15 09:18:15.429 | M roles/run-tempest-26/defaults/main.yaml 2022-02-15 09:18:15.429 | M roles/run-tempest-26/tasks/main.yaml 2022-02-15 09:18:15.429 | M roles/run-tempest/README.rst 2022-02-15 09:18:15.429 | M roles/run-tempest/defaults/main.yaml 2022-02-15 09:18:15.429 | M roles/run-tempest/tasks/main.yaml 2022-02-15 09:18:15.429 | M roles/setup-tempest-data-dir/README.rst 2022-02-15 09:18:15.429 | M roles/setup-tempest-data-dir/defaults/main.yaml 2022-02-15 09:18:15.429 | M roles/setup-tempest-data-dir/tasks/main.yaml 2022-02-15 09:18:15.429 | M roles/setup-tempest-run-dir/README.rst 2022-02-15 09:18:15.429 | M roles/setup-tempest-run-dir/defaults/main.yaml 2022-02-15 09:18:15.429 | M roles/setup-tempest-run-dir/tasks/main.yaml 2022-02-15 09:18:15.429 | M roles/tempest-cleanup/README.rst 2022-02-15 09:18:15.429 | M roles/tempest-cleanup/defaults/main.yaml 2022-02-15 09:18:15.429 | M roles/tempest-cleanup/tasks/dry_run.yaml 2022-02-15 09:18:15.429 | M roles/tempest-cleanup/tasks/dry_run_checker.py 2022-02-15 09:18:15.429 | M roles/tempest-cleanup/tasks/main.yaml 2022-02-15 09:18:15.429 | M setup.cfg 2022-02-15 09:18:15.430 | M setup.py 2022-02-15 09:18:15.430 | M tempest/README.rst 2022-02-15 09:18:15.430 | M tempest/__init__.py 2022-02-15 09:18:15.430 | M tempest/api/README.rst 2022-02-15 09:18:15.430 | M tempest/api/__init__.py 2022-02-15 09:18:15.430 | M tempest/api/compute/__init__.py 2022-02-15 09:18:15.430 | M tempest/api/compute/admin/__init__.py 2022-02-15 09:18:15.430 | M tempest/api/compute/admin/test_agents.py 2022-02-15 09:18:15.430 | M tempest/api/compute/admin/test_aggregates.py 2022-02-15 09:18:15.430 | M tempest/api/compute/admin/test_aggregates_negative.py 2022-02-15 09:18:15.430 | M tempest/api/compute/admin/test_auto_allocate_network.py 2022-02-15 09:18:15.430 | M tempest/api/compute/admin/test_availability_zone.py 2022-02-15 09:18:15.430 | M tempest/api/compute/admin/test_availability_zone_negative.py 2022-02-15 09:18:15.430 | M tempest/api/compute/admin/test_create_server.py 2022-02-15 09:18:15.430 | M tempest/api/compute/admin/test_delete_server.py 2022-02-15 09:18:15.430 | M tempest/api/compute/admin/test_fixed_ips.py 2022-02-15 09:18:15.430 | M tempest/api/compute/admin/test_fixed_ips_negative.py 2022-02-15 09:18:15.430 | M tempest/api/compute/admin/test_flavors.py 2022-02-15 09:18:15.430 | M tempest/api/compute/admin/test_flavors_access.py 2022-02-15 09:18:15.430 | M tempest/api/compute/admin/test_flavors_access_negative.py 2022-02-15 09:18:15.430 | M tempest/api/compute/admin/test_flavors_extra_specs.py 2022-02-15 09:18:15.430 | M tempest/api/compute/admin/test_flavors_extra_specs_negative.py 2022-02-15 09:18:15.430 | M tempest/api/compute/admin/test_flavors_microversions.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_floating_ips_bulk.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_hosts.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_hosts_negative.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_hypervisor.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_hypervisor_negative.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_instance_usage_audit_log.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_instance_usage_audit_log_negative.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_keypairs_v210.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_live_migration.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_live_migration_negative.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_migrations.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_networks.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_quotas.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_quotas_negative.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_security_groups.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_server_diagnostics.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_server_diagnostics_negative.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_servers.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_servers_negative.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_servers_on_multinodes.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_services.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_services_negative.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_simple_tenant_usage.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_simple_tenant_usage_negative.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_volume.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_volume_swap.py 2022-02-15 09:18:15.431 | M tempest/api/compute/admin/test_volumes_negative.py 2022-02-15 09:18:15.431 | M tempest/api/compute/api_microversion_fixture.py 2022-02-15 09:18:15.431 | M tempest/api/compute/base.py 2022-02-15 09:18:15.431 | M tempest/api/compute/certificates/__init__.py 2022-02-15 09:18:15.431 | M tempest/api/compute/certificates/test_certificates.py 2022-02-15 09:18:15.431 | M tempest/api/compute/flavors/__init__.py 2022-02-15 09:18:15.432 | M tempest/api/compute/flavors/test_flavors.py 2022-02-15 09:18:15.432 | M tempest/api/compute/flavors/test_flavors_negative.py 2022-02-15 09:18:15.432 | M tempest/api/compute/floating_ips/__init__.py 2022-02-15 09:18:15.432 | M tempest/api/compute/floating_ips/base.py 2022-02-15 09:18:15.432 | M tempest/api/compute/floating_ips/test_floating_ips_actions.py 2022-02-15 09:18:15.432 | M tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py 2022-02-15 09:18:15.432 | M tempest/api/compute/floating_ips/test_list_floating_ips.py 2022-02-15 09:18:15.432 | M tempest/api/compute/floating_ips/test_list_floating_ips_negative.py 2022-02-15 09:18:15.432 | M tempest/api/compute/images/__init__.py 2022-02-15 09:18:15.432 | M tempest/api/compute/images/test_image_metadata.py 2022-02-15 09:18:15.432 | M tempest/api/compute/images/test_image_metadata_negative.py 2022-02-15 09:18:15.432 | M tempest/api/compute/images/test_images.py 2022-02-15 09:18:15.432 | M tempest/api/compute/images/test_images_negative.py 2022-02-15 09:18:15.432 | M tempest/api/compute/images/test_images_oneserver.py 2022-02-15 09:18:15.432 | M tempest/api/compute/images/test_images_oneserver_negative.py 2022-02-15 09:18:15.432 | M tempest/api/compute/images/test_list_image_filters.py 2022-02-15 09:18:15.432 | M tempest/api/compute/images/test_list_image_filters_negative.py 2022-02-15 09:18:15.432 | M tempest/api/compute/images/test_list_images.py 2022-02-15 09:18:15.432 | M tempest/api/compute/keypairs/__init__.py 2022-02-15 09:18:15.432 | M tempest/api/compute/keypairs/base.py 2022-02-15 09:18:15.432 | M tempest/api/compute/keypairs/test_keypairs.py 2022-02-15 09:18:15.432 | M tempest/api/compute/keypairs/test_keypairs_negative.py 2022-02-15 09:18:15.432 | M tempest/api/compute/keypairs/test_keypairs_v22.py 2022-02-15 09:18:15.432 | M tempest/api/compute/limits/__init__.py 2022-02-15 09:18:15.432 | M tempest/api/compute/limits/test_absolute_limits.py 2022-02-15 09:18:15.432 | M tempest/api/compute/limits/test_absolute_limits_negative.py 2022-02-15 09:18:15.432 | M tempest/api/compute/security_groups/__init__.py 2022-02-15 09:18:15.432 | M tempest/api/compute/security_groups/base.py 2022-02-15 09:18:15.432 | M tempest/api/compute/security_groups/test_security_group_rules.py 2022-02-15 09:18:15.432 | M tempest/api/compute/security_groups/test_security_group_rules_negative.py 2022-02-15 09:18:15.432 | M tempest/api/compute/security_groups/test_security_groups.py 2022-02-15 09:18:15.432 | M tempest/api/compute/security_groups/test_security_groups_negative.py 2022-02-15 09:18:15.432 | M tempest/api/compute/servers/__init__.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_attach_interfaces.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_availability_zone.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_create_server.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_create_server_multi_nic.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_delete_server.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_device_tagging.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_disk_config.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_instance_actions.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_instance_actions_negative.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_list_server_filters.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_list_servers_negative.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_multiple_create.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_multiple_create_negative.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_novnc.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_server_actions.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_server_addresses.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_server_addresses_negative.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_server_group.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_server_metadata.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_server_metadata_negative.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_server_password.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_server_personality.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_server_rescue.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_server_rescue_negative.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_server_tags.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_servers.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_servers_microversions.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_servers_negative.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_virtual_interfaces.py 2022-02-15 09:18:15.433 | M tempest/api/compute/servers/test_virtual_interfaces_negative.py 2022-02-15 09:18:15.433 | M tempest/api/compute/test_extensions.py 2022-02-15 09:18:15.433 | M tempest/api/compute/test_networks.py 2022-02-15 09:18:15.433 | M tempest/api/compute/test_quotas.py 2022-02-15 09:18:15.433 | M tempest/api/compute/test_tenant_networks.py 2022-02-15 09:18:15.434 | M tempest/api/compute/test_versions.py 2022-02-15 09:18:15.434 | M tempest/api/compute/volumes/__init__.py 2022-02-15 09:18:15.434 | M tempest/api/compute/volumes/test_attach_volume.py 2022-02-15 09:18:15.434 | M tempest/api/compute/volumes/test_attach_volume_negative.py 2022-02-15 09:18:15.434 | M tempest/api/compute/volumes/test_volume_snapshots.py 2022-02-15 09:18:15.434 | M tempest/api/compute/volumes/test_volumes_get.py 2022-02-15 09:18:15.434 | M tempest/api/compute/volumes/test_volumes_list.py 2022-02-15 09:18:15.434 | M tempest/api/compute/volumes/test_volumes_negative.py 2022-02-15 09:18:15.434 | M tempest/api/identity/__init__.py 2022-02-15 09:18:15.434 | M tempest/api/identity/admin/__init__.py 2022-02-15 09:18:15.434 | M tempest/api/identity/admin/v2/__init__.py 2022-02-15 09:18:15.434 | M tempest/api/identity/admin/v2/test_endpoints.py 2022-02-15 09:18:15.434 | M tempest/api/identity/admin/v2/test_roles.py 2022-02-15 09:18:15.434 | M tempest/api/identity/admin/v2/test_roles_negative.py 2022-02-15 09:18:15.434 | M tempest/api/identity/admin/v2/test_services.py 2022-02-15 09:18:15.434 | M tempest/api/identity/admin/v2/test_tenant_negative.py 2022-02-15 09:18:15.434 | M tempest/api/identity/admin/v2/test_tenants.py 2022-02-15 09:18:15.434 | M tempest/api/identity/admin/v2/test_tokens.py 2022-02-15 09:18:15.434 | M tempest/api/identity/admin/v2/test_tokens_negative.py 2022-02-15 09:18:15.434 | M tempest/api/identity/admin/v2/test_users.py 2022-02-15 09:18:15.434 | M tempest/api/identity/admin/v2/test_users_negative.py 2022-02-15 09:18:15.434 | M tempest/api/identity/admin/v3/__init__.py 2022-02-15 09:18:15.434 | M tempest/api/identity/admin/v3/test_application_credentials.py 2022-02-15 09:18:15.434 | M tempest/api/identity/admin/v3/test_credentials.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_default_project_id.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_domain_configuration.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_domains.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_domains_negative.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_endpoint_groups.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_endpoints.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_endpoints_negative.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_groups.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_inherits.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_list_projects.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_list_users.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_oauth_consumers.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_policies.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_project_tags.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_projects.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_projects_negative.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_regions.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_roles.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_services.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_tokens.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_trusts.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_users.py 2022-02-15 09:18:15.435 | M tempest/api/identity/admin/v3/test_users_negative.py 2022-02-15 09:18:15.435 | M tempest/api/identity/base.py 2022-02-15 09:18:15.435 | M tempest/api/identity/v2/__init__.py 2022-02-15 09:18:15.435 | M tempest/api/identity/v2/test_api_discovery.py 2022-02-15 09:18:15.435 | M tempest/api/identity/v2/test_ec2_credentials.py 2022-02-15 09:18:15.435 | M tempest/api/identity/v2/test_extension.py 2022-02-15 09:18:15.435 | M tempest/api/identity/v2/test_tenants.py 2022-02-15 09:18:15.435 | M tempest/api/identity/v2/test_tokens.py 2022-02-15 09:18:15.435 | M tempest/api/identity/v2/test_users.py 2022-02-15 09:18:15.435 | M tempest/api/identity/v3/__init__.py 2022-02-15 09:18:15.435 | M tempest/api/identity/v3/test_access_rules.py 2022-02-15 09:18:15.436 | M tempest/api/identity/v3/test_api_discovery.py 2022-02-15 09:18:15.436 | M tempest/api/identity/v3/test_application_credentials.py 2022-02-15 09:18:15.436 | M tempest/api/identity/v3/test_catalog.py 2022-02-15 09:18:15.436 | M tempest/api/identity/v3/test_domains.py 2022-02-15 09:18:15.436 | M tempest/api/identity/v3/test_ec2_credentials.py 2022-02-15 09:18:15.436 | M tempest/api/identity/v3/test_projects.py 2022-02-15 09:18:15.436 | M tempest/api/identity/v3/test_tokens.py 2022-02-15 09:18:15.436 | M tempest/api/identity/v3/test_users.py 2022-02-15 09:18:15.436 | M tempest/api/image/__init__.py 2022-02-15 09:18:15.436 | M tempest/api/image/base.py 2022-02-15 09:18:15.436 | M tempest/api/image/v1/__init__.py 2022-02-15 09:18:15.436 | M tempest/api/image/v1/test_image_members.py 2022-02-15 09:18:15.436 | M tempest/api/image/v1/test_image_members_negative.py 2022-02-15 09:18:15.436 | M tempest/api/image/v1/test_images.py 2022-02-15 09:18:15.436 | M tempest/api/image/v1/test_images_negative.py 2022-02-15 09:18:15.436 | M tempest/api/image/v2/__init__.py 2022-02-15 09:18:15.436 | M tempest/api/image/v2/admin/__init__.py 2022-02-15 09:18:15.436 | M tempest/api/image/v2/admin/test_images.py 2022-02-15 09:18:15.436 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_objects.py 2022-02-15 09:18:15.436 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_properties.py 2022-02-15 09:18:15.436 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_tags.py 2022-02-15 09:18:15.436 | M tempest/api/image/v2/admin/test_images_metadefs_namespaces.py 2022-02-15 09:18:15.436 | M tempest/api/image/v2/admin/test_images_metadefs_resource_types.py 2022-02-15 09:18:15.436 | M tempest/api/image/v2/test_images.py 2022-02-15 09:18:15.436 | M tempest/api/image/v2/test_images_member.py 2022-02-15 09:18:15.436 | M tempest/api/image/v2/test_images_member_negative.py 2022-02-15 09:18:15.436 | M tempest/api/image/v2/test_images_metadefs_schema.py 2022-02-15 09:18:15.436 | M tempest/api/image/v2/test_images_negative.py 2022-02-15 09:18:15.436 | M tempest/api/image/v2/test_images_tags.py 2022-02-15 09:18:15.436 | M tempest/api/image/v2/test_images_tags_negative.py 2022-02-15 09:18:15.436 | M tempest/api/image/v2/test_versions.py 2022-02-15 09:18:15.436 | M tempest/api/network/__init__.py 2022-02-15 09:18:15.436 | M tempest/api/network/admin/__init__.py 2022-02-15 09:18:15.437 | M tempest/api/network/admin/test_dhcp_agent_scheduler.py 2022-02-15 09:18:15.437 | M tempest/api/network/admin/test_external_network_extension.py 2022-02-15 09:18:15.437 | M tempest/api/network/admin/test_external_networks_negative.py 2022-02-15 09:18:15.437 | M tempest/api/network/admin/test_floating_ips_admin_actions.py 2022-02-15 09:18:15.437 | M tempest/api/network/admin/test_metering_extensions.py 2022-02-15 09:18:15.437 | M tempest/api/network/admin/test_negative_quotas.py 2022-02-15 09:18:15.437 | M tempest/api/network/admin/test_ports.py 2022-02-15 09:18:15.437 | M tempest/api/network/admin/test_quotas.py 2022-02-15 09:18:15.437 | M tempest/api/network/admin/test_routers.py 2022-02-15 09:18:15.437 | M tempest/api/network/admin/test_routers_dvr.py 2022-02-15 09:18:15.437 | M tempest/api/network/admin/test_routers_negative.py 2022-02-15 09:18:15.437 | M tempest/api/network/base.py 2022-02-15 09:18:15.437 | M tempest/api/network/base_security_groups.py 2022-02-15 09:18:15.437 | M tempest/api/network/test_agent_management_negative.py 2022-02-15 09:18:15.437 | M tempest/api/network/test_allowed_address_pair.py 2022-02-15 09:18:15.437 | M tempest/api/network/test_dhcp_ipv6.py 2022-02-15 09:18:15.437 | M tempest/api/network/test_extensions.py 2022-02-15 09:18:15.437 | M tempest/api/network/test_extra_dhcp_options.py 2022-02-15 09:18:15.437 | M tempest/api/network/test_floating_ips.py 2022-02-15 09:18:15.437 | M tempest/api/network/test_floating_ips_negative.py 2022-02-15 09:18:15.437 | M tempest/api/network/test_networks.py 2022-02-15 09:18:15.437 | M tempest/api/network/test_networks_negative.py 2022-02-15 09:18:15.437 | M tempest/api/network/test_ports.py 2022-02-15 09:18:15.437 | M tempest/api/network/test_routers.py 2022-02-15 09:18:15.437 | M tempest/api/network/test_routers_negative.py 2022-02-15 09:18:15.437 | M tempest/api/network/test_security_groups.py 2022-02-15 09:18:15.437 | M tempest/api/network/test_security_groups_negative.py 2022-02-15 09:18:15.437 | M tempest/api/network/test_service_providers.py 2022-02-15 09:18:15.437 | M tempest/api/network/test_subnetpools_extensions.py 2022-02-15 09:18:15.437 | M tempest/api/network/test_tags.py 2022-02-15 09:18:15.437 | M tempest/api/network/test_versions.py 2022-02-15 09:18:15.437 | M tempest/api/object_storage/__init__.py 2022-02-15 09:18:15.437 | M tempest/api/object_storage/base.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_account_bulk.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_account_quotas.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_account_quotas_negative.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_account_services.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_account_services_negative.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_container_acl.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_container_acl_negative.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_container_quotas.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_container_services.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_container_services_negative.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_container_staticweb.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_container_sync.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_container_sync_middleware.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_crossdomain.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_healthcheck.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_object_expiry.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_object_formpost.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_object_formpost_negative.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_object_services.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_object_slo.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_object_temp_url.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_object_temp_url_negative.py 2022-02-15 09:18:15.438 | M tempest/api/object_storage/test_object_version.py 2022-02-15 09:18:15.438 | M tempest/api/volume/__init__.py 2022-02-15 09:18:15.438 | M tempest/api/volume/admin/__init__.py 2022-02-15 09:18:15.438 | M tempest/api/volume/admin/test_backends_capabilities.py 2022-02-15 09:18:15.438 | M tempest/api/volume/admin/test_encrypted_volumes_extend.py 2022-02-15 09:18:15.438 | M tempest/api/volume/admin/test_group_snapshots.py 2022-02-15 09:18:15.438 | M tempest/api/volume/admin/test_group_type_specs.py 2022-02-15 09:18:15.438 | M tempest/api/volume/admin/test_group_types.py 2022-02-15 09:18:15.438 | M tempest/api/volume/admin/test_groups.py 2022-02-15 09:18:15.438 | M tempest/api/volume/admin/test_multi_backend.py 2022-02-15 09:18:15.438 | M tempest/api/volume/admin/test_qos.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_snapshot_manage.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_snapshots_actions.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_user_messages.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_volume_hosts.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_volume_manage.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_volume_pools.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_volume_quota_classes.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_volume_quotas.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_volume_quotas_negative.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_volume_retype.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_volume_services.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_volume_services_negative.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_volume_type_access.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_volume_types.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_volume_types_extra_specs.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_volume_types_extra_specs_negative.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_volume_types_negative.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_volumes_actions.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_volumes_backup.py 2022-02-15 09:18:15.439 | M tempest/api/volume/admin/test_volumes_list.py 2022-02-15 09:18:15.439 | M tempest/api/volume/api_microversion_fixture.py 2022-02-15 09:18:15.439 | M tempest/api/volume/base.py 2022-02-15 09:18:15.439 | M tempest/api/volume/test_availability_zone.py 2022-02-15 09:18:15.439 | M tempest/api/volume/test_extensions.py 2022-02-15 09:18:15.439 | M tempest/api/volume/test_image_metadata.py 2022-02-15 09:18:15.439 | M tempest/api/volume/test_snapshot_metadata.py 2022-02-15 09:18:15.439 | M tempest/api/volume/test_versions.py 2022-02-15 09:18:15.439 | M tempest/api/volume/test_volume_absolute_limits.py 2022-02-15 09:18:15.439 | M tempest/api/volume/test_volume_delete_cascade.py 2022-02-15 09:18:15.439 | M tempest/api/volume/test_volume_metadata.py 2022-02-15 09:18:15.439 | M tempest/api/volume/test_volume_transfers.py 2022-02-15 09:18:15.439 | M tempest/api/volume/test_volumes_actions.py 2022-02-15 09:18:15.439 | M tempest/api/volume/test_volumes_backup.py 2022-02-15 09:18:15.439 | M tempest/api/volume/test_volumes_clone.py 2022-02-15 09:18:15.440 | M tempest/api/volume/test_volumes_clone_negative.py 2022-02-15 09:18:15.440 | M tempest/api/volume/test_volumes_extend.py 2022-02-15 09:18:15.440 | M tempest/api/volume/test_volumes_get.py 2022-02-15 09:18:15.440 | M tempest/api/volume/test_volumes_list.py 2022-02-15 09:18:15.440 | M tempest/api/volume/test_volumes_negative.py 2022-02-15 09:18:15.440 | M tempest/api/volume/test_volumes_snapshots.py 2022-02-15 09:18:15.440 | M tempest/api/volume/test_volumes_snapshots_list.py 2022-02-15 09:18:15.440 | M tempest/api/volume/test_volumes_snapshots_negative.py 2022-02-15 09:18:15.440 | M tempest/clients.py 2022-02-15 09:18:15.440 | M tempest/cmd/__init__.py 2022-02-15 09:18:15.440 | M tempest/cmd/cleanup.py 2022-02-15 09:18:15.440 | M tempest/cmd/cleanup_service.py 2022-02-15 09:18:15.440 | M tempest/cmd/config-generator.tempest.conf 2022-02-15 09:18:15.440 | M tempest/cmd/init.py 2022-02-15 09:18:15.440 | M tempest/cmd/list_plugins.py 2022-02-15 09:18:15.440 | M tempest/cmd/main.py 2022-02-15 09:18:15.440 | M tempest/cmd/run.py 2022-02-15 09:18:15.440 | M tempest/cmd/subunit_describe_calls.py 2022-02-15 09:18:15.440 | M tempest/cmd/verify_tempest_config.py 2022-02-15 09:18:15.440 | M tempest/cmd/workspace.py 2022-02-15 09:18:15.440 | M tempest/common/__init__.py 2022-02-15 09:18:15.440 | M tempest/common/compute.py 2022-02-15 09:18:15.440 | M tempest/common/credentials_factory.py 2022-02-15 09:18:15.440 | M tempest/common/custom_matchers.py 2022-02-15 09:18:15.440 | M tempest/common/identity.py 2022-02-15 09:18:15.440 | M tempest/common/image.py 2022-02-15 09:18:15.440 | M tempest/common/tempest_fixtures.py 2022-02-15 09:18:15.440 | M tempest/common/utils/__init__.py 2022-02-15 09:18:15.440 | M tempest/common/utils/linux/__init__.py 2022-02-15 09:18:15.440 | M tempest/common/utils/linux/remote_client.py 2022-02-15 09:18:15.440 | M tempest/common/utils/net_info.py 2022-02-15 09:18:15.440 | M tempest/common/utils/net_utils.py 2022-02-15 09:18:15.440 | M tempest/common/waiters.py 2022-02-15 09:18:15.441 | M tempest/config.py 2022-02-15 09:18:15.441 | M tempest/hacking/__init__.py 2022-02-15 09:18:15.441 | M tempest/hacking/checks.py 2022-02-15 09:18:15.441 | M tempest/lib/__init__.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/__init__.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/__init__.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/__init__.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/__init__.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/agents.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/aggregates.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/availability_zone.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/certificates.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/extensions.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/flavors.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/flavors_access.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/floating_ips.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/hosts.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/hypervisors.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/images.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/interfaces.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/keypairs.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/limits.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/migrations.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/parameter_types.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/quota_classes.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/quotas.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/security_groups.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/server_groups.py 2022-02-15 09:18:15.441 | M tempest/lib/api_schema/response/compute/v2_1/servers.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_1/services.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_1/snapshots.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_1/versions.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_1/volumes.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_11/__init__.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_11/services.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_13/__init__.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_13/server_groups.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_16/__init__.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_16/servers.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_19/__init__.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_19/servers.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_2/__init__.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_2/keypairs.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_23/__init__.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_23/migrations.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_26/__init__.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_26/servers.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_28/__init__.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_28/hypervisors.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_3/__init__.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_3/servers.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_33/__init__.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_33/hypervisors.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_36/__init__.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_36/limits.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_36/quotas.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_39/__init__.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_39/limits.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_41/__init__.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_41/aggregates.py 2022-02-15 09:18:15.442 | M tempest/lib/api_schema/response/compute/v2_45/__init__.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_45/images.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_47/__init__.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_47/servers.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_48/__init__.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_48/servers.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_51/__init__.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_51/servers.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_53/__init__.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_53/hypervisors.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_53/services.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_54/__init__.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_54/servers.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_55/__init__.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_55/flavors.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_57/__init__.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_57/limits.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_57/quotas.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_57/servers.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_58/__init__.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_58/servers.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_59/__init__.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_59/migrations.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_6/__init__.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_6/servers.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_61/__init__.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_61/flavors.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_62/__init__.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_62/servers.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_63/__init__.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_63/servers.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_70/__init__.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_70/interfaces.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_70/servers.py 2022-02-15 09:18:15.443 | M tempest/lib/api_schema/response/compute/v2_71/__init__.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/compute/v2_71/servers.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/compute/v2_73/__init__.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/compute/v2_73/servers.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/compute/v2_79/__init__.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/compute/v2_79/servers.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/compute/v2_8/__init__.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/compute/v2_8/servers.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/compute/v2_9/__init__.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/compute/v2_9/servers.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/__init__.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/backups.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/capabilities.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/extensions.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/group_snapshots.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/group_types.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/groups.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/hosts.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/limits.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/manage_snapshot.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/manage_volume.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/messages.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/qos.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/quota_classes.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/quotas.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/scheduler_stats.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/services.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/snapshots.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/transfers.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/v3_7/__init__.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/v3_7/services.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/volume_types.py 2022-02-15 09:18:15.444 | M tempest/lib/api_schema/response/volume/volumes.py 2022-02-15 09:18:15.445 | M tempest/lib/auth.py 2022-02-15 09:18:15.445 | M tempest/lib/base.py 2022-02-15 09:18:15.445 | M tempest/lib/cli/__init__.py 2022-02-15 09:18:15.445 | M tempest/lib/cli/base.py 2022-02-15 09:18:15.445 | M tempest/lib/cli/output_parser.py 2022-02-15 09:18:15.445 | M tempest/lib/cmd/__init__.py 2022-02-15 09:18:15.445 | M tempest/lib/common/__init__.py 2022-02-15 09:18:15.445 | M tempest/lib/common/api_microversion_fixture.py 2022-02-15 09:18:15.445 | M tempest/lib/common/api_version_request.py 2022-02-15 09:18:15.445 | M tempest/lib/common/api_version_utils.py 2022-02-15 09:18:15.445 | M tempest/lib/common/cred_client.py 2022-02-15 09:18:15.445 | M tempest/lib/common/cred_provider.py 2022-02-15 09:18:15.445 | M tempest/lib/common/dynamic_creds.py 2022-02-15 09:18:15.445 | M tempest/lib/common/fixed_network.py 2022-02-15 09:18:15.445 | M tempest/lib/common/http.py 2022-02-15 09:18:15.445 | M tempest/lib/common/jsonschema_validator.py 2022-02-15 09:18:15.445 | M tempest/lib/common/preprov_creds.py 2022-02-15 09:18:15.445 | M tempest/lib/common/profiler.py 2022-02-15 09:18:15.445 | M tempest/lib/common/rest_client.py 2022-02-15 09:18:15.445 | M tempest/lib/common/ssh.py 2022-02-15 09:18:15.445 | M tempest/lib/common/thread.py 2022-02-15 09:18:15.445 | M tempest/lib/common/utils/__init__.py 2022-02-15 09:18:15.445 | M tempest/lib/common/utils/data_utils.py 2022-02-15 09:18:15.445 | M tempest/lib/common/utils/linux/__init__.py 2022-02-15 09:18:15.445 | M tempest/lib/common/utils/linux/remote_client.py 2022-02-15 09:18:15.445 | M tempest/lib/common/utils/misc.py 2022-02-15 09:18:15.445 | M tempest/lib/common/utils/test_utils.py 2022-02-15 09:18:15.445 | M tempest/lib/common/validation_resources.py 2022-02-15 09:18:15.445 | M tempest/lib/decorators.py 2022-02-15 09:18:15.445 | M tempest/lib/exceptions.py 2022-02-15 09:18:15.445 | M tempest/lib/services/__init__.py 2022-02-15 09:18:15.445 | M tempest/lib/services/clients.py 2022-02-15 09:18:15.445 | M tempest/lib/services/compute/__init__.py 2022-02-15 09:18:15.445 | M tempest/lib/services/compute/agents_client.py 2022-02-15 09:18:15.445 | M tempest/lib/services/compute/aggregates_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/assisted_volume_snapshots_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/availability_zone_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/baremetal_nodes_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/base_compute_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/certificates_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/extensions_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/fixed_ips_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/flavors_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/floating_ip_pools_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/floating_ips_bulk_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/floating_ips_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/hosts_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/hypervisor_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/images_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/instance_usage_audit_log_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/interfaces_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/keypairs_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/limits_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/migrations_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/networks_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/quota_classes_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/quotas_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/security_group_default_rules_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/security_group_rules_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/security_groups_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/server_groups_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/servers_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/services_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/snapshots_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/tenant_networks_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/tenant_usages_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/versions_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/compute/volumes_client.py 2022-02-15 09:18:15.446 | M tempest/lib/services/identity/__init__.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v2/__init__.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v2/endpoints_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v2/identity_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v2/roles_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v2/services_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v2/tenants_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v2/token_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v2/users_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/__init__.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/access_rules_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/application_credentials_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/catalog_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/credentials_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/domain_configuration_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/domains_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/endpoint_filter_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/endpoint_groups_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/endpoints_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/groups_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/identity_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/identity_providers_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/inherited_roles_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/limits_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/mappings_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/oauth_consumers_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/oauth_token_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/policies_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/project_tags_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/projects_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/protocols_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/regions_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/role_assignments_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/roles_client.py 2022-02-15 09:18:15.447 | M tempest/lib/services/identity/v3/service_providers_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/identity/v3/services_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/identity/v3/token_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/identity/v3/trusts_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/identity/v3/users_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/identity/v3/versions_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/image/__init__.py 2022-02-15 09:18:15.448 | M tempest/lib/services/image/v1/__init__.py 2022-02-15 09:18:15.448 | M tempest/lib/services/image/v1/image_members_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/image/v1/images_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/image/v2/__init__.py 2022-02-15 09:18:15.448 | M tempest/lib/services/image/v2/image_members_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/image/v2/images_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/image/v2/namespace_objects_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/image/v2/namespace_properties_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/image/v2/namespace_tags_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/image/v2/namespaces_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/image/v2/resource_types_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/image/v2/schemas_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/image/v2/versions_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/network/__init__.py 2022-02-15 09:18:15.448 | M tempest/lib/services/network/agents_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/network/base.py 2022-02-15 09:18:15.448 | M tempest/lib/services/network/extensions_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/network/floating_ips_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/network/floating_ips_port_forwarding_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/network/log_resource_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/network/loggable_resource_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/network/metering_label_rules_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/network/metering_labels_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/network/networks_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/network/ports_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/network/qos_client.py 2022-02-15 09:18:15.448 | M tempest/lib/services/network/qos_limit_bandwidth_rules_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/network/qos_minimum_bandwidth_rules_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/network/qos_minimum_packet_rate_rules_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/network/quotas_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/network/routers_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/network/security_group_rules_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/network/security_groups_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/network/segments_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/network/service_providers_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/network/subnetpools_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/network/subnets_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/network/tags_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/network/trunks_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/network/versions_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/object_storage/__init__.py 2022-02-15 09:18:15.449 | M tempest/lib/services/object_storage/account_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/object_storage/bulk_middleware_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/object_storage/capabilities_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/object_storage/container_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/object_storage/object_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/placement/__init__.py 2022-02-15 09:18:15.449 | M tempest/lib/services/placement/base_placement_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/placement/placement_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/placement/resource_providers_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/volume/__init__.py 2022-02-15 09:18:15.449 | M tempest/lib/services/volume/base_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/volume/v2/__init__.py 2022-02-15 09:18:15.449 | M tempest/lib/services/volume/v2/availability_zone_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/volume/v2/backups_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/volume/v2/capabilities_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/volume/v2/encryption_types_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/volume/v2/extensions_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/volume/v2/hosts_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/volume/v2/limits_client.py 2022-02-15 09:18:15.449 | M tempest/lib/services/volume/v2/qos_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v2/quota_classes_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v2/quotas_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v2/scheduler_stats_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v2/services_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v2/snapshot_manage_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v2/snapshots_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v2/transfers_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v2/types_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v2/volume_manage_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v2/volumes_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/__init__.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/attachments_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/availability_zone_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/backups_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/base_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/capabilities_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/encryption_types_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/extensions_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/group_snapshots_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/group_types_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/groups_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/hosts_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/limits_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/messages_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/qos_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/quota_classes_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/quotas_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/scheduler_stats_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/services_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/snapshot_manage_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/snapshots_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/transfers_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/types_client.py 2022-02-15 09:18:15.450 | M tempest/lib/services/volume/v3/versions_client.py 2022-02-15 09:18:15.451 | M tempest/lib/services/volume/v3/volume_manage_client.py 2022-02-15 09:18:15.451 | M tempest/lib/services/volume/v3/volumes_client.py 2022-02-15 09:18:15.451 | M tempest/scenario/README.rst 2022-02-15 09:18:15.451 | M tempest/scenario/__init__.py 2022-02-15 09:18:15.451 | M tempest/scenario/manager.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_aggregates_basic_ops.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_dashboard_basic_ops.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_encrypted_cinder_volumes.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_minimum_basic.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_network_advanced_server_ops.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_network_basic_ops.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_network_qos_placement.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_network_v6.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_object_storage_basic_ops.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_security_groups_basic_ops.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_server_advanced_ops.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_server_basic_ops.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_server_multinode.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_shelve_instance.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_snapshot_pattern.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_stamp_pattern.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_unified_limits.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_volume_backup_restore.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_volume_boot_pattern.py 2022-02-15 09:18:15.451 | M tempest/scenario/test_volume_migrate_attached.py 2022-02-15 09:18:15.451 | M tempest/services/__init__.py 2022-02-15 09:18:15.451 | M tempest/services/orchestration/__init__.py 2022-02-15 09:18:15.451 | M tempest/services/orchestration/json/__init__.py 2022-02-15 09:18:15.451 | M tempest/services/orchestration/json/orchestration_client.py 2022-02-15 09:18:15.451 | M tempest/test.py 2022-02-15 09:18:15.451 | M tempest/test_discover/__init__.py 2022-02-15 09:18:15.451 | M tempest/test_discover/plugins.py 2022-02-15 09:18:15.451 | M tempest/test_discover/test_discover.py 2022-02-15 09:18:15.451 | M tempest/tests/README.rst 2022-02-15 09:18:15.451 | M tempest/tests/__init__.py 2022-02-15 09:18:15.452 | M tempest/tests/api/__init__.py 2022-02-15 09:18:15.452 | M tempest/tests/api/compute/__init__.py 2022-02-15 09:18:15.452 | M tempest/tests/api/compute/test_base.py 2022-02-15 09:18:15.452 | M tempest/tests/base.py 2022-02-15 09:18:15.452 | M tempest/tests/cmd/__init__.py 2022-02-15 09:18:15.452 | M tempest/tests/cmd/subunit_describe_calls_data/calls.subunit 2022-02-15 09:18:15.452 | M tempest/tests/cmd/subunit_describe_calls_data/calls_subunit_expected.json 2022-02-15 09:18:15.452 | M tempest/tests/cmd/test_account_generator.py 2022-02-15 09:18:15.452 | M tempest/tests/cmd/test_cleanup.py 2022-02-15 09:18:15.452 | M tempest/tests/cmd/test_cleanup_services.py 2022-02-15 09:18:15.452 | M tempest/tests/cmd/test_list_plugins.py 2022-02-15 09:18:15.452 | M tempest/tests/cmd/test_run.py 2022-02-15 09:18:15.452 | M tempest/tests/cmd/test_saved_state_json.json 2022-02-15 09:18:15.452 | M tempest/tests/cmd/test_subunit_describe_calls.py 2022-02-15 09:18:15.452 | M tempest/tests/cmd/test_tempest_init.py 2022-02-15 09:18:15.452 | M tempest/tests/cmd/test_verify_tempest_config.py 2022-02-15 09:18:15.452 | M tempest/tests/cmd/test_workspace.py 2022-02-15 09:18:15.452 | M tempest/tests/common/__init__.py 2022-02-15 09:18:15.452 | M tempest/tests/common/test_admin_available.py 2022-02-15 09:18:15.452 | M tempest/tests/common/test_alt_available.py 2022-02-15 09:18:15.452 | M tempest/tests/common/test_compute.py 2022-02-15 09:18:15.452 | M tempest/tests/common/test_credentials_factory.py 2022-02-15 09:18:15.452 | M tempest/tests/common/test_custom_matchers.py 2022-02-15 09:18:15.452 | M tempest/tests/common/test_image.py 2022-02-15 09:18:15.452 | M tempest/tests/common/utils/__init__.py 2022-02-15 09:18:15.452 | M tempest/tests/common/utils/linux/__init__.py 2022-02-15 09:18:15.452 | M tempest/tests/common/utils/linux/test_remote_client.py 2022-02-15 09:18:15.452 | M tempest/tests/common/utils/test_net_utils.py 2022-02-15 09:18:15.453 | M tempest/tests/fake_config.py 2022-02-15 09:18:15.453 | M tempest/tests/fake_tempest_plugin.py 2022-02-15 09:18:15.453 | M tempest/tests/files/__init__.py 2022-02-15 09:18:15.453 | M tempest/tests/files/failing-tests 2022-02-15 09:18:15.453 | M tempest/tests/files/passing-tests 2022-02-15 09:18:15.453 | M tempest/tests/files/setup.cfg 2022-02-15 09:18:15.453 | M tempest/tests/files/testr-conf 2022-02-15 09:18:15.453 | M tempest/tests/lib/__init__.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/cli/__init__.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/cli/test_command_failed.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/cli/test_execute.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/cli/test_output_parser.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/cmd/__init__.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/cmd/test_check_uuid.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/common/__init__.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/common/test_api_version_request.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/common/test_api_version_utils.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/common/test_cred_client.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/common/test_dynamic_creds.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/common/test_http.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/common/test_jsonschema_validator.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/common/test_preprov_creds.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/common/test_profiler.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/common/test_rest_client.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/common/test_validation_resources.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/common/utils/__init__.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/common/utils/linux/__init__.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/common/utils/linux/test_remote_client.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/common/utils/test_data_utils.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/common/utils/test_misc.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/common/utils/test_test_utils.py 2022-02-15 09:18:15.453 | M tempest/tests/lib/fake_auth_provider.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/fake_credentials.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/fake_http.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/fake_identity.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/__init__.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/base.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/__init__.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_agents_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_aggregates_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_assisted_volume_snapshots_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_availability_zone_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_baremetal_nodes_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_base_compute_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_certificates_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_extensions_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_fixedIPs_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_flavors_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_floating_ip_pools_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_floating_ips_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_hosts_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_hypervisor_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_images_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_interfaces_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_keypairs_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_limits_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_migrations_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_networks_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_quota_classes_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_quotas_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_security_group_default_rules_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_security_group_rules_client.py 2022-02-15 09:18:15.454 | M tempest/tests/lib/services/compute/test_security_groups_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/compute/test_server_groups_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/compute/test_servers_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/compute/test_services_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/compute/test_snapshots_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/compute/test_tenant_networks_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/compute/test_tenant_usages_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/compute/test_versions_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/compute/test_volumes_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/__init__.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v2/__init__.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v2/test_endpoints_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v2/test_identity_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v2/test_roles_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v2/test_services_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v2/test_tenants_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v2/test_token_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v2/test_users_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v3/__init__.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v3/test_access_rules_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v3/test_application_credentials_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v3/test_catalog_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v3/test_credentials_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v3/test_domain_configuration_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v3/test_domains_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v3/test_endpoint_filter_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v3/test_endpoint_groups_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v3/test_endpoints_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v3/test_groups_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v3/test_identity_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v3/test_identity_providers_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v3/test_limit_client.py 2022-02-15 09:18:15.455 | M tempest/tests/lib/services/identity/v3/test_mappings_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/identity/v3/test_oauth_consumers_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/identity/v3/test_oauth_token_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/identity/v3/test_policies_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/identity/v3/test_project_tags_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/identity/v3/test_projects_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/identity/v3/test_protocols_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/identity/v3/test_regions_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/identity/v3/test_role_assignments_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/identity/v3/test_roles_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/identity/v3/test_service_providers_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/identity/v3/test_services_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/identity/v3/test_token_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/identity/v3/test_trusts_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/identity/v3/test_users_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/identity/v3/test_versions_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/image/__init__.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/image/v1/__init__.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/image/v1/test_image_members_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/image/v2/__init__.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/image/v2/test_image_members_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/image/v2/test_images_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/image/v2/test_namespace_object_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/image/v2/test_namespace_properties_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/image/v2/test_namespace_tags_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/image/v2/test_namespaces_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/image/v2/test_resource_types_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/image/v2/test_schemas_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/image/v2/test_versions_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/network/__init__.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/network/test_agents_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/network/test_base_network_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/network/test_extensions_client.py 2022-02-15 09:18:15.456 | M tempest/tests/lib/services/network/test_floating_ips_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_floating_ips_port_forwarding_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_log_resource_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_loggable_resource_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_metering_label_rules_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_metering_labels_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_networks_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_ports_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_qos_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_qos_limit_bandwidth_rules_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_qos_minimum_bandwidth_rules_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_qos_minimum_packet_rate_rules_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_quotas_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_routers_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_security_group_rules_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_security_groups_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_segments_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_service_providers_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_subnetpools_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_subnets_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_tags_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_trunks_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/network/test_versions_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/object_storage/__init__.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/object_storage/test_bulk_middleware_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/object_storage/test_capabilities_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/object_storage/test_object_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/placement/__init__.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/placement/test_placement_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/placement/test_resource_providers_client.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/registry_fixture.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/test_clients.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/volume/__init__.py 2022-02-15 09:18:15.457 | M tempest/tests/lib/services/volume/v3/__init__.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_attachments_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_availability_zone_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_backups_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_capabilities_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_encryption_types_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_extensions_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_group_snapshots_client.py 2022-02-15 09:18:15.458 | M tempeSwitched to branch 'master' 2022-02-15 09:18:15.458 | st/tests/lib/services/volume/v3/test_group_types_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_groups_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_hosts_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_limits_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_quota_classes_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_quotas_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_scheduler_stats_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_services_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_snapshot_manage_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_snapshots_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_transfers_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_types_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_user_messages_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_versions_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_volume_manage_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/services/volume/v3/test_volumes_client.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/test_api_microversion_fixture.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/test_auth.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/test_base.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/test_credentials.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/test_decorators.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/test_ssh.py 2022-02-15 09:18:15.458 | M tempest/tests/lib/test_tempest_lib.py 2022-02-15 09:18:15.458 | M tempest/tests/test_base_test.py 2022-02-15 09:18:15.458 | M tempest/tests/test_config.py 2022-02-15 09:18:15.458 | M tempest/tests/test_decorators.py 2022-02-15 09:18:15.459 | M tempest/tests/test_hacking.py 2022-02-15 09:18:15.459 | M tempest/tests/test_imports.py 2022-02-15 09:18:15.459 | M tempest/tests/test_list_tests.py 2022-02-15 09:18:15.459 | M tempest/tests/test_microversions.py 2022-02-15 09:18:15.459 | M tempest/tests/test_tempest_plugin.py 2022-02-15 09:18:15.459 | M tempest/tests/test_test.py 2022-02-15 09:18:15.459 | M tempest/tests/utils.py 2022-02-15 09:18:15.459 | M tempest/version.py 2022-02-15 09:18:15.459 | M test-requirements.txt 2022-02-15 09:18:15.459 | M tools/generate-tempest-plugins-list.py 2022-02-15 09:18:15.459 | M tools/tempest-integrated-gate-compute-exclude-list.txt 2022-02-15 09:18:15.459 | M tools/tempest-integrated-gate-networking-exclude-list.txt 2022-02-15 09:18:15.459 | M tools/tempest-integrated-gate-object-storage-exclude-list.txt 2022-02-15 09:18:15.459 | M tools/tempest-integrated-gate-placement-exclude-list.txt 2022-02-15 09:18:15.459 | M tools/tempest-integrated-gate-storage-exclude-list.txt 2022-02-15 09:18:15.459 | M tools/tempest-plugin-sanity.sh 2022-02-15 09:18:15.459 | M tox.ini 2022-02-15 09:18:15.459 | M zuul.d/base.yaml 2022-02-15 09:18:15.459 | M zuul.d/integrated-gate.yaml 2022-02-15 09:18:15.459 | M zuul.d/project.yaml 2022-02-15 09:18:15.459 | M zuul.d/stable-jobs.yaml 2022-02-15 09:18:15.459 | M zuul.d/tempest-specific.yaml 2022-02-15 09:18:15.459 | Your branch is up to date with 'origin/master'. 2022-02-15 09:18:15.459 | ++ lib/tempest:install_tempest:744 : local tmp_u_c_m 2022-02-15 09:18:15.459 | +++ lib/tempest:install_tempest:745 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2022-02-15 09:18:15.459 | ++ lib/tempest:install_tempest:745 : tmp_u_c_m=/tmp/tempest_u_c_m.sx42tyEEFz 2022-02-15 09:18:15.459 | ++ lib/tempest:install_tempest:746 : set_tempest_venv_constraints /tmp/tempest_u_c_m.sx42tyEEFz 2022-02-15 09:18:15.459 | ++ lib/tempest:set_tempest_venv_constraints:115 : local tmp_c 2022-02-15 09:18:15.459 | ++ lib/tempest:set_tempest_venv_constraints:116 : tmp_c=/tmp/tempest_u_c_m.sx42tyEEFz 2022-02-15 09:18:15.459 | ++ lib/tempest:set_tempest_venv_constraints:117 : [[ master == \m\a\s\t\e\r ]] 2022-02-15 09:18:15.459 | ++ lib/tempest:set_tempest_venv_constraints:118 : cd /opt/stack/requirements 2022-02-15 09:18:15.459 | ++ lib/tempest:set_tempest_venv_constraints:119 : git show master:upper-constraints.txt 2022-02-15 09:18:15.459 | ++ lib/tempest:install_tempest:748 : tox -r --notest -efull 2022-02-15 09:18:15.459 | full create: /opt/stack/tempest/.tox/tempest 2022-02-15 09:18:15.460 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2022-02-15 09:18:15.460 | full develop-inst: /opt/stack/tempest 2022-02-15 09:18:15.460 | full installed: attrs==21.4.0,autopage==0.5.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.12,cliff==3.10.0,cmd2==2.3.3,cryptography==36.0.1,debtcollector==2.4.0,extras==1.0.0,fasteners==0.17.3,fixtures==3.0.0,future==0.18.2,idna==3.3,iso8601==1.0.2,jsonschema==3.2.0,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==4.5.0,oslo.config==8.7.1,oslo.context==3.4.0,oslo.i18n==5.1.0,oslo.log==4.6.1,oslo.serialization==4.2.0,oslo.utils==4.12.1,packaging==21.3,paramiko==2.8.1,pbr==5.8.1,prettytable==3.1.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.7,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.27.1,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@42f6cb522ecf513e05d39f958a01b326135def99#egg=tempest,testtools==2.5.0,urllib3==1.26.8,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3 2022-02-15 09:18:15.460 | ___________________________________ summary ____________________________________ 2022-02-15 09:18:15.460 | full: skipped tests 2022-02-15 09:18:15.460 | congratulations :) 2022-02-15 09:18:15.460 | ++ lib/tempest:install_tempest:752 : /opt/stack/tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.sx42tyEEFz -r requirements.txt 2022-02-15 09:18:15.460 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:18:15.460 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 4)) (5.8.1) 2022-02-15 09:18:15.460 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 5)) (3.10.0) 2022-02-15 09:18:15.460 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 6)) (3.2.0) 2022-02-15 09:18:15.460 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 7)) (2.5.0) 2022-02-15 09:18:15.460 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 8)) (2.8.1) 2022-02-15 09:18:15.460 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 9)) (36.0.1) 2022-02-15 09:18:15.460 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 10)) (0.8.0) 2022-02-15 09:18:15.460 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 11)) (4.5.0) 2022-02-15 09:18:15.460 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 12)) (8.7.1) 2022-02-15 09:18:15.460 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 13)) (4.6.1) 2022-02-15 09:18:15.460 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 14)) (3.2.1) 2022-02-15 09:18:15.460 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 15)) (4.2.0) 2022-02-15 09:18:15.460 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 16)) (4.12.1) 2022-02-15 09:18:15.460 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 17)) (3.0.0) 2022-02-15 09:18:15.460 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 18)) (6.0) 2022-02-15 09:18:15.460 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 19)) (1.4.0) 2022-02-15 09:18:15.460 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 20)) (3.5.0) 2022-02-15 09:18:15.460 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 21)) (3.1.0) 2022-02-15 09:18:15.460 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 22)) (1.26.8) 2022-02-15 09:18:15.460 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 23)) (2.4.0) 2022-02-15 09:18:15.461 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.0) 2022-02-15 09:18:15.461 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (3.0.7) 2022-02-15 09:18:15.461 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.3.3) 2022-02-15 09:18:15.461 | Requirement already satisfied: six>=1.11.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (1.16.0) 2022-02-15 09:18:15.461 | Requirement already satisfied: pyrsistent>=0.14.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.1) 2022-02-15 09:18:15.461 | Requirement already satisfied: attrs>=17.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (21.4.0) 2022-02-15 09:18:15.461 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (60.9.0) 2022-02-15 09:18:15.461 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from testtools>=2.2.0->-r requirements.txt (line 7)) (1.0.0) 2022-02-15 09:18:15.461 | Requirement already satisfied: pynacl>=1.0.1 in ./.tox/tempest/lib/python3.8/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2022-02-15 09:18:15.461 | Requirement already satisfied: bcrypt>=3.1.3 in ./.tox/tempest/lib/python3.8/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (3.2.0) 2022-02-15 09:18:15.461 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.8/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.15.0) 2022-02-15 09:18:15.461 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (5.1.0) 2022-02-15 09:18:15.461 | Requirement already satisfied: fasteners>=0.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (0.17.3) 2022-02-15 09:18:15.461 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.27.1) 2022-02-15 09:18:15.461 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (1.5.0) 2022-02-15 09:18:15.461 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2022-02-15 09:18:15.461 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.8.2) 2022-02-15 09:18:15.461 | Requirement already satisfied: oslo.context>=2.20.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (3.4.0) 2022-02-15 09:18:15.461 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.12.2) 2022-02-15 09:18:15.461 | Requirement already satisfied: future in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.18.2) 2022-02-15 09:18:15.461 | Requirement already satisfied: pytz>=2013.6 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2021.3) 2022-02-15 09:18:15.461 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.3) 2022-02-15 09:18:15.461 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (1.0.2) 2022-02-15 09:18:15.461 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2022-02-15 09:18:15.461 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (21.3) 2022-02-15 09:18:15.461 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.8/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.5) 2022-02-15 09:18:15.461 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.13.3) 2022-02-15 09:18:15.461 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.8/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.21) 2022-02-15 09:18:15.461 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.8/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2022-02-15 09:18:15.462 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3) 2022-02-15 09:18:15.462 | Requirement already satisfied: charset-normalizer~=2.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.12) 2022-02-15 09:18:15.462 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2021.10.8) 2022-02-15 09:18:15.462 | WARNING: You are using pip version 21.2.3; however, version 22.0.3 is available. 2022-02-15 09:18:15.462 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command. 2022-02-15 09:18:15.462 | ++ lib/tempest:install_tempest:753 : PROJECT_VENV["tempest"]=/opt/stack/tempest/.tox/tempest 2022-02-15 09:18:15.462 | ++ lib/tempest:install_tempest:754 : rm -f /tmp/tempest_u_c_m.sx42tyEEFz 2022-02-15 09:18:15.462 | ++ lib/tempest:install_tempest:755 : popd 2022-02-15 09:18:15.462 | ~/devstack 2022-02-15 09:18:15.480 | [17600 Async install_tempest:77460]: finished install_tempest with result 0 in 49 seconds 2022-02-15 09:18:15.486 | ++ inc/async:async_wait:197 : return 0 2022-02-15 09:18:15.489 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2022-02-15 09:18:15.491 | ++ ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:18:15.494 | ++ ./stack.sh:echo_summary:432 : echo -e Initializing Tempest 2022-02-15 09:18:15.497 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2022-02-15 09:18:15.500 | ++ lib/tempest:configure_tempest:133 : [[ False == \T\r\u\e ]] 2022-02-15 09:18:15.502 | ++ lib/tempest:configure_tempest:137 : pip_install_gr testrepository 2022-02-15 09:18:15.505 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2022-02-15 09:18:15.507 | ++ inc/python:pip_install_gr:77 : local clean_name 2022-02-15 09:18:15.510 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2022-02-15 09:18:15.512 | +++ inc/python:get_from_global_requirements:225 : local package=testrepository 2022-02-15 09:18:15.514 | +++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-15 09:18:15.518 | ++++ inc/python:get_from_global_requirements:227 : grep -i -h '^testrepository' /opt/stack/requirements/global-requirements.txt 2022-02-15 09:18:15.518 | ++++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-15 09:18:15.528 | +++ inc/python:get_from_global_requirements:227 : required_pkg='testrepository ' 2022-02-15 09:18:15.533 | +++ inc/python:get_from_global_requirements:228 : [[ testrepository == '' ]] 2022-02-15 09:18:15.535 | +++ inc/python:get_from_global_requirements:231 : echo testrepository 2022-02-15 09:18:15.538 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2022-02-15 09:18:15.540 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2022-02-15 09:18:15.565 | Using python 3.8 to install testrepository 2022-02-15 09:18:15.567 | ++ inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt testrepository 2022-02-15 09:18:16.427 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:16.427 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:16.427 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:16.427 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:17.813 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:18:18.255 | warning: missing-index-doctype 2022-02-15 09:18:18.255 | 2022-02-15 09:18:18.255 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-15 09:18:18.255 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/testrepository/ 2022-02-15 09:18:18.255 | 2022-02-15 09:18:18.255 | note: This is an issue with the page at the URL mentioned above. 2022-02-15 09:18:18.255 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-15 09:18:18.307 | Collecting testrepository 2022-02-15 09:18:18.316 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/752/449bc98c20253/testrepository-0.0.20.tar.gz (84 kB) 2022-02-15 09:18:18.323 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.0/85.0 KB 43.3 MB/s eta 0:00:00 2022-02-15 09:18:18.367 | Preparing metadata (setup.py): started 2022-02-15 09:18:19.178 | Preparing metadata (setup.py): finished with status 'done' 2022-02-15 09:18:19.190 | Requirement already satisfied: fixtures in /usr/local/lib/python3.8/dist-packages (from testrepository) (3.0.0) 2022-02-15 09:18:19.192 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.8/dist-packages (from testrepository) (1.4.0) 2022-02-15 09:18:19.193 | Requirement already satisfied: testtools>=0.9.30 in /usr/local/lib/python3.8/dist-packages (from testrepository) (2.5.0) 2022-02-15 09:18:19.207 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2022-02-15 09:18:19.218 | Requirement already satisfied: pbr>=0.11 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.30->testrepository) (5.6.0) 2022-02-15 09:18:19.228 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures->testrepository) (1.16.0) 2022-02-15 09:18:19.236 | Building wheels for collected packages: testrepository 2022-02-15 09:18:19.237 | Building wheel for testrepository (setup.py): started 2022-02-15 09:18:20.213 | Building wheel for testrepository (setup.py): finished with status 'done' 2022-02-15 09:18:20.214 | Created wheel for testrepository: filename=testrepository-0.0.20-py3-none-any.whl size=118733 sha256=b8734dd300a98601b9ff72c30b1199551c140a948bacdec7e11ad7eea27df665 2022-02-15 09:18:20.215 | Stored in directory: /root/.cache/pip/wheels/63/b5/95/e8547959b42f560b997b748467321ad88f9588a02b43d7a143 2022-02-15 09:18:20.221 | Successfully built testrepository 2022-02-15 09:18:22.715 | Installing collected packages: testrepository 2022-02-15 09:18:22.969 | Successfully installed testrepository-0.0.20 2022-02-15 09:18:22.969 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-15 09:18:23.133 | ++ inc/python:pip_install:200 : result=0 2022-02-15 09:18:23.136 | ++ inc/python:pip_install:202 : time_stop pip_install 2022-02-15 09:18:23.138 | ++ functions-common:time_stop:2309 : local name 2022-02-15 09:18:23.141 | ++ functions-common:time_stop:2310 : local end_time 2022-02-15 09:18:23.143 | ++ functions-common:time_stop:2311 : local elapsed_time 2022-02-15 09:18:23.145 | ++ functions-common:time_stop:2312 : local total 2022-02-15 09:18:23.147 | ++ functions-common:time_stop:2313 : local start_time 2022-02-15 09:18:23.149 | ++ functions-common:time_stop:2315 : name=pip_install 2022-02-15 09:18:23.151 | ++ functions-common:time_stop:2316 : start_time=1644916695559 2022-02-15 09:18:23.154 | ++ functions-common:time_stop:2318 : [[ -z 1644916695559 ]] 2022-02-15 09:18:23.157 | +++ functions-common:time_stop:2321 : date +%s%3N 2022-02-15 09:18:23.161 | ++ functions-common:time_stop:2321 : end_time=1644916703159 2022-02-15 09:18:23.163 | ++ functions-common:time_stop:2322 : elapsed_time=7600 2022-02-15 09:18:23.165 | ++ functions-common:time_stop:2323 : total=296363 2022-02-15 09:18:23.167 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-15 09:18:23.169 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=303963 2022-02-15 09:18:23.172 | ++ inc/python:pip_install:203 : return 0 2022-02-15 09:18:23.174 | ++ lib/tempest:configure_tempest:140 : local image_lines 2022-02-15 09:18:23.176 | ++ lib/tempest:configure_tempest:141 : local images 2022-02-15 09:18:23.178 | ++ lib/tempest:configure_tempest:142 : local num_images 2022-02-15 09:18:23.180 | ++ lib/tempest:configure_tempest:143 : local image_uuid 2022-02-15 09:18:23.182 | ++ lib/tempest:configure_tempest:144 : local image_uuid_alt 2022-02-15 09:18:23.185 | ++ lib/tempest:configure_tempest:145 : local password 2022-02-15 09:18:23.187 | ++ lib/tempest:configure_tempest:146 : local line 2022-02-15 09:18:23.189 | ++ lib/tempest:configure_tempest:147 : local flavors 2022-02-15 09:18:23.192 | ++ lib/tempest:configure_tempest:148 : local available_flavors 2022-02-15 09:18:23.194 | ++ lib/tempest:configure_tempest:149 : local flavors_ref 2022-02-15 09:18:23.196 | ++ lib/tempest:configure_tempest:150 : local flavor_lines 2022-02-15 09:18:23.198 | ++ lib/tempest:configure_tempest:151 : local flavor_ref_size 2022-02-15 09:18:23.200 | ++ lib/tempest:configure_tempest:152 : local flavor_ref_alt_size 2022-02-15 09:18:23.203 | ++ lib/tempest:configure_tempest:153 : local public_network_id 2022-02-15 09:18:23.206 | ++ lib/tempest:configure_tempest:154 : local public_router_id 2022-02-15 09:18:23.208 | ++ lib/tempest:configure_tempest:155 : local ssh_connect_method=floating 2022-02-15 09:18:23.210 | ++ lib/tempest:configure_tempest:156 : local disk 2022-02-15 09:18:23.213 | ++ lib/tempest:configure_tempest:159 : ifs=' 2022-02-15 09:18:23.213 | ' 2022-02-15 09:18:23.215 | ++ lib/tempest:configure_tempest:169 : declare -a images 2022-02-15 09:18:23.217 | ++ lib/tempest:configure_tempest:171 : is_service_enabled glance 2022-02-15 09:18:23.233 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:18:23.236 | ++ lib/tempest:configure_tempest:172 : read -r IMAGE_NAME IMAGE_UUID 2022-02-15 09:18:23.237 | +++ lib/tempest:configure_tempest:132 : oscwrap --os-cloud devstack-admin image list --property status=active 2022-02-15 09:18:23.237 | +++ lib/tempest:configure_tempest:132 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2022-02-15 09:18:25.648 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:25.648 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:25.648 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:25.648 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:25.803 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:18:25.806 | ++ lib/tempest:configure_tempest:173 : '[' ubuntu-16 = '' ']' 2022-02-15 09:18:25.808 | ++ lib/tempest:configure_tempest:177 : images+=($IMAGE_UUID) 2022-02-15 09:18:25.811 | ++ lib/tempest:configure_tempest:172 : read -r IMAGE_NAME IMAGE_UUID 2022-02-15 09:18:25.814 | ++ lib/tempest:configure_tempest:180 : case "${#images[*]}" in 2022-02-15 09:18:25.816 | ++ lib/tempest:configure_tempest:186 : '[' -z '' ']' 2022-02-15 09:18:25.818 | ++ lib/tempest:configure_tempest:187 : image_uuid=a2b4c62f-0670-4d7b-8a8c-b07a592707ec 2022-02-15 09:18:25.820 | ++ lib/tempest:configure_tempest:188 : image_uuid_alt=a2b4c62f-0670-4d7b-8a8c-b07a592707ec 2022-02-15 09:18:25.823 | ++ lib/tempest:configure_tempest:202 : sudo install -d -o ubuntu /opt/stack/tempest/etc 2022-02-15 09:18:25.842 | ++ lib/tempest:configure_tempest:203 : rm -f /opt/stack/tempest/etc/tempest.conf 2022-02-15 09:18:25.846 | ++ lib/tempest:configure_tempest:205 : local password=Passw0rd 2022-02-15 09:18:25.848 | ++ lib/tempest:configure_tempest:208 : local admin_username=admin 2022-02-15 09:18:25.850 | ++ lib/tempest:configure_tempest:209 : local admin_project_name=admin 2022-02-15 09:18:25.853 | ++ lib/tempest:configure_tempest:210 : local admin_domain_name=Default 2022-02-15 09:18:25.855 | ++ lib/tempest:configure_tempest:211 : local alt_username=alt_demo 2022-02-15 09:18:25.857 | ++ lib/tempest:configure_tempest:212 : local alt_project_name=alt_demo 2022-02-15 09:18:25.860 | ++ lib/tempest:configure_tempest:213 : local admin_project_id 2022-02-15 09:18:25.863 | +++ lib/tempest:configure_tempest:214 : oscwrap --os-cloud devstack-admin project list 2022-02-15 09:18:25.863 | +++ lib/tempest:configure_tempest:214 : awk '/ admin / { print $2 }' 2022-02-15 09:18:28.013 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:28.013 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:28.013 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:28.013 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:28.169 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:18:28.173 | ++ lib/tempest:configure_tempest:214 : admin_project_id=67c24a4e335a43709016daa476acf61a 2022-02-15 09:18:28.176 | ++ lib/tempest:configure_tempest:216 : is_service_enabled nova 2022-02-15 09:18:28.192 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:18:28.195 | +++ lib/tempest:configure_tempest:219 : oscwrap --os-cloud devstack-admin flavor list 2022-02-15 09:18:30.480 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:30.480 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:30.480 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:30.480 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:30.641 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:18:30.644 | ++ lib/tempest:configure_tempest:219 : available_flavors='+-----+-----------+-------+------+-----------+-------+-----------+ 2022-02-15 09:18:30.644 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2022-02-15 09:18:30.644 | +-----+-----------+-------+------+-----------+-------+-----------+ 2022-02-15 09:18:30.644 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2022-02-15 09:18:30.644 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2022-02-15 09:18:30.644 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2022-02-15 09:18:30.644 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2022-02-15 09:18:30.644 | | 42 | m1.nano | 256 | 1 | 0 | 1 | True | 2022-02-15 09:18:30.644 | | 451 | m1.heat | 512 | 1 | 0 | 1 | True | 2022-02-15 09:18:30.644 | | 452 | m1.heat2 | 1024 | 1 | 0 | 1 | True | 2022-02-15 09:18:30.644 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2022-02-15 09:18:30.644 | | 84 | m1.micro | 256 | 2 | 0 | 1 | True | 2022-02-15 09:18:30.644 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2022-02-15 09:18:30.644 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2022-02-15 09:18:30.644 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2022-02-15 09:18:30.644 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2022-02-15 09:18:30.644 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2022-02-15 09:18:30.644 | +-----+-----------+-------+------+-----------+-------+-----------+' 2022-02-15 09:18:30.646 | ++ lib/tempest:configure_tempest:220 : [[ -z '' ]] 2022-02-15 09:18:30.648 | ++ lib/tempest:configure_tempest:221 : [[ +-----+-----------+-------+------+-----------+-------+-----------+ 2022-02-15 09:18:30.648 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2022-02-15 09:18:30.648 | +-----+-----------+-------+------+-----------+-------+-----------+ 2022-02-15 09:18:30.648 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2022-02-15 09:18:30.648 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2022-02-15 09:18:30.648 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2022-02-15 09:18:30.648 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2022-02-15 09:18:30.648 | | 42 | m1.nano | 256 | 1 | 0 | 1 | True | 2022-02-15 09:18:30.649 | | 451 | m1.heat | 512 | 1 | 0 | 1 | True | 2022-02-15 09:18:30.649 | | 452 | m1.heat2 | 1024 | 1 | 0 | 1 | True | 2022-02-15 09:18:30.649 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2022-02-15 09:18:30.649 | | 84 | m1.micro | 256 | 2 | 0 | 1 | True | 2022-02-15 09:18:30.649 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2022-02-15 09:18:30.649 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2022-02-15 09:18:30.649 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2022-02-15 09:18:30.649 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2022-02-15 09:18:30.649 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2022-02-15 09:18:30.649 | +-----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2022-02-15 09:18:30.651 | ++ lib/tempest:configure_tempest:226 : flavor_ref=42 2022-02-15 09:18:30.653 | ++ lib/tempest:configure_tempest:227 : [[ +-----+-----------+-------+------+-----------+-------+-----------+ 2022-02-15 09:18:30.653 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2022-02-15 09:18:30.653 | +-----+-----------+-------+------+-----------+-------+-----------+ 2022-02-15 09:18:30.653 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2022-02-15 09:18:30.653 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2022-02-15 09:18:30.653 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2022-02-15 09:18:30.653 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2022-02-15 09:18:30.653 | | 42 | m1.nano | 256 | 1 | 0 | 1 | True | 2022-02-15 09:18:30.653 | | 451 | m1.heat | 512 | 1 | 0 | 1 | True | 2022-02-15 09:18:30.653 | | 452 | m1.heat2 | 1024 | 1 | 0 | 1 | True | 2022-02-15 09:18:30.653 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2022-02-15 09:18:30.653 | | 84 | m1.micro | 256 | 2 | 0 | 1 | True | 2022-02-15 09:18:30.653 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2022-02-15 09:18:30.653 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2022-02-15 09:18:30.653 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2022-02-15 09:18:30.653 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2022-02-15 09:18:30.653 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2022-02-15 09:18:30.653 | +-----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2022-02-15 09:18:30.655 | ++ lib/tempest:configure_tempest:232 : flavor_ref_alt=84 2022-02-15 09:18:30.658 | ++ lib/tempest:configure_tempest:281 : iniset /opt/stack/tempest/etc/tempest.conf network project_network_cidr 172.20.0.0/16 2022-02-15 09:18:30.689 | ++ lib/tempest:configure_tempest:283 : ssh_connect_method=floating 2022-02-15 09:18:30.691 | ++ lib/tempest:configure_tempest:289 : [[ True == \T\r\u\e ]] 2022-02-15 09:18:30.693 | ++ lib/tempest:configure_tempest:289 : is_networking_extension_supported external-net 2022-02-15 09:18:30.695 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=external-net 2022-02-15 09:18:30.698 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-02-15 09:18:32.890 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:32.890 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:32.890 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:32.890 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:33.053 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:18:33.056 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2022-02-15 09:18:33.056 | address-scope 2022-02-15 09:18:33.056 | router-admin-state-down-before-update 2022-02-15 09:18:33.056 | agent 2022-02-15 09:18:33.056 | agent-resources-synced 2022-02-15 09:18:33.056 | allowed-address-pairs 2022-02-15 09:18:33.056 | auto-allocated-topology 2022-02-15 09:18:33.056 | availability_zone 2022-02-15 09:18:33.056 | availability_zone_filter 2022-02-15 09:18:33.056 | default-subnetpools 2022-02-15 09:18:33.056 | dhcp_agent_scheduler 2022-02-15 09:18:33.056 | dvr 2022-02-15 09:18:33.056 | empty-string-filtering 2022-02-15 09:18:33.056 | external-net 2022-02-15 09:18:33.056 | extra_dhcp_opt 2022-02-15 09:18:33.057 | extraroute 2022-02-15 09:18:33.057 | extraroute-atomic 2022-02-15 09:18:33.057 | filter-validation 2022-02-15 09:18:33.057 | fip-port-details 2022-02-15 09:18:33.057 | flavors 2022-02-15 09:18:33.057 | floatingip-pools 2022-02-15 09:18:33.057 | ip-substring-filtering 2022-02-15 09:18:33.057 | router 2022-02-15 09:18:33.057 | ext-gw-mode 2022-02-15 09:18:33.057 | l3-ha 2022-02-15 09:18:33.057 | l3-flavors 2022-02-15 09:18:33.057 | l3-port-ip-change-not-allowed 2022-02-15 09:18:33.057 | l3_agent_scheduler 2022-02-15 09:18:33.057 | metering 2022-02-15 09:18:33.057 | metering_source_and_destination_fields 2022-02-15 09:18:33.057 | multi-provider 2022-02-15 09:18:33.057 | net-mtu 2022-02-15 09:18:33.057 | net-mtu-writable 2022-02-15 09:18:33.057 | network_availability_zone 2022-02-15 09:18:33.057 | network-ip-availability 2022-02-15 09:18:33.057 | pagination 2022-02-15 09:18:33.057 | port-device-profile 2022-02-15 09:18:33.057 | port-mac-address-regenerate 2022-02-15 09:18:33.057 | port-numa-affinity-policy 2022-02-15 09:18:33.057 | binding 2022-02-15 09:18:33.057 | binding-extended 2022-02-15 09:18:33.057 | port-security 2022-02-15 09:18:33.057 | project-id 2022-02-15 09:18:33.057 | provider 2022-02-15 09:18:33.057 | quotas 2022-02-15 09:18:33.057 | quota_details 2022-02-15 09:18:33.057 | rbac-policies 2022-02-15 09:18:33.057 | rbac-address-group 2022-02-15 09:18:33.057 | rbac-address-scope 2022-02-15 09:18:33.057 | rbac-security-groups 2022-02-15 09:18:33.057 | rbac-subnetpool 2022-02-15 09:18:33.057 | revision-if-match 2022-02-15 09:18:33.058 | standard-attr-revisions 2022-02-15 09:18:33.058 | router_availability_zone 2022-02-15 09:18:33.058 | security-groups-normalized-cidr 2022-02-15 09:18:33.058 | port-security-groups-filtering 2022-02-15 09:18:33.058 | security-groups-remote-address-group 2022-02-15 09:18:33.058 | security-group 2022-02-15 09:18:33.058 | service-type 2022-02-15 09:18:33.058 | sorting 2022-02-15 09:18:33.058 | standard-attr-description 2022-02-15 09:18:33.058 | stateful-security-group 2022-02-15 09:18:33.058 | subnet_onboard 2022-02-15 09:18:33.058 | subnet-service-types 2022-02-15 09:18:33.058 | subnet_allocation 2022-02-15 09:18:33.058 | subnetpool-prefix-ops 2022-02-15 09:18:33.058 | standard-attr-tag 2022-02-15 09:18:33.058 | standard-attr-timestamp' 2022-02-15 09:18:33.058 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2022-02-15 09:18:33.058 | address-scope 2022-02-15 09:18:33.058 | router-admin-state-down-before-update 2022-02-15 09:18:33.058 | agent 2022-02-15 09:18:33.058 | agent-resources-synced 2022-02-15 09:18:33.059 | allowed-address-pairs 2022-02-15 09:18:33.059 | auto-allocated-topology 2022-02-15 09:18:33.059 | availability_zone 2022-02-15 09:18:33.059 | availability_zone_filter 2022-02-15 09:18:33.059 | default-subnetpools 2022-02-15 09:18:33.059 | dhcp_agent_scheduler 2022-02-15 09:18:33.059 | dvr 2022-02-15 09:18:33.059 | empty-string-filtering 2022-02-15 09:18:33.059 | external-net 2022-02-15 09:18:33.059 | extra_dhcp_opt 2022-02-15 09:18:33.059 | extraroute 2022-02-15 09:18:33.059 | extraroute-atomic 2022-02-15 09:18:33.059 | filter-validation 2022-02-15 09:18:33.059 | fip-port-details 2022-02-15 09:18:33.059 | flavors 2022-02-15 09:18:33.059 | floatingip-pools 2022-02-15 09:18:33.059 | ip-substring-filtering 2022-02-15 09:18:33.059 | router 2022-02-15 09:18:33.059 | ext-gw-mode 2022-02-15 09:18:33.059 | l3-ha 2022-02-15 09:18:33.059 | l3-flavors 2022-02-15 09:18:33.059 | l3-port-ip-change-not-allowed 2022-02-15 09:18:33.059 | l3_agent_scheduler 2022-02-15 09:18:33.059 | metering 2022-02-15 09:18:33.059 | metering_source_and_destination_fields 2022-02-15 09:18:33.059 | multi-provider 2022-02-15 09:18:33.059 | net-mtu 2022-02-15 09:18:33.059 | net-mtu-writable 2022-02-15 09:18:33.059 | network_availability_zone 2022-02-15 09:18:33.059 | network-ip-availability 2022-02-15 09:18:33.059 | pagination 2022-02-15 09:18:33.059 | port-device-profile 2022-02-15 09:18:33.059 | port-mac-address-regenerate 2022-02-15 09:18:33.059 | port-numa-affinity-policy 2022-02-15 09:18:33.059 | binding 2022-02-15 09:18:33.059 | binding-extended 2022-02-15 09:18:33.059 | port-security 2022-02-15 09:18:33.059 | project-id 2022-02-15 09:18:33.060 | provider 2022-02-15 09:18:33.060 | quotas 2022-02-15 09:18:33.060 | quota_details 2022-02-15 09:18:33.060 | rbac-policies 2022-02-15 09:18:33.060 | rbac-address-group 2022-02-15 09:18:33.060 | rbac-address-scope 2022-02-15 09:18:33.060 | rbac-security-groups 2022-02-15 09:18:33.060 | rbac-subnetpool 2022-02-15 09:18:33.060 | revision-if-match 2022-02-15 09:18:33.060 | standard-attr-revisions 2022-02-15 09:18:33.060 | router_availability_zone 2022-02-15 09:18:33.060 | security-groups-normalized-cidr 2022-02-15 09:18:33.060 | port-security-groups-filtering 2022-02-15 09:18:33.060 | security-groups-remote-address-group 2022-02-15 09:18:33.060 | security-group 2022-02-15 09:18:33.060 | service-type 2022-02-15 09:18:33.060 | sorting 2022-02-15 09:18:33.060 | standard-attr-description 2022-02-15 09:18:33.060 | stateful-security-group 2022-02-15 09:18:33.060 | subnet_onboard 2022-02-15 09:18:33.060 | subnet-service-types 2022-02-15 09:18:33.060 | subnet_allocation 2022-02-15 09:18:33.060 | subnetpool-prefix-ops 2022-02-15 09:18:33.060 | standard-attr-tag 2022-02-15 09:18:33.060 | standard-attr-timestamp =~ external-net ]] 2022-02-15 09:18:33.062 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2022-02-15 09:18:33.065 | +++ lib/tempest:configure_tempest:290 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2022-02-15 09:18:35.424 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:35.424 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:35.424 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:35.424 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:35.599 | +++ functions-common:oscwrap:2349 : return 0 2022-02-15 09:18:35.602 | ++ lib/tempest:configure_tempest:290 : public_network_id=15f4941e-d96a-4647-963e-cfdc4a3cca09 2022-02-15 09:18:35.604 | ++ lib/tempest:configure_tempest:292 : openstack --os-cloud devstack-admin network create --share shared 2022-02-15 09:18:38.002 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:38.002 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:38.002 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:38.002 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:38.002 | +---------------------------+--------------------------------------+ 2022-02-15 09:18:38.002 | | Field | Value | 2022-02-15 09:18:38.002 | +---------------------------+--------------------------------------+ 2022-02-15 09:18:38.002 | | admin_state_up | UP | 2022-02-15 09:18:38.002 | | availability_zone_hints | | 2022-02-15 09:18:38.002 | | availability_zones | | 2022-02-15 09:18:38.002 | | created_at | 2022-02-15T09:18:37Z | 2022-02-15 09:18:38.002 | | description | | 2022-02-15 09:18:38.002 | | dns_domain | None | 2022-02-15 09:18:38.002 | | id | b9d5f40f-7c46-4986-a86f-fded717081d7 | 2022-02-15 09:18:38.002 | | ipv4_address_scope | None | 2022-02-15 09:18:38.002 | | ipv6_address_scope | None | 2022-02-15 09:18:38.002 | | is_default | False | 2022-02-15 09:18:38.002 | | is_vlan_transparent | None | 2022-02-15 09:18:38.002 | | mtu | 1500 | 2022-02-15 09:18:38.002 | | name | shared | 2022-02-15 09:18:38.002 | | port_security_enabled | True | 2022-02-15 09:18:38.002 | | project_id | 67c24a4e335a43709016daa476acf61a | 2022-02-15 09:18:38.003 | | provider:network_type | vlan | 2022-02-15 09:18:38.003 | | provider:physical_network | physnet1 | 2022-02-15 09:18:38.003 | | provider:segmentation_id | 172 | 2022-02-15 09:18:38.003 | | qos_policy_id | None | 2022-02-15 09:18:38.003 | | revision_number | 1 | 2022-02-15 09:18:38.003 | | router:external | Internal | 2022-02-15 09:18:38.003 | | segments | None | 2022-02-15 09:18:38.003 | | shared | True | 2022-02-15 09:18:38.003 | | status | ACTIVE | 2022-02-15 09:18:38.003 | | subnets | | 2022-02-15 09:18:38.003 | | tags | | 2022-02-15 09:18:38.003 | | updated_at | 2022-02-15T09:18:37Z | 2022-02-15 09:18:38.003 | +---------------------------+--------------------------------------+ 2022-02-15 09:18:38.177 | ++ lib/tempest:configure_tempest:293 : openstack --os-cloud devstack-admin subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2022-02-15 09:18:40.775 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:40.775 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:40.776 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-15 09:18:40.776 | from cryptography.utils import int_from_bytes 2022-02-15 09:18:40.776 | +----------------------+--------------------------------------+ 2022-02-15 09:18:40.776 | | Field | Value | 2022-02-15 09:18:40.776 | +----------------------+--------------------------------------+ 2022-02-15 09:18:40.776 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2022-02-15 09:18:40.776 | | cidr | 192.168.233.0/24 | 2022-02-15 09:18:40.776 | | created_at | 2022-02-15T09:18:40Z | 2022-02-15 09:18:40.776 | | description | shared-subnet | 2022-02-15 09:18:40.776 | | dns_nameservers | | 2022-02-15 09:18:40.776 | | dns_publish_fixed_ip | None | 2022-02-15 09:18:40.776 | | enable_dhcp | True | 2022-02-15 09:18:40.776 | | gateway_ip | 192.168.233.1 | 2022-02-15 09:18:40.776 | | host_routes | | 2022-02-15 09:18:40.776 | | id | 5b293e16-30b6-4448-896c-ad234d0b2229 | 2022-02-15 09:18:40.776 | | ip_version | 4 | 2022-02-15 09:18:40.776 | | ipv6_address_mode | None | 2022-02-15 09:18:40.776 | | ipv6_ra_mode | None | 2022-02-15 09:18:40.776 | | name | shared-subnet | 2022-02-15 09:18:40.776 | | network_id | b9d5f40f-7c46-4986-a86f-fded717081d7 | 2022-02-15 09:18:40.776 | | project_id | 67c24a4e335a43709016daa476acf61a | 2022-02-15 09:18:40.777 | | revision_number | 0 | 2022-02-15 09:18:40.777 | | segment_id | None | 2022-02-15 09:18:40.777 | | service_types | | 2022-02-15 09:18:40.777 | | subnetpool_id | None | 2022-02-15 09:18:40.777 | | tags | | 2022-02-15 09:18:40.777 | | updated_at | 2022-02-15T09:18:40Z | 2022-02-15 09:18:40.777 | +----------------------+--------------------------------------+ 2022-02-15 09:18:40.966 | ++ lib/tempest:configure_tempest:296 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_syslog False 2022-02-15 09:18:41.006 | ++ lib/tempest:configure_tempest:299 : iniset /opt/stack/tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2022-02-15 09:18:41.044 | ++ lib/tempest:configure_tempest:300 : mkdir -p /opt/stack/data/tempest 2022-02-15 09:18:41.050 | ++ lib/tempest:configure_tempest:301 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_stderr False 2022-02-15 09:18:41.082 | ++ lib/tempest:configure_tempest:302 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT log_file tempest.log 2022-02-15 09:18:41.122 | ++ lib/tempest:configure_tempest:303 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT debug True 2022-02-15 09:18:41.154 | ++ lib/tempest:configure_tempest:306 : iniset /opt/stack/tempest/etc/tempest.conf compute build_timeout 196 2022-02-15 09:18:41.195 | ++ lib/tempest:configure_tempest:307 : iniset /opt/stack/tempest/etc/tempest.conf volume build_timeout 196 2022-02-15 09:18:41.240 | ++ lib/tempest:configure_tempest:310 : iniset /opt/stack/tempest/etc/tempest.conf identity uri http://10.222.0.10/identity/v2.0/ 2022-02-15 09:18:41.285 | ++ lib/tempest:configure_tempest:311 : iniset /opt/stack/tempest/etc/tempest.conf identity uri_v3 http://10.222.0.10/identity/v3 2022-02-15 09:18:41.318 | ++ lib/tempest:configure_tempest:312 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2022-02-15 09:18:41.357 | ++ lib/tempest:configure_tempest:313 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_duration 10 2022-02-15 09:18:41.391 | ++ lib/tempest:configure_tempest:314 : iniset /opt/stack/tempest/etc/tempest.conf identity user_unique_last_password_count 2 2022-02-15 09:18:41.427 | ++ lib/tempest:configure_tempest:315 : [[ True == \T\r\u\e ]] 2022-02-15 09:18:41.430 | ++ lib/tempest:configure_tempest:316 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_username admin 2022-02-15 09:18:41.466 | ++ lib/tempest:configure_tempest:317 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_password Passw0rd 2022-02-15 09:18:41.512 | ++ lib/tempest:configure_tempest:318 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_project_name admin 2022-02-15 09:18:41.546 | ++ lib/tempest:configure_tempest:319 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_domain_name Default 2022-02-15 09:18:41.580 | ++ lib/tempest:configure_tempest:321 : '[' False == True ']' 2022-02-15 09:18:41.583 | ++ lib/tempest:configure_tempest:326 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2022-02-15 09:18:41.632 | ++ lib/tempest:configure_tempest:328 : iniset /opt/stack/tempest/etc/tempest.conf identity auth_version v3 2022-02-15 09:18:41.676 | ++ lib/tempest:configure_tempest:329 : [[ '' != \v\2 ]] 2022-02-15 09:18:41.678 | ++ lib/tempest:configure_tempest:331 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2022-02-15 09:18:41.712 | ++ lib/tempest:configure_tempest:334 : is_service_enabled tls-proxy 2022-02-15 09:18:41.730 | ++ functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:18:41.733 | ++ lib/tempest:configure_tempest:339 : [[ True = True ]] 2022-02-15 09:18:41.736 | ++ lib/tempest:configure_tempest:340 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2022-02-15 09:18:41.769 | ++ lib/tempest:configure_tempest:345 : is_service_enabled ldap 2022-02-15 09:18:41.791 | ++ functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:18:41.794 | ++ lib/tempest:configure_tempest:351 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled project_tags True 2022-02-15 09:18:41.837 | ++ lib/tempest:configure_tempest:355 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2022-02-15 09:18:41.869 | ++ lib/tempest:configure_tempest:359 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled access_rules True 2022-02-15 09:18:41.909 | ++ lib/tempest:configure_tempest:364 : [[ ! -z '' ]] 2022-02-15 09:18:41.912 | ++ lib/tempest:configure_tempest:367 : iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled import_image False 2022-02-15 09:18:41.945 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2022-02-15 09:18:41.976 | ++ lib/tempest:configure_tempest:369 : is_service_enabled g-api-r 2022-02-15 09:18:41.993 | ++ functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:18:41.995 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref a2b4c62f-0670-4d7b-8a8c-b07a592707ec 2022-02-15 09:18:42.027 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref_alt a2b4c62f-0670-4d7b-8a8c-b07a592707ec 2022-02-15 09:18:42.057 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref 42 2022-02-15 09:18:42.091 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref_alt 84 2022-02-15 09:18:42.122 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack/tempest/etc/tempest.conf validation connect_method floating 2022-02-15 09:18:42.155 | ++ lib/tempest:configure_tempest:379 : is_service_enabled neutron 2022-02-15 09:18:42.173 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:18:42.175 | ++ lib/tempest:configure_tempest:387 : [[ -n '' ]] 2022-02-15 09:18:42.177 | ++ lib/tempest:configure_tempest:397 : local tempest_compute_min_microversion=None 2022-02-15 09:18:42.180 | ++ lib/tempest:configure_tempest:398 : local tempest_compute_max_microversion=2.90 2022-02-15 09:18:42.182 | ++ lib/tempest:configure_tempest:401 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2022-02-15 09:18:42.184 | ++ lib/tempest:configure_tempest:405 : '[' None == None ']' 2022-02-15 09:18:42.187 | ++ lib/tempest:configure_tempest:406 : inicomment /opt/stack/tempest/etc/tempest.conf compute min_microversion 2022-02-15 09:18:42.207 | ++ lib/tempest:configure_tempest:410 : '[' 2.90 == None ']' 2022-02-15 09:18:42.209 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack/tempest/etc/tempest.conf compute max_microversion 2.90 2022-02-15 09:18:42.246 | ++ lib/tempest:configure_tempest:416 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled personality False 2022-02-15 09:18:42.289 | ++ lib/tempest:configure_tempest:417 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled resize True 2022-02-15 09:18:42.328 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migration True 2022-02-15 09:18:42.363 | ++ lib/tempest:configure_tempest:419 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled change_password False 2022-02-15 09:18:42.395 | ++ lib/tempest:configure_tempest:420 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration True 2022-02-15 09:18:42.428 | ++ lib/tempest:configure_tempest:421 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2022-02-15 09:18:42.463 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2022-02-15 09:18:42.499 | ++ lib/tempest:configure_tempest:425 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2022-02-15 09:18:42.535 | ++ lib/tempest:configure_tempest:427 : [[ -n AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2022-02-15 09:18:42.539 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-02-15 09:18:42.571 | ++ lib/tempest:configure_tempest:431 : [[ False == \T\r\u\e ]] 2022-02-15 09:18:42.574 | ++ lib/tempest:configure_tempest:435 : is_service_enabled n-novnc 2022-02-15 09:18:42.598 | ++ functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:18:42.601 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack/tempest/etc/tempest.conf network project_networks_reachable false 2022-02-15 09:18:42.637 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack/tempest/etc/tempest.conf network public_network_id 15f4941e-d96a-4647-963e-cfdc4a3cca09 2022-02-15 09:18:42.668 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack/tempest/etc/tempest.conf network public_router_id '' 2022-02-15 09:18:42.701 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack/tempest/etc/tempest.conf network default_network 172.20.0.0/16 2022-02-15 09:18:42.736 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6 True 2022-02-15 09:18:42.782 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2022-02-15 09:18:42.817 | ++ lib/tempest:configure_tempest:446 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled port_security True 2022-02-15 09:18:42.856 | ++ lib/tempest:configure_tempest:449 : SCENARIO_IMAGE_DIR=/home/ubuntu/devstack/files 2022-02-15 09:18:42.860 | ++ lib/tempest:configure_tempest:450 : SCENARIO_IMAGE_FILE= 2022-02-15 09:18:42.864 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack/tempest/etc/tempest.conf scenario img_file /home/ubuntu/devstack/files/ 2022-02-15 09:18:42.913 | ++ lib/tempest:configure_tempest:454 : TEMPEST_SSH_NETWORK_NAME=private 2022-02-15 09:18:42.917 | ++ lib/tempest:configure_tempest:455 : is_provider_network 2022-02-15 09:18:42.921 | ++ functions-common:is_provider_network:2158 : '[' '' == True ']' 2022-02-15 09:18:42.926 | ++ functions-common:is_provider_network:2161 : return 1 2022-02-15 09:18:42.929 | ++ lib/tempest:configure_tempest:459 : iniset /opt/stack/tempest/etc/tempest.conf validation run_validation True 2022-02-15 09:18:42.970 | ++ lib/tempest:configure_tempest:460 : iniset /opt/stack/tempest/etc/tempest.conf validation ip_version_for_ssh 4 2022-02-15 09:18:43.003 | ++ lib/tempest:configure_tempest:461 : iniset /opt/stack/tempest/etc/tempest.conf validation ssh_timeout 196 2022-02-15 09:18:43.040 | ++ lib/tempest:configure_tempest:462 : iniset /opt/stack/tempest/etc/tempest.conf validation image_ssh_user cirros 2022-02-15 09:18:43.073 | ++ lib/tempest:configure_tempest:463 : iniset /opt/stack/tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2022-02-15 09:18:43.104 | ++ lib/tempest:configure_tempest:464 : iniset /opt/stack/tempest/etc/tempest.conf validation network_for_ssh private 2022-02-15 09:18:43.139 | ++ lib/tempest:configure_tempest:468 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2022-02-15 09:18:43.141 | ++ lib/tempest:configure_tempest:469 : TEMPEST_VOLUME_MANAGE_SNAPSHOT=True 2022-02-15 09:18:43.144 | +++ lib/tempest:configure_tempest:471 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2022-02-15 09:18:43.164 | ++ lib/tempest:configure_tempest:471 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_snapshot True 2022-02-15 09:18:43.205 | ++ lib/tempest:configure_tempest:473 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2022-02-15 09:18:43.208 | ++ lib/tempest:configure_tempest:474 : TEMPEST_VOLUME_MANAGE_VOLUME=True 2022-02-15 09:18:43.211 | +++ lib/tempest:configure_tempest:476 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2022-02-15 09:18:43.230 | ++ lib/tempest:configure_tempest:476 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_volume True 2022-02-15 09:18:43.262 | ++ lib/tempest:configure_tempest:479 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2022-02-15 09:18:43.265 | ++ lib/tempest:configure_tempest:479 : '[' libvirt = libvirt ']' 2022-02-15 09:18:43.267 | ++ lib/tempest:configure_tempest:480 : TEMPEST_EXTEND_ATTACHED_VOLUME=True 2022-02-15 09:18:43.270 | +++ lib/tempest:configure_tempest:482 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2022-02-15 09:18:43.291 | ++ lib/tempest:configure_tempest:482 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume True 2022-02-15 09:18:43.324 | ++ lib/tempest:configure_tempest:484 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2022-02-15 09:18:43.326 | ++ lib/tempest:configure_tempest:485 : TEMPEST_VOLUME_REVERT_TO_SNAPSHOT=True 2022-02-15 09:18:43.329 | +++ lib/tempest:configure_tempest:487 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2022-02-15 09:18:43.346 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled volume_revert True 2022-02-15 09:18:43.376 | ++ lib/tempest:configure_tempest:488 : local tempest_volume_min_microversion=None 2022-02-15 09:18:43.378 | ++ lib/tempest:configure_tempest:489 : local tempest_volume_max_microversion=3.66 2022-02-15 09:18:43.381 | ++ lib/tempest:configure_tempest:490 : '[' None == None ']' 2022-02-15 09:18:43.383 | ++ lib/tempest:configure_tempest:491 : inicomment /opt/stack/tempest/etc/tempest.conf volume min_microversion 2022-02-15 09:18:43.403 | ++ lib/tempest:configure_tempest:496 : '[' 3.66 == None ']' 2022-02-15 09:18:43.405 | ++ lib/tempest:configure_tempest:499 : iniset /opt/stack/tempest/etc/tempest.conf volume max_microversion 3.66 2022-02-15 09:18:43.436 | ++ lib/tempest:configure_tempest:502 : is_service_enabled c-bak 2022-02-15 09:18:43.453 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:18:43.456 | ++ lib/tempest:configure_tempest:509 : [[ -n lvm:lvmdriver-1 ]] 2022-02-15 09:18:43.458 | ++ lib/tempest:configure_tempest:509 : [[ lvm:lvmdriver-1 =~ .*,.* ]] 2022-02-15 09:18:43.461 | ++ lib/tempest:configure_tempest:529 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2022-02-15 09:18:43.463 | ++ lib/tempest:configure_tempest:533 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2022-02-15 09:18:43.465 | ++ lib/tempest:configure_tempest:543 : local tempest_placement_min_microversion=None 2022-02-15 09:18:43.468 | ++ lib/tempest:configure_tempest:544 : local tempest_placement_max_microversion=1.38 2022-02-15 09:18:43.471 | ++ lib/tempest:configure_tempest:545 : '[' None == None ']' 2022-02-15 09:18:43.473 | ++ lib/tempest:configure_tempest:546 : inicomment /opt/stack/tempest/etc/tempest.conf placement min_microversion 2022-02-15 09:18:43.495 | ++ lib/tempest:configure_tempest:550 : '[' 1.38 == None ']' 2022-02-15 09:18:43.498 | ++ lib/tempest:configure_tempest:553 : iniset /opt/stack/tempest/etc/tempest.conf placement max_microversion 1.38 2022-02-15 09:18:43.530 | ++ lib/tempest:configure_tempest:557 : '[' libvirt = ironic ']' 2022-02-15 09:18:43.533 | ++ lib/tempest:configure_tempest:571 : '[' libvirt = libvirt ']' 2022-02-15 09:18:43.535 | ++ lib/tempest:configure_tempest:573 : '[' kvm = lxc ']' 2022-02-15 09:18:43.537 | ++ lib/tempest:configure_tempest:580 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled shelve_migrate True 2022-02-15 09:18:43.567 | ++ lib/tempest:configure_tempest:581 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled stable_rescue True 2022-02-15 09:18:43.600 | ++ lib/tempest:configure_tempest:582 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled swap_volume True 2022-02-15 09:18:43.638 | ++ lib/tempest:configure_tempest:595 : local service 2022-02-15 09:18:43.640 | ++ lib/tempest:configure_tempest:596 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2022-02-15 09:18:43.642 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-02-15 09:18:43.645 | ++ lib/tempest:configure_tempest:598 : is_service_enabled key 2022-02-15 09:18:43.665 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:18:43.667 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available key True 2022-02-15 09:18:43.701 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-02-15 09:18:43.703 | ++ lib/tempest:configure_tempest:598 : is_service_enabled glance 2022-02-15 09:18:43.725 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:18:43.730 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available glance True 2022-02-15 09:18:43.763 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-02-15 09:18:43.765 | ++ lib/tempest:configure_tempest:598 : is_service_enabled nova 2022-02-15 09:18:43.783 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:18:43.786 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available nova True 2022-02-15 09:18:43.823 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-02-15 09:18:43.826 | ++ lib/tempest:configure_tempest:598 : is_service_enabled neutron 2022-02-15 09:18:43.844 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:18:43.847 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available neutron True 2022-02-15 09:18:43.882 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-02-15 09:18:43.884 | ++ lib/tempest:configure_tempest:598 : is_service_enabled cinder 2022-02-15 09:18:43.900 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:18:43.903 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available cinder True 2022-02-15 09:18:43.934 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-02-15 09:18:43.937 | ++ lib/tempest:configure_tempest:598 : is_service_enabled swift 2022-02-15 09:18:43.953 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:18:43.956 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available swift True 2022-02-15 09:18:43.985 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-02-15 09:18:43.988 | ++ lib/tempest:configure_tempest:598 : is_service_enabled horizon 2022-02-15 09:18:44.010 | ++ functions-common:is_service_enabled:1965 : return 1 2022-02-15 09:18:44.014 | ++ lib/tempest:configure_tempest:601 : iniset /opt/stack/tempest/etc/tempest.conf service_available horizon False 2022-02-15 09:18:44.053 | ++ lib/tempest:configure_tempest:605 : iniset /opt/stack/tempest/etc/tempest.conf enforce_scope glance False 2022-02-15 09:18:44.086 | ++ lib/tempest:configure_tempest:607 : iniset /opt/stack/tempest/etc/tempest.conf enforce_scope cinder False 2022-02-15 09:18:44.117 | ++ lib/tempest:configure_tempest:609 : '[' libvirt = libvirt ']' 2022-02-15 09:18:44.119 | ++ lib/tempest:configure_tempest:609 : '[' kvm = lxc ']' 2022-02-15 09:18:44.122 | ++ lib/tempest:configure_tempest:619 : local tmp_cfg_file 2022-02-15 09:18:44.126 | +++ lib/tempest:configure_tempest:620 : mktemp 2022-02-15 09:18:44.138 | ++ lib/tempest:configure_tempest:620 : tmp_cfg_file=/tmp/tmp.Op1Om3KNf4 2022-02-15 09:18:44.141 | ++ lib/tempest:configure_tempest:621 : cd /opt/stack/tempest 2022-02-15 09:18:44.143 | ++ lib/tempest:configure_tempest:622 : [[ False != \T\r\u\e ]] 2022-02-15 09:18:44.145 | ++ lib/tempest:configure_tempest:623 : tox -revenv-tempest --notest 2022-02-15 09:18:44.732 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2022-02-15 09:18:45.801 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2022-02-15 09:19:04.789 | venv-tempest develop-inst: /opt/stack/tempest 2022-02-15 09:19:14.385 | venv-tempest installed: attrs==21.4.0,autopage==0.5.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.12,cliff==3.10.0,cmd2==2.3.3,cryptography==36.0.1,debtcollector==2.4.0,extras==1.0.0,fasteners==0.17.3,fixtures==3.0.0,future==0.18.2,idna==3.3,iso8601==1.0.2,jsonschema==3.2.0,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==4.5.0,oslo.config==8.7.1,oslo.context==3.4.0,oslo.i18n==5.1.0,oslo.log==4.6.1,oslo.serialization==4.2.0,oslo.utils==4.12.1,packaging==21.3,paramiko==2.8.1,pbr==5.8.1,prettytable==3.1.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.7,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.27.1,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@42f6cb522ecf513e05d39f958a01b326135def99#egg=tempest,testtools==2.5.0,urllib3==1.26.8,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3 2022-02-15 09:19:14.386 | ___________________________________ summary ____________________________________ 2022-02-15 09:19:14.386 | venv-tempest: skipped tests 2022-02-15 09:19:14.386 | congratulations :) 2022-02-15 09:19:14.417 | ++ lib/tempest:configure_tempest:626 : local tmp_u_c_m 2022-02-15 09:19:14.420 | +++ lib/tempest:configure_tempest:627 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2022-02-15 09:19:14.425 | ++ lib/tempest:configure_tempest:627 : tmp_u_c_m=/tmp/tempest_u_c_m.3u1CiwJSxv 2022-02-15 09:19:14.427 | ++ lib/tempest:configure_tempest:628 : set_tempest_venv_constraints /tmp/tempest_u_c_m.3u1CiwJSxv 2022-02-15 09:19:14.429 | ++ lib/tempest:set_tempest_venv_constraints:115 : local tmp_c 2022-02-15 09:19:14.432 | ++ lib/tempest:set_tempest_venv_constraints:116 : tmp_c=/tmp/tempest_u_c_m.3u1CiwJSxv 2022-02-15 09:19:14.435 | ++ lib/tempest:set_tempest_venv_constraints:117 : [[ master == \m\a\s\t\e\r ]] 2022-02-15 09:19:14.438 | ++ lib/tempest:set_tempest_venv_constraints:118 : cd /opt/stack/requirements 2022-02-15 09:19:14.440 | ++ lib/tempest:set_tempest_venv_constraints:119 : git show master:upper-constraints.txt 2022-02-15 09:19:14.447 | ++ lib/tempest:configure_tempest:629 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.3u1CiwJSxv -r requirements.txt 2022-02-15 09:19:16.982 | /opt/stack/tempest/.tox/tempest/lib/python3.8/site-packages/setuptools/command/easy_install.py:160: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2022-02-15 09:19:16.982 | warnings.warn( 2022-02-15 09:19:16.982 | /opt/stack/tempest/.tox/tempest/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-02-15 09:19:16.982 | warnings.warn( 2022-02-15 09:19:17.081 | venv-tempest develop-inst-noop: /opt/stack/tempest 2022-02-15 09:19:17.754 | venv-tempest installed: attrs==21.4.0,autopage==0.5.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.12,cliff==3.10.0,cmd2==2.3.3,cryptography==36.0.1,debtcollector==2.4.0,extras==1.0.0,fasteners==0.17.3,fixtures==3.0.0,future==0.18.2,idna==3.3,iso8601==1.0.2,jsonschema==3.2.0,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==4.5.0,oslo.config==8.7.1,oslo.context==3.4.0,oslo.i18n==5.1.0,oslo.log==4.6.1,oslo.serialization==4.2.0,oslo.utils==4.12.1,packaging==21.3,paramiko==2.8.1,pbr==5.8.1,prettytable==3.1.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.7,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.27.1,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@42f6cb522ecf513e05d39f958a01b326135def99#egg=tempest,testtools==2.5.0,urllib3==1.26.8,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3 2022-02-15 09:19:17.755 | venv-tempest run-test-pre: PYTHONHASHSEED='2729350181' 2022-02-15 09:19:17.756 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.3u1CiwJSxv -r requirements.txt 2022-02-15 09:19:19.478 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-15 09:19:19.514 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 4)) (5.8.1) 2022-02-15 09:19:19.516 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 5)) (3.10.0) 2022-02-15 09:19:19.517 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 6)) (3.2.0) 2022-02-15 09:19:19.520 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 7)) (2.5.0) 2022-02-15 09:19:19.522 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 8)) (2.8.1) 2022-02-15 09:19:19.525 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 9)) (36.0.1) 2022-02-15 09:19:19.530 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 10)) (0.8.0) 2022-02-15 09:19:19.533 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 11)) (4.5.0) 2022-02-15 09:19:19.535 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 12)) (8.7.1) 2022-02-15 09:19:19.537 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 13)) (4.6.1) 2022-02-15 09:19:19.538 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 14)) (3.2.1) 2022-02-15 09:19:19.540 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 15)) (4.2.0) 2022-02-15 09:19:19.542 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 16)) (4.12.1) 2022-02-15 09:19:19.544 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 17)) (3.0.0) 2022-02-15 09:19:19.546 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 18)) (6.0) 2022-02-15 09:19:19.547 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 19)) (1.4.0) 2022-02-15 09:19:19.549 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 20)) (3.5.0) 2022-02-15 09:19:19.551 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 21)) (3.1.0) 2022-02-15 09:19:19.552 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 22)) (1.26.8) 2022-02-15 09:19:19.554 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 23)) (2.4.0) 2022-02-15 09:19:19.568 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.0) 2022-02-15 09:19:19.570 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (3.0.7) 2022-02-15 09:19:19.575 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.3.3) 2022-02-15 09:19:19.603 | Requirement already satisfied: attrs>=17.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (21.4.0) 2022-02-15 09:19:19.605 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (60.9.0) 2022-02-15 09:19:19.606 | Requirement already satisfied: six>=1.11.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (1.16.0) 2022-02-15 09:19:19.608 | Requirement already satisfied: pyrsistent>=0.14.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.1) 2022-02-15 09:19:19.619 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from testtools>=2.2.0->-r requirements.txt (line 7)) (1.0.0) 2022-02-15 09:19:19.655 | Requirement already satisfied: pynacl>=1.0.1 in ./.tox/tempest/lib/python3.8/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2022-02-15 09:19:19.657 | Requirement already satisfied: bcrypt>=3.1.3 in ./.tox/tempest/lib/python3.8/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (3.2.0) 2022-02-15 09:19:19.697 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.8/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.15.0) 2022-02-15 09:19:19.716 | Requirement already satisfied: fasteners>=0.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (0.17.3) 2022-02-15 09:19:19.719 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (5.1.0) 2022-02-15 09:19:19.769 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.27.1) 2022-02-15 09:19:19.770 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (1.5.0) 2022-02-15 09:19:19.814 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.8.2) 2022-02-15 09:19:19.819 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2022-02-15 09:19:19.823 | Requirement already satisfied: oslo.context>=2.20.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (3.4.0) 2022-02-15 09:19:19.855 | Requirement already satisfied: future in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.18.2) 2022-02-15 09:19:19.857 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.12.2) 2022-02-15 09:19:19.873 | Requirement already satisfied: pytz>=2013.6 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2021.3) 2022-02-15 09:19:19.877 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.3) 2022-02-15 09:19:19.899 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (1.0.2) 2022-02-15 09:19:19.904 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2022-02-15 09:19:19.906 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (21.3) 2022-02-15 09:19:19.981 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.8/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.5) 2022-02-15 09:19:20.021 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.13.3) 2022-02-15 09:19:20.146 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.8/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.21) 2022-02-15 09:19:20.207 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.8/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2022-02-15 09:19:20.416 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2021.10.8) 2022-02-15 09:19:20.419 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3) 2022-02-15 09:19:20.421 | Requirement already satisfied: charset-normalizer~=2.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.12) 2022-02-15 09:19:20.689 | WARNING: You are using pip version 21.2.3; however, version 22.0.3 is available. 2022-02-15 09:19:20.689 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command. 2022-02-15 09:19:20.781 | ___________________________________ summary ____________________________________ 2022-02-15 09:19:20.781 | venv-tempest: commands succeeded 2022-02-15 09:19:20.781 | congratulations :) 2022-02-15 09:19:20.810 | ++ lib/tempest:configure_tempest:630 : rm -f /tmp/tempest_u_c_m.3u1CiwJSxv 2022-02-15 09:19:20.815 | ++ lib/tempest:configure_tempest:633 : [[ False == \T\r\u\e ]] 2022-02-15 09:19:20.817 | ++ lib/tempest:configure_tempest:641 : [[ True == \F\a\l\s\e ]] 2022-02-15 09:19:20.819 | ++ lib/tempest:configure_tempest:645 : iniset /opt/stack/tempest/etc/tempest.conf auth use_dynamic_credentials True 2022-02-15 09:19:20.852 | ++ lib/tempest:configure_tempest:651 : tox -evenv -- tempest verify-config -uro /tmp/tmp.Op1Om3KNf4 2022-02-15 09:19:21.481 | venv create: /opt/stack/tempest/.tox/venv 2022-02-15 09:19:22.438 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2022-02-15 09:19:55.762 | venv develop-inst: /opt/stack/tempest 2022-02-15 09:20:07.682 | venv installed: alabaster==0.7.12,attrs==21.4.0,autopage==0.5.0,Babel==2.9.1,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.12,cliff==3.10.0,cmd2==2.3.3,cryptography==36.0.1,debtcollector==2.4.0,docutils==0.17.1,dulwich==0.20.32,extras==1.0.0,fasteners==0.17.3,fixtures==3.0.0,future==0.18.2,idna==3.3,imagesize==1.3.0,importlib-metadata==4.11.0,iso8601==1.0.2,Jinja2==3.0.3,jsonschema==3.2.0,MarkupSafe==2.0.1,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,openstackdocstheme==2.3.1,oslo.concurrency==4.5.0,oslo.config==8.7.1,oslo.context==3.4.0,oslo.i18n==5.1.0,oslo.log==4.6.1,oslo.serialization==4.2.0,oslo.utils==4.12.1,packaging==21.3,paramiko==2.8.1,pbr==5.8.1,prettytable==3.1.0,pycparser==2.21,Pygments==2.11.2,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.7,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,reno==3.5.0,requests==2.27.1,rfc3986==1.5.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==4.4.0,sphinxcontrib-applehelp==1.0.2,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==2.0.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-serializinghtml==1.1.5,sphinxcontrib-svg2pdfconverter==1.2.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@42f6cb522ecf513e05d39f958a01b326135def99#egg=tempest,testtools==2.5.0,urllib3==1.26.8,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3,zipp==3.7.0 2022-02-15 09:20:07.683 | venv run-test-pre: PYTHONHASHSEED='3022552839' 2022-02-15 09:20:07.683 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.Op1Om3KNf4 2022-02-15 09:20:10.860 | /opt/stack/tempest/tempest/lib/services/image/v1/__init__.py:24: DeprecationWarning: The tempest.lib.services.image.v1 module (Image v1 APIs service clients) is deprecated in favor of tempest.lib.services.image.v2 (Image v2 APIs service clients) and will be removed once Tempest stop supporting stable Ussuri. 2022-02-15 09:20:10.860 | warnings.warn( 2022-02-15 09:20:10.860 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:50: DeprecationWarning: The tempest.lib.services.volume.v2 module (volume v2 APIs service clients) is deprecated in favor of tempest.lib.services.volume.v3 (volume v3 APIs service clients) and will be removed once Tempest stop supporting stable wallaby. 2022-02-15 09:20:10.860 | warnings.warn( 2022-02-15 09:20:10.860 | /opt/stack/tempest/tempest/lib/services/clients.py:210: DeprecationWarning: Class 'tempest.lib.services.volume.v2.extensions_client.ExtensionsClient' has moved to 'tempest.lib.services.volume.v3.extensions_client.ExtensionsClient' in version 'Rocky' and will be removed in a future version 2022-02-15 09:20:10.860 | _client = klass(auth_provider=auth_provider, **kwargs) 2022-02-15 09:20:10.860 | Config option api_v2 in group image-feature-enabled should be changed to: False 2022-02-15 09:20:11.006 | ___________________________________ summary ____________________________________ 2022-02-15 09:20:11.006 | venv: commands succeeded 2022-02-15 09:20:11.006 | congratulations :) 2022-02-15 09:20:11.036 | ++ lib/tempest:configure_tempest:656 : is_service_enabled q-metering 2022-02-15 09:20:11.053 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:20:11.055 | ++ lib/tempest:configure_tempest:661 : is_service_enabled q-l3 2022-02-15 09:20:11.072 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-15 09:20:11.075 | ++ lib/tempest:configure_tempest:665 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2022-02-15 09:20:11.077 | ++ lib/tempest:configure_tempest:666 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2022-02-15 09:20:11.079 | ++ lib/tempest:configure_tempest:667 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2022-02-15 09:20:11.081 | ++ lib/tempest:configure_tempest:668 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2022-02-15 09:20:11.084 | ++ lib/tempest:configure_tempest:669 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2022-02-15 09:20:11.086 | ++ lib/tempest:configure_tempest:670 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2022-02-15 09:20:11.089 | ++ lib/tempest:configure_tempest:671 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2022-02-15 09:20:11.091 | ++ lib/tempest:configure_tempest:672 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2022-02-15 09:20:11.094 | ++ lib/tempest:configure_tempest:673 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2022-02-15 09:20:11.096 | ++ lib/tempest:configure_tempest:674 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2022-02-15 09:20:11.098 | ++ lib/tempest:configure_tempest:675 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2022-02-15 09:20:11.101 | ++ lib/tempest:configure_tempest:676 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2022-02-15 09:20:11.104 | ++ lib/tempest:configure_tempest:677 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2022-02-15 09:20:11.106 | ++ lib/tempest:configure_tempest:678 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2022-02-15 09:20:11.108 | ++ lib/tempest:configure_tempest:679 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2022-02-15 09:20:11.111 | ++ lib/tempest:configure_tempest:680 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2022-02-15 09:20:11.113 | ++ lib/tempest:configure_tempest:682 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2022-02-15 09:20:11.115 | ++ lib/tempest:configure_tempest:683 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2022-02-15 09:20:11.119 | ++ lib/tempest:configure_tempest:684 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2022-02-15 09:20:11.121 | ++ lib/tempest:configure_tempest:685 : [[ ! -z '' ]] 2022-02-15 09:20:11.123 | ++ lib/tempest:configure_tempest:691 : [[ -n '' ]] 2022-02-15 09:20:11.126 | ++ lib/tempest:configure_tempest:694 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled api_extensions address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2022-02-15 09:20:11.155 | ++ lib/tempest:configure_tempest:696 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2022-02-15 09:20:11.157 | ++ lib/tempest:configure_tempest:697 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2022-02-15 09:20:11.160 | ++ lib/tempest:configure_tempest:698 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2022-02-15 09:20:11.162 | ++ lib/tempest:configure_tempest:699 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2022-02-15 09:20:11.165 | ++ lib/tempest:configure_tempest:700 : [[ ! -z '' ]] 2022-02-15 09:20:11.168 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack/tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2022-02-15 09:20:11.200 | ++ lib/tempest:configure_tempest:708 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2022-02-15 09:20:11.203 | ++ lib/tempest:configure_tempest:709 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2022-02-15 09:20:11.205 | ++ lib/tempest:configure_tempest:710 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2022-02-15 09:20:11.207 | ++ lib/tempest:configure_tempest:711 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2022-02-15 09:20:11.210 | ++ lib/tempest:configure_tempest:712 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2022-02-15 09:20:11.212 | ++ lib/tempest:configure_tempest:713 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2022-02-15 09:20:11.215 | ++ lib/tempest:configure_tempest:714 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2022-02-15 09:20:11.217 | ++ lib/tempest:configure_tempest:715 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2022-02-15 09:20:11.219 | ++ lib/tempest:configure_tempest:716 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2022-02-15 09:20:11.222 | ++ lib/tempest:configure_tempest:717 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2022-02-15 09:20:11.224 | ++ lib/tempest:configure_tempest:718 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2022-02-15 09:20:11.227 | ++ lib/tempest:configure_tempest:720 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2022-02-15 09:20:11.230 | ++ lib/tempest:configure_tempest:722 : [[ ! -z '' ]] 2022-02-15 09:20:11.233 | ++ lib/tempest:configure_tempest:728 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2022-02-15 09:20:11.265 | ++ lib/tempest:configure_tempest:731 : IFS=' 2022-02-15 09:20:11.265 | ' 2022-02-15 09:20:11.268 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2022-02-15 09:20:11.271 | ++ ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-15 09:20:11.274 | ++ ./stack.sh:echo_summary:432 : echo -e Installing Tempest Plugins 2022-02-15 09:20:11.277 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2022-02-15 09:20:11.279 | ++ lib/tempest:install_tempest_plugins:760 : pushd /opt/stack/tempest 2022-02-15 09:20:11.279 | /opt/stack/tempest /opt/stack/tempest 2022-02-15 09:20:11.282 | ++ lib/tempest:install_tempest_plugins:761 : [[ 0 != 0 ]] 2022-02-15 09:20:11.285 | ++ lib/tempest:install_tempest_plugins:770 : popd 2022-02-15 09:20:11.285 | /opt/stack/tempest 2022-02-15 09:20:11.287 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-02-15 09:20:11.291 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-02-15 09:20:11.293 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2022-02-15 09:20:11.296 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-02-15 09:20:11.302 | + functions-common:run_phase:1764 : run_plugins stack test-config 2022-02-15 09:20:11.305 | + functions-common:run_plugins:1723 : local mode=stack 2022-02-15 09:20:11.309 | + functions-common:run_plugins:1724 : local phase=test-config 2022-02-15 09:20:11.312 | + functions-common:run_plugins:1726 : local plugins= 2022-02-15 09:20:11.315 | + functions-common:run_plugins:1727 : local plugin 2022-02-15 09:20:11.318 | + ./stack.sh:main:1494 : merge_config_group /home/ubuntu/devstack/local.conf test-config 2022-02-15 09:20:11.321 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2022-02-15 09:20:11.324 | + inc/meta-config:merge_config_group:171 : shift 2022-02-15 09:20:11.327 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2022-02-15 09:20:11.329 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-15 09:20:11.332 | + inc/meta-config:merge_config_group:176 : local configfile group 2022-02-15 09:20:11.335 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2022-02-15 09:20:11.338 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf test-config 2022-02-15 09:20:11.342 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2022-02-15 09:20:11.344 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2022-02-15 09:20:11.347 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-15 09:20:11.350 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2022-02-15 09:20:11.350 | /^\[\[.+\|.*\]\]/ { 2022-02-15 09:20:11.350 | gsub("[][]", "", $1); 2022-02-15 09:20:11.350 | split($1, a, "|"); 2022-02-15 09:20:11.350 | if (a[1] == matchgroup) 2022-02-15 09:20:11.351 | print a[2] 2022-02-15 09:20:11.351 | } 2022-02-15 09:20:11.351 | ' /home/ubuntu/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 26 pip_install 303 apt-get 329 run_process 39 dbsync 18 git_timed 9 apt-get-update 2 test_with_retry 5 async_wait 139 osc 437 ------------------------- Unaccounted time 47 ========================= Total runtime 1354 ================= Async summary ================= Time spent in the background minus waits: 506 sec Elapsed time: 1354 sec Time if we did everything serially: 1860 sec Speedup: 1.37371 This is your host IP address: 10.222.0.10 This is your host IPv6 address: ::1 Keystone is serving at http://10.222.0.10/identity/ The default users are: admin and demo The password: Passw0rd Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: xena Change: 9c57a4c2b464939f869c0397690d23b8364c9fb4 Use ping instead of arping for br-data 2022-02-15 08:55:29 +0000 OS Version: Ubuntu 20.04 focal