2021-11-04 09:57:21.456 | + ./stack.sh:main:473 : exec 2021-11-04 09:57:21.456 | + ./stack.sh:main:481 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-11-04-095721' 2021-11-04 09:57:21.456 | ++ ./stack.sh:main:473 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-11-04-095721.summary.2021-11-04-095721 2021-11-04 09:57:21.456 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 09:57:21.456 | + ./stack.sh:echo_summary:432 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-11-04-095721 2021-11-04 09:57:21.456 | + ./stack.sh:main:483 : ln -sf /opt/stack/logs/stack.sh.log.2021-11-04-095721 /opt/stack/logs/stack.sh.log 2021-11-04 09:57:21.457 | + ./stack.sh:main:484 : ln -sf /opt/stack/logs/stack.sh.log.2021-11-04-095721.summary.2021-11-04-095721 /opt/stack/logs/stack.sh.log.summary 2021-11-04 09:57:21.457 | + ./stack.sh:main:499 : check_path_perm_sanity /opt/stack 2021-11-04 09:57:21.457 | + functions:check_path_perm_sanity:596 : local real_path 2021-11-04 09:57:21.457 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2021-11-04 09:57:21.457 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2021-11-04 09:57:21.457 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2021-11-04 09:57:21.457 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2021-11-04 09:57:21.457 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2021-11-04 09:57:21.457 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-11-04 09:57:21.457 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2021-11-04 09:57:21.457 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2021-11-04 09:57:21.457 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-11-04 09:57:21.457 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-11-04 09:57:21.457 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2021-11-04 09:57:21.458 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2021-11-04 09:57:21.462 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-11-04 09:57:21.464 | + ./stack.sh:main:505 : trap exit_trap EXIT 2021-11-04 09:57:21.466 | + ./stack.sh:main:546 : trap err_trap ERR 2021-11-04 09:57:21.468 | + ./stack.sh:main:559 : set -o errexit 2021-11-04 09:57:21.470 | + ./stack.sh:main:562 : uname -a 2021-11-04 09:57:21.471 | Linux n-d-808921-2 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2021-11-04 09:57:21.473 | + ./stack.sh:main:565 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-11-04 09:57:21.475 | + ./stack.sh:main:566 : rm -f /opt/stack/data/ca-bundle.pem 2021-11-04 09:57:21.478 | + ./stack.sh:main:569 : source /home/ubuntu/devstack/lib/database 2021-11-04 09:57:21.513 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/rpc_backend 2021-11-04 09:57:21.528 | + ./stack.sh:main:576 : fetch_plugins 2021-11-04 09:57:21.530 | + functions-common:fetch_plugins:1655 : local plugins= 2021-11-04 09:57:21.532 | + functions-common:fetch_plugins:1656 : local plugin 2021-11-04 09:57:21.533 | + functions-common:fetch_plugins:1659 : [[ -z '' ]] 2021-11-04 09:57:21.535 | + functions-common:fetch_plugins:1660 : return 2021-11-04 09:57:21.537 | + ./stack.sh:main:580 : run_phase override_defaults 2021-11-04 09:57:21.539 | + functions-common:run_phase:1737 : local mode=override_defaults 2021-11-04 09:57:21.541 | + functions-common:run_phase:1738 : local phase= 2021-11-04 09:57:21.543 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-11-04 09:57:21.544 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2021-11-04 09:57:21.546 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-11-04 09:57:21.548 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2021-11-04 09:57:21.550 | + functions-common:run_phase:1747 : local extra 2021-11-04 09:57:21.552 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-11-04 09:57:21.555 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2021-11-04 09:57:21.557 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-11-04 09:57:21.559 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-11-04 09:57:21.560 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-11-04 09:57:21.562 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-11-04 09:57:21.575 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 09:57:21.577 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-11-04 09:57:21.578 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-11-04 09:57:21.580 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-11-04 09:57:21.582 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-11-04 09:57:21.583 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-11-04 09:57:21.586 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-11-04 09:57:21.588 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-11-04 09:57:21.589 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2021-11-04 09:57:21.591 | + functions-common:run_phase:1758 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-11-04 09:57:21.593 | + functions-common:run_phase:1761 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-11-04 09:57:21.595 | + functions-common:run_phase:1762 : plugin_override_defaults 2021-11-04 09:57:21.596 | + functions-common:plugin_override_defaults:1696 : local plugins= 2021-11-04 09:57:21.598 | + functions-common:plugin_override_defaults:1697 : local plugin 2021-11-04 09:57:21.600 | + functions-common:plugin_override_defaults:1700 : [[ -z '' ]] 2021-11-04 09:57:21.602 | + functions-common:plugin_override_defaults:1701 : return 2021-11-04 09:57:21.604 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/apache 2021-11-04 09:57:21.620 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tls 2021-11-04 09:57:21.622 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-11-04 09:57:21.635 | ++ functions-common:is_service_enabled:1965 : return 1 2021-11-04 09:57:21.637 | +++ lib/tls:source:43 : hostname -f 2021-11-04 09:57:21.640 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-11-04 09:57:21.642 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-11-04 09:57:21.644 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-11-04 09:57:21.646 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-11-04 09:57:21.647 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-11-04 09:57:21.650 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-11-04 09:57:21.652 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-11-04 09:57:21.654 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-11-04 09:57:21.655 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-11-04 09:57:21.657 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-11-04 09:57:21.662 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/infra 2021-11-04 09:57:21.675 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/libraries 2021-11-04 09:57:21.692 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/lvm 2021-11-04 09:57:21.704 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/horizon 2021-11-04 09:57:21.723 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/keystone 2021-11-04 09:57:21.754 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/glance 2021-11-04 09:57:21.812 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/nova 2021-11-04 09:57:21.894 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/placement 2021-11-04 09:57:21.916 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/cinder 2021-11-04 09:57:21.966 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/swift 2021-11-04 09:57:22.017 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/neutron 2021-11-04 09:57:22.138 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/ldap 2021-11-04 09:57:22.151 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/dstat 2021-11-04 09:57:22.164 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/tcpdump 2021-11-04 09:57:22.176 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/etcd3 2021-11-04 09:57:22.263 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/os-vif 2021-11-04 09:57:22.265 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2021-11-04 09:57:22.267 | +++ lib/os-vif:source:17 : is_ml2_ovs 2021-11-04 09:57:22.270 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2021-11-04 09:57:22.271 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2021-11-04 09:57:22.274 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2021-11-04 09:57:22.276 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2021-11-04 09:57:22.276 | False' 2021-11-04 09:57:22.279 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2021-11-04 09:57:22.293 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2021-11-04 09:57:22.295 | + ./stack.sh:main:610 : run_phase source 2021-11-04 09:57:22.297 | + functions-common:run_phase:1737 : local mode=source 2021-11-04 09:57:22.300 | + functions-common:run_phase:1738 : local phase= 2021-11-04 09:57:22.302 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-11-04 09:57:22.305 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2021-11-04 09:57:22.307 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-11-04 09:57:22.309 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2021-11-04 09:57:22.311 | + functions-common:run_phase:1747 : local extra 2021-11-04 09:57:22.314 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-11-04 09:57:22.317 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2021-11-04 09:57:22.319 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-11-04 09:57:22.321 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-11-04 09:57:22.323 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-11-04 09:57:22.326 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-11-04 09:57:22.339 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 09:57:22.341 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-11-04 09:57:22.343 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-11-04 09:57:22.383 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2021-11-04 09:57:22.385 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2021-11-04 09:57:22.387 | + functions-common:run_phase:1758 : [[ source == \s\o\u\r\c\e ]] 2021-11-04 09:57:22.389 | + functions-common:run_phase:1759 : load_plugin_settings 2021-11-04 09:57:22.391 | + functions-common:load_plugin_settings:1673 : local plugins= 2021-11-04 09:57:22.393 | + functions-common:load_plugin_settings:1674 : local plugin 2021-11-04 09:57:22.395 | + functions-common:load_plugin_settings:1677 : [[ -z '' ]] 2021-11-04 09:57:22.397 | + functions-common:load_plugin_settings:1678 : return 2021-11-04 09:57:22.399 | + functions-common:run_phase:1760 : verify_disabled_services 2021-11-04 09:57:22.401 | + functions-common:verify_disabled_services:2020 : local service 2021-11-04 09:57:22.404 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.406 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-11-04 09:57:22.408 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.410 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-11-04 09:57:22.412 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.415 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-11-04 09:57:22.417 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.419 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-11-04 09:57:22.421 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.423 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-11-04 09:57:22.426 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.428 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-11-04 09:57:22.431 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.433 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-11-04 09:57:22.435 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.438 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-11-04 09:57:22.440 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.442 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-11-04 09:57:22.444 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.447 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-11-04 09:57:22.449 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.451 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2021-11-04 09:57:22.453 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.455 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2021-11-04 09:57:22.458 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.460 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2021-11-04 09:57:22.462 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.464 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2021-11-04 09:57:22.466 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.469 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2021-11-04 09:57:22.471 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.473 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-11-04 09:57:22.476 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.478 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2021-11-04 09:57:22.481 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.483 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-11-04 09:57:22.485 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.487 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-11-04 09:57:22.489 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.492 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-11-04 09:57:22.494 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.497 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-11-04 09:57:22.499 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.501 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-11-04 09:57:22.503 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.505 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-11-04 09:57:22.508 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.510 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2021-11-04 09:57:22.512 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.514 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2021-11-04 09:57:22.517 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.519 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-11-04 09:57:22.521 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.523 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-11-04 09:57:22.525 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.527 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-11-04 09:57:22.530 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.532 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-11-04 09:57:22.534 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.536 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2021-11-04 09:57:22.539 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.541 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2021-11-04 09:57:22.543 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.545 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-11-04 09:57:22.547 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.550 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2021-11-04 09:57:22.552 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.555 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-11-04 09:57:22.557 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.559 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-11-04 09:57:22.561 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.564 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-11-04 09:57:22.566 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.568 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-11-04 09:57:22.570 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.573 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-11-04 09:57:22.575 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.577 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-11-04 09:57:22.579 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.581 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-11-04 09:57:22.584 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.586 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-11-04 09:57:22.588 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.590 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-11-04 09:57:22.593 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.595 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-11-04 09:57:22.597 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.599 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-11-04 09:57:22.602 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.604 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2021-11-04 09:57:22.607 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.609 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2021-11-04 09:57:22.611 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 09:57:22.613 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2021-11-04 09:57:22.617 | + ./stack.sh:main:681 : initialize_database_backends 2021-11-04 09:57:22.620 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-11-04 09:57:22.622 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-11-04 09:57:22.636 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 09:57:22.639 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-11-04 09:57:22.641 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-11-04 09:57:22.643 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-11-04 09:57:22.659 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 09:57:22.661 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-11-04 09:57:22.664 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-11-04 09:57:22.666 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-11-04 09:57:22.669 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-11-04 09:57:22.671 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-11-04 09:57:22.673 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-11-04 09:57:22.675 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-11-04 09:57:22.678 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-11-04 09:57:22.681 | ++ lib/databases/mysql:get_database_type_mysql:37 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-11-04 09:57:22.683 | ++ lib/databases/mysql:get_database_type_mysql:38 : echo mysql+pymysql 2021-11-04 09:57:22.686 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-11-04 09:57:22.688 | + lib/database:initialize_database_backends:104 : return 0 2021-11-04 09:57:22.691 | + ./stack.sh:main:682 : echo 'Using mysql database backend' 2021-11-04 09:57:22.691 | Using mysql database backend 2021-11-04 09:57:22.693 | + ./stack.sh:main:685 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-11-04 09:57:22.710 | + ./stack.sh:main:697 : is_service_enabled rabbit 2021-11-04 09:57:22.726 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 09:57:22.729 | + ./stack.sh:main:698 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-11-04 09:57:22.744 | + ./stack.sh:main:705 : is_service_enabled keystone 2021-11-04 09:57:22.760 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 09:57:22.762 | + ./stack.sh:main:707 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-11-04 09:57:22.778 | + ./stack.sh:main:709 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-11-04 09:57:22.794 | + ./stack.sh:main:720 : is_service_enabled ldap 2021-11-04 09:57:22.810 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 09:57:22.813 | + ./stack.sh:main:729 : is_service_enabled s-proxy 2021-11-04 09:57:22.828 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 09:57:22.830 | + ./stack.sh:main:733 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-11-04 09:57:22.846 | + ./stack.sh:main:735 : [[ -z '' ]] 2021-11-04 09:57:22.849 | + ./stack.sh:main:735 : [[ False == \T\r\u\e ]] 2021-11-04 09:57:22.852 | + ./stack.sh:main:741 : save_stackenv 741 2021-11-04 09:57:22.854 | + functions-common:save_stackenv:60 : local tag=741 2021-11-04 09:57:22.857 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-11-04 09:57:22.861 | + functions-common:save_stackenv:62 : time_stamp=2021-11-04-095722 2021-11-04 09:57:22.863 | + functions-common:save_stackenv:63 : echo '# 2021-11-04-095722 741' 2021-11-04 09:57:22.866 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 09:57:22.870 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-11-04 09:57:22.872 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 09:57:22.875 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-11-04 09:57:22.877 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 09:57:22.879 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-11-04 09:57:22.882 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 09:57:22.884 | + 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 2021-11-04 09:57:22.886 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 09:57:22.889 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.49 2021-11-04 09:57:22.891 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 09:57:22.893 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.49/identity 2021-11-04 09:57:22.895 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 09:57:22.898 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-11-04-095721 2021-11-04 09:57:22.901 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 09:57:22.903 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-11-04 09:57:22.906 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 09:57:22.908 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.49 2021-11-04 09:57:22.910 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 09:57:22.913 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-11-04 09:57:22.915 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 09:57:22.918 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-11-04 09:57:22.920 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 09:57:22.922 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-11-04 09:57:22.925 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 09:57:22.927 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-11-04 09:57:22.930 | + ./stack.sh:main:752 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-11-04 09:57:22.932 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2021-11-04 09:57:22.934 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2021-11-04 09:57:22.936 | + functions-common:git_clone:525 : local git_ref=master 2021-11-04 09:57:22.939 | + functions-common:git_clone:526 : local orig_dir 2021-11-04 09:57:22.941 | ++ functions-common:git_clone:527 : pwd 2021-11-04 09:57:22.944 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-11-04 09:57:22.946 | + functions-common:git_clone:528 : local git_clone_flags= 2021-11-04 09:57:22.949 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-11-04 09:57:22.964 | + functions-common:git_clone:530 : RECLONE=False 2021-11-04 09:57:22.966 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-11-04 09:57:22.968 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-11-04 09:57:22.971 | + functions-common:git_clone:544 : echo master 2021-11-04 09:57:22.971 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-11-04 09:57:22.975 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2021-11-04 09:57:22.978 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-11-04 09:57:22.981 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2021-11-04 09:57:22.983 | + functions-common:git_clone:593 : git show --oneline 2021-11-04 09:57:22.984 | + functions-common:git_clone:593 : head -1 2021-11-04 09:57:22.986 | 1affc18c Merge "Updated from generate-constraints" 2021-11-04 09:57:22.988 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-11-04 09:57:22.991 | + ./stack.sh:main:756 : echo_summary 'Installing package prerequisites' 2021-11-04 09:57:22.993 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 09:57:22.995 | + ./stack.sh:echo_summary:432 : echo -e Installing package prerequisites 2021-11-04 09:57:22.998 | + ./stack.sh:main:757 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-11-04 09:57:23.000 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-11-04 09:57:23.003 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-11-04 09:57:23.005 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-11-04 09:57:23.008 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-11-04 09:57:23.010 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-11-04 09:57:23.013 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-11-04 09:57:23.016 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-11-04 09:57:23.020 | ++ tools/install_prereqs.sh:source:47 : NOW=1636019843 2021-11-04 09:57:23.024 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-11-04 09:57:23.028 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-11-04 09:57:23.030 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-11-04 09:57:23.033 | ++ tools/install_prereqs.sh:source:49 : DELTA=1636019843 2021-11-04 09:57:23.035 | ++ tools/install_prereqs.sh:source:50 : [[ 1636019843 -lt 7200 ]] 2021-11-04 09:57:23.037 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-11-04 09:57:23.040 | ++ functions-common:export_proxy_variables:2127 : isset http_proxy 2021-11-04 09:57:23.042 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2021-11-04 09:57:23.044 | ++ functions-common:export_proxy_variables:2130 : isset https_proxy 2021-11-04 09:57:23.047 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2021-11-04 09:57:23.049 | ++ functions-common:export_proxy_variables:2133 : isset no_proxy 2021-11-04 09:57:23.051 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2021-11-04 09:57:23.054 | +++ 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 2021-11-04 09:57:23.102 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-11-04 09:57:23.102 | apache2-dev 2021-11-04 09:57:23.102 | bc 2021-11-04 09:57:23.102 | bsdmainutils 2021-11-04 09:57:23.102 | curl 2021-11-04 09:57:23.102 | g++ 2021-11-04 09:57:23.102 | gawk 2021-11-04 09:57:23.102 | gcc 2021-11-04 09:57:23.102 | gettext 2021-11-04 09:57:23.102 | git 2021-11-04 09:57:23.102 | graphviz 2021-11-04 09:57:23.102 | iputils-ping 2021-11-04 09:57:23.102 | libapache2-mod-proxy-uwsgi 2021-11-04 09:57:23.102 | libffi-dev 2021-11-04 09:57:23.102 | libjpeg-dev 2021-11-04 09:57:23.102 | libpcre3-dev 2021-11-04 09:57:23.102 | libpq-dev 2021-11-04 09:57:23.102 | libssl-dev 2021-11-04 09:57:23.102 | libsystemd-dev 2021-11-04 09:57:23.102 | libxml2-dev 2021-11-04 09:57:23.102 | libxslt1-dev 2021-11-04 09:57:23.102 | libyaml-dev 2021-11-04 09:57:23.102 | lsof 2021-11-04 09:57:23.102 | openssh-server 2021-11-04 09:57:23.102 | openssl 2021-11-04 09:57:23.102 | pkg-config 2021-11-04 09:57:23.103 | psmisc 2021-11-04 09:57:23.103 | python3-dev 2021-11-04 09:57:23.103 | python3-pip 2021-11-04 09:57:23.103 | python3-systemd 2021-11-04 09:57:23.103 | python3-venv 2021-11-04 09:57:23.103 | tar 2021-11-04 09:57:23.103 | tcpdump 2021-11-04 09:57:23.103 | unzip 2021-11-04 09:57:23.103 | uuid-runtime 2021-11-04 09:57:23.103 | wget 2021-11-04 09:57:23.103 | wget 2021-11-04 09:57:23.103 | zlib1g-dev 2021-11-04 09:57:23.103 | libkrb5-dev 2021-11-04 09:57:23.103 | libldap2-dev 2021-11-04 09:57:23.103 | libsasl2-dev 2021-11-04 09:57:23.103 | memcached 2021-11-04 09:57:23.103 | python3-mysqldb 2021-11-04 09:57:23.103 | sqlite3 2021-11-04 09:57:23.103 | conntrack 2021-11-04 09:57:23.103 | curl 2021-11-04 09:57:23.103 | dnsmasq-base 2021-11-04 09:57:23.103 | dnsmasq-utils 2021-11-04 09:57:23.103 | ebtables 2021-11-04 09:57:23.103 | genisoimage 2021-11-04 09:57:23.103 | iptables 2021-11-04 09:57:23.103 | iputils-arping 2021-11-04 09:57:23.103 | kpartx 2021-11-04 09:57:23.103 | libjs-jquery-tablesorter 2021-11-04 09:57:23.103 | parted 2021-11-04 09:57:23.103 | pm-utils 2021-11-04 09:57:23.103 | python3-mysqldb 2021-11-04 09:57:23.103 | socat 2021-11-04 09:57:23.103 | sqlite3 2021-11-04 09:57:23.103 | sudo 2021-11-04 09:57:23.103 | vlan 2021-11-04 09:57:23.103 | lsscsi 2021-11-04 09:57:23.103 | open-iscsi 2021-11-04 09:57:23.103 | lvm2 2021-11-04 09:57:23.104 | qemu-utils 2021-11-04 09:57:23.104 | thin-provisioning-tools 2021-11-04 09:57:23.104 | acl 2021-11-04 09:57:23.104 | dnsmasq-base 2021-11-04 09:57:23.104 | dnsmasq-utils 2021-11-04 09:57:23.104 | ebtables 2021-11-04 09:57:23.104 | haproxy 2021-11-04 09:57:23.104 | iptables 2021-11-04 09:57:23.104 | iputils-arping 2021-11-04 09:57:23.104 | iputils-ping 2021-11-04 09:57:23.104 | postgresql-server-dev-all 2021-11-04 09:57:23.104 | python3-mysqldb 2021-11-04 09:57:23.104 | sqlite3 2021-11-04 09:57:23.104 | sudo 2021-11-04 09:57:23.104 | vlan 2021-11-04 09:57:23.104 | pcp 2021-11-04 09:57:23.104 | ipset 2021-11-04 09:57:23.104 | conntrack 2021-11-04 09:57:23.104 | conntrackd 2021-11-04 09:57:23.104 | keepalived 2021-11-04 09:57:23.104 | lvm2 2021-11-04 09:57:23.104 | qemu-utils 2021-11-04 09:57:23.104 | thin-provisioning-tools 2021-11-04 09:57:23.104 | curl 2021-11-04 09:57:23.104 | liberasurecode-dev 2021-11-04 09:57:23.104 | make 2021-11-04 09:57:23.104 | memcached 2021-11-04 09:57:23.104 | sqlite3 2021-11-04 09:57:23.104 | xfsprogs' 2021-11-04 09:57:23.106 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-11-04 09:57:23.124 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-11-04 09:57:23.124 | apache2-dev 2021-11-04 09:57:23.124 | bc 2021-11-04 09:57:23.124 | bsdmainutils 2021-11-04 09:57:23.124 | curl 2021-11-04 09:57:23.124 | g++ 2021-11-04 09:57:23.124 | gawk 2021-11-04 09:57:23.124 | gcc 2021-11-04 09:57:23.124 | gettext 2021-11-04 09:57:23.124 | git 2021-11-04 09:57:23.124 | graphviz 2021-11-04 09:57:23.124 | iputils-ping 2021-11-04 09:57:23.124 | libapache2-mod-proxy-uwsgi 2021-11-04 09:57:23.124 | libffi-dev 2021-11-04 09:57:23.124 | libjpeg-dev 2021-11-04 09:57:23.124 | libpcre3-dev 2021-11-04 09:57:23.124 | libpq-dev 2021-11-04 09:57:23.124 | libssl-dev 2021-11-04 09:57:23.124 | libsystemd-dev 2021-11-04 09:57:23.124 | libxml2-dev 2021-11-04 09:57:23.124 | libxslt1-dev 2021-11-04 09:57:23.124 | libyaml-dev 2021-11-04 09:57:23.124 | lsof 2021-11-04 09:57:23.124 | openssh-server 2021-11-04 09:57:23.124 | openssl 2021-11-04 09:57:23.125 | pkg-config 2021-11-04 09:57:23.125 | psmisc 2021-11-04 09:57:23.125 | python3-dev 2021-11-04 09:57:23.125 | python3-pip 2021-11-04 09:57:23.125 | python3-systemd 2021-11-04 09:57:23.125 | python3-venv 2021-11-04 09:57:23.125 | tar 2021-11-04 09:57:23.125 | tcpdump 2021-11-04 09:57:23.125 | unzip 2021-11-04 09:57:23.125 | uuid-runtime 2021-11-04 09:57:23.125 | wget 2021-11-04 09:57:23.125 | wget 2021-11-04 09:57:23.125 | zlib1g-dev 2021-11-04 09:57:23.125 | libkrb5-dev 2021-11-04 09:57:23.125 | libldap2-dev 2021-11-04 09:57:23.125 | libsasl2-dev 2021-11-04 09:57:23.125 | memcached 2021-11-04 09:57:23.125 | python3-mysqldb 2021-11-04 09:57:23.125 | sqlite3 2021-11-04 09:57:23.125 | conntrack 2021-11-04 09:57:23.125 | curl 2021-11-04 09:57:23.125 | dnsmasq-base 2021-11-04 09:57:23.125 | dnsmasq-utils 2021-11-04 09:57:23.125 | ebtables 2021-11-04 09:57:23.125 | genisoimage 2021-11-04 09:57:23.125 | iptables 2021-11-04 09:57:23.125 | iputils-arping 2021-11-04 09:57:23.125 | kpartx 2021-11-04 09:57:23.125 | libjs-jquery-tablesorter 2021-11-04 09:57:23.125 | parted 2021-11-04 09:57:23.125 | pm-utils 2021-11-04 09:57:23.125 | python3-mysqldb 2021-11-04 09:57:23.125 | socat 2021-11-04 09:57:23.125 | sqlite3 2021-11-04 09:57:23.125 | sudo 2021-11-04 09:57:23.125 | vlan 2021-11-04 09:57:23.125 | lsscsi 2021-11-04 09:57:23.125 | open-iscsi 2021-11-04 09:57:23.125 | lvm2 2021-11-04 09:57:23.125 | qemu-utils 2021-11-04 09:57:23.125 | thin-provisioning-tools 2021-11-04 09:57:23.126 | acl 2021-11-04 09:57:23.126 | dnsmasq-base 2021-11-04 09:57:23.126 | dnsmasq-utils 2021-11-04 09:57:23.126 | ebtables 2021-11-04 09:57:23.126 | haproxy 2021-11-04 09:57:23.126 | iptables 2021-11-04 09:57:23.126 | iputils-arping 2021-11-04 09:57:23.126 | iputils-ping 2021-11-04 09:57:23.126 | postgresql-server-dev-all 2021-11-04 09:57:23.126 | python3-mysqldb 2021-11-04 09:57:23.126 | sqlite3 2021-11-04 09:57:23.126 | sudo 2021-11-04 09:57:23.126 | vlan 2021-11-04 09:57:23.126 | pcp 2021-11-04 09:57:23.126 | ipset 2021-11-04 09:57:23.126 | conntrack 2021-11-04 09:57:23.126 | conntrackd 2021-11-04 09:57:23.126 | keepalived 2021-11-04 09:57:23.126 | lvm2 2021-11-04 09:57:23.126 | qemu-utils 2021-11-04 09:57:23.126 | thin-provisioning-tools 2021-11-04 09:57:23.126 | curl 2021-11-04 09:57:23.126 | liberasurecode-dev 2021-11-04 09:57:23.126 | make 2021-11-04 09:57:23.126 | memcached 2021-11-04 09:57:23.126 | sqlite3 2021-11-04 09:57:23.126 | xfsprogs ' 2021-11-04 09:57:23.126 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-11-04 09:57:23.129 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 09:57:23.131 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 09:57:23.135 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-11-04 09:57:23.135 | ++ 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 2021-11-04 09:57:23.139 | ++ 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 2021-11-04 09:57:23.141 | ++ functions-common:install_package:1347 : update_package_repo 2021-11-04 09:57:23.143 | ++ functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-11-04 09:57:23.145 | ++ functions-common:update_package_repo:1320 : REPOS_UPDATED=False 2021-11-04 09:57:23.148 | ++ functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-11-04 09:57:23.150 | ++ functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-11-04 09:57:23.152 | ++ functions-common:update_package_repo:1327 : is_ubuntu 2021-11-04 09:57:23.154 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 09:57:23.156 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 09:57:23.158 | ++ functions-common:update_package_repo:1328 : apt_get_update 2021-11-04 09:57:23.160 | ++ functions-common:apt_get_update:1073 : [[ False == \T\r\u\e ]] 2021-11-04 09:57:23.162 | ++ functions-common:apt_get_update:1078 : [[ False = \T\r\u\e ]] 2021-11-04 09:57:23.164 | ++ functions-common:apt_get_update:1080 : local sudo=sudo 2021-11-04 09:57:23.167 | +++ functions-common:apt_get_update:1081 : id -u 2021-11-04 09:57:23.171 | ++ functions-common:apt_get_update:1081 : [[ 1000 = \0 ]] 2021-11-04 09:57:23.173 | ++ functions-common:apt_get_update:1084 : time_start apt-get-update 2021-11-04 09:57:23.175 | ++ functions-common:time_start:2295 : local name=apt-get-update 2021-11-04 09:57:23.177 | ++ functions-common:time_start:2296 : local start_time= 2021-11-04 09:57:23.179 | ++ functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 09:57:23.182 | +++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 09:57:23.185 | ++ functions-common:time_start:2300 : _TIME_START[$name]=1636019843183 2021-11-04 09:57:23.187 | ++ functions-common:apt_get_update:1086 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-11-04 09:57:23.189 | ++ functions-common:apt_get_update:1087 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-11-04 09:57:23.191 | ++ 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' 2021-11-04 09:57:23.428 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2021-11-04 09:57:23.428 | Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2021-11-04 09:57:23.466 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2021-11-04 09:57:23.541 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2021-11-04 09:57:25.582 | Reading package lists... 2021-11-04 09:57:25.612 | ++ functions-common:apt_get_update:1092 : REPOS_UPDATED=True 2021-11-04 09:57:25.614 | ++ functions-common:apt_get_update:1094 : time_stop apt-get-update 2021-11-04 09:57:25.617 | ++ functions-common:time_stop:2309 : local name 2021-11-04 09:57:25.618 | ++ functions-common:time_stop:2310 : local end_time 2021-11-04 09:57:25.620 | ++ functions-common:time_stop:2311 : local elapsed_time 2021-11-04 09:57:25.622 | ++ functions-common:time_stop:2312 : local total 2021-11-04 09:57:25.624 | ++ functions-common:time_stop:2313 : local start_time 2021-11-04 09:57:25.626 | ++ functions-common:time_stop:2315 : name=apt-get-update 2021-11-04 09:57:25.628 | ++ functions-common:time_stop:2316 : start_time=1636019843183 2021-11-04 09:57:25.630 | ++ functions-common:time_stop:2318 : [[ -z 1636019843183 ]] 2021-11-04 09:57:25.633 | +++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 09:57:25.637 | ++ functions-common:time_stop:2321 : end_time=1636019845634 2021-11-04 09:57:25.639 | ++ functions-common:time_stop:2322 : elapsed_time=2451 2021-11-04 09:57:25.641 | ++ functions-common:time_stop:2323 : total=0 2021-11-04 09:57:25.643 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 09:57:25.645 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=2451 2021-11-04 09:57:25.647 | ++ 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 2021-11-04 09:57:25.650 | ++ functions-common:real_install_package:1333 : is_ubuntu 2021-11-04 09:57:25.652 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 09:57:25.654 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 09:57:25.656 | ++ 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 2021-11-04 09:57:25.677 | ++ 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 2021-11-04 09:57:25.782 | Reading package lists... 2021-11-04 09:57:26.016 | Building dependency tree... 2021-11-04 09:57:26.017 | Reading state information... 2021-11-04 09:57:26.286 | bc is already the newest version (1.07.1-2build1). 2021-11-04 09:57:26.286 | bc set to manually installed. 2021-11-04 09:57:26.286 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2021-11-04 09:57:26.286 | bsdmainutils set to manually installed. 2021-11-04 09:57:26.286 | gawk is already the newest version (1:5.0.1+dfsg-1). 2021-11-04 09:57:26.286 | gawk set to manually installed. 2021-11-04 09:57:26.286 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2021-11-04 09:57:26.286 | iptables is already the newest version (1.8.4-3ubuntu2). 2021-11-04 09:57:26.286 | iptables set to manually installed. 2021-11-04 09:57:26.286 | iputils-ping is already the newest version (3:20190709-3). 2021-11-04 09:57:26.286 | kpartx is already the newest version (0.8.3-1ubuntu2). 2021-11-04 09:57:26.286 | kpartx set to manually installed. 2021-11-04 09:57:26.286 | libpcre3-dev is already the newest version (2:8.39-12build1). 2021-11-04 09:57:26.286 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2021-11-04 09:57:26.286 | psmisc is already the newest version (23.3-1). 2021-11-04 09:57:26.286 | psmisc set to manually installed. 2021-11-04 09:57:26.286 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2021-11-04 09:57:26.286 | python3-systemd is already the newest version (234-3build2). 2021-11-04 09:57:26.286 | python3-systemd set to manually installed. 2021-11-04 09:57:26.287 | tcpdump is already the newest version (4.9.3-4). 2021-11-04 09:57:26.287 | tcpdump set to manually installed. 2021-11-04 09:57:26.287 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2021-11-04 09:57:26.287 | thin-provisioning-tools set to manually installed. 2021-11-04 09:57:26.287 | wget is already the newest version (1.20.3-1ubuntu1). 2021-11-04 09:57:26.287 | wget set to manually installed. 2021-11-04 09:57:26.287 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2021-11-04 09:57:26.287 | git is already the newest version (1:2.25.1-1ubuntu3.2). 2021-11-04 09:57:26.287 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2021-11-04 09:57:26.287 | lsof set to manually installed. 2021-11-04 09:57:26.287 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2021-11-04 09:57:26.287 | parted set to manually installed. 2021-11-04 09:57:26.287 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2021-11-04 09:57:26.287 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2021-11-04 09:57:26.287 | tar set to manually installed. 2021-11-04 09:57:26.287 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.1). 2021-11-04 09:57:26.287 | uuid-runtime set to manually installed. 2021-11-04 09:57:26.287 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2021-11-04 09:57:26.287 | zlib1g-dev set to manually installed. 2021-11-04 09:57:26.287 | The following packages were automatically installed and are no longer required: 2021-11-04 09:57:26.287 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-11-04 09:57:26.287 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-11-04 09:57:26.287 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-11-04 09:57:26.287 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-11-04 09:57:26.287 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-11-04 09:57:26.287 | python3-zope.interface 2021-11-04 09:57:26.287 | Use 'sudo apt autoremove' to remove them. 2021-11-04 09:57:26.287 | The following additional packages will be installed: 2021-11-04 09:57:26.287 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2021-11-04 09:57:26.287 | autotools-dev binfmt-support build-essential clang-10 comerr-dev debhelper 2021-11-04 09:57:26.287 | dh-autoreconf dh-strip-nondeterminism dns-root-data dpkg-dev dwz fakeroot 2021-11-04 09:57:26.287 | fontconfig fontconfig-config fonts-dejavu-core fonts-liberation g++-9 2021-11-04 09:57:26.288 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2021-11-04 09:57:26.288 | krb5-multidev lib32gcc-s1 lib32stdc++6 libalgorithm-diff-perl 2021-11-04 09:57:26.288 | libalgorithm-diff-xs-perl libalgorithm-merge-perl libann0 libapr1 2021-11-04 09:57:26.288 | libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev 2021-11-04 09:57:26.288 | libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2021-11-04 09:57:26.288 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2021-11-04 09:57:26.288 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 2021-11-04 09:57:26.288 | libcurl4 libdatrie1 libdebhelper-perl libdpkg-perl liberasurecode1 2021-11-04 09:57:26.288 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2021-11-04 09:57:26.288 | libfontconfig1 libgc1c2 libgd3 libgraphite2-3 libgssrpc4 libgts-0.7-5 2021-11-04 09:57:26.288 | libgts-bin libgvc6 libgvpr2 libharfbuzz0b libibverbs1 libice6 libicu-dev 2021-11-04 09:57:26.288 | libidn11 libipset13 libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 2021-11-04 09:57:26.288 | libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjs-jquery libjs-jquery-metadata 2021-11-04 09:57:26.288 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 2021-11-04 09:57:26.288 | libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl 2021-11-04 09:57:26.288 | libmysqlclient21 libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 2021-11-04 09:57:26.288 | libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 libnss-systemd 2021-11-04 09:57:26.288 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpam-systemd 2021-11-04 09:57:26.288 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2021-11-04 09:57:26.288 | libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 2021-11-04 09:57:26.288 | libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq5 librados2 2021-11-04 09:57:26.288 | librbd1 librdmacm1 libsctp-dev libsctp1 libsensors-config libsensors5 libsm6 2021-11-04 09:57:26.288 | libsnmp-base libsnmp35 libssl1.1 libstdc++-9-dev libsub-override-perl 2021-11-04 09:57:26.288 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2021-11-04 09:57:26.288 | libtinfo-dev libtool libwebp6 libx86-1 libxaw7 libxcb-render0 libxcb-shm0 2021-11-04 09:57:26.288 | libxml2 libxmu6 libxpm4 libxrender1 libxt6 libz3-4 libz3-dev llvm-10 2021-11-04 09:57:26.288 | llvm-10-dev llvm-10-runtime llvm-10-tools m4 mysql-common openssh-client 2021-11-04 09:57:26.288 | openssh-sftp-server pcp-conf po-debconf postgresql-client-12 2021-11-04 09:57:26.288 | postgresql-client-common postgresql-common postgresql-server-dev-12 2021-11-04 09:57:26.288 | python-pip-whl python3-pcp python3-pygments python3-wheel python3-yaml 2021-11-04 09:57:26.289 | python3.8-venv qemu-block-extra sharutils ssl-cert systemd systemd-sysv 2021-11-04 09:57:26.289 | systemd-timesyncd uuid-dev vbetool x11-common 2021-11-04 09:57:26.290 | Suggested packages: 2021-11-04 09:57:26.290 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2021-11-04 09:57:26.290 | autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables 2021-11-04 09:57:26.290 | dh-make debian-keyring g++-multilib g++-9-multilib gcc-9-doc wodim 2021-11-04 09:57:26.290 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev gsfonts graphviz-doc 2021-11-04 09:57:26.290 | vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc python bzr libisal2 2021-11-04 09:57:26.290 | libjerasure2 libgd-tools krb5-user icu-doc libtool-doc ncurses-doc 2021-11-04 09:57:26.290 | libomp-10-doc postgresql-doc-12 lksctp-tools lm-sensors snmp-mibs-downloader 2021-11-04 09:57:26.290 | libssl-doc libstdc++-9-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc 2021-11-04 09:57:26.290 | llvm-10-doc m4-doc make-doc libanyevent-perl libcache-memcached-perl 2021-11-04 09:57:26.290 | libmemcached libterm-readkey-perl libyaml-perl keychain libpam-ssh 2021-11-04 09:57:26.291 | monkeysphere ssh-askpass molly-guard pcp-gui libpcp-import-perl cpufrequtils 2021-11-04 09:57:26.291 | wireless-tools radeontool libmail-box-perl postgresql-12 libjson-perl 2021-11-04 09:57:26.291 | default-mysql-server | virtual-mysql-server python3-mysqldb-dbg 2021-11-04 09:57:26.291 | python-pygments-doc ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx 2021-11-04 09:57:26.291 | | mailx sqlite3-doc openssl-blacklist systemd-container zip 2021-11-04 09:57:26.512 | The following NEW packages will be installed: 2021-11-04 09:57:26.512 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf 2021-11-04 09:57:26.512 | automake autopoint autotools-dev binfmt-support build-essential clang-10 2021-11-04 09:57:26.512 | comerr-dev conntrack conntrackd debhelper dh-autoreconf 2021-11-04 09:57:26.512 | dh-strip-nondeterminism dns-root-data dnsmasq-base dnsmasq-utils dpkg-dev 2021-11-04 09:57:26.512 | dwz ebtables fakeroot fontconfig fontconfig-config fonts-dejavu-core 2021-11-04 09:57:26.512 | fonts-liberation g++ g++-9 genisoimage gettext graphviz haproxy 2021-11-04 09:57:26.512 | ibverbs-providers icu-devtools intltool-debian ipset iputils-arping ipvsadm 2021-11-04 09:57:26.512 | javascript-common keepalived krb5-multidev lib32gcc-s1 lib32stdc++6 2021-11-04 09:57:26.512 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2021-11-04 09:57:26.512 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2021-11-04 09:57:26.512 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-11-04 09:57:26.512 | libarchive-cpio-perl libarchive-zip-perl libboost-iostreams1.71.0 2021-11-04 09:57:26.512 | libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 libcgraph6 2021-11-04 09:57:26.512 | libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 libdatrie1 2021-11-04 09:57:26.512 | libdebhelper-perl libdpkg-perl liberasurecode-dev liberasurecode1 2021-11-04 09:57:26.512 | libfakeroot libffi-dev libfile-fcntllock-perl 2021-11-04 09:57:26.512 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2021-11-04 09:57:26.512 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2021-11-04 09:57:26.512 | libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7 2021-11-04 09:57:26.512 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-11-04 09:57:26.512 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2021-11-04 09:57:26.512 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2021-11-04 09:57:26.513 | libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 2021-11-04 09:57:26.513 | libmail-sendmail-perl libmysqlclient21 libncurses-dev libnetfilter-cthelper0 2021-11-04 09:57:26.513 | libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 2021-11-04 09:57:26.513 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpango-1.0-0 2021-11-04 09:57:26.513 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcp-gui2 2021-11-04 09:57:26.513 | libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 libpcp-trace2 2021-11-04 09:57:26.513 | libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq-dev libpq5 librados2 librbd1 2021-11-04 09:57:26.513 | librdmacm1 libsasl2-dev libsctp-dev libsctp1 libsensors-config libsensors5 2021-11-04 09:57:26.513 | libsm6 libsnmp-base libsnmp35 libssl-dev libstdc++-9-dev 2021-11-04 09:57:26.513 | libsub-override-perl libsys-hostname-long-perl libsystemd-dev libthai-data 2021-11-04 09:57:26.513 | libthai0 libtiff5 libtinfo-dev libtool libwebp6 libx86-1 libxaw7 2021-11-04 09:57:26.513 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2021-11-04 09:57:26.513 | libxslt1-dev libxt6 libyaml-dev libz3-4 libz3-dev llvm-10 llvm-10-dev 2021-11-04 09:57:26.513 | llvm-10-runtime llvm-10-tools lsscsi m4 make memcached mysql-common pcp 2021-11-04 09:57:26.513 | pcp-conf pkg-config pm-utils po-debconf postgresql-client-12 2021-11-04 09:57:26.513 | postgresql-client-common postgresql-common postgresql-server-dev-12 2021-11-04 09:57:26.513 | postgresql-server-dev-all python-pip-whl python3-mysqldb python3-pcp 2021-11-04 09:57:26.513 | python3-pip python3-pygments python3-venv python3-wheel python3-yaml 2021-11-04 09:57:26.513 | python3.8-venv qemu-block-extra qemu-utils sharutils socat sqlite3 ssl-cert 2021-11-04 09:57:26.513 | unzip uuid-dev vbetool vlan x11-common 2021-11-04 09:57:26.513 | The following packages will be upgraded: 2021-11-04 09:57:26.514 | curl libcurl4 libldap-2.4-2 libnss-systemd libpam-systemd libssl1.1 2021-11-04 09:57:26.514 | libsystemd0 libxml2 open-iscsi openssh-client openssh-server 2021-11-04 09:57:26.515 | openssh-sftp-server openssl systemd systemd-sysv systemd-timesyncd 2021-11-04 09:57:26.635 | 16 upgraded, 219 newly installed, 0 to remove and 97 not upgraded. 2021-11-04 09:57:26.635 | Need to get 155 MB of archives. 2021-11-04 09:57:26.635 | After this operation, 768 MB of additional disk space will be used. 2021-11-04 09:57:26.635 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.13 [95.8 kB] 2021-11-04 09:57:26.808 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.13 [28.1 kB] 2021-11-04 09:57:26.820 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.13 [10.3 kB] 2021-11-04 09:57:26.825 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.13 [186 kB] 2021-11-04 09:57:26.900 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.13 [3,809 kB] 2021-11-04 09:57:27.427 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.13 [270 kB] 2021-11-04 09:57:27.434 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 [91.4 kB] 2021-11-04 09:57:27.436 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.8 [1,320 kB] 2021-11-04 09:57:27.530 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 [84.7 kB] 2021-11-04 09:57:27.532 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 [10.5 kB] 2021-11-04 09:57:27.532 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] 2021-11-04 09:57:27.536 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 [8,736 B] 2021-11-04 09:57:27.536 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.7 [161 kB] 2021-11-04 09:57:27.540 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.7 [234 kB] 2021-11-04 09:57:27.549 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 [28.9 kB] 2021-11-04 09:57:27.564 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 [106 kB] 2021-11-04 09:57:27.573 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [640 kB] 2021-11-04 09:57:27.636 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.8 [1,181 kB] 2021-11-04 09:57:27.753 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.8 [159 kB] 2021-11-04 09:57:27.843 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.8 [84.5 kB] 2021-11-04 09:57:27.845 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.8 [95.5 kB] 2021-11-04 09:57:27.848 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2021-11-04 09:57:27.850 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.3 [1,519 kB] 2021-11-04 09:57:28.284 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 [53.9 kB] 2021-11-04 09:57:28.286 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 [11.1 kB] 2021-11-04 09:57:28.286 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7,496 B] 2021-11-04 09:57:28.287 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.27-0ubuntu0.20.04.1 [1,291 kB] 2021-11-04 09:57:28.366 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors-config all 1:3.6.0-2ubuntu1 [6,092 B] 2021-11-04 09:57:28.367 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1 [27.4 kB] 2021-11-04 09:57:28.368 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.3 [206 kB] 2021-11-04 09:57:28.373 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.3 [978 kB] 2021-11-04 09:57:28.452 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 keepalived amd64 1:2.0.19-2 [360 kB] 2021-11-04 09:57:28.503 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.2 [128 kB] 2021-11-04 09:57:28.527 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 [283 kB] 2021-11-04 09:57:28.549 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.8 [620 kB] 2021-11-04 09:57:28.674 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB] 2021-11-04 09:57:28.700 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-sftp-server amd64 1:8.2p1-4ubuntu0.3 [51.5 kB] 2021-11-04 09:57:28.704 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-server amd64 1:8.2p1-4ubuntu0.3 [377 kB] 2021-11-04 09:57:28.771 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.3 [671 kB] 2021-11-04 09:57:28.885 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 [37.8 kB] 2021-11-04 09:57:28.886 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2021-11-04 09:57:28.887 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] 2021-11-04 09:57:28.932 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] 2021-11-04 09:57:28.983 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] 2021-11-04 09:57:29.042 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB] 2021-11-04 09:57:29.125 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB] 2021-11-04 09:57:31.744 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 [9,944 kB] 2021-11-04 09:57:33.364 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1,714 kB] 2021-11-04 09:57:33.628 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 [83.9 kB] 2021-11-04 09:57:33.630 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 [42.8 kB] 2021-11-04 09:57:33.631 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.3.0-17ubuntu1~20.04 [226 kB] 2021-11-04 09:57:33.699 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.2 [2,723 kB] 2021-11-04 09:57:34.167 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [49.2 kB] 2021-11-04 09:57:34.169 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [525 kB] 2021-11-04 09:57:34.294 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 [5,012 kB] 2021-11-04 09:57:35.077 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 [7,571 kB] 2021-11-04 09:57:36.393 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 [66.9 kB] 2021-11-04 09:57:36.395 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] 2021-11-04 09:57:36.419 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB] 2021-11-04 09:57:36.420 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB] 2021-11-04 09:57:36.421 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB] 2021-11-04 09:57:36.423 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9,532 B] 2021-11-04 09:57:36.424 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] 2021-11-04 09:57:36.424 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5,228 B] 2021-11-04 09:57:36.425 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB] 2021-11-04 09:57:36.455 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] 2021-11-04 09:57:36.502 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB] 2021-11-04 09:57:36.624 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB] 2021-11-04 09:57:36.626 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB] 2021-11-04 09:57:36.628 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB] 2021-11-04 09:57:36.823 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] 2021-11-04 09:57:36.825 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB] 2021-11-04 09:57:37.007 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB] 2021-11-04 09:57:37.096 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.1 [33.6 kB] 2021-11-04 09:57:37.097 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [7,876 B] 2021-11-04 09:57:37.098 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [59.8 kB] 2021-11-04 09:57:37.099 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1-dev amd64 1.6.5-1ubuntu1 [702 kB] 2021-11-04 09:57:37.150 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.8 [262 kB] 2021-11-04 09:57:37.239 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dev amd64 1.6.1-4ubuntu2 [394 kB] 2021-11-04 09:57:37.274 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.8 [180 kB] 2021-11-04 09:57:37.278 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 [58.2 kB] 2021-11-04 09:57:37.280 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8,405 kB] 2021-11-04 09:57:38.662 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1,604 B] 2021-11-04 09:57:38.662 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4,664 B] 2021-11-04 09:57:38.663 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2021-11-04 09:57:38.664 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu2 [6,724 B] 2021-11-04 09:57:38.664 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-queue1 amd64 1.0.3-1 [12.4 kB] 2021-11-04 09:57:38.676 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 conntrackd amd64 1:1.4.5-2 [125 kB] 2021-11-04 09:57:38.679 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 [5,300 B] 2021-11-04 09:57:38.679 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB] 2021-11-04 09:57:38.680 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.4 [315 kB] 2021-11-04 09:57:38.728 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.4 [13.3 kB] 2021-11-04 09:57:38.730 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2021-11-04 09:57:38.742 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB] 2021-11-04 09:57:38.745 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB] 2021-11-04 09:57:38.753 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2021-11-04 09:57:38.971 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] 2021-11-04 09:57:39.055 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] 2021-11-04 09:57:39.057 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB] 2021-11-04 09:57:39.117 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB] 2021-11-04 09:57:39.120 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 genisoimage amd64 9:1.1.11-3.1ubuntu1 [330 kB] 2021-11-04 09:57:39.579 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] 2021-11-04 09:57:39.676 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 [18.7 kB] 2021-11-04 09:57:39.690 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 [41.3 kB] 2021-11-04 09:57:39.737 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 [117 kB] 2021-11-04 09:57:39.797 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2021-11-04 09:57:39.798 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2021-11-04 09:57:39.808 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 [185 kB] 2021-11-04 09:57:39.845 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.2 [162 kB] 2021-11-04 09:57:39.871 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2021-11-04 09:57:39.875 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 [118 kB] 2021-11-04 09:57:39.889 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2021-11-04 09:57:39.902 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 [227 kB] 2021-11-04 09:57:39.921 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB] 2021-11-04 09:57:39.922 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5,584 B] 2021-11-04 09:57:39.923 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2021-11-04 09:57:39.924 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB] 2021-11-04 09:57:39.974 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB] 2021-11-04 09:57:39.982 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4 [391 kB] 2021-11-04 09:57:40.015 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB] 2021-11-04 09:57:40.027 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB] 2021-11-04 09:57:40.029 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB] 2021-11-04 09:57:40.030 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB] 2021-11-04 09:57:40.044 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB] 2021-11-04 09:57:40.047 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB] 2021-11-04 09:57:40.049 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 [21.9 kB] 2021-11-04 09:57:40.051 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 [647 kB] 2021-11-04 09:57:40.108 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 [167 kB] 2021-11-04 09:57:40.123 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 [177 kB] 2021-11-04 09:57:40.139 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB] 2021-11-04 09:57:40.140 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB] 2021-11-04 09:57:40.170 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB] 2021-11-04 09:57:40.171 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2021-11-04 09:57:40.186 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB] 2021-11-04 09:57:40.189 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2021-11-04 09:57:40.204 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB] 2021-11-04 09:57:40.256 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-route-3-200 amd64 3.4.0-1 [149 kB] 2021-11-04 09:57:40.268 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB] 2021-11-04 09:57:40.273 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB] 2021-11-04 09:57:40.293 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 icu-devtools amd64 66.1-2ubuntu2 [188 kB] 2021-11-04 09:57:40.309 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 iputils-arping amd64 3:20190709-3 [15.8 kB] 2021-11-04 09:57:40.315 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6,066 B] 2021-11-04 09:57:40.316 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 2021-11-04 09:57:40.321 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 2021-11-04 09:57:40.324 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 2021-11-04 09:57:40.328 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 2021-11-04 09:57:40.362 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] 2021-11-04 09:57:40.411 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 2021-11-04 09:57:40.414 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] 2021-11-04 09:57:40.415 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB] 2021-11-04 09:57:40.416 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2021-11-04 09:57:40.416 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2021-11-04 09:57:40.417 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-iostreams1.71.0 amd64 1.71.0-6ubuntu6 [237 kB] 2021-11-04 09:57:40.459 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB] 2021-11-04 09:57:40.480 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB] 2021-11-04 09:57:40.483 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2021-11-04 09:57:40.486 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libicu-dev amd64 66.1-2ubuntu2 [9,450 kB] 2021-11-04 09:57:41.906 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libipset13 amd64 7.5-1~exp1 [53.4 kB] 2021-11-04 09:57:41.908 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB] 2021-11-04 09:57:41.909 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libiscsi7 amd64 1.18.0-2 [63.9 kB] 2021-11-04 09:57:41.910 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.1 [238 kB] 2021-11-04 09:57:41.915 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2021-11-04 09:57:41.926 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2021-11-04 09:57:41.926 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 [329 kB] 2021-11-04 09:57:41.975 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-metadata all 12-1.1 [7,032 B] 2021-11-04 09:57:41.976 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-tablesorter all 1:2.31.1+dfsg1-1 [175 kB] 2021-11-04 09:57:41.998 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] 2021-11-04 09:57:42.034 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2021-11-04 09:57:42.034 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2021-11-04 09:57:42.035 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB] 2021-11-04 09:57:42.084 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnspr4 amd64 2:4.25-1 [107 kB] 2021-11-04 09:57:42.124 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.5 [1,256 kB] 2021-11-04 09:57:42.304 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 [300 kB] 2021-11-04 09:57:42.366 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 [47.7 kB] 2021-11-04 09:57:42.435 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp-conf amd64 5.0.3-1 [17.0 kB] 2021-11-04 09:57:42.436 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp3 amd64 5.0.3-1 [255 kB] 2021-11-04 09:57:42.455 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda3 amd64 5.0.3-1 [39.4 kB] 2021-11-04 09:57:42.456 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda-perl amd64 5.0.3-1 [39.7 kB] 2021-11-04 09:57:42.457 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.8-0ubuntu0.20.04.1 [116 kB] 2021-11-04 09:57:42.459 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.8-0ubuntu0.20.04.1 [136 kB] 2021-11-04 09:57:42.500 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.14-0ubuntu0.20.04.1 [3,215 kB] 2021-11-04 09:57:43.180 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.14-0ubuntu0.20.04.1 [1,620 kB] 2021-11-04 09:57:43.379 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2 [225 kB] 2021-11-04 09:57:43.382 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.8 [1,584 kB] 2021-11-04 09:57:43.808 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.13 [246 kB] 2021-11-04 09:57:43.814 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 [968 B] 2021-11-04 09:57:43.814 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libx86-1 amd64 1.1+ds1-11 [76.1 kB] 2021-11-04 09:57:43.816 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [735 kB] 2021-11-04 09:57:43.937 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxslt1-dev amd64 1.1.34-4 [219 kB] 2021-11-04 09:57:44.070 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 [180 kB] 2021-11-04 09:57:44.073 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 [266 kB] 2021-11-04 09:57:44.105 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 [5,214 kB] 2021-11-04 09:57:45.213 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 [57.0 kB] 2021-11-04 09:57:45.264 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] 2021-11-04 09:57:45.407 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 [317 kB] 2021-11-04 09:57:45.412 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 [6,792 kB] 2021-11-04 09:57:46.996 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 [67.5 kB] 2021-11-04 09:57:47.013 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 [26.0 MB] 2021-11-04 09:57:51.923 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 lsscsi amd64 0.30-0.1 [46.1 kB] 2021-11-04 09:57:51.924 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2021-11-04 09:57:51.925 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pm-utils all 1.4.1-19 [48.1 kB] 2021-11-04 09:57:51.926 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 [28.2 kB] 2021-11-04 09:57:52.016 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.8-0ubuntu0.20.04.1 [1,046 kB] 2021-11-04 09:57:52.353 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2021-11-04 09:57:52.355 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 [169 kB] 2021-11-04 09:57:52.369 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.8-0ubuntu0.20.04.1 [921 kB] 2021-11-04 09:57:52.448 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 [7,652 B] 2021-11-04 09:57:52.449 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python-pip-whl all 20.0.2-5ubuntu1.6 [1,805 kB] 2021-11-04 09:57:52.604 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-mysqldb amd64 1.4.4-2build1 [44.9 kB] 2021-11-04 09:57:52.608 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-wheel all 0.34.2-1 [23.8 kB] 2021-11-04 09:57:52.610 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-pip all 20.0.2-5ubuntu1.6 [231 kB] 2021-11-04 09:57:52.631 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.1 [5,452 B] 2021-11-04 09:57:52.632 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1,228 B] 2021-11-04 09:57:52.632 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.18 [54.8 kB] 2021-11-04 09:57:52.636 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.18 [973 kB] 2021-11-04 09:57:52.720 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 sharutils amd64 1:4.15.2-4build1 [155 kB] 2021-11-04 09:57:52.839 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.2 [860 kB] 2021-11-04 09:57:52.856 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB] 2021-11-04 09:57:52.859 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2021-11-04 09:57:52.860 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipset amd64 7.5-1~exp1 [29.8 kB] 2021-11-04 09:57:52.861 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipvsadm amd64 1:1.31-1 [40.2 kB] 2021-11-04 09:57:52.863 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.8 [1,180 B] 2021-11-04 09:57:52.863 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode1 amd64 1.6.1-4 [40.2 kB] 2021-11-04 09:57:52.864 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode-dev amd64 1.6.1-4 [15.1 kB] 2021-11-04 09:57:52.864 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 2021-11-04 09:57:52.901 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-gui2 amd64 5.0.3-1 [11.6 kB] 2021-11-04 09:57:52.910 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-import1 amd64 5.0.3-1 [15.5 kB] 2021-11-04 09:57:52.912 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-mmv1 amd64 5.0.3-1 [12.4 kB] 2021-11-04 09:57:52.913 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-trace2 amd64 5.0.3-1 [15.6 kB] 2021-11-04 09:57:52.914 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-web1 amd64 5.0.3-1 [127 kB] 2021-11-04 09:57:52.925 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-dev amd64 0.2.2-1 [58.2 kB] 2021-11-04 09:57:52.930 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-pcp amd64 5.0.3-1 [66.6 kB] 2021-11-04 09:57:52.936 | Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp amd64 5.0.3-1 [2,954 kB] 2021-11-04 09:57:53.289 | Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2021-11-04 09:57:53.323 | Get:235 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 vlan all 2.0.4ubuntu1.20.04.1 [11.3 kB] 2021-11-04 09:57:54.782 | Preconfiguring packages ... 2021-11-04 09:57:55.013 | Fetched 155 MB in 27s (5,774 kB/s) 2021-11-04 09:57:55.352 | (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.) 2021-11-04 09:57:55.355 | Preparing to unpack .../0-libnss-systemd_245.4-4ubuntu3.13_amd64.deb ... 2021-11-04 09:57:55.649 | Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.13) over (245.4-4ubuntu3.6) ... 2021-11-04 09:57:56.348 | Preparing to unpack .../1-systemd-timesyncd_245.4-4ubuntu3.13_amd64.deb ... 2021-11-04 09:57:56.518 | Unpacking systemd-timesyncd (245.4-4ubuntu3.13) over (245.4-4ubuntu3.6) ... 2021-11-04 09:57:57.491 | Preparing to unpack .../2-systemd-sysv_245.4-4ubuntu3.13_amd64.deb ... 2021-11-04 09:57:57.690 | Unpacking systemd-sysv (245.4-4ubuntu3.13) over (245.4-4ubuntu3.6) ... 2021-11-04 09:57:58.183 | Preparing to unpack .../3-libpam-systemd_245.4-4ubuntu3.13_amd64.deb ... 2021-11-04 09:57:58.392 | Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.13) over (245.4-4ubuntu3.6) ... 2021-11-04 09:57:59.286 | Preparing to unpack .../4-systemd_245.4-4ubuntu3.13_amd64.deb ... 2021-11-04 09:57:59.643 | Unpacking systemd (245.4-4ubuntu3.13) over (245.4-4ubuntu3.6) ... 2021-11-04 09:58:01.137 | Preparing to unpack .../5-libsystemd0_245.4-4ubuntu3.13_amd64.deb ... 2021-11-04 09:58:01.340 | Unpacking libsystemd0:amd64 (245.4-4ubuntu3.13) over (245.4-4ubuntu3.6) ... 2021-11-04 09:58:01.741 | Setting up libsystemd0:amd64 (245.4-4ubuntu3.13) ... 2021-11-04 09:58:02.249 | Selecting previously unselected package libapr1:amd64. 2021-11-04 09:58:02.288 | (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.) 2021-11-04 09:58:02.291 | Preparing to unpack .../000-libapr1_1.6.5-1ubuntu1_amd64.deb ... 2021-11-04 09:58:02.340 | Unpacking libapr1:amd64 (1.6.5-1ubuntu1) ... 2021-11-04 09:58:02.863 | Preparing to unpack .../001-libssl1.1_1.1.1f-1ubuntu2.8_amd64.deb ... 2021-11-04 09:58:03.134 | Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.8) over (1.1.1f-1ubuntu2.3) ... 2021-11-04 09:58:03.918 | Selecting previously unselected package libaprutil1:amd64. 2021-11-04 09:58:03.925 | Preparing to unpack .../002-libaprutil1_1.6.1-4ubuntu2_amd64.deb ... 2021-11-04 09:58:04.077 | Unpacking libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2021-11-04 09:58:04.483 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2021-11-04 09:58:04.491 | Preparing to unpack .../003-libaprutil1-dbd-sqlite3_1.6.1-4ubuntu2_amd64.deb ... 2021-11-04 09:58:04.563 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2021-11-04 09:58:04.993 | Preparing to unpack .../004-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2021-11-04 09:58:05.158 | Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) over (2.4.49+dfsg-2ubuntu1.7) ... 2021-11-04 09:58:05.540 | Selecting previously unselected package libaprutil1-ldap:amd64. 2021-11-04 09:58:05.548 | Preparing to unpack .../005-libaprutil1-ldap_1.6.1-4ubuntu2_amd64.deb ... 2021-11-04 09:58:05.597 | Unpacking libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2021-11-04 09:58:05.885 | Preparing to unpack .../006-curl_7.68.0-1ubuntu2.7_amd64.deb ... 2021-11-04 09:58:06.066 | Unpacking curl (7.68.0-1ubuntu2.7) over (7.68.0-1ubuntu2.5) ... 2021-11-04 09:58:06.639 | Preparing to unpack .../007-libcurl4_7.68.0-1ubuntu2.7_amd64.deb ... 2021-11-04 09:58:06.820 | Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.7) over (7.68.0-1ubuntu2.5) ... 2021-11-04 09:58:07.289 | Selecting previously unselected package libjansson4:amd64. 2021-11-04 09:58:07.296 | Preparing to unpack .../008-libjansson4_2.12-1build1_amd64.deb ... 2021-11-04 09:58:07.346 | Unpacking libjansson4:amd64 (2.12-1build1) ... 2021-11-04 09:58:07.734 | Selecting previously unselected package liblua5.2-0:amd64. 2021-11-04 09:58:07.742 | Preparing to unpack .../009-liblua5.2-0_5.2.4-1.1build3_amd64.deb ... 2021-11-04 09:58:07.791 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2021-11-04 09:58:08.205 | Preparing to unpack .../010-libxml2_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... 2021-11-04 09:58:08.380 | Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) over (2.9.10+dfsg-5) ... 2021-11-04 09:58:08.900 | Selecting previously unselected package apache2-bin. 2021-11-04 09:58:08.908 | Preparing to unpack .../011-apache2-bin_2.4.41-4ubuntu3.8_amd64.deb ... 2021-11-04 09:58:08.968 | Unpacking apache2-bin (2.4.41-4ubuntu3.8) ... 2021-11-04 09:58:09.574 | Selecting previously unselected package apache2-data. 2021-11-04 09:58:09.582 | Preparing to unpack .../012-apache2-data_2.4.41-4ubuntu3.8_all.deb ... 2021-11-04 09:58:09.642 | Unpacking apache2-data (2.4.41-4ubuntu3.8) ... 2021-11-04 09:58:10.163 | Selecting previously unselected package apache2-utils. 2021-11-04 09:58:10.171 | Preparing to unpack .../013-apache2-utils_2.4.41-4ubuntu3.8_amd64.deb ... 2021-11-04 09:58:10.260 | Unpacking apache2-utils (2.4.41-4ubuntu3.8) ... 2021-11-04 09:58:10.889 | Selecting previously unselected package apache2. 2021-11-04 09:58:10.896 | Preparing to unpack .../014-apache2_2.4.41-4ubuntu3.8_amd64.deb ... 2021-11-04 09:58:10.997 | Unpacking apache2 (2.4.41-4ubuntu3.8) ... 2021-11-04 09:58:11.466 | Selecting previously unselected package liblua5.3-0:amd64. 2021-11-04 09:58:11.473 | Preparing to unpack .../015-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2021-11-04 09:58:11.528 | Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2021-11-04 09:58:12.060 | Selecting previously unselected package haproxy. 2021-11-04 09:58:12.067 | Preparing to unpack .../016-haproxy_2.0.13-2ubuntu0.3_amd64.deb ... 2021-11-04 09:58:12.130 | Unpacking haproxy (2.0.13-2ubuntu0.3) ... 2021-11-04 09:58:12.923 | Selecting previously unselected package libnl-3-200:amd64. 2021-11-04 09:58:12.931 | Preparing to unpack .../017-libnl-3-200_3.4.0-1_amd64.deb ... 2021-11-04 09:58:12.980 | Unpacking libnl-3-200:amd64 (3.4.0-1) ... 2021-11-04 09:58:13.385 | Selecting previously unselected package libnl-genl-3-200:amd64. 2021-11-04 09:58:13.393 | Preparing to unpack .../018-libnl-genl-3-200_3.4.0-1_amd64.deb ... 2021-11-04 09:58:13.448 | Unpacking libnl-genl-3-200:amd64 (3.4.0-1) ... 2021-11-04 09:58:14.083 | Selecting previously unselected package mysql-common. 2021-11-04 09:58:14.090 | Preparing to unpack .../019-mysql-common_5.8+1.0.5ubuntu2_all.deb ... 2021-11-04 09:58:14.183 | Unpacking mysql-common (5.8+1.0.5ubuntu2) ... 2021-11-04 09:58:14.728 | Selecting previously unselected package libmysqlclient21:amd64. 2021-11-04 09:58:14.736 | Preparing to unpack .../020-libmysqlclient21_8.0.27-0ubuntu0.20.04.1_amd64.deb ... 2021-11-04 09:58:14.819 | Unpacking libmysqlclient21:amd64 (8.0.27-0ubuntu0.20.04.1) ... 2021-11-04 09:58:15.534 | Selecting previously unselected package libsensors-config. 2021-11-04 09:58:15.541 | Preparing to unpack .../021-libsensors-config_1%3a3.6.0-2ubuntu1_all.deb ... 2021-11-04 09:58:15.614 | Unpacking libsensors-config (1:3.6.0-2ubuntu1) ... 2021-11-04 09:58:16.265 | Selecting previously unselected package libsensors5:amd64. 2021-11-04 09:58:16.273 | Preparing to unpack .../022-libsensors5_1%3a3.6.0-2ubuntu1_amd64.deb ... 2021-11-04 09:58:16.433 | Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2021-11-04 09:58:16.968 | Selecting previously unselected package libsnmp-base. 2021-11-04 09:58:16.976 | Preparing to unpack .../023-libsnmp-base_5.8+dfsg-2ubuntu2.3_all.deb ... 2021-11-04 09:58:17.042 | Unpacking libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2021-11-04 09:58:17.551 | Selecting previously unselected package libsnmp35:amd64. 2021-11-04 09:58:17.559 | Preparing to unpack .../024-libsnmp35_5.8+dfsg-2ubuntu2.3_amd64.deb ... 2021-11-04 09:58:17.631 | Unpacking libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2021-11-04 09:58:18.294 | Selecting previously unselected package keepalived. 2021-11-04 09:58:18.302 | Preparing to unpack .../025-keepalived_1%3a2.0.19-2_amd64.deb ... 2021-11-04 09:58:18.362 | Unpacking keepalived (1:2.0.19-2) ... 2021-11-04 09:58:18.985 | Selecting previously unselected package memcached. 2021-11-04 09:58:18.993 | Preparing to unpack .../026-memcached_1.5.22-2ubuntu0.2_amd64.deb ... 2021-11-04 09:58:19.059 | Unpacking memcached (1.5.22-2ubuntu0.2) ... 2021-11-04 09:58:19.656 | Preparing to unpack .../027-open-iscsi_2.0.874-7.1ubuntu6.2_amd64.deb ... 2021-11-04 09:58:20.544 | Unpacking open-iscsi (2.0.874-7.1ubuntu6.2) over (2.0.874-7.1ubuntu6.1) ... 2021-11-04 09:58:21.079 | Preparing to unpack .../028-openssl_1.1.1f-1ubuntu2.8_amd64.deb ... 2021-11-04 09:58:21.270 | Unpacking openssl (1.1.1f-1ubuntu2.8) over (1.1.1f-1ubuntu2.3) ... 2021-11-04 09:58:22.082 | Selecting previously unselected package python3-yaml. 2021-11-04 09:58:22.090 | Preparing to unpack .../029-python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... 2021-11-04 09:58:22.162 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... 2021-11-04 09:58:22.604 | Preparing to unpack .../030-openssh-sftp-server_1%3a8.2p1-4ubuntu0.3_amd64.deb ... 2021-11-04 09:58:22.745 | Unpacking openssh-sftp-server (1:8.2p1-4ubuntu0.3) over (1:8.2p1-4ubuntu0.2) ... 2021-11-04 09:58:23.445 | Preparing to unpack .../031-openssh-server_1%3a8.2p1-4ubuntu0.3_amd64.deb ... 2021-11-04 09:58:23.663 | Unpacking openssh-server (1:8.2p1-4ubuntu0.3) over (1:8.2p1-4ubuntu0.2) ... 2021-11-04 09:58:24.810 | Preparing to unpack .../032-openssh-client_1%3a8.2p1-4ubuntu0.3_amd64.deb ... 2021-11-04 09:58:25.018 | Unpacking openssh-client (1:8.2p1-4ubuntu0.3) over (1:8.2p1-4ubuntu0.2) ... 2021-11-04 09:58:25.665 | Selecting previously unselected package acl. 2021-11-04 09:58:25.673 | Preparing to unpack .../033-acl_2.2.53-6_amd64.deb ... 2021-11-04 09:58:25.750 | Unpacking acl (2.2.53-6) ... 2021-11-04 09:58:26.139 | Selecting previously unselected package autotools-dev. 2021-11-04 09:58:26.147 | Preparing to unpack .../034-autotools-dev_20180224.1_all.deb ... 2021-11-04 09:58:26.196 | Unpacking autotools-dev (20180224.1) ... 2021-11-04 09:58:26.613 | Selecting previously unselected package m4. 2021-11-04 09:58:26.621 | Preparing to unpack .../035-m4_1.4.18-4_amd64.deb ... 2021-11-04 09:58:26.693 | Unpacking m4 (1.4.18-4) ... 2021-11-04 09:58:27.282 | Selecting previously unselected package autoconf. 2021-11-04 09:58:27.290 | Preparing to unpack .../036-autoconf_2.69-11.1_all.deb ... 2021-11-04 09:58:27.344 | Unpacking autoconf (2.69-11.1) ... 2021-11-04 09:58:27.917 | Selecting previously unselected package automake. 2021-11-04 09:58:27.924 | Preparing to unpack .../037-automake_1%3a1.16.1-4ubuntu6_all.deb ... 2021-11-04 09:58:27.975 | Unpacking automake (1:1.16.1-4ubuntu6) ... 2021-11-04 09:58:28.430 | Selecting previously unselected package autopoint. 2021-11-04 09:58:28.438 | Preparing to unpack .../038-autopoint_0.19.8.1-10build1_all.deb ... 2021-11-04 09:58:28.504 | Unpacking autopoint (0.19.8.1-10build1) ... 2021-11-04 09:58:28.968 | Selecting previously unselected package libllvm10:amd64. 2021-11-04 09:58:28.976 | Preparing to unpack .../039-libllvm10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-11-04 09:58:29.030 | Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2021-11-04 09:58:31.859 | Selecting previously unselected package libclang-cpp10. 2021-11-04 09:58:31.867 | Preparing to unpack .../040-libclang-cpp10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-11-04 09:58:31.922 | Unpacking libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2021-11-04 09:58:33.922 | Selecting previously unselected package libstdc++-9-dev:amd64. 2021-11-04 09:58:33.930 | Preparing to unpack .../041-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 2021-11-04 09:58:34.002 | Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2021-11-04 09:58:35.424 | Selecting previously unselected package libgc1c2:amd64. 2021-11-04 09:58:35.433 | Preparing to unpack .../042-libgc1c2_1%3a7.6.4-0.4ubuntu1_amd64.deb ... 2021-11-04 09:58:35.499 | Unpacking libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2021-11-04 09:58:36.173 | Selecting previously unselected package libobjc4:amd64. 2021-11-04 09:58:36.181 | Preparing to unpack .../043-libobjc4_10.3.0-1ubuntu1~20.04_amd64.deb ... 2021-11-04 09:58:36.247 | Unpacking libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2021-11-04 09:58:36.607 | Selecting previously unselected package libobjc-9-dev:amd64. 2021-11-04 09:58:36.615 | Preparing to unpack .../044-libobjc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 2021-11-04 09:58:36.670 | Unpacking libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2021-11-04 09:58:37.328 | Selecting previously unselected package libc6-i386. 2021-11-04 09:58:37.336 | Preparing to unpack .../045-libc6-i386_2.31-0ubuntu9.2_amd64.deb ... 2021-11-04 09:58:37.401 | Unpacking libc6-i386 (2.31-0ubuntu9.2) ... 2021-11-04 09:58:38.704 | Selecting previously unselected package lib32gcc-s1. 2021-11-04 09:58:38.713 | Preparing to unpack .../046-lib32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 2021-11-04 09:58:38.790 | Unpacking lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2021-11-04 09:58:39.225 | Selecting previously unselected package lib32stdc++6. 2021-11-04 09:58:39.232 | Preparing to unpack .../047-lib32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 2021-11-04 09:58:39.287 | Unpacking lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2021-11-04 09:58:39.750 | Selecting previously unselected package libclang-common-10-dev. 2021-11-04 09:58:39.758 | Preparing to unpack .../048-libclang-common-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-11-04 09:58:39.819 | Unpacking libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2021-11-04 09:58:41.551 | Selecting previously unselected package libclang1-10. 2021-11-04 09:58:41.559 | Preparing to unpack .../049-libclang1-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-11-04 09:58:41.624 | Unpacking libclang1-10 (1:10.0.0-4ubuntu1) ... 2021-11-04 09:58:43.282 | Selecting previously unselected package clang-10. 2021-11-04 09:58:43.290 | Preparing to unpack .../050-clang-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-11-04 09:58:43.361 | Unpacking clang-10 (1:10.0.0-4ubuntu1) ... 2021-11-04 09:58:43.704 | Selecting previously unselected package libtool. 2021-11-04 09:58:43.712 | Preparing to unpack .../051-libtool_2.4.6-14_all.deb ... 2021-11-04 09:58:43.756 | Unpacking libtool (2.4.6-14) ... 2021-11-04 09:58:44.133 | Selecting previously unselected package dh-autoreconf. 2021-11-04 09:58:44.140 | Preparing to unpack .../052-dh-autoreconf_19_all.deb ... 2021-11-04 09:58:44.218 | Unpacking dh-autoreconf (19) ... 2021-11-04 09:58:44.733 | Selecting previously unselected package libdebhelper-perl. 2021-11-04 09:58:44.741 | Preparing to unpack .../053-libdebhelper-perl_12.10ubuntu1_all.deb ... 2021-11-04 09:58:44.790 | Unpacking libdebhelper-perl (12.10ubuntu1) ... 2021-11-04 09:58:45.185 | Selecting previously unselected package libarchive-zip-perl. 2021-11-04 09:58:45.192 | Preparing to unpack .../054-libarchive-zip-perl_1.67-2_all.deb ... 2021-11-04 09:58:45.270 | Unpacking libarchive-zip-perl (1.67-2) ... 2021-11-04 09:58:45.896 | Selecting previously unselected package libsub-override-perl. 2021-11-04 09:58:45.903 | Preparing to unpack .../055-libsub-override-perl_0.09-2_all.deb ... 2021-11-04 09:58:46.001 | Unpacking libsub-override-perl (0.09-2) ... 2021-11-04 09:58:46.356 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2021-11-04 09:58:46.364 | Preparing to unpack .../056-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ... 2021-11-04 09:58:46.424 | Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ... 2021-11-04 09:58:46.830 | Selecting previously unselected package dh-strip-nondeterminism. 2021-11-04 09:58:46.838 | Preparing to unpack .../057-dh-strip-nondeterminism_1.7.0-1_all.deb ... 2021-11-04 09:58:46.898 | Unpacking dh-strip-nondeterminism (1.7.0-1) ... 2021-11-04 09:58:47.362 | Selecting previously unselected package libdpkg-perl. 2021-11-04 09:58:47.370 | Preparing to unpack .../058-libdpkg-perl_1.19.7ubuntu3_all.deb ... 2021-11-04 09:58:47.430 | Unpacking libdpkg-perl (1.19.7ubuntu3) ... 2021-11-04 09:58:47.978 | Selecting previously unselected package make. 2021-11-04 09:58:47.986 | Preparing to unpack .../059-make_4.2.1-1.2_amd64.deb ... 2021-11-04 09:58:48.058 | Unpacking make (4.2.1-1.2) ... 2021-11-04 09:58:48.538 | Selecting previously unselected package dpkg-dev. 2021-11-04 09:58:48.546 | Preparing to unpack .../060-dpkg-dev_1.19.7ubuntu3_all.deb ... 2021-11-04 09:58:48.624 | Unpacking dpkg-dev (1.19.7ubuntu3) ... 2021-11-04 09:58:49.213 | Selecting previously unselected package dwz. 2021-11-04 09:58:49.221 | Preparing to unpack .../061-dwz_0.13-5_amd64.deb ... 2021-11-04 09:58:49.292 | Unpacking dwz (0.13-5) ... 2021-11-04 09:58:49.841 | Selecting previously unselected package libcroco3:amd64. 2021-11-04 09:58:49.849 | Preparing to unpack .../062-libcroco3_0.6.13-1_amd64.deb ... 2021-11-04 09:58:49.904 | Unpacking libcroco3:amd64 (0.6.13-1) ... 2021-11-04 09:58:50.344 | Selecting previously unselected package gettext. 2021-11-04 09:58:50.352 | Preparing to unpack .../063-gettext_0.19.8.1-10build1_amd64.deb ... 2021-11-04 09:58:50.413 | Unpacking gettext (0.19.8.1-10build1) ... 2021-11-04 09:58:51.076 | Selecting previously unselected package intltool-debian. 2021-11-04 09:58:51.084 | Preparing to unpack .../064-intltool-debian_0.35.0+20060710.5_all.deb ... 2021-11-04 09:58:51.144 | Unpacking intltool-debian (0.35.0+20060710.5) ... 2021-11-04 09:58:51.516 | Selecting previously unselected package po-debconf. 2021-11-04 09:58:51.524 | Preparing to unpack .../065-po-debconf_1.0.21_all.deb ... 2021-11-04 09:58:51.613 | Unpacking po-debconf (1.0.21) ... 2021-11-04 09:58:52.110 | Selecting previously unselected package debhelper. 2021-11-04 09:58:52.118 | Preparing to unpack .../066-debhelper_12.10ubuntu1_all.deb ... 2021-11-04 09:58:52.184 | Unpacking debhelper (12.10ubuntu1) ... 2021-11-04 09:58:52.835 | Selecting previously unselected package uuid-dev:amd64. 2021-11-04 09:58:52.843 | Preparing to unpack .../067-uuid-dev_2.34-0.1ubuntu9.1_amd64.deb ... 2021-11-04 09:58:52.921 | Unpacking uuid-dev:amd64 (2.34-0.1ubuntu9.1) ... 2021-11-04 09:58:53.367 | Selecting previously unselected package libsctp1:amd64. 2021-11-04 09:58:53.375 | Preparing to unpack .../068-libsctp1_1.0.18+dfsg-1_amd64.deb ... 2021-11-04 09:58:53.424 | Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ... 2021-11-04 09:58:53.858 | Selecting previously unselected package libsctp-dev:amd64. 2021-11-04 09:58:53.866 | Preparing to unpack .../069-libsctp-dev_1.0.18+dfsg-1_amd64.deb ... 2021-11-04 09:58:53.944 | Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2021-11-04 09:58:54.424 | Selecting previously unselected package libapr1-dev. 2021-11-04 09:58:54.432 | Preparing to unpack .../070-libapr1-dev_1.6.5-1ubuntu1_amd64.deb ... 2021-11-04 09:58:54.532 | Unpacking libapr1-dev (1.6.5-1ubuntu1) ... 2021-11-04 09:58:55.653 | Selecting previously unselected package libldap2-dev:amd64. 2021-11-04 09:58:55.661 | Preparing to unpack .../071-libldap2-dev_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2021-11-04 09:58:55.750 | Unpacking libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2021-11-04 09:58:56.361 | Selecting previously unselected package libaprutil1-dev. 2021-11-04 09:58:56.370 | Preparing to unpack .../072-libaprutil1-dev_1.6.1-4ubuntu2_amd64.deb ... 2021-11-04 09:58:56.424 | Unpacking libaprutil1-dev (1.6.1-4ubuntu2) ... 2021-11-04 09:58:57.213 | Selecting previously unselected package apache2-dev. 2021-11-04 09:58:57.221 | Preparing to unpack .../073-apache2-dev_2.4.41-4ubuntu3.8_amd64.deb ... 2021-11-04 09:58:57.287 | Unpacking apache2-dev (2.4.41-4ubuntu3.8) ... 2021-11-04 09:58:57.893 | Selecting previously unselected package binfmt-support. 2021-11-04 09:58:57.902 | Preparing to unpack .../074-binfmt-support_2.2.0-2_amd64.deb ... 2021-11-04 09:58:57.958 | Unpacking binfmt-support (2.2.0-2) ... 2021-11-04 09:58:58.407 | Selecting previously unselected package g++-9. 2021-11-04 09:58:58.416 | Preparing to unpack .../075-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 2021-11-04 09:58:58.493 | Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ... 2021-11-04 09:59:00.281 | Selecting previously unselected package g++. 2021-11-04 09:59:00.289 | Preparing to unpack .../076-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... 2021-11-04 09:59:00.367 | Unpacking g++ (4:9.3.0-1ubuntu2) ... 2021-11-04 09:59:00.710 | Selecting previously unselected package build-essential. 2021-11-04 09:59:00.718 | Preparing to unpack .../077-build-essential_12.8ubuntu1.1_amd64.deb ... 2021-11-04 09:59:00.772 | Unpacking build-essential (12.8ubuntu1.1) ... 2021-11-04 09:59:01.122 | Selecting previously unselected package conntrack. 2021-11-04 09:59:01.130 | Preparing to unpack .../078-conntrack_1%3a1.4.5-2_amd64.deb ... 2021-11-04 09:59:01.195 | Unpacking conntrack (1:1.4.5-2) ... 2021-11-04 09:59:01.681 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2021-11-04 09:59:01.689 | Preparing to unpack .../079-libnetfilter-cthelper0_1.0.0-1ubuntu2_amd64.deb ... 2021-11-04 09:59:01.743 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2021-11-04 09:59:02.196 | Selecting previously unselected package libnetfilter-queue1. 2021-11-04 09:59:02.204 | Preparing to unpack .../080-libnetfilter-queue1_1.0.3-1_amd64.deb ... 2021-11-04 09:59:02.281 | Unpacking libnetfilter-queue1 (1.0.3-1) ... 2021-11-04 09:59:02.773 | Selecting previously unselected package conntrackd. 2021-11-04 09:59:02.781 | Preparing to unpack .../081-conntrackd_1%3a1.4.5-2_amd64.deb ... 2021-11-04 09:59:02.835 | Unpacking conntrackd (1:1.4.5-2) ... 2021-11-04 09:59:03.190 | Selecting previously unselected package dns-root-data. 2021-11-04 09:59:03.198 | Preparing to unpack .../082-dns-root-data_2019052802_all.deb ... 2021-11-04 09:59:03.269 | Unpacking dns-root-data (2019052802) ... 2021-11-04 09:59:03.733 | Selecting previously unselected package libidn11:amd64. 2021-11-04 09:59:03.741 | Preparing to unpack .../083-libidn11_1.33-2.2ubuntu2_amd64.deb ... 2021-11-04 09:59:03.823 | Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ... 2021-11-04 09:59:04.401 | Selecting previously unselected package dnsmasq-base. 2021-11-04 09:59:04.409 | Preparing to unpack .../084-dnsmasq-base_2.80-1.1ubuntu1.4_amd64.deb ... 2021-11-04 09:59:04.492 | Unpacking dnsmasq-base (2.80-1.1ubuntu1.4) ... 2021-11-04 09:59:05.002 | Selecting previously unselected package dnsmasq-utils. 2021-11-04 09:59:05.009 | Preparing to unpack .../085-dnsmasq-utils_2.80-1.1ubuntu1.4_amd64.deb ... 2021-11-04 09:59:05.069 | Unpacking dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2021-11-04 09:59:05.659 | Selecting previously unselected package ebtables. 2021-11-04 09:59:05.667 | Preparing to unpack .../086-ebtables_2.0.11-3build1_amd64.deb ... 2021-11-04 09:59:05.756 | Unpacking ebtables (2.0.11-3build1) ... 2021-11-04 09:59:06.195 | Selecting previously unselected package libfakeroot:amd64. 2021-11-04 09:59:06.203 | Preparing to unpack .../087-libfakeroot_1.24-1_amd64.deb ... 2021-11-04 09:59:06.258 | Unpacking libfakeroot:amd64 (1.24-1) ... 2021-11-04 09:59:06.675 | Selecting previously unselected package fakeroot. 2021-11-04 09:59:06.684 | Preparing to unpack .../088-fakeroot_1.24-1_amd64.deb ... 2021-11-04 09:59:06.738 | Unpacking fakeroot (1.24-1) ... 2021-11-04 09:59:07.236 | Selecting previously unselected package fonts-dejavu-core. 2021-11-04 09:59:07.244 | Preparing to unpack .../089-fonts-dejavu-core_2.37-1_all.deb ... 2021-11-04 09:59:07.309 | Unpacking fonts-dejavu-core (2.37-1) ... 2021-11-04 09:59:07.824 | Selecting previously unselected package fonts-liberation. 2021-11-04 09:59:07.832 | Preparing to unpack .../090-fonts-liberation_1%3a1.07.4-11_all.deb ... 2021-11-04 09:59:07.875 | Unpacking fonts-liberation (1:1.07.4-11) ... 2021-11-04 09:59:08.453 | Selecting previously unselected package fontconfig-config. 2021-11-04 09:59:08.461 | Preparing to unpack .../091-fontconfig-config_2.13.1-2ubuntu3_all.deb ... 2021-11-04 09:59:08.498 | Unpacking fontconfig-config (2.13.1-2ubuntu3) ... 2021-11-04 09:59:08.950 | Selecting previously unselected package libfontconfig1:amd64. 2021-11-04 09:59:08.958 | Preparing to unpack .../092-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ... 2021-11-04 09:59:09.018 | Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2021-11-04 09:59:09.434 | Selecting previously unselected package fontconfig. 2021-11-04 09:59:09.442 | Preparing to unpack .../093-fontconfig_2.13.1-2ubuntu3_amd64.deb ... 2021-11-04 09:59:09.515 | Unpacking fontconfig (2.13.1-2ubuntu3) ... 2021-11-04 09:59:09.984 | Selecting previously unselected package genisoimage. 2021-11-04 09:59:09.992 | Preparing to unpack .../094-genisoimage_9%3a1.1.11-3.1ubuntu1_amd64.deb ... 2021-11-04 09:59:10.040 | Unpacking genisoimage (9:1.1.11-3.1ubuntu1) ... 2021-11-04 09:59:10.521 | Selecting previously unselected package libann0. 2021-11-04 09:59:10.529 | Preparing to unpack .../095-libann0_1.1.2+doc-7build1_amd64.deb ... 2021-11-04 09:59:10.583 | Unpacking libann0 (1.1.2+doc-7build1) ... 2021-11-04 09:59:11.007 | Selecting previously unselected package libcdt5:amd64. 2021-11-04 09:59:11.015 | Preparing to unpack .../096-libcdt5_2.42.2-3build2_amd64.deb ... 2021-11-04 09:59:11.069 | Unpacking libcdt5:amd64 (2.42.2-3build2) ... 2021-11-04 09:59:11.487 | Selecting previously unselected package libcgraph6:amd64. 2021-11-04 09:59:11.496 | Preparing to unpack .../097-libcgraph6_2.42.2-3build2_amd64.deb ... 2021-11-04 09:59:11.555 | Unpacking libcgraph6:amd64 (2.42.2-3build2) ... 2021-11-04 09:59:12.132 | Selecting previously unselected package libjpeg-turbo8:amd64. 2021-11-04 09:59:12.141 | Preparing to unpack .../098-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2021-11-04 09:59:12.212 | Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2021-11-04 09:59:12.841 | Selecting previously unselected package libjpeg8:amd64. 2021-11-04 09:59:12.849 | Preparing to unpack .../099-libjpeg8_8c-2ubuntu8_amd64.deb ... 2021-11-04 09:59:12.915 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2021-11-04 09:59:13.618 | Selecting previously unselected package libjbig0:amd64. 2021-11-04 09:59:13.626 | Preparing to unpack .../100-libjbig0_2.1-3.1build1_amd64.deb ... 2021-11-04 09:59:13.709 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2021-11-04 09:59:14.172 | Selecting previously unselected package libwebp6:amd64. 2021-11-04 09:59:14.181 | Preparing to unpack .../101-libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb ... 2021-11-04 09:59:14.223 | Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2021-11-04 09:59:14.698 | Selecting previously unselected package libtiff5:amd64. 2021-11-04 09:59:14.706 | Preparing to unpack .../102-libtiff5_4.1.0+git191117-2ubuntu0.20.04.2_amd64.deb ... 2021-11-04 09:59:14.772 | Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.2) ... 2021-11-04 09:59:15.310 | Selecting previously unselected package libxpm4:amd64. 2021-11-04 09:59:15.318 | Preparing to unpack .../103-libxpm4_1%3a3.5.12-1_amd64.deb ... 2021-11-04 09:59:15.383 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2021-11-04 09:59:15.887 | Selecting previously unselected package libgd3:amd64. 2021-11-04 09:59:15.895 | Preparing to unpack .../104-libgd3_2.2.5-5.2ubuntu2.1_amd64.deb ... 2021-11-04 09:59:15.961 | Unpacking libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2021-11-04 09:59:16.458 | Selecting previously unselected package libgts-0.7-5:amd64. 2021-11-04 09:59:16.467 | Preparing to unpack .../105-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2021-11-04 09:59:16.532 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-11-04 09:59:17.104 | Selecting previously unselected package libpixman-1-0:amd64. 2021-11-04 09:59:17.112 | Preparing to unpack .../106-libpixman-1-0_0.38.4-0ubuntu1_amd64.deb ... 2021-11-04 09:59:17.212 | Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2021-11-04 09:59:17.646 | Selecting previously unselected package libxcb-render0:amd64. 2021-11-04 09:59:17.655 | Preparing to unpack .../107-libxcb-render0_1.14-2_amd64.deb ... 2021-11-04 09:59:17.726 | Unpacking libxcb-render0:amd64 (1.14-2) ... 2021-11-04 09:59:18.075 | Selecting previously unselected package libxcb-shm0:amd64. 2021-11-04 09:59:18.083 | Preparing to unpack .../108-libxcb-shm0_1.14-2_amd64.deb ... 2021-11-04 09:59:18.126 | Unpacking libxcb-shm0:amd64 (1.14-2) ... 2021-11-04 09:59:18.544 | Selecting previously unselected package libxrender1:amd64. 2021-11-04 09:59:18.552 | Preparing to unpack .../109-libxrender1_1%3a0.9.10-1_amd64.deb ... 2021-11-04 09:59:18.623 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2021-11-04 09:59:19.069 | Selecting previously unselected package libcairo2:amd64. 2021-11-04 09:59:19.077 | Preparing to unpack .../110-libcairo2_1.16.0-4ubuntu1_amd64.deb ... 2021-11-04 09:59:19.132 | Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ... 2021-11-04 09:59:19.732 | Selecting previously unselected package libgraphite2-3:amd64. 2021-11-04 09:59:19.740 | Preparing to unpack .../111-libgraphite2-3_1.3.13-11build1_amd64.deb ... 2021-11-04 09:59:19.834 | Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ... 2021-11-04 09:59:20.298 | Selecting previously unselected package libharfbuzz0b:amd64. 2021-11-04 09:59:20.306 | Preparing to unpack .../112-libharfbuzz0b_2.6.4-1ubuntu4_amd64.deb ... 2021-11-04 09:59:20.360 | Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2021-11-04 09:59:20.812 | Selecting previously unselected package libthai-data. 2021-11-04 09:59:20.820 | Preparing to unpack .../113-libthai-data_0.1.28-3_all.deb ... 2021-11-04 09:59:20.892 | Unpacking libthai-data (0.1.28-3) ... 2021-11-04 09:59:21.424 | Selecting previously unselected package libdatrie1:amd64. 2021-11-04 09:59:21.432 | Preparing to unpack .../114-libdatrie1_0.2.12-3_amd64.deb ... 2021-11-04 09:59:21.492 | Unpacking libdatrie1:amd64 (0.2.12-3) ... 2021-11-04 09:59:22.167 | Selecting previously unselected package libthai0:amd64. 2021-11-04 09:59:22.175 | Preparing to unpack .../115-libthai0_0.1.28-3_amd64.deb ... 2021-11-04 09:59:22.218 | Unpacking libthai0:amd64 (0.1.28-3) ... 2021-11-04 09:59:22.629 | Selecting previously unselected package libpango-1.0-0:amd64. 2021-11-04 09:59:22.637 | Preparing to unpack .../116-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2021-11-04 09:59:22.703 | Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-11-04 09:59:23.178 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2021-11-04 09:59:23.187 | Preparing to unpack .../117-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2021-11-04 09:59:23.234 | Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-11-04 09:59:23.652 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2021-11-04 09:59:23.660 | Preparing to unpack .../118-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2021-11-04 09:59:23.697 | Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-11-04 09:59:24.108 | Selecting previously unselected package libpathplan4:amd64. 2021-11-04 09:59:24.116 | Preparing to unpack .../119-libpathplan4_2.42.2-3build2_amd64.deb ... 2021-11-04 09:59:24.189 | Unpacking libpathplan4:amd64 (2.42.2-3build2) ... 2021-11-04 09:59:24.858 | Selecting previously unselected package libgvc6. 2021-11-04 09:59:24.866 | Preparing to unpack .../120-libgvc6_2.42.2-3build2_amd64.deb ... 2021-11-04 09:59:24.932 | Unpacking libgvc6 (2.42.2-3build2) ... 2021-11-04 09:59:25.521 | Selecting previously unselected package libgvpr2:amd64. 2021-11-04 09:59:25.529 | Preparing to unpack .../121-libgvpr2_2.42.2-3build2_amd64.deb ... 2021-11-04 09:59:25.588 | Unpacking libgvpr2:amd64 (2.42.2-3build2) ... 2021-11-04 09:59:26.166 | Selecting previously unselected package liblab-gamut1:amd64. 2021-11-04 09:59:26.174 | Preparing to unpack .../122-liblab-gamut1_2.42.2-3build2_amd64.deb ... 2021-11-04 09:59:26.251 | Unpacking liblab-gamut1:amd64 (2.42.2-3build2) ... 2021-11-04 09:59:26.858 | Selecting previously unselected package x11-common. 2021-11-04 09:59:26.866 | Preparing to unpack .../123-x11-common_1%3a7.7+19ubuntu14_all.deb ... 2021-11-04 09:59:26.947 | dpkg-query: no packages found matching nux-tools 2021-11-04 09:59:26.959 | Unpacking x11-common (1:7.7+19ubuntu14) ... 2021-11-04 09:59:27.463 | Selecting previously unselected package libice6:amd64. 2021-11-04 09:59:27.471 | Preparing to unpack .../124-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ... 2021-11-04 09:59:27.537 | Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ... 2021-11-04 09:59:27.909 | Selecting previously unselected package libsm6:amd64. 2021-11-04 09:59:27.917 | Preparing to unpack .../125-libsm6_2%3a1.2.3-1_amd64.deb ... 2021-11-04 09:59:27.966 | Unpacking libsm6:amd64 (2:1.2.3-1) ... 2021-11-04 09:59:28.395 | Selecting previously unselected package libxt6:amd64. 2021-11-04 09:59:28.403 | Preparing to unpack .../126-libxt6_1%3a1.1.5-1_amd64.deb ... 2021-11-04 09:59:28.469 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2021-11-04 09:59:28.857 | Selecting previously unselected package libxmu6:amd64. 2021-11-04 09:59:28.865 | Preparing to unpack .../127-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ... 2021-11-04 09:59:28.914 | Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2021-11-04 09:59:29.338 | Selecting previously unselected package libxaw7:amd64. 2021-11-04 09:59:29.346 | Preparing to unpack .../128-libxaw7_2%3a1.0.13-1_amd64.deb ... 2021-11-04 09:59:29.393 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2021-11-04 09:59:29.795 | Selecting previously unselected package graphviz. 2021-11-04 09:59:29.803 | Preparing to unpack .../129-graphviz_2.42.2-3build2_amd64.deb ... 2021-11-04 09:59:29.852 | Unpacking graphviz (2.42.2-3build2) ... 2021-11-04 09:59:30.481 | Selecting previously unselected package libnl-route-3-200:amd64. 2021-11-04 09:59:30.489 | Preparing to unpack .../130-libnl-route-3-200_3.4.0-1_amd64.deb ... 2021-11-04 09:59:30.571 | Unpacking libnl-route-3-200:amd64 (3.4.0-1) ... 2021-11-04 09:59:31.121 | Selecting previously unselected package libibverbs1:amd64. 2021-11-04 09:59:31.129 | Preparing to unpack .../131-libibverbs1_28.0-1ubuntu1_amd64.deb ... 2021-11-04 09:59:31.194 | Unpacking libibverbs1:amd64 (28.0-1ubuntu1) ... 2021-11-04 09:59:31.795 | Selecting previously unselected package ibverbs-providers:amd64. 2021-11-04 09:59:31.803 | Preparing to unpack .../132-ibverbs-providers_28.0-1ubuntu1_amd64.deb ... 2021-11-04 09:59:31.887 | Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2021-11-04 09:59:32.303 | Selecting previously unselected package icu-devtools. 2021-11-04 09:59:32.311 | Preparing to unpack .../133-icu-devtools_66.1-2ubuntu2_amd64.deb ... 2021-11-04 09:59:32.366 | Unpacking icu-devtools (66.1-2ubuntu2) ... 2021-11-04 09:59:32.726 | Selecting previously unselected package iputils-arping. 2021-11-04 09:59:32.736 | Preparing to unpack .../134-iputils-arping_3%3a20190709-3_amd64.deb ... 2021-11-04 09:59:32.794 | Unpacking iputils-arping (3:20190709-3) ... 2021-11-04 09:59:33.281 | Selecting previously unselected package javascript-common. 2021-11-04 09:59:33.289 | Preparing to unpack .../135-javascript-common_11_all.deb ... 2021-11-04 09:59:33.355 | Unpacking javascript-common (11) ... 2021-11-04 09:59:33.862 | Selecting previously unselected package libgssrpc4:amd64. 2021-11-04 09:59:33.871 | Preparing to unpack .../136-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 2021-11-04 09:59:33.926 | Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2021-11-04 09:59:34.348 | Selecting previously unselected package libkdb5-9:amd64. 2021-11-04 09:59:34.357 | Preparing to unpack .../137-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 2021-11-04 09:59:34.412 | Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2021-11-04 09:59:34.869 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2021-11-04 09:59:34.878 | Preparing to unpack .../138-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 2021-11-04 09:59:34.943 | Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2021-11-04 09:59:35.383 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2021-11-04 09:59:35.392 | Preparing to unpack .../139-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 2021-11-04 09:59:35.451 | Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2021-11-04 09:59:35.799 | Selecting previously unselected package comerr-dev:amd64. 2021-11-04 09:59:35.809 | Preparing to unpack .../140-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... 2021-11-04 09:59:35.877 | Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2021-11-04 09:59:36.240 | Selecting previously unselected package krb5-multidev:amd64. 2021-11-04 09:59:36.249 | Preparing to unpack .../141-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 2021-11-04 09:59:36.297 | Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2021-11-04 09:59:36.713 | Selecting previously unselected package libalgorithm-diff-perl. 2021-11-04 09:59:36.721 | Preparing to unpack .../142-libalgorithm-diff-perl_1.19.03-2_all.deb ... 2021-11-04 09:59:36.770 | Unpacking libalgorithm-diff-perl (1.19.03-2) ... 2021-11-04 09:59:37.086 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2021-11-04 09:59:37.094 | Preparing to unpack .../143-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ... 2021-11-04 09:59:37.137 | Unpacking libalgorithm-diff-xs-perl (0.04-6) ... 2021-11-04 09:59:37.464 | Selecting previously unselected package libalgorithm-merge-perl. 2021-11-04 09:59:37.472 | Preparing to unpack .../144-libalgorithm-merge-perl_0.08-3_all.deb ... 2021-11-04 09:59:37.531 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2021-11-04 09:59:37.857 | Selecting previously unselected package libarchive-cpio-perl. 2021-11-04 09:59:37.865 | Preparing to unpack .../145-libarchive-cpio-perl_0.10-1_all.deb ... 2021-11-04 09:59:37.925 | Unpacking libarchive-cpio-perl (0.10-1) ... 2021-11-04 09:59:38.353 | Selecting previously unselected package libboost-iostreams1.71.0:amd64. 2021-11-04 09:59:38.361 | Preparing to unpack .../146-libboost-iostreams1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2021-11-04 09:59:38.484 | Unpacking libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2021-11-04 09:59:38.977 | Selecting previously unselected package libboost-thread1.71.0:amd64. 2021-11-04 09:59:38.990 | Preparing to unpack .../147-libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2021-11-04 09:59:39.028 | Unpacking libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2021-11-04 09:59:39.411 | Selecting previously unselected package libfile-fcntllock-perl. 2021-11-04 09:59:39.420 | Preparing to unpack .../148-libfile-fcntllock-perl_0.22-3build4_amd64.deb ... 2021-11-04 09:59:39.480 | Unpacking libfile-fcntllock-perl (0.22-3build4) ... 2021-11-04 09:59:39.818 | Selecting previously unselected package libgts-bin. 2021-11-04 09:59:39.826 | Preparing to unpack .../149-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2021-11-04 09:59:39.890 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2021-11-04 09:59:40.165 | Selecting previously unselected package libicu-dev:amd64. 2021-11-04 09:59:40.173 | Preparing to unpack .../150-libicu-dev_66.1-2ubuntu2_amd64.deb ... 2021-11-04 09:59:40.223 | Unpacking libicu-dev:amd64 (66.1-2ubuntu2) ... 2021-11-04 09:59:42.109 | Selecting previously unselected package libipset13:amd64. 2021-11-04 09:59:42.117 | Preparing to unpack .../151-libipset13_7.5-1~exp1_amd64.deb ... 2021-11-04 09:59:42.171 | Unpacking libipset13:amd64 (7.5-1~exp1) ... 2021-11-04 09:59:42.605 | Selecting previously unselected package librdmacm1:amd64. 2021-11-04 09:59:42.613 | Preparing to unpack .../152-librdmacm1_28.0-1ubuntu1_amd64.deb ... 2021-11-04 09:59:42.678 | Unpacking librdmacm1:amd64 (28.0-1ubuntu1) ... 2021-11-04 09:59:43.166 | Selecting previously unselected package libiscsi7:amd64. 2021-11-04 09:59:43.174 | Preparing to unpack .../153-libiscsi7_1.18.0-2_amd64.deb ... 2021-11-04 09:59:43.234 | Unpacking libiscsi7:amd64 (1.18.0-2) ... 2021-11-04 09:59:43.634 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2021-11-04 09:59:43.642 | Preparing to unpack .../154-libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2021-11-04 09:59:43.701 | Unpacking libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2021-11-04 09:59:44.074 | Selecting previously unselected package libjpeg8-dev:amd64. 2021-11-04 09:59:44.082 | Preparing to unpack .../155-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2021-11-04 09:59:44.251 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-11-04 09:59:44.543 | Selecting previously unselected package libjpeg-dev:amd64. 2021-11-04 09:59:44.551 | Preparing to unpack .../156-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2021-11-04 09:59:44.617 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-11-04 09:59:45.010 | Selecting previously unselected package libjs-jquery. 2021-11-04 09:59:45.019 | Preparing to unpack .../157-libjs-jquery_3.3.1~dfsg-3_all.deb ... 2021-11-04 09:59:45.084 | Unpacking libjs-jquery (3.3.1~dfsg-3) ... 2021-11-04 09:59:45.497 | Selecting previously unselected package libjs-jquery-metadata. 2021-11-04 09:59:45.505 | Preparing to unpack .../158-libjs-jquery-metadata_12-1.1_all.deb ... 2021-11-04 09:59:45.588 | Unpacking libjs-jquery-metadata (12-1.1) ... 2021-11-04 09:59:45.949 | Selecting previously unselected package libjs-jquery-tablesorter. 2021-11-04 09:59:45.957 | Preparing to unpack .../159-libjs-jquery-tablesorter_1%3a2.31.1+dfsg1-1_all.deb ... 2021-11-04 09:59:46.022 | Unpacking libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2021-11-04 09:59:46.360 | Selecting previously unselected package libltdl-dev:amd64. 2021-11-04 09:59:46.368 | Preparing to unpack .../160-libltdl-dev_2.4.6-14_amd64.deb ... 2021-11-04 09:59:46.399 | Unpacking libltdl-dev:amd64 (2.4.6-14) ... 2021-11-04 09:59:46.777 | Selecting previously unselected package libsys-hostname-long-perl. 2021-11-04 09:59:46.785 | Preparing to unpack .../161-libsys-hostname-long-perl_1.5-1_all.deb ... 2021-11-04 09:59:46.828 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2021-11-04 09:59:47.120 | Selecting previously unselected package libmail-sendmail-perl. 2021-11-04 09:59:47.128 | Preparing to unpack .../162-libmail-sendmail-perl_0.80-1_all.deb ... 2021-11-04 09:59:47.183 | Unpacking libmail-sendmail-perl (0.80-1) ... 2021-11-04 09:59:47.503 | Selecting previously unselected package libncurses-dev:amd64. 2021-11-04 09:59:47.512 | Preparing to unpack .../163-libncurses-dev_6.2-0ubuntu2_amd64.deb ... 2021-11-04 09:59:47.542 | Unpacking libncurses-dev:amd64 (6.2-0ubuntu2) ... 2021-11-04 09:59:48.104 | Selecting previously unselected package libnspr4:amd64. 2021-11-04 09:59:48.112 | Preparing to unpack .../164-libnspr4_2%3a4.25-1_amd64.deb ... 2021-11-04 09:59:48.159 | Unpacking libnspr4:amd64 (2:4.25-1) ... 2021-11-04 09:59:48.559 | Selecting previously unselected package libnss3:amd64. 2021-11-04 09:59:48.567 | Preparing to unpack .../165-libnss3_2%3a3.49.1-1ubuntu1.5_amd64.deb ... 2021-11-04 09:59:48.611 | Unpacking libnss3:amd64 (2:3.49.1-1ubuntu1.5) ... 2021-11-04 09:59:49.204 | Selecting previously unselected package libomp5-10:amd64. 2021-11-04 09:59:49.213 | Preparing to unpack .../166-libomp5-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-11-04 09:59:49.261 | Unpacking libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2021-11-04 09:59:49.640 | Selecting previously unselected package libomp-10-dev. 2021-11-04 09:59:49.648 | Preparing to unpack .../167-libomp-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-11-04 09:59:49.702 | Unpacking libomp-10-dev (1:10.0.0-4ubuntu1) ... 2021-11-04 09:59:50.029 | Selecting previously unselected package pcp-conf. 2021-11-04 09:59:50.037 | Preparing to unpack .../168-pcp-conf_5.0.3-1_amd64.deb ... 2021-11-04 09:59:50.091 | Unpacking pcp-conf (5.0.3-1) ... 2021-11-04 09:59:50.410 | Selecting previously unselected package libpcp3. 2021-11-04 09:59:50.419 | Preparing to unpack .../169-libpcp3_5.0.3-1_amd64.deb ... 2021-11-04 09:59:50.472 | Unpacking libpcp3 (5.0.3-1) ... 2021-11-04 09:59:50.886 | Selecting previously unselected package libpcp-pmda3. 2021-11-04 09:59:50.894 | Preparing to unpack .../170-libpcp-pmda3_5.0.3-1_amd64.deb ... 2021-11-04 09:59:50.947 | Unpacking libpcp-pmda3 (5.0.3-1) ... 2021-11-04 09:59:51.217 | Selecting previously unselected package libpcp-pmda-perl. 2021-11-04 09:59:51.225 | Preparing to unpack .../171-libpcp-pmda-perl_5.0.3-1_amd64.deb ... 2021-11-04 09:59:51.263 | Unpacking libpcp-pmda-perl (5.0.3-1) ... 2021-11-04 09:59:51.673 | Selecting previously unselected package libpq5:amd64. 2021-11-04 09:59:51.682 | Preparing to unpack .../172-libpq5_12.8-0ubuntu0.20.04.1_amd64.deb ... 2021-11-04 09:59:51.735 | Unpacking libpq5:amd64 (12.8-0ubuntu0.20.04.1) ... 2021-11-04 09:59:52.017 | Selecting previously unselected package libpq-dev. 2021-11-04 09:59:52.025 | Preparing to unpack .../173-libpq-dev_12.8-0ubuntu0.20.04.1_amd64.deb ... 2021-11-04 09:59:52.078 | Unpacking libpq-dev (12.8-0ubuntu0.20.04.1) ... 2021-11-04 09:59:52.543 | Selecting previously unselected package librados2. 2021-11-04 09:59:52.552 | Preparing to unpack .../174-librados2_15.2.14-0ubuntu0.20.04.1_amd64.deb ... 2021-11-04 09:59:52.589 | Unpacking librados2 (15.2.14-0ubuntu0.20.04.1) ... 2021-11-04 09:59:53.508 | Selecting previously unselected package librbd1. 2021-11-04 09:59:53.517 | Preparing to unpack .../175-librbd1_15.2.14-0ubuntu0.20.04.1_amd64.deb ... 2021-11-04 09:59:53.575 | Unpacking librbd1 (15.2.14-0ubuntu0.20.04.1) ... 2021-11-04 09:59:54.132 | Selecting previously unselected package libsasl2-dev. 2021-11-04 09:59:54.140 | Preparing to unpack .../176-libsasl2-dev_2.1.27+dfsg-2_amd64.deb ... 2021-11-04 09:59:54.171 | Unpacking libsasl2-dev (2.1.27+dfsg-2) ... 2021-11-04 09:59:54.554 | Selecting previously unselected package libssl-dev:amd64. 2021-11-04 09:59:54.563 | Preparing to unpack .../177-libssl-dev_1.1.1f-1ubuntu2.8_amd64.deb ... 2021-11-04 09:59:54.605 | Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.8) ... 2021-11-04 09:59:55.206 | Selecting previously unselected package libsystemd-dev:amd64. 2021-11-04 09:59:55.214 | Preparing to unpack .../178-libsystemd-dev_245.4-4ubuntu3.13_amd64.deb ... 2021-11-04 09:59:55.272 | Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.13) ... 2021-11-04 09:59:55.622 | Selecting previously unselected package libtinfo-dev:amd64. 2021-11-04 09:59:55.631 | Preparing to unpack .../179-libtinfo-dev_6.2-0ubuntu2_amd64.deb ... 2021-11-04 09:59:55.678 | Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2021-11-04 09:59:55.965 | Selecting previously unselected package libx86-1:amd64. 2021-11-04 09:59:55.974 | Preparing to unpack .../180-libx86-1_1.1+ds1-11_amd64.deb ... 2021-11-04 09:59:56.028 | Unpacking libx86-1:amd64 (1.1+ds1-11) ... 2021-11-04 09:59:56.295 | Selecting previously unselected package libxml2-dev:amd64. 2021-11-04 09:59:56.304 | Preparing to unpack .../181-libxml2-dev_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... 2021-11-04 09:59:56.346 | Unpacking libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2021-11-04 09:59:56.788 | Selecting previously unselected package libxslt1-dev:amd64. 2021-11-04 09:59:56.797 | Preparing to unpack .../182-libxslt1-dev_1.1.34-4_amd64.deb ... 2021-11-04 09:59:56.845 | Unpacking libxslt1-dev:amd64 (1.1.34-4) ... 2021-11-04 09:59:57.349 | Selecting previously unselected package llvm-10-runtime. 2021-11-04 09:59:57.357 | Preparing to unpack .../183-llvm-10-runtime_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-11-04 09:59:57.427 | Unpacking llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2021-11-04 09:59:57.795 | Selecting previously unselected package libpfm4:amd64. 2021-11-04 09:59:57.803 | Preparing to unpack .../184-libpfm4_4.10.1+git20-g7700f49-2_amd64.deb ... 2021-11-04 09:59:57.868 | Unpacking libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2021-11-04 09:59:58.251 | Selecting previously unselected package llvm-10. 2021-11-04 09:59:58.260 | Preparing to unpack .../185-llvm-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-11-04 09:59:58.297 | Unpacking llvm-10 (1:10.0.0-4ubuntu1) ... 2021-11-04 09:59:59.410 | Selecting previously unselected package libffi-dev:amd64. 2021-11-04 09:59:59.419 | Preparing to unpack .../186-libffi-dev_3.3-4_amd64.deb ... 2021-11-04 09:59:59.466 | Unpacking libffi-dev:amd64 (3.3-4) ... 2021-11-04 09:59:59.781 | Selecting previously unselected package python3-pygments. 2021-11-04 09:59:59.789 | Preparing to unpack .../187-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... 2021-11-04 09:59:59.843 | Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2021-11-04 10:00:00.278 | Selecting previously unselected package llvm-10-tools. 2021-11-04 10:00:00.287 | Preparing to unpack .../188-llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-11-04 10:00:00.352 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ... 2021-11-04 10:00:00.880 | Selecting previously unselected package libz3-4:amd64. 2021-11-04 10:00:00.888 | Preparing to unpack .../189-libz3-4_4.8.7-4build1_amd64.deb ... 2021-11-04 10:00:00.935 | Unpacking libz3-4:amd64 (4.8.7-4build1) ... 2021-11-04 10:00:02.257 | Selecting previously unselected package libz3-dev:amd64. 2021-11-04 10:00:02.266 | Preparing to unpack .../190-libz3-dev_4.8.7-4build1_amd64.deb ... 2021-11-04 10:00:02.319 | Unpacking libz3-dev:amd64 (4.8.7-4build1) ... 2021-11-04 10:00:02.703 | Selecting previously unselected package llvm-10-dev. 2021-11-04 10:00:02.711 | Preparing to unpack .../191-llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2021-11-04 10:00:02.763 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ... 2021-11-04 10:00:07.834 | Selecting previously unselected package lsscsi. 2021-11-04 10:00:07.844 | Preparing to unpack .../192-lsscsi_0.30-0.1_amd64.deb ... 2021-11-04 10:00:07.912 | Unpacking lsscsi (0.30-0.1) ... 2021-11-04 10:00:08.267 | Selecting previously unselected package pkg-config. 2021-11-04 10:00:08.276 | Preparing to unpack .../193-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2021-11-04 10:00:08.323 | Unpacking pkg-config (0.29.1-0ubuntu4) ... 2021-11-04 10:00:08.661 | Selecting previously unselected package pm-utils. 2021-11-04 10:00:08.670 | Preparing to unpack .../194-pm-utils_1.4.1-19_all.deb ... 2021-11-04 10:00:08.719 | Unpacking pm-utils (1.4.1-19) ... 2021-11-04 10:00:09.107 | Selecting previously unselected package postgresql-client-common. 2021-11-04 10:00:09.115 | Preparing to unpack .../195-postgresql-client-common_214ubuntu0.1_all.deb ... 2021-11-04 10:00:09.165 | Unpacking postgresql-client-common (214ubuntu0.1) ... 2021-11-04 10:00:09.520 | Selecting previously unselected package postgresql-client-12. 2021-11-04 10:00:09.529 | Preparing to unpack .../196-postgresql-client-12_12.8-0ubuntu0.20.04.1_amd64.deb ... 2021-11-04 10:00:09.559 | Unpacking postgresql-client-12 (12.8-0ubuntu0.20.04.1) ... 2021-11-04 10:00:10.118 | Selecting previously unselected package ssl-cert. 2021-11-04 10:00:10.126 | Preparing to unpack .../197-ssl-cert_1.0.39_all.deb ... 2021-11-04 10:00:10.165 | Unpacking ssl-cert (1.0.39) ... 2021-11-04 10:00:10.668 | Selecting previously unselected package postgresql-common. 2021-11-04 10:00:10.677 | Preparing to unpack .../198-postgresql-common_214ubuntu0.1_all.deb ... 2021-11-04 10:00:10.748 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2021-11-04 10:00:10.788 | Unpacking postgresql-common (214ubuntu0.1) ... 2021-11-04 10:00:11.234 | Selecting previously unselected package postgresql-server-dev-12. 2021-11-04 10:00:11.242 | Preparing to unpack .../199-postgresql-server-dev-12_12.8-0ubuntu0.20.04.1_amd64.deb ... 2021-11-04 10:00:11.294 | Unpacking postgresql-server-dev-12 (12.8-0ubuntu0.20.04.1) ... 2021-11-04 10:00:12.103 | Selecting previously unselected package postgresql-server-dev-all. 2021-11-04 10:00:12.112 | Preparing to unpack .../200-postgresql-server-dev-all_214ubuntu0.1_all.deb ... 2021-11-04 10:00:12.174 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ... 2021-11-04 10:00:12.464 | Selecting previously unselected package python-pip-whl. 2021-11-04 10:00:12.473 | Preparing to unpack .../201-python-pip-whl_20.0.2-5ubuntu1.6_all.deb ... 2021-11-04 10:00:12.519 | Unpacking python-pip-whl (20.0.2-5ubuntu1.6) ... 2021-11-04 10:00:13.074 | Selecting previously unselected package python3-mysqldb. 2021-11-04 10:00:13.082 | Preparing to unpack .../202-python3-mysqldb_1.4.4-2build1_amd64.deb ... 2021-11-04 10:00:13.119 | Unpacking python3-mysqldb (1.4.4-2build1) ... 2021-11-04 10:00:13.456 | Selecting previously unselected package python3-wheel. 2021-11-04 10:00:13.466 | Preparing to unpack .../203-python3-wheel_0.34.2-1_all.deb ... 2021-11-04 10:00:13.513 | Unpacking python3-wheel (0.34.2-1) ... 2021-11-04 10:00:13.935 | Selecting previously unselected package python3-pip. 2021-11-04 10:00:13.943 | Preparing to unpack .../204-python3-pip_20.0.2-5ubuntu1.6_all.deb ... 2021-11-04 10:00:14.009 | Unpacking python3-pip (20.0.2-5ubuntu1.6) ... 2021-11-04 10:00:14.537 | Selecting previously unselected package python3.8-venv. 2021-11-04 10:00:14.546 | Preparing to unpack .../205-python3.8-venv_3.8.10-0ubuntu1~20.04.1_amd64.deb ... 2021-11-04 10:00:14.604 | Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04.1) ... 2021-11-04 10:00:15.000 | Selecting previously unselected package python3-venv. 2021-11-04 10:00:15.009 | Preparing to unpack .../206-python3-venv_3.8.2-0ubuntu2_amd64.deb ... 2021-11-04 10:00:15.072 | Unpacking python3-venv (3.8.2-0ubuntu2) ... 2021-11-04 10:00:15.423 | Selecting previously unselected package qemu-block-extra:amd64. 2021-11-04 10:00:15.432 | Preparing to unpack .../207-qemu-block-extra_1%3a4.2-3ubuntu6.18_amd64.deb ... 2021-11-04 10:00:15.479 | Unpacking qemu-block-extra:amd64 (1:4.2-3ubuntu6.18) ... 2021-11-04 10:00:15.783 | Selecting previously unselected package qemu-utils. 2021-11-04 10:00:15.792 | Preparing to unpack .../208-qemu-utils_1%3a4.2-3ubuntu6.18_amd64.deb ... 2021-11-04 10:00:15.845 | Unpacking qemu-utils (1:4.2-3ubuntu6.18) ... 2021-11-04 10:00:16.360 | Selecting previously unselected package sharutils. 2021-11-04 10:00:16.368 | Preparing to unpack .../209-sharutils_1%3a4.15.2-4build1_amd64.deb ... 2021-11-04 10:00:16.416 | Unpacking sharutils (1:4.15.2-4build1) ... 2021-11-04 10:00:16.725 | Selecting previously unselected package sqlite3. 2021-11-04 10:00:16.734 | Preparing to unpack .../210-sqlite3_3.31.1-4ubuntu0.2_amd64.deb ... 2021-11-04 10:00:16.788 | Unpacking sqlite3 (3.31.1-4ubuntu0.2) ... 2021-11-04 10:00:17.388 | Selecting previously unselected package unzip. 2021-11-04 10:00:17.396 | Preparing to unpack .../211-unzip_6.0-25ubuntu1_amd64.deb ... 2021-11-04 10:00:17.444 | Unpacking unzip (6.0-25ubuntu1) ... 2021-11-04 10:00:17.817 | Selecting previously unselected package vbetool. 2021-11-04 10:00:17.826 | Preparing to unpack .../212-vbetool_1.1-4_amd64.deb ... 2021-11-04 10:00:17.868 | Unpacking vbetool (1.1-4) ... 2021-11-04 10:00:18.263 | Selecting previously unselected package ipset. 2021-11-04 10:00:18.271 | Preparing to unpack .../213-ipset_7.5-1~exp1_amd64.deb ... 2021-11-04 10:00:18.319 | Unpacking ipset (7.5-1~exp1) ... 2021-11-04 10:00:18.760 | Selecting previously unselected package ipvsadm. 2021-11-04 10:00:18.769 | Preparing to unpack .../214-ipvsadm_1%3a1.31-1_amd64.deb ... 2021-11-04 10:00:18.822 | Unpacking ipvsadm (1:1.31-1) ... 2021-11-04 10:00:19.226 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2021-11-04 10:00:19.235 | Preparing to unpack .../215-libapache2-mod-proxy-uwsgi_2.4.41-4ubuntu3.8_amd64.deb ... 2021-11-04 10:00:19.296 | Unpacking libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.8) ... 2021-11-04 10:00:19.542 | Selecting previously unselected package liberasurecode1:amd64. 2021-11-04 10:00:19.551 | Preparing to unpack .../216-liberasurecode1_1.6.1-4_amd64.deb ... 2021-11-04 10:00:19.593 | Unpacking liberasurecode1:amd64 (1.6.1-4) ... 2021-11-04 10:00:19.885 | Selecting previously unselected package liberasurecode-dev:amd64. 2021-11-04 10:00:19.894 | Preparing to unpack .../217-liberasurecode-dev_1.6.1-4_amd64.deb ... 2021-11-04 10:00:19.942 | Unpacking liberasurecode-dev:amd64 (1.6.1-4) ... 2021-11-04 10:00:20.251 | Selecting previously unselected package libkrb5-dev:amd64. 2021-11-04 10:00:20.260 | Preparing to unpack .../218-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 2021-11-04 10:00:20.313 | Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2021-11-04 10:00:20.668 | Selecting previously unselected package libpcp-gui2. 2021-11-04 10:00:20.677 | Preparing to unpack .../219-libpcp-gui2_5.0.3-1_amd64.deb ... 2021-11-04 10:00:20.724 | Unpacking libpcp-gui2 (5.0.3-1) ... 2021-11-04 10:00:21.108 | Selecting previously unselected package libpcp-import1. 2021-11-04 10:00:21.117 | Preparing to unpack .../220-libpcp-import1_5.0.3-1_amd64.deb ... 2021-11-04 10:00:21.170 | Unpacking libpcp-import1 (5.0.3-1) ... 2021-11-04 10:00:21.514 | Selecting previously unselected package libpcp-mmv1. 2021-11-04 10:00:21.523 | Preparing to unpack .../221-libpcp-mmv1_5.0.3-1_amd64.deb ... 2021-11-04 10:00:21.570 | Unpacking libpcp-mmv1 (5.0.3-1) ... 2021-11-04 10:00:21.912 | Selecting previously unselected package libpcp-trace2. 2021-11-04 10:00:21.921 | Preparing to unpack .../222-libpcp-trace2_5.0.3-1_amd64.deb ... 2021-11-04 10:00:21.968 | Unpacking libpcp-trace2 (5.0.3-1) ... 2021-11-04 10:00:22.312 | Selecting previously unselected package libpcp-web1. 2021-11-04 10:00:22.321 | Preparing to unpack .../223-libpcp-web1_5.0.3-1_amd64.deb ... 2021-11-04 10:00:22.374 | Unpacking libpcp-web1 (5.0.3-1) ... 2021-11-04 10:00:22.763 | Selecting previously unselected package libyaml-dev:amd64. 2021-11-04 10:00:22.772 | Preparing to unpack .../224-libyaml-dev_0.2.2-1_amd64.deb ... 2021-11-04 10:00:22.819 | Unpacking libyaml-dev:amd64 (0.2.2-1) ... 2021-11-04 10:00:23.131 | Selecting previously unselected package python3-pcp. 2021-11-04 10:00:23.139 | Preparing to unpack .../225-python3-pcp_5.0.3-1_amd64.deb ... 2021-11-04 10:00:23.187 | Unpacking python3-pcp (5.0.3-1) ... 2021-11-04 10:00:23.586 | Selecting previously unselected package pcp. 2021-11-04 10:00:23.595 | Preparing to unpack .../226-pcp_5.0.3-1_amd64.deb ... 2021-11-04 10:00:23.722 | Unpacking pcp (5.0.3-1) ... 2021-11-04 10:00:24.914 | Selecting previously unselected package socat. 2021-11-04 10:00:24.923 | Preparing to unpack .../227-socat_1.7.3.3-2_amd64.deb ... 2021-11-04 10:00:24.985 | Unpacking socat (1.7.3.3-2) ... 2021-11-04 10:00:25.468 | Selecting previously unselected package vlan. 2021-11-04 10:00:25.477 | Preparing to unpack .../228-vlan_2.0.4ubuntu1.20.04.1_all.deb ... 2021-11-04 10:00:25.530 | Unpacking vlan (2.0.4ubuntu1.20.04.1) ... 2021-11-04 10:00:25.924 | Setting up genisoimage (9:1.1.11-3.1ubuntu1) ... 2021-11-04 10:00:26.082 | Setting up postgresql-client-common (214ubuntu0.1) ... 2021-11-04 10:00:26.374 | Setting up javascript-common (11) ... 2021-11-04 10:00:26.626 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2021-11-04 10:00:26.699 | Setting up libgraphite2-3:amd64 (1.3.13-11build1) ... 2021-11-04 10:00:26.878 | Setting up dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2021-11-04 10:00:27.093 | Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2021-11-04 10:00:27.265 | Setting up mysql-common (5.8+1.0.5ubuntu2) ... 2021-11-04 10:00:27.544 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-11-04 10:00:27.621 | Setting up libncurses-dev:amd64 (6.2-0ubuntu2) ... 2021-11-04 10:00:27.762 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2021-11-04 10:00:27.890 | Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2021-11-04 10:00:28.031 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2021-11-04 10:00:28.187 | Setting up libdatrie1:amd64 (0.2.12-3) ... 2021-11-04 10:00:28.347 | Setting up libyaml-dev:amd64 (0.2.2-1) ... 2021-11-04 10:00:28.502 | Setting up libfile-fcntllock-perl (0.22-3build4) ... 2021-11-04 10:00:28.667 | Setting up libx86-1:amd64 (1.1+ds1-11) ... 2021-11-04 10:00:28.844 | Setting up libxcb-render0:amd64 (1.14-2) ... 2021-11-04 10:00:29.061 | Setting up libalgorithm-diff-perl (1.19.03-2) ... 2021-11-04 10:00:29.261 | Setting up libarchive-zip-perl (1.67-2) ... 2021-11-04 10:00:29.398 | Setting up libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2021-11-04 10:00:29.559 | Setting up vbetool (1.1-4) ... 2021-11-04 10:00:29.719 | Setting up libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2021-11-04 10:00:29.958 | Setting up pm-utils (1.4.1-19) ... 2021-11-04 10:00:30.221 | Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.8) ... 2021-11-04 10:00:30.740 | Setting up unzip (6.0-25ubuntu1) ... 2021-11-04 10:00:30.965 | Setting up libdebhelper-perl (12.10ubuntu1) ... 2021-11-04 10:00:31.170 | Setting up liblab-gamut1:amd64 (2.42.2-3build2) ... 2021-11-04 10:00:31.347 | Setting up x11-common (1:7.7+19ubuntu14) ... 2021-11-04 10:00:32.513 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2021-11-04 10:00:33.302 | Setting up libsensors-config (1:3.6.0-2ubuntu1) ... 2021-11-04 10:00:33.610 | Setting up libapr1:amd64 (1.6.5-1ubuntu1) ... 2021-11-04 10:00:33.787 | Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2021-11-04 10:00:33.947 | Setting up m4 (1.4.18-4) ... 2021-11-04 10:00:34.111 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ... 2021-11-04 10:00:34.593 | Setting up libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2021-11-04 10:00:34.762 | Setting up libxcb-shm0:amd64 (1.14-2) ... 2021-11-04 10:00:34.941 | Setting up iputils-arping (3:20190709-3) ... 2021-11-04 10:00:35.185 | Setting up libffi-dev:amd64 (3.3-4) ... 2021-11-04 10:00:35.356 | Setting up conntrack (1:1.4.5-2) ... 2021-11-04 10:00:35.534 | Setting up libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2021-11-04 10:00:35.713 | Setting up python3-wheel (0.34.2-1) ... 2021-11-04 10:00:36.147 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2021-11-04 10:00:36.341 | Setting up open-iscsi (2.0.874-7.1ubuntu6.2) ... 2021-11-04 10:00:36.890 | grep: /lib/modules-load.d/open-iscsi.conf: No such file or directory 2021-11-04 10:00:39.198 | Setting up memcached (1.5.22-2ubuntu0.2) ... 2021-11-04 10:00:41.110 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2021-11-04 10:00:41.830 | Setting up libfakeroot:amd64 (1.24-1) ... 2021-11-04 10:00:42.139 | Setting up libjansson4:amd64 (2.12-1build1) ... 2021-11-04 10:00:42.341 | Setting up acl (2.2.53-6) ... 2021-11-04 10:00:42.541 | Setting up dns-root-data (2019052802) ... 2021-11-04 10:00:42.676 | Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2021-11-04 10:00:42.838 | Setting up fakeroot (1.24-1) ... 2021-11-04 10:00:42.945 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2021-11-04 10:00:43.076 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-11-04 10:00:43.253 | Setting up libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2021-11-04 10:00:43.421 | Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2021-11-04 10:00:43.570 | Setting up autotools-dev (20180224.1) ... 2021-11-04 10:00:43.730 | Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2021-11-04 10:00:44.716 | Setting up libz3-4:amd64 (4.8.7-4build1) ... 2021-11-04 10:00:44.873 | Setting up libsasl2-dev (2.1.27+dfsg-2) ... 2021-11-04 10:00:45.036 | Setting up libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2021-11-04 10:00:45.227 | Setting up make (4.2.1-1.2) ... 2021-11-04 10:00:45.396 | Setting up libnspr4:amd64 (2:4.25-1) ... 2021-11-04 10:00:45.558 | Setting up libidn11:amd64 (1.33-2.2ubuntu2) ... 2021-11-04 10:00:45.741 | Setting up libclang1-10 (1:10.0.0-4ubuntu1) ... 2021-11-04 10:00:45.900 | Setting up uuid-dev:amd64 (2.34-0.1ubuntu9.1) ... 2021-11-04 10:00:46.050 | Setting up libpathplan4:amd64 (2.42.2-3build2) ... 2021-11-04 10:00:46.181 | Setting up ebtables (2.0.11-3build1) ... 2021-11-04 10:00:47.059 | Setting up socat (1.7.3.3-2) ... 2021-11-04 10:00:47.236 | Setting up libann0 (1.1.2+doc-7build1) ... 2021-11-04 10:00:47.393 | Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2021-11-04 10:00:47.564 | Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.8) ... 2021-11-04 10:00:47.724 | Setting up autopoint (0.19.8.1-10build1) ... 2021-11-04 10:00:47.867 | Setting up binfmt-support (2.2.0-2) ... 2021-11-04 10:00:48.347 | Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service. 2021-11-04 10:00:49.415 | Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2021-11-04 10:00:49.604 | Setting up icu-devtools (66.1-2ubuntu2) ... 2021-11-04 10:00:49.861 | Setting up fonts-dejavu-core (2.37-1) ... 2021-11-04 10:00:51.036 | Setting up libnetfilter-queue1 (1.0.3-1) ... 2021-11-04 10:00:51.218 | Setting up lsscsi (0.30-0.1) ... 2021-11-04 10:00:51.433 | Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2021-11-04 10:00:51.667 | Setting up g++-9 (9.3.0-17ubuntu1~20.04) ... 2021-11-04 10:00:51.855 | Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2021-11-04 10:00:52.121 | Setting up libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2021-11-04 10:00:52.356 | Setting up libdpkg-perl (1.19.7ubuntu3) ... 2021-11-04 10:00:52.573 | Setting up autoconf (2.69-11.1) ... 2021-11-04 10:00:52.899 | Setting up liberasurecode1:amd64 (1.6.1-4) ... 2021-11-04 10:00:53.158 | Setting up g++ (4:9.3.0-1ubuntu2) ... 2021-11-04 10:00:53.317 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2021-11-04 10:00:53.459 | Setting up dwz (0.13-5) ... 2021-11-04 10:00:53.661 | Setting up libsctp1:amd64 (1.0.18+dfsg-1) ... 2021-11-04 10:00:53.950 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2021-11-04 10:00:54.167 | Setting up libipset13:amd64 (7.5-1~exp1) ... 2021-11-04 10:00:54.447 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2021-11-04 10:00:54.724 | Setting up vlan (2.0.4ubuntu1.20.04.1) ... 2021-11-04 10:00:55.481 | Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2021-11-04 10:00:55.861 | Setting up libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2021-11-04 10:00:56.249 | Setting up libarchive-cpio-perl (0.10-1) ... 2021-11-04 10:00:56.521 | Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2021-11-04 10:00:56.744 | Setting up fonts-liberation (1:1.07.4-11) ... 2021-11-04 10:00:56.947 | Setting up libnl-3-200:amd64 (3.4.0-1) ... 2021-11-04 10:00:57.290 | Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2021-11-04 10:00:57.561 | Setting up pcp-conf (5.0.3-1) ... 2021-11-04 10:00:57.818 | Setting up libc6-i386 (2.31-0ubuntu9.2) ... 2021-11-04 10:00:58.064 | Setting up libcurl4:amd64 (7.68.0-1ubuntu2.7) ... 2021-11-04 10:00:58.244 | Setting up libsub-override-perl (0.09-2) ... 2021-11-04 10:00:58.435 | Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2021-11-04 10:00:58.621 | Setting up libthai-data (0.1.28-3) ... 2021-11-04 10:00:58.830 | Setting up python-pip-whl (20.0.2-5ubuntu1.6) ... 2021-11-04 10:00:58.990 | Setting up libcdt5:amd64 (2.42.2-3build2) ... 2021-11-04 10:00:59.153 | Setting up libcgraph6:amd64 (2.42.2-3build2) ... 2021-11-04 10:00:59.350 | Setting up apache2-data (2.4.41-4ubuntu3.8) ... 2021-11-04 10:00:59.561 | Setting up curl (7.68.0-1ubuntu2.7) ... 2021-11-04 10:00:59.724 | Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2021-11-04 10:00:59.890 | Setting up libjs-jquery (3.3.1~dfsg-3) ... 2021-11-04 10:01:00.050 | Setting up sharutils (1:4.15.2-4build1) ... 2021-11-04 10:01:00.218 | Setting up ipset (7.5-1~exp1) ... 2021-11-04 10:01:00.395 | Setting up openssl (1.1.1f-1ubuntu2.8) ... 2021-11-04 10:01:00.598 | Setting up conntrackd (1:1.4.5-2) ... 2021-11-04 10:01:01.977 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2021-11-04 10:01:02.390 | Setting up libsys-hostname-long-perl (1.5-1) ... 2021-11-04 10:01:02.572 | Setting up libalgorithm-diff-xs-perl (0.04-6) ... 2021-11-04 10:01:02.727 | Setting up libicu-dev:amd64 (66.1-2ubuntu2) ... 2021-11-04 10:01:02.923 | Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2021-11-04 10:01:03.104 | Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.13) ... 2021-11-04 10:01:03.269 | Setting up sqlite3 (3.31.1-4ubuntu0.2) ... 2021-11-04 10:01:03.441 | Setting up libalgorithm-merge-perl (0.08-3) ... 2021-11-04 10:01:03.609 | Setting up libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2021-11-04 10:01:03.767 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2021-11-04 10:01:03.929 | Setting up automake (1:1.16.1-4ubuntu6) ... 2021-11-04 10:01:04.056 | update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 2021-11-04 10:01:04.150 | Setting up libfile-stripnondeterminism-perl (1.7.0-1) ... 2021-11-04 10:01:04.330 | Setting up libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2021-11-04 10:01:04.495 | Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2021-11-04 10:01:04.681 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2021-11-04 10:01:04.881 | Setting up libz3-dev:amd64 (4.8.7-4build1) ... 2021-11-04 10:01:05.067 | Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ... 2021-11-04 10:01:05.221 | Setting up libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2021-11-04 10:01:05.392 | Setting up libmysqlclient21:amd64 (8.0.27-0ubuntu0.20.04.1) ... 2021-11-04 10:01:05.558 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ... 2021-11-04 10:01:05.750 | Setting up libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2021-11-04 10:01:05.953 | Setting up libomp-10-dev (1:10.0.0-4ubuntu1) ... 2021-11-04 10:01:06.201 | Setting up libtool (2.4.6-14) ... 2021-11-04 10:01:06.398 | Setting up fontconfig-config (2.13.1-2ubuntu3) ... 2021-11-04 10:01:08.984 | Setting up openssh-client (1:8.2p1-4ubuntu0.3) ... 2021-11-04 10:01:09.275 | Setting up libpq5:amd64 (12.8-0ubuntu0.20.04.1) ... 2021-11-04 10:01:09.449 | Setting up haproxy (2.0.13-2ubuntu0.3) ... 2021-11-04 10:01:11.138 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2021-11-04 10:01:12.258 | Setting up libpq-dev (12.8-0ubuntu0.20.04.1) ... 2021-11-04 10:01:12.424 | Setting up libnss3:amd64 (2:3.49.1-1ubuntu1.5) ... 2021-11-04 10:01:12.575 | Setting up libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2021-11-04 10:01:12.723 | Setting up dnsmasq-base (2.80-1.1ubuntu1.4) ... 2021-11-04 10:01:13.492 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2021-11-04 10:01:13.678 | Setting up libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2021-11-04 10:01:13.838 | Setting up llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2021-11-04 10:01:14.063 | Setting up dpkg-dev (1.19.7ubuntu3) ... 2021-11-04 10:01:14.360 | Setting up libnl-route-3-200:amd64 (3.4.0-1) ... 2021-11-04 10:01:14.546 | Setting up python3-mysqldb (1.4.4-2build1) ... 2021-11-04 10:01:14.981 | Setting up libmail-sendmail-perl (0.80-1) ... 2021-11-04 10:01:15.155 | Setting up libltdl-dev:amd64 (2.4.6-14) ... 2021-11-04 10:01:15.306 | Setting up libthai0:amd64 (0.1.28-3) ... 2021-11-04 10:01:15.472 | Setting up libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2021-11-04 10:01:15.646 | Setting up postgresql-client-12 (12.8-0ubuntu0.20.04.1) ... 2021-11-04 10:01:16.412 | 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 2021-11-04 10:01:16.518 | Setting up lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2021-11-04 10:01:16.661 | Setting up lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2021-11-04 10:01:16.829 | Setting up ssl-cert (1.0.39) ... 2021-11-04 10:01:17.997 | Setting up liberasurecode-dev:amd64 (1.6.1-4) ... 2021-11-04 10:01:18.132 | Setting up python3.8-venv (3.8.10-0ubuntu1~20.04.1) ... 2021-11-04 10:01:18.366 | Setting up libjs-jquery-metadata (12-1.1) ... 2021-11-04 10:01:18.520 | Setting up postgresql-common (214ubuntu0.1) ... 2021-11-04 10:01:19.809 | Adding user postgres to group ssl-cert 2021-11-04 10:01:20.112 | 2021-11-04 10:01:20.112 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2021-11-04 10:01:20.315 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2021-11-04 10:01:20.315 | Removing obsolete dictionary files: 2021-11-04 10:01:20.901 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2021-11-04 10:01:22.131 | Setting up libcroco3:amd64 (0.6.13-1) ... 2021-11-04 10:01:22.286 | Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2021-11-04 10:01:22.440 | Setting up pkg-config (0.29.1-0ubuntu4) ... 2021-11-04 10:01:22.851 | Setting up python3-pip (20.0.2-5ubuntu1.6) ... 2021-11-04 10:01:23.460 | Setting up dh-strip-nondeterminism (1.7.0-1) ... 2021-11-04 10:01:23.623 | Setting up libgvpr2:amd64 (2.42.2-3build2) ... 2021-11-04 10:01:23.809 | Setting up libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2021-11-04 10:01:23.986 | Setting up libnl-genl-3-200:amd64 (3.4.0-1) ... 2021-11-04 10:01:24.232 | Setting up build-essential (12.8ubuntu1.1) ... 2021-11-04 10:01:24.455 | Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.2) ... 2021-11-04 10:01:24.674 | Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2021-11-04 10:01:24.811 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-11-04 10:01:24.963 | Setting up libsm6:amd64 (2:1.2.3-1) ... 2021-11-04 10:01:25.114 | Setting up apache2-utils (2.4.41-4ubuntu3.8) ... 2021-11-04 10:01:25.260 | Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2021-11-04 10:01:25.478 | Setting up ipvsadm (1:1.31-1) ... 2021-11-04 10:01:26.666 | Setting up openssh-sftp-server (1:8.2p1-4ubuntu0.3) ... 2021-11-04 10:01:26.840 | Setting up libibverbs1:amd64 (28.0-1ubuntu1) ... 2021-11-04 10:01:27.329 | Setting up fontconfig (2.13.1-2ubuntu3) ... 2021-11-04 10:01:29.545 | Regenerating fonts cache... done. 2021-11-04 10:01:29.601 | Setting up gettext (0.19.8.1-10build1) ... 2021-11-04 10:01:29.809 | Setting up libpcp3 (5.0.3-1) ... 2021-11-04 10:01:30.005 | Setting up libpcp-pmda3 (5.0.3-1) ... 2021-11-04 10:01:30.266 | Setting up libxslt1-dev:amd64 (1.1.34-4) ... 2021-11-04 10:01:30.449 | Setting up openssh-server (1:8.2p1-4ubuntu0.3) ... 2021-11-04 10:01:32.214 | rescue-ssh.target is a disabled or a static unit, not starting it. 2021-11-04 10:01:33.183 | Setting up ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2021-11-04 10:01:34.251 | Setting up libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2021-11-04 10:01:34.409 | Setting up keepalived (1:2.0.19-2) ... 2021-11-04 10:01:35.632 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2021-11-04 10:01:36.408 | Setting up llvm-10 (1:10.0.0-4ubuntu1) ... 2021-11-04 10:01:36.620 | Setting up libpcp-trace2 (5.0.3-1) ... 2021-11-04 10:01:36.820 | Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-11-04 10:01:36.997 | Setting up libpcp-pmda-perl (5.0.3-1) ... 2021-11-04 10:01:37.182 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-11-04 10:01:37.354 | Setting up libpcp-gui2 (5.0.3-1) ... 2021-11-04 10:01:37.548 | Setting up apache2-bin (2.4.41-4ubuntu3.8) ... 2021-11-04 10:01:37.726 | Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ... 2021-11-04 10:01:37.906 | Setting up libpcp-web1 (5.0.3-1) ... 2021-11-04 10:01:38.068 | Setting up intltool-debian (0.35.0+20060710.5) ... 2021-11-04 10:01:38.239 | Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2021-11-04 10:01:38.439 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ... 2021-11-04 10:01:38.620 | Setting up python3-venv (3.8.2-0ubuntu2) ... 2021-11-04 10:01:38.797 | Setting up libpcp-mmv1 (5.0.3-1) ... 2021-11-04 10:01:38.997 | Setting up libapr1-dev (1.6.5-1ubuntu1) ... 2021-11-04 10:01:39.268 | Setting up libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2021-11-04 10:01:39.440 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2021-11-04 10:01:39.626 | Setting up libaprutil1-dev (1.6.1-4ubuntu2) ... 2021-11-04 10:01:39.774 | Setting up clang-10 (1:10.0.0-4ubuntu1) ... 2021-11-04 10:01:39.953 | Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-11-04 10:01:40.128 | Setting up postgresql-server-dev-12 (12.8-0ubuntu0.20.04.1) ... 2021-11-04 10:01:40.285 | Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2021-11-04 10:01:40.451 | Setting up libpcp-import1 (5.0.3-1) ... 2021-11-04 10:01:40.654 | Setting up librdmacm1:amd64 (28.0-1ubuntu1) ... 2021-11-04 10:01:40.874 | Setting up librados2 (15.2.14-0ubuntu0.20.04.1) ... 2021-11-04 10:01:41.039 | Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2021-11-04 10:01:41.205 | Setting up po-debconf (1.0.21) ... 2021-11-04 10:01:41.357 | Setting up apache2 (2.4.41-4ubuntu3.8) ... 2021-11-04 10:01:50.577 | Enabling module mpm_event. 2021-11-04 10:01:50.641 | Enabling module authz_core. 2021-11-04 10:01:50.646 | Enabling module authz_host. 2021-11-04 10:01:50.706 | Enabling module authn_core. 2021-11-04 10:01:50.712 | Enabling module auth_basic. 2021-11-04 10:01:50.772 | Enabling module access_compat. 2021-11-04 10:01:50.833 | Enabling module authn_file. 2021-11-04 10:01:50.894 | Enabling module authz_user. 2021-11-04 10:01:50.954 | Enabling module alias. 2021-11-04 10:01:51.014 | Enabling module dir. 2021-11-04 10:01:51.075 | Enabling module autoindex. 2021-11-04 10:01:51.135 | Enabling module env. 2021-11-04 10:01:51.195 | Enabling module mime. 2021-11-04 10:01:51.255 | Enabling module negotiation. 2021-11-04 10:01:51.315 | Enabling module setenvif. 2021-11-04 10:01:51.375 | Enabling module filter. 2021-11-04 10:01:51.436 | Enabling module deflate. 2021-11-04 10:01:51.496 | Enabling module status. 2021-11-04 10:01:51.560 | Enabling module reqtimeout. 2021-11-04 10:01:51.622 | Enabling conf charset. 2021-11-04 10:01:51.685 | Enabling conf localized-error-pages. 2021-11-04 10:01:51.745 | Enabling conf other-vhosts-access-log. 2021-11-04 10:01:51.805 | Enabling conf security. 2021-11-04 10:01:51.866 | Enabling conf serve-cgi-bin. 2021-11-04 10:01:51.926 | Enabling site 000-default. 2021-11-04 10:01:51.978 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2021-11-04 10:01:52.035 | Enabling conf javascript-common. 2021-11-04 10:01:52.293 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2021-11-04 10:01:52.889 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2021-11-04 10:01:55.637 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2021-11-04 10:01:55.862 | Setting up python3-pcp (5.0.3-1) ... 2021-11-04 10:01:56.348 | Setting up libgvc6 (2.42.2-3build2) ... 2021-11-04 10:01:56.502 | Setting up librbd1 (15.2.14-0ubuntu0.20.04.1) ... 2021-11-04 10:01:56.645 | Setting up libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.8) ... 2021-11-04 10:01:56.831 | Setting up libiscsi7:amd64 (1.18.0-2) ... 2021-11-04 10:01:57.010 | Setting up postgresql-server-dev-all (214ubuntu0.1) ... 2021-11-04 10:01:57.194 | Setting up qemu-block-extra:amd64 (1:4.2-3ubuntu6.18) ... 2021-11-04 10:01:57.392 | Setting up graphviz (2.42.2-3build2) ... 2021-11-04 10:01:57.582 | Setting up pcp (5.0.3-1) ... 2021-11-04 10:02:01.586 | Created symlink /etc/systemd/system/multi-user.target.wants/pmcd.service → /lib/systemd/system/pmcd.service. 2021-11-04 10:02:02.003 | Created symlink /etc/systemd/system/multi-user.target.wants/pmlogger.service → /lib/systemd/system/pmlogger.service. 2021-11-04 10:02:02.405 | Created symlink /etc/systemd/system/multi-user.target.wants/pmie.service → /lib/systemd/system/pmie.service. 2021-11-04 10:02:02.838 | Created symlink /etc/systemd/system/multi-user.target.wants/pmproxy.service → /lib/systemd/system/pmproxy.service. 2021-11-04 10:02:20.339 | Setting up qemu-utils (1:4.2-3ubuntu6.18) ... 2021-11-04 10:02:20.503 | Setting up systemd (245.4-4ubuntu3.13) ... 2021-11-04 10:02:20.572 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2021-11-04 10:02:22.456 | Setting up dh-autoreconf (19) ... 2021-11-04 10:02:22.570 | Setting up systemd-timesyncd (245.4-4ubuntu3.13) ... 2021-11-04 10:02:23.629 | Setting up systemd-sysv (245.4-4ubuntu3.13) ... 2021-11-04 10:02:23.793 | Setting up libnss-systemd:amd64 (245.4-4ubuntu3.13) ... 2021-11-04 10:02:23.952 | Setting up debhelper (12.10ubuntu1) ... 2021-11-04 10:02:24.108 | Setting up libpam-systemd:amd64 (245.4-4ubuntu3.13) ... 2021-11-04 10:02:24.696 | Setting up apache2-dev (2.4.41-4ubuntu3.8) ... 2021-11-04 10:02:24.804 | Processing triggers for mime-support (3.64ubuntu1) ... 2021-11-04 10:02:24.954 | Processing triggers for initramfs-tools (0.136ubuntu6.4) ... 2021-11-04 10:02:25.130 | update-initramfs: Generating /boot/initrd.img-5.4.0-72-generic 2021-11-04 10:02:38.832 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2021-11-04 10:02:39.032 | Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ... 2021-11-04 10:02:39.530 | Processing triggers for ufw (0.36-6) ... 2021-11-04 10:02:39.762 | Processing triggers for man-db (2.9.1-1) ... 2021-11-04 10:03:09.092 | Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2021-11-04 10:03:09.195 | Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2021-11-04 10:03:16.557 | ++ functions-common:apt_get:1118 : result=0 2021-11-04 10:03:16.559 | ++ functions-common:apt_get:1121 : time_stop apt-get 2021-11-04 10:03:16.561 | ++ functions-common:time_stop:2309 : local name 2021-11-04 10:03:16.563 | ++ functions-common:time_stop:2310 : local end_time 2021-11-04 10:03:16.566 | ++ functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:03:16.568 | ++ functions-common:time_stop:2312 : local total 2021-11-04 10:03:16.570 | ++ functions-common:time_stop:2313 : local start_time 2021-11-04 10:03:16.572 | ++ functions-common:time_stop:2315 : name=apt-get 2021-11-04 10:03:16.574 | ++ functions-common:time_stop:2316 : start_time=1636019845673 2021-11-04 10:03:16.576 | ++ functions-common:time_stop:2318 : [[ -z 1636019845673 ]] 2021-11-04 10:03:16.579 | +++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:03:16.583 | ++ functions-common:time_stop:2321 : end_time=1636020196581 2021-11-04 10:03:16.585 | ++ functions-common:time_stop:2322 : elapsed_time=350908 2021-11-04 10:03:16.588 | ++ functions-common:time_stop:2323 : total=719 2021-11-04 10:03:16.590 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:03:16.592 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=351627 2021-11-04 10:03:16.594 | ++ functions-common:apt_get:1122 : return 0 2021-11-04 10:03:16.597 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2021-11-04 10:03:16.600 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2021-11-04 10:03:16.602 | ++ tools/install_prereqs.sh:source:88 : date +%s 2021-11-04 10:03:16.606 | ++ tools/install_prereqs.sh:source:89 : date 2021-11-04 10:03:16.610 | + ./stack.sh:main:772 : [[ False != \T\r\u\e ]] 2021-11-04 10:03:16.612 | + ./stack.sh:main:773 : PYPI_ALTERNATIVE_URL= 2021-11-04 10:03:16.615 | + ./stack.sh:main:773 : /home/ubuntu/devstack/tools/install_pip.sh 2021-11-04 10:03:17.973 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2021-11-04 10:03:17.975 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2021-11-04 10:03:17.978 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2021-11-04 10:03:17.981 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2021-11-04 10:03:17.983 | + tools/install_pip.sh:main:43 : GetDistro 2021-11-04 10:03:17.985 | + functions-common:GetDistro:373 : GetOSVersion 2021-11-04 10:03:17.986 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2021-11-04 10:03:17.989 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2021-11-04 10:03:17.991 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2021-11-04 10:03:17.993 | + functions-common:_ensure_lsb_release:328 : return 2021-11-04 10:03:17.995 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2021-11-04 10:03:18.066 | + functions-common:GetOSVersion:352 : os_RELEASE=20.04 2021-11-04 10:03:18.068 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2021-11-04 10:03:18.145 | + functions-common:GetOSVersion:353 : os_CODENAME=focal 2021-11-04 10:03:18.147 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2021-11-04 10:03:18.215 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2021-11-04 10:03:18.216 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2021-11-04 10:03:18.218 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2021-11-04 10:03:18.220 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2021-11-04 10:03:18.222 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2021-11-04 10:03:18.224 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2021-11-04 10:03:18.226 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2021-11-04 10:03:18.228 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2021-11-04 10:03:18.230 | + functions-common:GetDistro:378 : DISTRO=focal 2021-11-04 10:03:18.232 | + functions-common:GetDistro:422 : typeset -xr DISTRO 2021-11-04 10:03:18.234 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2021-11-04 10:03:18.234 | Distro: focal 2021-11-04 10:03:18.236 | + tools/install_pip.sh:main:115 : get_versions 2021-11-04 10:03:18.238 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-11-04 10:03:18.242 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-11-04 10:03:18.243 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-11-04 10:03:18.246 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-11-04 10:03:18.246 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-11-04 10:03:18.658 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2021-11-04 10:03:18.660 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2021-11-04 10:03:18.660 | pip: 20.2.2 2021-11-04 10:03:18.662 | + tools/install_pip.sh:main:117 : [[ -n '' ]] 2021-11-04 10:03:18.663 | + tools/install_pip.sh:main:121 : is_fedora 2021-11-04 10:03:18.665 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-11-04 10:03:18.667 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-11-04 10:03:18.669 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-11-04 10:03:18.670 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-11-04 10:03:18.672 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-11-04 10:03:18.674 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-11-04 10:03:18.676 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-11-04 10:03:18.677 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-11-04 10:03:18.679 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-11-04 10:03:18.681 | + tools/install_pip.sh:main:133 : install_get_pip 2021-11-04 10:03:18.682 | + tools/install_pip.sh:install_get_pip:62 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-11-04 10:03:18.684 | + tools/install_pip.sh:install_get_pip:79 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-11-04 10:03:18.686 | + tools/install_pip.sh:install_get_pip:82 : local timecond= 2021-11-04 10:03:18.687 | + tools/install_pip.sh:install_get_pip:83 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-11-04 10:03:18.689 | + tools/install_pip.sh:install_get_pip:87 : curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2021-11-04 10:03:18.699 | % Total % Received % Xferd Average Speed Time Time Time Current 2021-11-04 10:03:18.700 | Dload Upload Total Spent Left Speed 2021-11-04 10:03:19.113 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2108k 100 2108k 0 0 5105k 0 --:--:-- --:--:-- --:--:-- 5105k 2021-11-04 10:03:19.118 | + tools/install_pip.sh:install_get_pip:90 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2021-11-04 10:03:19.121 | + tools/install_pip.sh:install_get_pip:92 : sudo -H -E python3.8 /home/ubuntu/devstack/files/get-pip.py 2021-11-04 10:03:22.214 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:03:22.214 | from cryptography.utils import int_from_bytes 2021-11-04 10:03:22.214 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:03:22.214 | from cryptography.utils import int_from_bytes 2021-11-04 10:03:22.508 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:03:23.097 | Collecting pip 2021-11-04 10:03:23.109 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dea/f32dcd9ab821e/pip-21.3.1-py3-none-any.whl (1.7 MB) 2021-11-04 10:03:24.738 | Installing collected packages: pip 2021-11-04 10:03:24.738 | Attempting uninstall: pip 2021-11-04 10:03:24.739 | Found existing installation: pip 20.2.2 2021-11-04 10:03:24.973 | Uninstalling pip-20.2.2: 2021-11-04 10:03:25.019 | Successfully uninstalled pip-20.2.2 2021-11-04 10:03:26.730 | Successfully installed pip-21.3.1 2021-11-04 10:03:26.730 | /usr/local/lib/python3.8/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2021-11-04 10:03:26.730 | warnings.warn( 2021-11-04 10:03:26.730 | /usr/local/lib/python3.8/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2021-11-04 10:03:26.730 | warnings.warn( 2021-11-04 10:03:26.730 | /usr/local/lib/python3.8/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2021-11-04 10:03:26.730 | warnings.warn( 2021-11-04 10:03:26.730 | 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 2021-11-04 10:03:26.858 | + tools/install_pip.sh:main:136 : set -x 2021-11-04 10:03:26.860 | + tools/install_pip.sh:main:140 : pip_install_gr setuptools 2021-11-04 10:03:26.862 | + inc/python:pip_install_gr:76 : local name=setuptools 2021-11-04 10:03:26.864 | + inc/python:pip_install_gr:77 : local clean_name 2021-11-04 10:03:26.866 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2021-11-04 10:03:26.868 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2021-11-04 10:03:26.870 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-11-04 10:03:26.873 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-11-04 10:03:26.873 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2021-11-04 10:03:26.878 | ++ 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 ' 2021-11-04 10:03:26.880 | ++ 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 == '' ]] 2021-11-04 10:03:26.882 | ++ 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' 2021-11-04 10:03:26.884 | + 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' 2021-11-04 10:03:26.886 | + 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' 2021-11-04 10:03:26.904 | 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 2021-11-04 10:03:26.906 | + 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' 2021-11-04 10:03:27.664 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:03:27.664 | from cryptography.utils import int_from_bytes 2021-11-04 10:03:27.664 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:03:27.664 | from cryptography.utils import int_from_bytes 2021-11-04 10:03:28.738 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:03:28.775 | 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,!=48.0.0,!=49.0.0 in /usr/local/lib/python3.8/dist-packages (58.5.2) 2021-11-04 10:03:30.448 | 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 2021-11-04 10:03:30.561 | + inc/python:pip_install:200 : result=0 2021-11-04 10:03:30.563 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:03:30.565 | + functions-common:time_stop:2309 : local name 2021-11-04 10:03:30.567 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:03:30.569 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:03:30.571 | + functions-common:time_stop:2312 : local total 2021-11-04 10:03:30.572 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:03:30.574 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:03:30.576 | + functions-common:time_stop:2316 : start_time=1636020206899 2021-11-04 10:03:30.577 | + functions-common:time_stop:2318 : [[ -z 1636020206899 ]] 2021-11-04 10:03:30.579 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:03:30.582 | + functions-common:time_stop:2321 : end_time=1636020210581 2021-11-04 10:03:30.584 | + functions-common:time_stop:2322 : elapsed_time=3682 2021-11-04 10:03:30.586 | + functions-common:time_stop:2323 : total=0 2021-11-04 10:03:30.588 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:03:30.589 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=3682 2021-11-04 10:03:30.591 | + inc/python:pip_install:203 : return 0 2021-11-04 10:03:30.593 | + tools/install_pip.sh:main:142 : get_versions 2021-11-04 10:03:30.595 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-11-04 10:03:30.599 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-11-04 10:03:30.601 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-11-04 10:03:30.603 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-11-04 10:03:30.604 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-11-04 10:03:31.180 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2021-11-04 10:03:31.182 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2021-11-04 10:03:31.182 | pip: 21.3.1 2021-11-04 10:03:31.185 | + ./stack.sh:main:777 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2021-11-04 10:03:31.188 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2021-11-04 10:03:31.191 | + ./stack.sh:main:778 : fixup_all 2021-11-04 10:03:31.193 | + tools/fixup_stuff.sh:fixup_all:152 : fixup_ubuntu 2021-11-04 10:03:31.195 | + tools/fixup_stuff.sh:fixup_ubuntu:136 : is_ubuntu 2021-11-04 10:03:31.197 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:03:31.199 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:03:31.205 | + tools/fixup_stuff.sh:fixup_ubuntu:146 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.3.1.egg-info 2021-11-04 10:03:31.217 | + tools/fixup_stuff.sh:fixup_ubuntu:147 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2021-11-04 10:03:31.229 | + tools/fixup_stuff.sh:fixup_ubuntu:148 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2021-11-04 10:03:31.242 | + tools/fixup_stuff.sh:fixup_all:153 : fixup_fedora 2021-11-04 10:03:31.244 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2021-11-04 10:03:31.246 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-11-04 10:03:31.248 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-11-04 10:03:31.250 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-11-04 10:03:31.253 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-11-04 10:03:31.255 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-11-04 10:03:31.257 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-11-04 10:03:31.259 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-11-04 10:03:31.261 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-11-04 10:03:31.263 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-11-04 10:03:31.265 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2021-11-04 10:03:31.268 | + tools/fixup_stuff.sh:fixup_all:154 : fixup_suse 2021-11-04 10:03:31.270 | + tools/fixup_stuff.sh:fixup_suse:89 : is_suse 2021-11-04 10:03:31.273 | + functions-common:is_suse:462 : is_opensuse 2021-11-04 10:03:31.275 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-11-04 10:03:31.277 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-11-04 10:03:31.279 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-11-04 10:03:31.281 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-11-04 10:03:31.284 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-11-04 10:03:31.286 | + tools/fixup_stuff.sh:fixup_suse:90 : return 2021-11-04 10:03:31.289 | + ./stack.sh:main:781 : pip_install -U os-testr 2021-11-04 10:03:31.309 | Using python 3.8 to install os-testr 2021-11-04 10:03:31.312 | + 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 2021-11-04 10:03:32.045 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:03:32.045 | from cryptography.utils import int_from_bytes 2021-11-04 10:03:32.045 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:03:32.045 | from cryptography.utils import int_from_bytes 2021-11-04 10:03:33.094 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:03:33.567 | Collecting os-testr 2021-11-04 10:03:33.574 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/785/f04c6c750390d/os_testr-2.0.1-py3-none-any.whl (46 kB) 2021-11-04 10:03:33.983 | Collecting stestr>=1.0.0 2021-11-04 10:03:33.991 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/de0/6fb51cf281ac7/stestr-3.2.1-py3-none-any.whl (125 kB) 2021-11-04 10:03:34.373 | Collecting python-subunit>=1.0.0 2021-11-04 10:03:34.380 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2021-11-04 10:03:34.388 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.6.0) 2021-11-04 10:03:34.389 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2021-11-04 10:03:34.404 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2021-11-04 10:03:34.435 | 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) 2021-11-04 10:03:34.436 | 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) 2021-11-04 10:03:34.822 | Collecting future 2021-11-04 10:03:34.830 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2021-11-04 10:03:35.045 | Preparing metadata (setup.py): started 2021-11-04 10:03:35.750 | Preparing metadata (setup.py): finished with status 'done' 2021-11-04 10:03:35.754 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.12.2) 2021-11-04 10:03:35.755 | Requirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (6.0) 2021-11-04 10:03:35.780 | 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.2.0) 2021-11-04 10:03:35.781 | 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) 2021-11-04 10:03:35.782 | 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) 2021-11-04 10:03:35.783 | 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) (2.4.0) 2021-11-04 10:03:35.784 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.5.0) 2021-11-04 10:03:35.798 | 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) 2021-11-04 10:03:35.871 | 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) 2021-11-04 10:03:35.873 | 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) 2021-11-04 10:03:35.874 | 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) 2021-11-04 10:03:35.875 | 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) 2021-11-04 10:03:35.981 | Building wheels for collected packages: future 2021-11-04 10:03:35.982 | Building wheel for future (setup.py): started 2021-11-04 10:03:36.999 | Building wheel for future (setup.py): finished with status 'done' 2021-11-04 10:03:37.003 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491070 sha256=2b880f0511fe98881dd250760122a2d453bb20f47793d33d86b8f901f375cb5d 2021-11-04 10:03:37.004 | Stored in directory: /root/.cache/pip/wheels/28/5f/d3/d195feb75503b53c2d3ab6230c977e5755765d711064d2e39f 2021-11-04 10:03:37.010 | Successfully built future 2021-11-04 10:03:38.527 | Installing collected packages: python-subunit, future, stestr, os-testr 2021-11-04 10:03:39.612 | Successfully installed future-0.18.2 os-testr-2.0.1 python-subunit-1.4.0 stestr-3.2.1 2021-11-04 10:03:39.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 2021-11-04 10:03:39.757 | + inc/python:pip_install:200 : result=0 2021-11-04 10:03:39.759 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:03:39.762 | + functions-common:time_stop:2309 : local name 2021-11-04 10:03:39.764 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:03:39.766 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:03:39.768 | + functions-common:time_stop:2312 : local total 2021-11-04 10:03:39.770 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:03:39.772 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:03:39.774 | + functions-common:time_stop:2316 : start_time=1636020211304 2021-11-04 10:03:39.776 | + functions-common:time_stop:2318 : [[ -z 1636020211304 ]] 2021-11-04 10:03:39.779 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:03:39.783 | + functions-common:time_stop:2321 : end_time=1636020219780 2021-11-04 10:03:39.785 | + functions-common:time_stop:2322 : elapsed_time=8476 2021-11-04 10:03:39.788 | + functions-common:time_stop:2323 : total=0 2021-11-04 10:03:39.790 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:03:39.792 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=8476 2021-11-04 10:03:39.794 | + inc/python:pip_install:203 : return 0 2021-11-04 10:03:39.796 | + ./stack.sh:main:785 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2021-11-04 10:03:39.845 | + ./stack.sh:main:786 : sudo systemctl restart systemd-journald 2021-11-04 10:03:40.098 | + ./stack.sh:main:792 : install_infra 2021-11-04 10:03:40.101 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-11-04 10:03:40.104 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2021-11-04 10:03:40.106 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2021-11-04 10:03:43.355 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-11-04 10:03:43.358 | + lib/infra:install_infra:34 : pip_install -U pbr 2021-11-04 10:03:43.382 | + 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 2021-11-04 10:03:45.334 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:45.410 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:45.439 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:45.545 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:45.665 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:45.717 | Ignoring dogtag-pki: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:45.842 | Ignoring python-nss: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:45.851 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:45.857 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:45.931 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:45.947 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:45.965 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:45.984 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:46.021 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:46.080 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:46.116 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:46.165 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:46.170 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:03:46.311 | Collecting pbr===5.6.0 2021-11-04 10:03:46.318 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c68/c661ac5cc8105/pbr-5.6.0-py2.py3-none-any.whl (111 kB) 2021-11-04 10:03:46.358 | Installing collected packages: pbr 2021-11-04 10:03:46.498 | Successfully installed pbr-5.6.0 2021-11-04 10:03:46.561 | + inc/python:pip_install:200 : result=0 2021-11-04 10:03:46.563 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:03:46.566 | + functions-common:time_stop:2309 : local name 2021-11-04 10:03:46.568 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:03:46.570 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:03:46.572 | + functions-common:time_stop:2312 : local total 2021-11-04 10:03:46.574 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:03:46.576 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:03:46.578 | + functions-common:time_stop:2316 : start_time=1636020223374 2021-11-04 10:03:46.581 | + functions-common:time_stop:2318 : [[ -z 1636020223374 ]] 2021-11-04 10:03:46.583 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:03:46.587 | + functions-common:time_stop:2321 : end_time=1636020226585 2021-11-04 10:03:46.589 | + functions-common:time_stop:2322 : elapsed_time=3211 2021-11-04 10:03:46.591 | + functions-common:time_stop:2323 : total=8476 2021-11-04 10:03:46.593 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:03:46.596 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=11687 2021-11-04 10:03:46.598 | + inc/python:pip_install:203 : return 0 2021-11-04 10:03:46.600 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-11-04 10:03:46.603 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2021-11-04 10:03:46.624 | + 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 2021-11-04 10:03:48.491 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:48.566 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:48.596 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:48.706 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:48.825 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:48.877 | Ignoring dogtag-pki: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:49.008 | Ignoring python-nss: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:49.018 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:49.024 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:49.102 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:49.118 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:49.135 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:49.154 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:49.186 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:49.243 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:49.279 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:49.330 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2021-11-04 10:03:49.336 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:03:49.338 | Processing /opt/stack/requirements 2021-11-04 10:03:50.685 | Collecting fixtures===3.0.0 2021-11-04 10:03:50.714 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2021-11-04 10:03:50.939 | Collecting PyYAML===6.0 2021-11-04 10:03:50.946 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/277/a0ef2981ca405/PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB) 2021-11-04 10:03:51.124 | Collecting requests===2.26.0 2021-11-04 10:03:51.132 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6c1/246513ecd5ecd/requests-2.26.0-py2.py3-none-any.whl (62 kB) 2021-11-04 10:03:51.226 | Collecting packaging===21.2 2021-11-04 10:03:51.234 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/143/17396d1e8cdb1/packaging-21.2-py3-none-any.whl (40 kB) 2021-11-04 10:03:51.300 | Collecting testtools===2.5.0 2021-11-04 10:03:51.306 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/798/525999f053e4d/testtools-2.5.0-py3-none-any.whl (181 kB) 2021-11-04 10:03:51.388 | Collecting idna===3.3 2021-11-04 10:03:51.395 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/84d/9dd047ffa8059/idna-3.3-py3-none-any.whl (61 kB) 2021-11-04 10:03:51.531 | Collecting pyparsing===2.4.7 2021-11-04 10:03:51.537 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2021-11-04 10:03:51.591 | Collecting six===1.16.0 2021-11-04 10:03:51.599 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ab/b2f1d86890a2d/six-1.16.0-py2.py3-none-any.whl (11 kB) 2021-11-04 10:03:51.653 | Collecting charset-normalizer===2.0.7 2021-11-04 10:03:51.661 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f7a/f805c321bfa1c/charset_normalizer-2.0.7-py3-none-any.whl (38 kB) 2021-11-04 10:03:51.697 | Collecting Parsley>=1.2 2021-11-04 10:03:51.703 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2021-11-04 10:03:51.752 | Collecting beagle>=0.2.1 2021-11-04 10:03:51.763 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl (11 kB) 2021-11-04 10:03:51.791 | 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 46)) (5.6.0) 2021-11-04 10:03:51.867 | Collecting certifi>=2017.4.17 2021-11-04 10:03:51.875 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d62/a0163eb4c2344/certifi-2021.10.8-py2.py3-none-any.whl (149 kB) 2021-11-04 10:03:51.968 | Collecting urllib3===1.26.7 2021-11-04 10:03:51.986 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c4f/df4019605b6e5/urllib3-1.26.7-py2.py3-none-any.whl (138 kB) 2021-11-04 10:03:52.065 | Collecting extras===1.0.0 2021-11-04 10:03:52.070 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2021-11-04 10:03:52.154 | Collecting cliff===3.9.0 2021-11-04 10:03:52.168 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c0d/02ee970f978be/cliff-3.9.0-py3-none-any.whl (80 kB) 2021-11-04 10:03:52.342 | Collecting cmd2===2.2.0 2021-11-04 10:03:52.350 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d2f/75a0f8712541d/cmd2-2.2.0-py3-none-any.whl (144 kB) 2021-11-04 10:03:52.447 | Collecting autopage===0.4.0 2021-11-04 10:03:52.454 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9b8/c9c160bfbf3e6/autopage-0.4.0-py3-none-any.whl (20 kB) 2021-11-04 10:03:52.538 | Collecting stevedore===3.5.0 2021-11-04 10:03:52.544 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a54/7de73308fd7e9/stevedore-3.5.0-py3-none-any.whl (49 kB) 2021-11-04 10:03:52.603 | Collecting prettytable===2.4.0 2021-11-04 10:03:52.610 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/249/2f29e8686bdbc/prettytable-2.4.0-py3-none-any.whl (24 kB) 2021-11-04 10:03:52.682 | Collecting colorama===0.4.4 2021-11-04 10:03:52.692 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl (16 kB) 2021-11-04 10:03:52.745 | Collecting pyperclip===1.8.2 2021-11-04 10:03:52.754 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/105/254a8b04934f0/pyperclip-1.8.2.tar.gz (20 kB) 2021-11-04 10:03:53.158 | Collecting attrs===21.2.0 2021-11-04 10:03:53.164 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/149/e90d6d8ac20db/attrs-21.2.0-py2.py3-none-any.whl (53 kB) 2021-11-04 10:03:53.264 | Collecting wcwidth===0.2.5 2021-11-04 10:03:53.274 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2021-11-04 10:03:53.294 | Building wheels for collected packages: pyperclip, openstack-requirements 2021-11-04 10:03:53.294 | Building wheel for pyperclip (setup.py): started 2021-11-04 10:03:53.540 | Building wheel for pyperclip (setup.py): finished with status 'error' 2021-11-04 10:03:53.540 | ERROR: Command errored out with exit status 1: 2021-11-04 10:03:53.540 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-z5amhtp2/pyperclip/setup.py'"'"'; __file__='"'"'/tmp/pip-install-z5amhtp2/pyperclip/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-_66bfi9m 2021-11-04 10:03:53.540 | cwd: /tmp/pip-install-z5amhtp2/pyperclip/ 2021-11-04 10:03:53.540 | Complete output (6 lines): 2021-11-04 10:03:53.540 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-11-04 10:03:53.540 | or: setup.py --help [cmd1 cmd2 ...] 2021-11-04 10:03:53.540 | or: setup.py --help-commands 2021-11-04 10:03:53.540 | or: setup.py cmd --help 2021-11-04 10:03:53.540 | 2021-11-04 10:03:53.540 | error: invalid command 'bdist_wheel' 2021-11-04 10:03:53.541 | ---------------------------------------- 2021-11-04 10:03:53.541 | ERROR: Failed building wheel for pyperclip 2021-11-04 10:03:53.541 | Running setup.py clean for pyperclip 2021-11-04 10:03:53.806 | Building wheel for openstack-requirements (setup.py): started 2021-11-04 10:03:54.607 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2021-11-04 10:03:54.607 | ERROR: Command errored out with exit status 1: 2021-11-04 10:03:54.607 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-wbhy2iio/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-wbhy2iio/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-w25qinte 2021-11-04 10:03:54.607 | cwd: /tmp/pip-req-build-wbhy2iio/ 2021-11-04 10:03:54.607 | Complete output (6 lines): 2021-11-04 10:03:54.607 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-11-04 10:03:54.607 | or: setup.py --help [cmd1 cmd2 ...] 2021-11-04 10:03:54.607 | or: setup.py --help-commands 2021-11-04 10:03:54.607 | or: setup.py cmd --help 2021-11-04 10:03:54.607 | 2021-11-04 10:03:54.607 | error: invalid command 'bdist_wheel' 2021-11-04 10:03:54.607 | ---------------------------------------- 2021-11-04 10:03:54.607 | ERROR: Failed building wheel for openstack-requirements 2021-11-04 10:03:54.608 | Running setup.py clean for openstack-requirements 2021-11-04 10:03:55.418 | Failed to build pyperclip openstack-requirements 2021-11-04 10:03:55.653 | Installing collected packages: attrs, six, extras, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, certifi, charset-normalizer, idna, requests, colorama, pyperclip, cmd2, autopage, stevedore, pyparsing, cliff, packaging, Parsley, beagle, openstack-requirements 2021-11-04 10:03:56.788 | Running setup.py install for pyperclip: started 2021-11-04 10:03:57.211 | Running setup.py install for pyperclip: finished with status 'done' 2021-11-04 10:03:57.915 | Running setup.py install for openstack-requirements: started 2021-11-04 10:04:00.176 | Running setup.py install for openstack-requirements: finished with status 'done' 2021-11-04 10:04:00.210 | Successfully installed Parsley-1.3 PyYAML-6.0 attrs-21.2.0 autopage-0.4.0 beagle-0.3.0 certifi-2021.10.8 charset-normalizer-2.0.7 cliff-3.9.0 cmd2-2.2.0 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 idna-3.3 openstack-requirements-1.2.1.dev5017 packaging-21.2 prettytable-2.4.0 pyparsing-2.4.7 pyperclip-1.8.2 requests-2.26.0 six-1.16.0 stevedore-3.5.0 testtools-2.5.0 urllib3-1.26.7 wcwidth-0.2.5 2021-11-04 10:04:00.340 | + inc/python:pip_install:200 : result=0 2021-11-04 10:04:00.342 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:04:00.344 | + functions-common:time_stop:2309 : local name 2021-11-04 10:04:00.346 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:04:00.349 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:04:00.350 | + functions-common:time_stop:2312 : local total 2021-11-04 10:04:00.352 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:04:00.354 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:04:00.357 | + functions-common:time_stop:2316 : start_time=1636020226617 2021-11-04 10:04:00.359 | + functions-common:time_stop:2318 : [[ -z 1636020226617 ]] 2021-11-04 10:04:00.362 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:04:00.365 | + functions-common:time_stop:2321 : end_time=1636020240363 2021-11-04 10:04:00.367 | + functions-common:time_stop:2322 : elapsed_time=13746 2021-11-04 10:04:00.370 | + functions-common:time_stop:2323 : total=11687 2021-11-04 10:04:00.372 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:04:00.374 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=25433 2021-11-04 10:04:00.376 | + inc/python:pip_install:203 : return 0 2021-11-04 10:04:00.378 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2021-11-04 10:04:00.381 | + lib/infra:install_infra:42 : use_library_from_git pbr 2021-11-04 10:04:00.383 | + inc/python:use_library_from_git:250 : local name=pbr 2021-11-04 10:04:00.385 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:04:00.388 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:04:00.390 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2021-11-04 10:04:00.392 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:04:00.395 | + lib/infra:install_infra:48 : pip_install -U pbr 2021-11-04 10:04:00.415 | Using python 3.8 to install pbr 2021-11-04 10:04:00.421 | + 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 2021-11-04 10:04:01.207 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:04:01.208 | from cryptography.utils import int_from_bytes 2021-11-04 10:04:01.208 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:04:01.208 | from cryptography.utils import int_from_bytes 2021-11-04 10:04:02.267 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:04:02.304 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.6.0) 2021-11-04 10:04:04.083 | 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 2021-11-04 10:04:04.206 | + inc/python:pip_install:200 : result=0 2021-11-04 10:04:04.208 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:04:04.210 | + functions-common:time_stop:2309 : local name 2021-11-04 10:04:04.212 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:04:04.214 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:04:04.216 | + functions-common:time_stop:2312 : local total 2021-11-04 10:04:04.219 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:04:04.221 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:04:04.224 | + functions-common:time_stop:2316 : start_time=1636020240410 2021-11-04 10:04:04.226 | + functions-common:time_stop:2318 : [[ -z 1636020240410 ]] 2021-11-04 10:04:04.229 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:04:04.233 | + functions-common:time_stop:2321 : end_time=1636020244230 2021-11-04 10:04:04.235 | + functions-common:time_stop:2322 : elapsed_time=3820 2021-11-04 10:04:04.237 | + functions-common:time_stop:2323 : total=25433 2021-11-04 10:04:04.240 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:04:04.242 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=29253 2021-11-04 10:04:04.244 | + inc/python:pip_install:203 : return 0 2021-11-04 10:04:04.246 | + ./stack.sh:main:795 : python3 -m venv /opt/stack/bindep-venv 2021-11-04 10:04:07.490 | + ./stack.sh:main:797 : /opt/stack/bindep-venv/bin/pip install bindep 2021-11-04 10:04:09.286 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:04:09.726 | Collecting bindep 2021-11-04 10:04:09.732 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e0f/4305a9599abb5/bindep-2.10.1-py2.py3-none-any.whl (33 kB) 2021-11-04 10:04:09.870 | Collecting pbr>=2.0.0 2021-11-04 10:04:09.877 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/600/02958e459b195/pbr-5.7.0-py2.py3-none-any.whl (112 kB) 2021-11-04 10:04:09.925 | Collecting Parsley 2021-11-04 10:04:09.932 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2021-11-04 10:04:10.461 | Collecting distro 2021-11-04 10:04:10.467 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c87/13330ab31a034/distro-1.6.0-py2.py3-none-any.whl (19 kB) 2021-11-04 10:04:10.551 | Collecting packaging; python_version >= "3.6" 2021-11-04 10:04:10.556 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/143/17396d1e8cdb1/packaging-21.2-py3-none-any.whl (40 kB) 2021-11-04 10:04:10.719 | Collecting pyparsing<3,>=2.0.2 2021-11-04 10:04:10.725 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2021-11-04 10:04:10.762 | Installing collected packages: pbr, Parsley, distro, pyparsing, packaging, bindep 2021-11-04 10:04:11.318 | Successfully installed Parsley-1.3 bindep-2.10.1 distro-1.6.0 packaging-21.2 pbr-5.7.0 pyparsing-2.4.7 2021-11-04 10:04:11.388 | + ./stack.sh:main:798 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-11-04 10:04:11.391 | + ./stack.sh:main:798 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-11-04 10:04:11.394 | ++ ./stack.sh:main:801 : _get_plugin_bindep_packages 2021-11-04 10:04:11.411 | + ./stack.sh:main:801 : pkgs= 2021-11-04 10:04:11.414 | + ./stack.sh:main:802 : [[ -n '' ]] 2021-11-04 10:04:11.416 | + ./stack.sh:main:809 : run_phase stack pre-install 2021-11-04 10:04:11.418 | + functions-common:run_phase:1737 : local mode=stack 2021-11-04 10:04:11.421 | + functions-common:run_phase:1738 : local phase=pre-install 2021-11-04 10:04:11.424 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-11-04 10:04:11.426 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2021-11-04 10:04:11.428 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-11-04 10:04:11.430 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2021-11-04 10:04:11.432 | + functions-common:run_phase:1747 : local extra 2021-11-04 10:04:11.435 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-11-04 10:04:11.439 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2021-11-04 10:04:11.441 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-11-04 10:04:11.444 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-11-04 10:04:11.446 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2021-11-04 10:04:11.448 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-11-04 10:04:11.463 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:04:11.465 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-11-04 10:04:11.479 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-11-04 10:04:11.479 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2021-11-04 10:04:11.479 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-11-04 10:04:11.479 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-11-04 10:04:11.479 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-11-04 10:04:11.479 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2021-11-04 10:04:11.480 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-11-04 10:04:11.483 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2021-11-04 10:04:11.486 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-11-04 10:04:11.488 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-11-04 10:04:11.490 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2021-11-04 10:04:11.492 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2021-11-04 10:04:11.494 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2021-11-04 10:04:11.496 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-11-04 10:04:11.498 | + functions-common:run_phase:1764 : run_plugins stack pre-install 2021-11-04 10:04:11.501 | + functions-common:run_plugins:1723 : local mode=stack 2021-11-04 10:04:11.503 | + functions-common:run_plugins:1724 : local phase=pre-install 2021-11-04 10:04:11.506 | + functions-common:run_plugins:1726 : local plugins= 2021-11-04 10:04:11.507 | + functions-common:run_plugins:1727 : local plugin 2021-11-04 10:04:11.510 | + ./stack.sh:main:812 : set_systemd_override DefaultLimitNOFILE 2048 2021-11-04 10:04:11.512 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2021-11-04 10:04:11.515 | + functions:set_systemd_override:821 : local value=2048 2021-11-04 10:04:11.517 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2021-11-04 10:04:11.520 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2021-11-04 10:04:11.568 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2021-11-04 10:04:11.568 | Set systemd system override for DefaultLimitNOFILE=2048 2021-11-04 10:04:11.571 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2021-11-04 10:04:11.927 | + ./stack.sh:main:814 : install_rpc_backend 2021-11-04 10:04:11.930 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2021-11-04 10:04:11.946 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:04:11.949 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2021-11-04 10:04:11.951 | + functions-common:install_package:1347 : update_package_repo 2021-11-04 10:04:11.954 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-11-04 10:04:11.956 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-11-04 10:04:11.959 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-11-04 10:04:11.961 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-11-04 10:04:11.964 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-11-04 10:04:11.967 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:04:11.969 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:04:11.972 | + functions-common:update_package_repo:1328 : apt_get_update 2021-11-04 10:04:11.974 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-11-04 10:04:11.976 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-11-04 10:04:11.979 | + functions-common:apt_get_update:1074 : return 2021-11-04 10:04:11.981 | + functions-common:install_package:1348 : real_install_package rabbitmq-server 2021-11-04 10:04:11.983 | + functions-common:real_install_package:1333 : is_ubuntu 2021-11-04 10:04:11.986 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:04:11.989 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:04:11.991 | + functions-common:real_install_package:1334 : apt_get install rabbitmq-server 2021-11-04 10:04:12.013 | + 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 2021-11-04 10:04:12.128 | Reading package lists... 2021-11-04 10:04:12.386 | Building dependency tree... 2021-11-04 10:04:12.387 | Reading state information... 2021-11-04 10:04:12.640 | The following packages were automatically installed and are no longer required: 2021-11-04 10:04:12.642 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-11-04 10:04:12.642 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-11-04 10:04:12.642 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-11-04 10:04:12.642 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-11-04 10:04:12.642 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-11-04 10:04:12.642 | python3-zope.interface 2021-11-04 10:04:12.642 | Use 'sudo apt autoremove' to remove them. 2021-11-04 10:04:12.643 | The following additional packages will be installed: 2021-11-04 10:04:12.643 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2021-11-04 10:04:12.643 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2021-11-04 10:04:12.643 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2021-11-04 10:04:12.644 | erlang-tools erlang-xmerl locales-all 2021-11-04 10:04:12.646 | Suggested packages: 2021-11-04 10:04:12.646 | erlang erlang-manpages erlang-doc 2021-11-04 10:04:12.717 | The following NEW packages will be installed: 2021-11-04 10:04:12.717 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2021-11-04 10:04:12.717 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2021-11-04 10:04:12.717 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2021-11-04 10:04:12.718 | erlang-tools erlang-xmerl locales-all rabbitmq-server 2021-11-04 10:04:12.837 | 0 upgraded, 19 newly installed, 0 to remove and 97 not upgraded. 2021-11-04 10:04:12.837 | Need to get 38.1 MB of archives. 2021-11-04 10:04:12.837 | After this operation, 276 MB of additional disk space will be used. 2021-11-04 10:04:12.837 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-base amd64 1:22.2.7+dfsg-1 [8,063 kB] 2021-11-04 10:04:14.178 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-asn1 amd64 1:22.2.7+dfsg-1 [712 kB] 2021-11-04 10:04:14.284 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-crypto amd64 1:22.2.7+dfsg-1 [137 kB] 2021-11-04 10:04:14.297 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-public-key amd64 1:22.2.7+dfsg-1 [567 kB] 2021-11-04 10:04:14.379 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-mnesia amd64 1:22.2.7+dfsg-1 [716 kB] 2021-11-04 10:04:14.481 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-runtime-tools amd64 1:22.2.7+dfsg-1 [182 kB] 2021-11-04 10:04:14.513 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ssl amd64 1:22.2.7+dfsg-1 [1,103 kB] 2021-11-04 10:04:14.673 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-eldap amd64 1:22.2.7+dfsg-1 [99.7 kB] 2021-11-04 10:04:14.687 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ftp amd64 1:22.2.7+dfsg-1 [68.8 kB] 2021-11-04 10:04:14.698 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tftp amd64 1:22.2.7+dfsg-1 [84.6 kB] 2021-11-04 10:04:14.711 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-inets amd64 1:22.2.7+dfsg-1 [577 kB] 2021-11-04 10:04:14.797 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-snmp amd64 1:22.2.7+dfsg-1 [1,538 kB] 2021-11-04 10:04:15.030 | 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] 2021-11-04 10:04:15.042 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-parsetools amd64 1:22.2.7+dfsg-1 [151 kB] 2021-11-04 10:04:15.068 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-syntax-tools amd64 1:22.2.7+dfsg-1 [344 kB] 2021-11-04 10:04:15.118 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tools amd64 1:22.2.7+dfsg-1 [499 kB] 2021-11-04 10:04:15.195 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-xmerl amd64 1:22.2.7+dfsg-1 [1,113 kB] 2021-11-04 10:04:15.362 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 locales-all amd64 2.31-0ubuntu9.2 [10.6 MB] 2021-11-04 10:04:16.961 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rabbitmq-server all 3.8.2-0ubuntu1.3 [11.5 MB] 2021-11-04 10:04:19.266 | Fetched 38.1 MB in 6s (6,386 kB/s) 2021-11-04 10:04:19.497 | Selecting previously unselected package erlang-base. 2021-11-04 10:04:19.548 | (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.) 2021-11-04 10:04:19.552 | Preparing to unpack .../00-erlang-base_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-11-04 10:04:19.609 | Unpacking erlang-base (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:21.009 | Selecting previously unselected package erlang-asn1. 2021-11-04 10:04:21.018 | Preparing to unpack .../01-erlang-asn1_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-11-04 10:04:21.060 | Unpacking erlang-asn1 (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:21.426 | Selecting previously unselected package erlang-crypto. 2021-11-04 10:04:21.435 | Preparing to unpack .../02-erlang-crypto_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-11-04 10:04:21.483 | Unpacking erlang-crypto (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:21.735 | Selecting previously unselected package erlang-public-key. 2021-11-04 10:04:21.744 | Preparing to unpack .../03-erlang-public-key_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-11-04 10:04:21.779 | Unpacking erlang-public-key (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:22.169 | Selecting previously unselected package erlang-mnesia. 2021-11-04 10:04:22.179 | Preparing to unpack .../04-erlang-mnesia_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-11-04 10:04:22.209 | Unpacking erlang-mnesia (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:22.638 | Selecting previously unselected package erlang-runtime-tools. 2021-11-04 10:04:22.647 | Preparing to unpack .../05-erlang-runtime-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-11-04 10:04:22.700 | Unpacking erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:23.083 | Selecting previously unselected package erlang-ssl. 2021-11-04 10:04:23.091 | Preparing to unpack .../06-erlang-ssl_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-11-04 10:04:23.139 | Unpacking erlang-ssl (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:23.586 | Selecting previously unselected package erlang-eldap. 2021-11-04 10:04:23.595 | Preparing to unpack .../07-erlang-eldap_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-11-04 10:04:23.649 | Unpacking erlang-eldap (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:23.998 | Selecting previously unselected package erlang-ftp. 2021-11-04 10:04:24.007 | Preparing to unpack .../08-erlang-ftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-11-04 10:04:24.065 | Unpacking erlang-ftp (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:24.346 | Selecting previously unselected package erlang-tftp. 2021-11-04 10:04:24.355 | Preparing to unpack .../09-erlang-tftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-11-04 10:04:24.386 | Unpacking erlang-tftp (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:24.723 | Selecting previously unselected package erlang-inets. 2021-11-04 10:04:24.732 | Preparing to unpack .../10-erlang-inets_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-11-04 10:04:24.780 | Unpacking erlang-inets (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:25.220 | Selecting previously unselected package erlang-snmp. 2021-11-04 10:04:25.228 | Preparing to unpack .../11-erlang-snmp_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-11-04 10:04:25.277 | Unpacking erlang-snmp (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:25.821 | Selecting previously unselected package erlang-os-mon. 2021-11-04 10:04:25.831 | Preparing to unpack .../12-erlang-os-mon_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-11-04 10:04:25.877 | Unpacking erlang-os-mon (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:26.197 | Selecting previously unselected package erlang-parsetools. 2021-11-04 10:04:26.206 | Preparing to unpack .../13-erlang-parsetools_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-11-04 10:04:26.260 | Unpacking erlang-parsetools (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:26.461 | Selecting previously unselected package erlang-syntax-tools. 2021-11-04 10:04:26.470 | Preparing to unpack .../14-erlang-syntax-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-11-04 10:04:26.512 | Unpacking erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:26.837 | Selecting previously unselected package erlang-tools. 2021-11-04 10:04:26.846 | Preparing to unpack .../15-erlang-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-11-04 10:04:26.900 | Unpacking erlang-tools (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:27.346 | Selecting previously unselected package erlang-xmerl. 2021-11-04 10:04:27.355 | Preparing to unpack .../16-erlang-xmerl_1%3a22.2.7+dfsg-1_amd64.deb ... 2021-11-04 10:04:27.392 | Unpacking erlang-xmerl (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:27.935 | Selecting previously unselected package locales-all. 2021-11-04 10:04:27.945 | Preparing to unpack .../17-locales-all_2.31-0ubuntu9.2_amd64.deb ... 2021-11-04 10:04:27.997 | Unpacking locales-all (2.31-0ubuntu9.2) ... 2021-11-04 10:04:32.701 | Selecting previously unselected package rabbitmq-server. 2021-11-04 10:04:32.713 | Preparing to unpack .../18-rabbitmq-server_3.8.2-0ubuntu1.3_all.deb ... 2021-11-04 10:04:32.769 | Unpacking rabbitmq-server (3.8.2-0ubuntu1.3) ... 2021-11-04 10:04:34.304 | Setting up erlang-base (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:35.146 | Created symlink /etc/systemd/system/multi-user.target.wants/epmd.service → /lib/systemd/system/epmd.service. 2021-11-04 10:04:35.146 | Created symlink /etc/systemd/system/sockets.target.wants/epmd.socket → /lib/systemd/system/epmd.socket. 2021-11-04 10:04:39.506 | Searching for services which depend on erlang and should be started... none found. 2021-11-04 10:04:39.579 | Setting up erlang-xmerl (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:39.728 | Setting up erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:39.894 | Setting up locales-all (2.31-0ubuntu9.2) ... 2021-11-04 10:04:40.087 | Setting up erlang-parsetools (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:40.242 | Setting up erlang-asn1 (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:40.380 | Setting up erlang-tftp (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:40.524 | Setting up erlang-mnesia (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:40.671 | Setting up erlang-crypto (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:40.813 | Setting up erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:40.957 | Setting up erlang-tools (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:41.077 | Setting up erlang-snmp (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:41.220 | Setting up erlang-public-key (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:41.357 | Setting up erlang-ssl (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:41.448 | Setting up erlang-os-mon (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:41.546 | Setting up erlang-eldap (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:41.643 | Setting up erlang-ftp (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:41.774 | Setting up erlang-inets (1:22.2.7+dfsg-1) ... 2021-11-04 10:04:41.905 | Setting up rabbitmq-server (3.8.2-0ubuntu1.3) ... 2021-11-04 10:04:42.310 | Adding group `rabbitmq' (GID 125) ... 2021-11-04 10:04:42.474 | Done. 2021-11-04 10:04:42.555 | Adding system user `rabbitmq' (UID 117) ... 2021-11-04 10:04:42.555 | Adding new user `rabbitmq' (UID 117) with group `rabbitmq' ... 2021-11-04 10:04:42.892 | Not creating home directory `/var/lib/rabbitmq'. 2021-11-04 10:04:43.158 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2021-11-04 10:04:50.637 | Processing triggers for man-db (2.9.1-1) ... 2021-11-04 10:04:51.443 | Processing triggers for systemd (245.4-4ubuntu3.13) ... 2021-11-04 10:04:58.849 | + functions-common:apt_get:1118 : result=0 2021-11-04 10:04:58.852 | + functions-common:apt_get:1121 : time_stop apt-get 2021-11-04 10:04:58.854 | + functions-common:time_stop:2309 : local name 2021-11-04 10:04:58.856 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:04:58.858 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:04:58.861 | + functions-common:time_stop:2312 : local total 2021-11-04 10:04:58.863 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:04:58.866 | + functions-common:time_stop:2315 : name=apt-get 2021-11-04 10:04:58.868 | + functions-common:time_stop:2316 : start_time=1636020252011 2021-11-04 10:04:58.870 | + functions-common:time_stop:2318 : [[ -z 1636020252011 ]] 2021-11-04 10:04:58.873 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:04:58.877 | + functions-common:time_stop:2321 : end_time=1636020298874 2021-11-04 10:04:58.879 | + functions-common:time_stop:2322 : elapsed_time=46863 2021-11-04 10:04:58.881 | + functions-common:time_stop:2323 : total=351627 2021-11-04 10:04:58.883 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:04:58.885 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=398490 2021-11-04 10:04:58.888 | + functions-common:apt_get:1122 : return 0 2021-11-04 10:04:58.891 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2021-11-04 10:04:58.893 | + functions-common:is_suse:462 : is_opensuse 2021-11-04 10:04:58.895 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-11-04 10:04:58.898 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-11-04 10:04:58.900 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-11-04 10:04:58.902 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-11-04 10:04:58.904 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-11-04 10:04:58.907 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2021-11-04 10:04:58.910 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-11-04 10:04:58.912 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-11-04 10:04:58.915 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-11-04 10:04:58.917 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-11-04 10:04:58.919 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-11-04 10:04:58.922 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-11-04 10:04:58.924 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-11-04 10:04:58.927 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-11-04 10:04:58.929 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-11-04 10:04:58.931 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2021-11-04 10:04:58.933 | + functions-common:is_suse:462 : is_opensuse 2021-11-04 10:04:58.936 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-11-04 10:04:58.938 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-11-04 10:04:58.940 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-11-04 10:04:58.942 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-11-04 10:04:58.945 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-11-04 10:04:58.947 | + ./stack.sh:main:815 : restart_rpc_backend 2021-11-04 10:04:58.949 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2021-11-04 10:04:58.965 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:04:58.968 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2021-11-04 10:04:58.971 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:04:58.973 | + ./stack.sh:echo_summary:432 : echo -e Starting RabbitMQ 2021-11-04 10:04:58.975 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2021-11-04 10:04:58.978 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2021-11-04 10:04:58.982 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2021-11-04 10:04:58.984 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2021-11-04 10:04:58.987 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2021-11-04 10:04:58.989 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2021-11-04 10:04:58.991 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2021-11-04 10:04:58.993 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2021-11-04 10:04:58.996 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2021-11-04 10:04:59.709 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2021-11-04 10:04:59.709 | user tags 2021-11-04 10:04:59.710 | guest [administrator]' 2021-11-04 10:04:59.713 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2021-11-04 10:04:59.713 | user tags 2021-11-04 10:04:59.713 | guest [administrator]' 2021-11-04 10:04:59.713 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2021-11-04 10:04:59.719 | + lib/rpc_backend:rabbit_setuser:176 : found= 2021-11-04 10:04:59.721 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2021-11-04 10:04:59.724 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2021-11-04 10:05:00.376 | Adding user "stackrabbit" ... 2021-11-04 10:05:00.434 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2021-11-04 10:05:01.145 | Setting permissions for user "stackrabbit" in vhost "/" ... 2021-11-04 10:05:01.194 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2021-11-04 10:05:01.196 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2021-11-04 10:05:01.919 | Changing password for user "stackrabbit" ... 2021-11-04 10:05:01.982 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2021-11-04 10:05:01.985 | + lib/rpc_backend:restart_rpc_backend:116 : break 2021-11-04 10:05:01.987 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2021-11-04 10:05:02.650 | Deleting user "guest" ... 2021-11-04 10:05:02.704 | + ./stack.sh:main:817 : is_service_enabled mysql postgresql 2021-11-04 10:05:02.720 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:05:02.722 | + ./stack.sh:main:818 : install_database 2021-11-04 10:05:02.725 | + lib/database:install_database:116 : install_database_mysql 2021-11-04 10:05:02.727 | + lib/databases/mysql:install_database_mysql:152 : is_ubuntu 2021-11-04 10:05:02.729 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:05:02.731 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:05:02.734 | + lib/databases/mysql:install_database_mysql:155 : sudo debconf-set-selections 2021-11-04 10:05:03.073 | + lib/databases/mysql:install_database_mysql:165 : [[ ! -e /home/ubuntu/.my.cnf ]] 2021-11-04 10:05:03.076 | + lib/databases/mysql:install_database_mysql:166 : cat 2021-11-04 10:05:03.080 | + lib/databases/mysql:install_database_mysql:172 : is_ubuntu 2021-11-04 10:05:03.083 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:05:03.085 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:05:03.087 | + lib/databases/mysql:install_database_mysql:172 : '[' mysql '!=' mariadb ']' 2021-11-04 10:05:03.089 | + lib/databases/mysql:install_database_mysql:173 : echo host=127.0.0.1 2021-11-04 10:05:03.092 | + lib/databases/mysql:install_database_mysql:175 : chmod 0600 /home/ubuntu/.my.cnf 2021-11-04 10:05:03.096 | + lib/databases/mysql:install_database_mysql:178 : is_oraclelinux 2021-11-04 10:05:03.099 | + functions-common:is_oraclelinux:434 : [[ -z Ubuntu ]] 2021-11-04 10:05:03.101 | + functions-common:is_oraclelinux:438 : '[' Ubuntu = OracleServer ']' 2021-11-04 10:05:03.103 | + lib/databases/mysql:install_database_mysql:180 : is_fedora 2021-11-04 10:05:03.106 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-11-04 10:05:03.108 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-11-04 10:05:03.111 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-11-04 10:05:03.113 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-11-04 10:05:03.116 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-11-04 10:05:03.118 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-11-04 10:05:03.121 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-11-04 10:05:03.123 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-11-04 10:05:03.126 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-11-04 10:05:03.128 | + lib/databases/mysql:install_database_mysql:183 : is_suse 2021-11-04 10:05:03.130 | + functions-common:is_suse:462 : is_opensuse 2021-11-04 10:05:03.133 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-11-04 10:05:03.135 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-11-04 10:05:03.137 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-11-04 10:05:03.140 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-11-04 10:05:03.142 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-11-04 10:05:03.144 | + lib/databases/mysql:install_database_mysql:186 : is_ubuntu 2021-11-04 10:05:03.147 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:05:03.149 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:05:03.151 | + lib/databases/mysql:install_database_mysql:187 : install_package mysql-server 2021-11-04 10:05:03.154 | + functions-common:install_package:1347 : update_package_repo 2021-11-04 10:05:03.156 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-11-04 10:05:03.159 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-11-04 10:05:03.161 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-11-04 10:05:03.163 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-11-04 10:05:03.166 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-11-04 10:05:03.168 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:05:03.170 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:05:03.173 | + functions-common:update_package_repo:1328 : apt_get_update 2021-11-04 10:05:03.180 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-11-04 10:05:03.182 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-11-04 10:05:03.184 | + functions-common:apt_get_update:1074 : return 2021-11-04 10:05:03.187 | + functions-common:install_package:1348 : real_install_package mysql-server 2021-11-04 10:05:03.189 | + functions-common:real_install_package:1333 : is_ubuntu 2021-11-04 10:05:03.192 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:05:03.194 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:05:03.196 | + functions-common:real_install_package:1334 : apt_get install mysql-server 2021-11-04 10:05:03.217 | + 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 2021-11-04 10:05:03.325 | Reading package lists... 2021-11-04 10:05:03.580 | Building dependency tree... 2021-11-04 10:05:03.581 | Reading state information... 2021-11-04 10:05:03.820 | The following packages were automatically installed and are no longer required: 2021-11-04 10:05:03.821 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-11-04 10:05:03.821 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-11-04 10:05:03.821 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-11-04 10:05:03.821 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-11-04 10:05:03.821 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-11-04 10:05:03.821 | python3-zope.interface 2021-11-04 10:05:03.821 | Use 'sudo apt autoremove' to remove them. 2021-11-04 10:05:03.822 | The following additional packages will be installed: 2021-11-04 10:05:03.822 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2021-11-04 10:05:03.822 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2021-11-04 10:05:03.822 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2021-11-04 10:05:03.822 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2021-11-04 10:05:03.822 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2021-11-04 10:05:03.822 | mysql-server-8.0 mysql-server-core-8.0 2021-11-04 10:05:03.823 | Suggested packages: 2021-11-04 10:05:03.823 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2021-11-04 10:05:03.901 | The following NEW packages will be installed: 2021-11-04 10:05:03.901 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2021-11-04 10:05:03.901 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2021-11-04 10:05:03.901 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2021-11-04 10:05:03.902 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2021-11-04 10:05:03.902 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2021-11-04 10:05:03.902 | mysql-server mysql-server-8.0 mysql-server-core-8.0 2021-11-04 10:05:04.020 | 0 upgraded, 24 newly installed, 0 to remove and 97 not upgraded. 2021-11-04 10:05:04.020 | Need to get 31.9 MB of archives. 2021-11-04 10:05:04.020 | After this operation, 263 MB of additional disk space will be used. 2021-11-04 10:05:04.020 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-core-8.0 amd64 8.0.27-0ubuntu0.20.04.1 [4,423 kB] 2021-11-04 10:05:04.772 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-8.0 amd64 8.0.27-0ubuntu0.20.04.1 [22.0 kB] 2021-11-04 10:05:04.775 | 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] 2021-11-04 10:05:04.782 | 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] 2021-11-04 10:05:04.783 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmecab2 amd64 0.996-10build1 [233 kB] 2021-11-04 10:05:04.803 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-core-8.0 amd64 8.0.27-0ubuntu0.20.04.1 [18.4 MB] 2021-11-04 10:05:07.560 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-8.0 amd64 8.0.27-0ubuntu0.20.04.1 [1,313 kB] 2021-11-04 10:05:07.614 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB] 2021-11-04 10:05:07.614 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB] 2021-11-04 10:05:07.672 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB] 2021-11-04 10:05:07.674 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-pm-perl all 4.46-1 [186 kB] 2021-11-04 10:05:07.697 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfcgi-perl amd64 0.79-1 [33.1 kB] 2021-11-04 10:05:07.698 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB] 2021-11-04 10:05:07.699 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2021-11-04 10:05:07.700 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2021-11-04 10:05:07.701 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB] 2021-11-04 10:05:07.701 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9,920 B] 2021-11-04 10:05:07.702 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2021-11-04 10:05:07.721 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB] 2021-11-04 10:05:07.769 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB] 2021-11-04 10:05:07.829 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-utils amd64 0.996-10build1 [4,912 B] 2021-11-04 10:05:07.829 | 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] 2021-11-04 10:05:08.820 | 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] 2021-11-04 10:05:08.820 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server all 8.0.27-0ubuntu0.20.04.1 [9,548 B] 2021-11-04 10:05:09.324 | Preconfiguring packages ... 2021-11-04 10:05:09.558 | Fetched 31.9 MB in 5s (6,493 kB/s) 2021-11-04 10:05:09.687 | Selecting previously unselected package mysql-client-core-8.0. 2021-11-04 10:05:09.740 | (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.) 2021-11-04 10:05:09.744 | Preparing to unpack .../00-mysql-client-core-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb ... 2021-11-04 10:05:09.795 | Unpacking mysql-client-core-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2021-11-04 10:05:11.206 | Selecting previously unselected package mysql-client-8.0. 2021-11-04 10:05:11.216 | Preparing to unpack .../01-mysql-client-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb ... 2021-11-04 10:05:11.271 | Unpacking mysql-client-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2021-11-04 10:05:11.671 | Selecting previously unselected package libevent-core-2.1-7:amd64. 2021-11-04 10:05:11.681 | Preparing to unpack .../02-libevent-core-2.1-7_2.1.11-stable-1_amd64.deb ... 2021-11-04 10:05:11.790 | Unpacking libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2021-11-04 10:05:12.242 | Selecting previously unselected package libevent-pthreads-2.1-7:amd64. 2021-11-04 10:05:12.252 | Preparing to unpack .../03-libevent-pthreads-2.1-7_2.1.11-stable-1_amd64.deb ... 2021-11-04 10:05:12.315 | Unpacking libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2021-11-04 10:05:12.688 | Selecting previously unselected package libmecab2:amd64. 2021-11-04 10:05:12.698 | Preparing to unpack .../04-libmecab2_0.996-10build1_amd64.deb ... 2021-11-04 10:05:12.739 | Unpacking libmecab2:amd64 (0.996-10build1) ... 2021-11-04 10:05:13.254 | Selecting previously unselected package mysql-server-core-8.0. 2021-11-04 10:05:13.263 | Preparing to unpack .../05-mysql-server-core-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb ... 2021-11-04 10:05:13.327 | Unpacking mysql-server-core-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2021-11-04 10:05:17.059 | Selecting previously unselected package mysql-server-8.0. 2021-11-04 10:05:17.070 | Preparing to unpack .../06-mysql-server-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb ... 2021-11-04 10:05:18.097 | Unpacking mysql-server-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2021-11-04 10:05:18.568 | Selecting previously unselected package libhtml-tagset-perl. 2021-11-04 10:05:18.577 | Preparing to unpack .../07-libhtml-tagset-perl_3.20-4_all.deb ... 2021-11-04 10:05:18.636 | Unpacking libhtml-tagset-perl (3.20-4) ... 2021-11-04 10:05:18.940 | Selecting previously unselected package liburi-perl. 2021-11-04 10:05:18.949 | Preparing to unpack .../08-liburi-perl_1.76-2_all.deb ... 2021-11-04 10:05:18.990 | Unpacking liburi-perl (1.76-2) ... 2021-11-04 10:05:19.332 | Selecting previously unselected package libhtml-parser-perl. 2021-11-04 10:05:19.342 | Preparing to unpack .../09-libhtml-parser-perl_3.72-5_amd64.deb ... 2021-11-04 10:05:19.385 | Unpacking libhtml-parser-perl (3.72-5) ... 2021-11-04 10:05:19.755 | Selecting previously unselected package libcgi-pm-perl. 2021-11-04 10:05:19.765 | Preparing to unpack .../10-libcgi-pm-perl_4.46-1_all.deb ... 2021-11-04 10:05:19.817 | Unpacking libcgi-pm-perl (4.46-1) ... 2021-11-04 10:05:20.299 | Selecting previously unselected package libfcgi-perl. 2021-11-04 10:05:20.309 | Preparing to unpack .../11-libfcgi-perl_0.79-1_amd64.deb ... 2021-11-04 10:05:20.373 | Unpacking libfcgi-perl (0.79-1) ... 2021-11-04 10:05:20.751 | Selecting previously unselected package libcgi-fast-perl. 2021-11-04 10:05:20.761 | Preparing to unpack .../12-libcgi-fast-perl_1%3a2.15-1_all.deb ... 2021-11-04 10:05:20.811 | Unpacking libcgi-fast-perl (1:2.15-1) ... 2021-11-04 10:05:21.190 | Selecting previously unselected package libencode-locale-perl. 2021-11-04 10:05:21.200 | Preparing to unpack .../13-libencode-locale-perl_1.05-1_all.deb ... 2021-11-04 10:05:21.265 | Unpacking libencode-locale-perl (1.05-1) ... 2021-11-04 10:05:21.583 | Selecting previously unselected package libhtml-template-perl. 2021-11-04 10:05:21.593 | Preparing to unpack .../14-libhtml-template-perl_2.97-1_all.deb ... 2021-11-04 10:05:21.646 | Unpacking libhtml-template-perl (2.97-1) ... 2021-11-04 10:05:21.968 | Selecting previously unselected package libtimedate-perl. 2021-11-04 10:05:21.978 | Preparing to unpack .../15-libtimedate-perl_2.3200-1_all.deb ... 2021-11-04 10:05:22.047 | Unpacking libtimedate-perl (2.3200-1) ... 2021-11-04 10:05:22.396 | Selecting previously unselected package libhttp-date-perl. 2021-11-04 10:05:22.407 | Preparing to unpack .../16-libhttp-date-perl_6.05-1_all.deb ... 2021-11-04 10:05:22.459 | Unpacking libhttp-date-perl (6.05-1) ... 2021-11-04 10:05:22.761 | Selecting previously unselected package libio-html-perl. 2021-11-04 10:05:22.771 | Preparing to unpack .../17-libio-html-perl_1.001-1_all.deb ... 2021-11-04 10:05:22.835 | Unpacking libio-html-perl (1.001-1) ... 2021-11-04 10:05:23.143 | Selecting previously unselected package liblwp-mediatypes-perl. 2021-11-04 10:05:23.152 | Preparing to unpack .../18-liblwp-mediatypes-perl_6.04-1_all.deb ... 2021-11-04 10:05:23.207 | Unpacking liblwp-mediatypes-perl (6.04-1) ... 2021-11-04 10:05:23.517 | Selecting previously unselected package libhttp-message-perl. 2021-11-04 10:05:23.526 | Preparing to unpack .../19-libhttp-message-perl_6.22-1_all.deb ... 2021-11-04 10:05:23.585 | Unpacking libhttp-message-perl (6.22-1) ... 2021-11-04 10:05:24.013 | Selecting previously unselected package mecab-utils. 2021-11-04 10:05:24.023 | Preparing to unpack .../20-mecab-utils_0.996-10build1_amd64.deb ... 2021-11-04 10:05:24.080 | Unpacking mecab-utils (0.996-10build1) ... 2021-11-04 10:05:24.459 | Selecting previously unselected package mecab-ipadic. 2021-11-04 10:05:24.469 | Preparing to unpack .../21-mecab-ipadic_2.7.0-20070801+main-2.1_all.deb ... 2021-11-04 10:05:24.528 | Unpacking mecab-ipadic (2.7.0-20070801+main-2.1) ... 2021-11-04 10:05:26.299 | Selecting previously unselected package mecab-ipadic-utf8. 2021-11-04 10:05:26.309 | Preparing to unpack .../22-mecab-ipadic-utf8_2.7.0-20070801+main-2.1_all.deb ... 2021-11-04 10:05:26.345 | Unpacking mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2021-11-04 10:05:26.659 | Selecting previously unselected package mysql-server. 2021-11-04 10:05:26.669 | Preparing to unpack .../23-mysql-server_8.0.27-0ubuntu0.20.04.1_all.deb ... 2021-11-04 10:05:26.720 | Unpacking mysql-server (8.0.27-0ubuntu0.20.04.1) ... 2021-11-04 10:05:27.039 | Setting up libmecab2:amd64 (0.996-10build1) ... 2021-11-04 10:05:27.253 | Setting up mysql-client-core-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2021-11-04 10:05:27.405 | Setting up libhtml-tagset-perl (3.20-4) ... 2021-11-04 10:05:27.562 | Setting up liblwp-mediatypes-perl (6.04-1) ... 2021-11-04 10:05:27.744 | Setting up libencode-locale-perl (1.05-1) ... 2021-11-04 10:05:27.973 | Setting up mecab-utils (0.996-10build1) ... 2021-11-04 10:05:28.145 | Setting up libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2021-11-04 10:05:28.299 | Setting up libio-html-perl (1.001-1) ... 2021-11-04 10:05:28.442 | Setting up libtimedate-perl (2.3200-1) ... 2021-11-04 10:05:28.596 | Setting up mysql-client-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2021-11-04 10:05:28.743 | Setting up libfcgi-perl (0.79-1) ... 2021-11-04 10:05:28.945 | Setting up liburi-perl (1.76-2) ... 2021-11-04 10:05:29.093 | Setting up libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2021-11-04 10:05:29.218 | Setting up libhttp-date-perl (6.05-1) ... 2021-11-04 10:05:29.373 | Setting up mecab-ipadic (2.7.0-20070801+main-2.1) ... 2021-11-04 10:05:29.504 | Compiling IPA dictionary for Mecab. This takes long time... 2021-11-04 10:05:29.507 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2021-11-04 10:05:29.507 | 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% |###########################################| 2021-11-04 10:05:29.507 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2021-11-04 10:05:29.508 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2021-11-04 10:05:29.649 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2021-11-04 10:05:29.649 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2021-11-04 10:05:29.649 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2021-11-04 10:05:29.650 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2021-11-04 10:05:29.657 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2021-11-04 10:05:29.747 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2021-11-04 10:05:29.748 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2021-11-04 10:05:29.749 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2021-11-04 10:05:29.776 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2021-11-04 10:05:29.821 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2021-11-04 10:05:30.110 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2021-11-04 10:05:30.116 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2021-11-04 10:05:30.208 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2021-11-04 10:05:30.209 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2021-11-04 10:05:30.209 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2021-11-04 10:05:30.209 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2021-11-04 10:05:30.213 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2021-11-04 10:05:30.213 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2021-11-04 10:05:30.258 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2021-11-04 10:05:30.455 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2021-11-04 10:05:30.455 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2021-11-04 10:05:30.456 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2021-11-04 10:05:30.456 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2021-11-04 10:05:30.459 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2021-11-04 10:05:30.459 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2021-11-04 10:05:30.887 | 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% |###########################################| 2021-11-04 10:05:31.009 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2021-11-04 10:05:31.330 | 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% |###########################################| 2021-11-04 10:05:31.335 | 2021-11-04 10:05:31.335 | done! 2021-11-04 10:05:31.341 | update-alternatives: using /var/lib/mecab/dic/ipadic to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2021-11-04 10:05:31.446 | Setting up mysql-server-core-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2021-11-04 10:05:31.623 | Setting up mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2021-11-04 10:05:31.737 | Compiling IPA dictionary for Mecab. This takes long time... 2021-11-04 10:05:31.751 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2021-11-04 10:05:31.751 | 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% |###########################################| 2021-11-04 10:05:31.751 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2021-11-04 10:05:31.751 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2021-11-04 10:05:31.961 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2021-11-04 10:05:31.961 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2021-11-04 10:05:31.961 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2021-11-04 10:05:31.962 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2021-11-04 10:05:31.973 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2021-11-04 10:05:32.103 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2021-11-04 10:05:32.104 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2021-11-04 10:05:32.104 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2021-11-04 10:05:32.144 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2021-11-04 10:05:32.217 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2021-11-04 10:05:32.708 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2021-11-04 10:05:32.719 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2021-11-04 10:05:32.836 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2021-11-04 10:05:32.837 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2021-11-04 10:05:32.837 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2021-11-04 10:05:32.837 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2021-11-04 10:05:32.843 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2021-11-04 10:05:32.843 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2021-11-04 10:05:32.933 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2021-11-04 10:05:33.220 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2021-11-04 10:05:33.221 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2021-11-04 10:05:33.222 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2021-11-04 10:05:33.222 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2021-11-04 10:05:33.226 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2021-11-04 10:05:33.226 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2021-11-04 10:05:33.738 | 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% |###########################################| 2021-11-04 10:05:33.878 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2021-11-04 10:05:34.201 | 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% |###########################################| 2021-11-04 10:05:34.205 | 2021-11-04 10:05:34.205 | done! 2021-11-04 10:05:34.212 | update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2021-11-04 10:05:34.325 | Setting up libhtml-parser-perl (3.72-5) ... 2021-11-04 10:05:34.479 | Setting up libhttp-message-perl (6.22-1) ... 2021-11-04 10:05:34.721 | Setting up mysql-server-8.0 (8.0.27-0ubuntu0.20.04.1) ... 2021-11-04 10:05:36.160 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-11-04 10:05:36.219 | Renaming removed key_buffer and myisam-recover options (if present) 2021-11-04 10:06:28.611 | mysqld will log errors to /var/log/mysql/error.log 2021-11-04 10:06:30.135 | mysqld is running as pid 56219 2021-11-04 10:06:34.084 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2021-11-04 10:06:37.025 | Setting up libcgi-pm-perl (4.46-1) ... 2021-11-04 10:06:37.191 | Setting up libhtml-template-perl (2.97-1) ... 2021-11-04 10:06:37.351 | Setting up mysql-server (8.0.27-0ubuntu0.20.04.1) ... 2021-11-04 10:06:37.516 | Setting up libcgi-fast-perl (1:2.15-1) ... 2021-11-04 10:06:37.683 | Processing triggers for systemd (245.4-4ubuntu3.13) ... 2021-11-04 10:06:38.203 | Processing triggers for man-db (2.9.1-1) ... 2021-11-04 10:06:40.218 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2021-11-04 10:06:47.457 | + functions-common:apt_get:1118 : result=0 2021-11-04 10:06:47.460 | + functions-common:apt_get:1121 : time_stop apt-get 2021-11-04 10:06:47.462 | + functions-common:time_stop:2309 : local name 2021-11-04 10:06:47.464 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:06:47.466 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:06:47.468 | + functions-common:time_stop:2312 : local total 2021-11-04 10:06:47.470 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:06:47.473 | + functions-common:time_stop:2315 : name=apt-get 2021-11-04 10:06:47.475 | + functions-common:time_stop:2316 : start_time=1636020303214 2021-11-04 10:06:47.477 | + functions-common:time_stop:2318 : [[ -z 1636020303214 ]] 2021-11-04 10:06:47.479 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:06:47.484 | + functions-common:time_stop:2321 : end_time=1636020407481 2021-11-04 10:06:47.487 | + functions-common:time_stop:2322 : elapsed_time=104267 2021-11-04 10:06:47.489 | + functions-common:time_stop:2323 : total=398490 2021-11-04 10:06:47.491 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:06:47.493 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=502757 2021-11-04 10:06:47.496 | + functions-common:apt_get:1122 : return 0 2021-11-04 10:06:47.499 | + ./stack.sh:main:820 : '[' -n mysql ']' 2021-11-04 10:06:47.502 | + ./stack.sh:main:821 : install_database_python 2021-11-04 10:06:47.505 | + lib/database:install_database_python:121 : install_database_python_mysql 2021-11-04 10:06:47.507 | + lib/databases/mysql:install_database_python_mysql:195 : pip_install_gr PyMySQL 2021-11-04 10:06:47.509 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2021-11-04 10:06:47.511 | + inc/python:pip_install_gr:77 : local clean_name 2021-11-04 10:06:47.515 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2021-11-04 10:06:47.517 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2021-11-04 10:06:47.520 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-11-04 10:06:47.523 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2021-11-04 10:06:47.523 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-11-04 10:06:47.528 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2021-11-04 10:06:47.531 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2021-11-04 10:06:47.534 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2021-11-04 10:06:47.537 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2021-11-04 10:06:47.539 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2021-11-04 10:06:47.559 | Using python 3.8 to install PyMySQL 2021-11-04 10:06:47.562 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2021-11-04 10:06:48.307 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:06:48.307 | from cryptography.utils import int_from_bytes 2021-11-04 10:06:48.307 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:06:48.307 | from cryptography.utils import int_from_bytes 2021-11-04 10:06:49.389 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:06:49.521 | Collecting PyMySQL 2021-11-04 10:06:49.529 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/c3a0c5013d5f0/PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2021-11-04 10:06:51.179 | Installing collected packages: PyMySQL 2021-11-04 10:06:51.396 | Successfully installed PyMySQL-1.0.2 2021-11-04 10:06:51.396 | 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 2021-11-04 10:06:51.511 | + inc/python:pip_install:200 : result=0 2021-11-04 10:06:51.514 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:06:51.517 | + functions-common:time_stop:2309 : local name 2021-11-04 10:06:51.519 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:06:51.521 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:06:51.523 | + functions-common:time_stop:2312 : local total 2021-11-04 10:06:51.525 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:06:51.528 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:06:51.531 | + functions-common:time_stop:2316 : start_time=1636020407554 2021-11-04 10:06:51.533 | + functions-common:time_stop:2318 : [[ -z 1636020407554 ]] 2021-11-04 10:06:51.536 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:06:51.540 | + functions-common:time_stop:2321 : end_time=1636020411538 2021-11-04 10:06:51.542 | + functions-common:time_stop:2322 : elapsed_time=3984 2021-11-04 10:06:51.545 | + functions-common:time_stop:2323 : total=29253 2021-11-04 10:06:51.547 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:06:51.550 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=33237 2021-11-04 10:06:51.552 | + inc/python:pip_install:203 : return 0 2021-11-04 10:06:51.554 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2021-11-04 10:06:51.556 | + lib/databases/mysql:install_database_python_mysql:198 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-11-04 10:06:51.559 | + lib/databases/mysql:install_database_python_mysql:199 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2021-11-04 10:06:51.561 | + ./stack.sh:main:824 : is_service_enabled neutron 2021-11-04 10:06:51.577 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:06:51.579 | + ./stack.sh:main:825 : install_neutron_agent_packages 2021-11-04 10:06:51.582 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2021-11-04 10:06:51.585 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-11-04 10:06:51.585 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-11-04 10:06:51.590 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-11-04 10:06:51.595 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-11-04 10:06:51.597 | + 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- ]] 2021-11-04 10:06:51.600 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-11-04 10:06:51.602 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2021-11-04 10:06:51.604 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:466 : is_service_enabled q-l3 2021-11-04 10:06:51.620 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:06:51.623 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:467 : install_package radvd 2021-11-04 10:06:51.625 | + functions-common:install_package:1347 : update_package_repo 2021-11-04 10:06:51.627 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-11-04 10:06:51.630 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-11-04 10:06:51.632 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-11-04 10:06:51.634 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-11-04 10:06:51.636 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-11-04 10:06:51.638 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:06:51.641 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:06:51.643 | + functions-common:update_package_repo:1328 : apt_get_update 2021-11-04 10:06:51.645 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-11-04 10:06:51.648 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-11-04 10:06:51.650 | + functions-common:apt_get_update:1074 : return 2021-11-04 10:06:51.652 | + functions-common:install_package:1348 : real_install_package radvd 2021-11-04 10:06:51.655 | + functions-common:real_install_package:1333 : is_ubuntu 2021-11-04 10:06:51.657 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:06:51.659 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:06:51.662 | + functions-common:real_install_package:1334 : apt_get install radvd 2021-11-04 10:06:51.684 | + 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 2021-11-04 10:06:51.794 | Reading package lists... 2021-11-04 10:06:52.036 | Building dependency tree... 2021-11-04 10:06:52.038 | Reading state information... 2021-11-04 10:06:52.290 | The following packages were automatically installed and are no longer required: 2021-11-04 10:06:52.292 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-11-04 10:06:52.292 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-11-04 10:06:52.292 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-11-04 10:06:52.292 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-11-04 10:06:52.292 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-11-04 10:06:52.292 | python3-zope.interface 2021-11-04 10:06:52.292 | Use 'sudo apt autoremove' to remove them. 2021-11-04 10:06:52.360 | The following NEW packages will be installed: 2021-11-04 10:06:52.360 | radvd 2021-11-04 10:06:52.823 | 0 upgraded, 1 newly installed, 0 to remove and 97 not upgraded. 2021-11-04 10:06:52.824 | Need to get 59.0 kB of archives. 2021-11-04 10:06:52.824 | After this operation, 164 kB of additional disk space will be used. 2021-11-04 10:06:52.824 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 radvd amd64 1:2.17-2 [59.0 kB] 2021-11-04 10:06:53.712 | Fetched 59.0 kB in 1s (74.9 kB/s) 2021-11-04 10:06:53.972 | Selecting previously unselected package radvd. 2021-11-04 10:06:54.030 | (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.) 2021-11-04 10:06:54.034 | Preparing to unpack .../radvd_1%3a2.17-2_amd64.deb ... 2021-11-04 10:06:54.097 | Unpacking radvd (1:2.17-2) ... 2021-11-04 10:06:54.481 | Setting up radvd (1:2.17-2) ... 2021-11-04 10:06:55.799 | Job for radvd.service failed because the control process exited with error code. 2021-11-04 10:06:55.799 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2021-11-04 10:06:55.801 | invoke-rc.d: initscript radvd, action "start" failed. 2021-11-04 10:06:55.813 | ● radvd.service - Router advertisement daemon for IPv6 2021-11-04 10:06:55.813 | Loaded: loaded (]8;;file://n-d-808921-2/lib/systemd/system/radvd.service/lib/systemd/system/radvd.service]8;;; disabled; vendor preset: enabled) 2021-11-04 10:06:55.813 | Active: failed (Result: exit-code) since Thu 2021-11-04 10:06:55 UTC; 16ms ago 2021-11-04 10:06:55.813 | Docs: ]8;;man:radvd(8)man:radvd(8)]8;; 2021-11-04 10:06:55.813 | Process: 57358 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2021-11-04 10:06:55.814 | 2021-11-04 10:06:55.814 | Nov 04 10:06:55 n-d-808921-2 systemd[1]: Starting Router advertisement daemon for IPv6... 2021-11-04 10:06:55.814 | Nov 04 10:06:55 n-d-808921-2 radvd[57358]: can't open /etc/radvd.conf: No such file or directory 2021-11-04 10:06:55.814 | Nov 04 10:06:55 n-d-808921-2 radvd[57358]: Insecure file permissions, but continuing anyway 2021-11-04 10:06:55.814 | Nov 04 10:06:55 n-d-808921-2 radvd[57358]: exiting, failed to read config file 2021-11-04 10:06:55.814 | Nov 04 10:06:55 n-d-808921-2 systemd[1]: radvd.service: Control process exited, code=exited, status=1/FAILURE 2021-11-04 10:06:55.814 | Nov 04 10:06:55 n-d-808921-2 systemd[1]: radvd.service: Failed with result 'exit-code'. 2021-11-04 10:06:55.814 | Nov 04 10:06:55 n-d-808921-2 systemd[1]: Failed to start Router advertisement daemon for IPv6. 2021-11-04 10:06:55.886 | Processing triggers for man-db (2.9.1-1) ... 2021-11-04 10:06:56.168 | Processing triggers for systemd (245.4-4ubuntu3.13) ... 2021-11-04 10:07:03.630 | + functions-common:apt_get:1118 : result=0 2021-11-04 10:07:03.633 | + functions-common:apt_get:1121 : time_stop apt-get 2021-11-04 10:07:03.635 | + functions-common:time_stop:2309 : local name 2021-11-04 10:07:03.637 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:07:03.640 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:07:03.643 | + functions-common:time_stop:2312 : local total 2021-11-04 10:07:03.645 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:07:03.648 | + functions-common:time_stop:2315 : name=apt-get 2021-11-04 10:07:03.650 | + functions-common:time_stop:2316 : start_time=1636020411682 2021-11-04 10:07:03.653 | + functions-common:time_stop:2318 : [[ -z 1636020411682 ]] 2021-11-04 10:07:03.656 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:07:03.660 | + functions-common:time_stop:2321 : end_time=1636020423658 2021-11-04 10:07:03.662 | + functions-common:time_stop:2322 : elapsed_time=11976 2021-11-04 10:07:03.665 | + functions-common:time_stop:2323 : total=502757 2021-11-04 10:07:03.667 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:07:03.669 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=514733 2021-11-04 10:07:03.672 | + functions-common:apt_get:1122 : return 0 2021-11-04 10:07:03.675 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:470 : is_service_enabled q-agt q-dhcp q-l3 2021-11-04 10:07:03.696 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:07:03.698 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:471 : neutron_plugin_install_agent_packages 2021-11-04 10:07:03.701 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2021-11-04 10:07:03.705 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2021-11-04 10:07:03.725 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2021-11-04 10:07:03.728 | + functions-common:install_package:1347 : update_package_repo 2021-11-04 10:07:03.731 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-11-04 10:07:03.733 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-11-04 10:07:03.736 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-11-04 10:07:03.738 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-11-04 10:07:03.740 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-11-04 10:07:03.744 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:07:03.746 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:07:03.748 | + functions-common:update_package_repo:1328 : apt_get_update 2021-11-04 10:07:03.751 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-11-04 10:07:03.753 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-11-04 10:07:03.755 | + functions-common:apt_get_update:1074 : return 2021-11-04 10:07:03.757 | + functions-common:install_package:1348 : real_install_package fakeroot make openvswitch-switch 2021-11-04 10:07:03.760 | + functions-common:real_install_package:1333 : is_ubuntu 2021-11-04 10:07:03.762 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:07:03.765 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:07:03.767 | + functions-common:real_install_package:1334 : apt_get install fakeroot make openvswitch-switch 2021-11-04 10:07:03.789 | + 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 2021-11-04 10:07:03.905 | Reading package lists... 2021-11-04 10:07:04.163 | Building dependency tree... 2021-11-04 10:07:04.165 | Reading state information... 2021-11-04 10:07:04.436 | fakeroot is already the newest version (1.24-1). 2021-11-04 10:07:04.436 | fakeroot set to manually installed. 2021-11-04 10:07:04.436 | make is already the newest version (4.2.1-1.2). 2021-11-04 10:07:04.436 | openvswitch-switch is already the newest version (2.13.3-0ubuntu0.20.04.2). 2021-11-04 10:07:04.437 | The following packages were automatically installed and are no longer required: 2021-11-04 10:07:04.438 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-11-04 10:07:04.438 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-11-04 10:07:04.438 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-11-04 10:07:04.438 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-11-04 10:07:04.438 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-11-04 10:07:04.438 | python3-zope.interface 2021-11-04 10:07:04.438 | Use 'sudo apt autoremove' to remove them. 2021-11-04 10:07:04.569 | 0 upgraded, 0 newly installed, 0 to remove and 97 not upgraded. 2021-11-04 10:07:04.573 | + functions-common:apt_get:1118 : result=0 2021-11-04 10:07:04.575 | + functions-common:apt_get:1121 : time_stop apt-get 2021-11-04 10:07:04.578 | + functions-common:time_stop:2309 : local name 2021-11-04 10:07:04.580 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:07:04.582 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:07:04.584 | + functions-common:time_stop:2312 : local total 2021-11-04 10:07:04.586 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:07:04.588 | + functions-common:time_stop:2315 : name=apt-get 2021-11-04 10:07:04.591 | + functions-common:time_stop:2316 : start_time=1636020423787 2021-11-04 10:07:04.593 | + functions-common:time_stop:2318 : [[ -z 1636020423787 ]] 2021-11-04 10:07:04.596 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:07:04.600 | + functions-common:time_stop:2321 : end_time=1636020424598 2021-11-04 10:07:04.603 | + functions-common:time_stop:2322 : elapsed_time=811 2021-11-04 10:07:04.605 | + functions-common:time_stop:2323 : total=514733 2021-11-04 10:07:04.607 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:07:04.609 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=515544 2021-11-04 10:07:04.611 | + functions-common:apt_get:1122 : return 0 2021-11-04 10:07:04.613 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2021-11-04 10:07:04.616 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:07:04.618 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:07:04.620 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2021-11-04 10:07:04.622 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2021-11-04 10:07:04.625 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2021-11-04 10:07:04.629 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=5.4.0-72-generic 2021-11-04 10:07:04.632 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2021-11-04 10:07:04.635 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 5.4.0-72-generic 2021-11-04 10:07:04.636 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2021-11-04 10:07:04.641 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=5.4 2021-11-04 10:07:04.645 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 5.4 '<' 3.13 2021-11-04 10:07:04.647 | + functions:vercmp:628 : local v1=5.4 2021-11-04 10:07:04.650 | + functions:vercmp:629 : local 'op=<' 2021-11-04 10:07:04.652 | + functions:vercmp:630 : local v2=3.13 2021-11-04 10:07:04.655 | + functions:vercmp:631 : local result 2021-11-04 10:07:04.658 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2021-11-04 10:07:04.659 | ++ functions:vercmp:635 : head -1 2021-11-04 10:07:04.659 | ++ functions:vercmp:635 : sort -V 2021-11-04 10:07:04.664 | + functions:vercmp:635 : result=3.13 2021-11-04 10:07:04.667 | + functions:vercmp:637 : case $op in 2021-11-04 10:07:04.669 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2021-11-04 10:07:04.671 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2021-11-04 10:07:04.673 | + functions:vercmp:648 : return 2021-11-04 10:07:04.676 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2021-11-04 10:07:04.678 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-11-04 10:07:04.680 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart openvswitch-switch 2021-11-04 10:07:05.016 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2021-11-04 10:07:05.019 | + inc/python:use_library_from_git:250 : local name=os-ken 2021-11-04 10:07:05.021 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:05.024 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:05.026 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2021-11-04 10:07:05.028 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:05.032 | + ./stack.sh:main:828 : is_service_enabled etcd3 2021-11-04 10:07:05.050 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:07:05.052 | + ./stack.sh:main:829 : install_etcd3 2021-11-04 10:07:05.055 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2021-11-04 10:07:05.055 | Installing etcd 2021-11-04 10:07:05.057 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2021-11-04 10:07:05.070 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2021-11-04 10:07:05.082 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2021-11-04 10:07:05.085 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2021-11-04 10:07:05.100 | + lib/etcd3:install_etcd3:113 : local etcd_file 2021-11-04 10:07:05.104 | ++ 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 2021-11-04 10:07:05.107 | ++ 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 2021-11-04 10:07:05.110 | +++ 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 2021-11-04 10:07:05.115 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2021-11-04 10:07:05.117 | ++ 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* ]] 2021-11-04 10:07:05.120 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2021-11-04 10:07:05.122 | ++ 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 2021-11-04 10:07:05.125 | --2021-11-04 10:07:05-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-11-04 10:07:05.130 | Resolving github.com (github.com)... 140.82.121.3 2021-11-04 10:07:05.175 | Connecting to github.com (github.com)|140.82.121.3|:443... connected. 2021-11-04 10:07:05.313 | HTTP request sent, awaiting response... 302 Found 2021-11-04 10:07:05.313 | 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%2F20211104%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211104T100650Z&X-Amz-Expires=300&X-Amz-Signature=f234167cf4db6b6ea04393142366fe59bb1db189dca41fe026db40caa4ab7c22&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] 2021-11-04 10:07:05.313 | --2021-11-04 10:07:05-- 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%2F20211104%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211104T100650Z&X-Amz-Expires=300&X-Amz-Signature=f234167cf4db6b6ea04393142366fe59bb1db189dca41fe026db40caa4ab7c22&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 2021-11-04 10:07:05.314 | Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.109.133, 185.199.108.133, 185.199.111.133, ... 2021-11-04 10:07:05.364 | Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.133|:443... connected. 2021-11-04 10:07:06.260 | HTTP request sent, awaiting response... 200 OK 2021-11-04 10:07:06.260 | Length: 11350736 (11M) [application/octet-stream] 2021-11-04 10:07:06.260 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2021-11-04 10:07:06.502 | 2021-11-04 10:07:07.711 | 0K ........ .. 100% 7.46M=1.5s 2021-11-04 10:07:07.711 | 2021-11-04 10:07:07.711 | 2021-11-04 10:07:07 (7.46 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2021-11-04 10:07:07.711 | 2021-11-04 10:07:07.715 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2021-11-04 10:07:07.717 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-11-04 10:07:07.720 | ++ functions:get_extra_file:74 : return 2021-11-04 10:07:07.722 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-11-04 10:07:07.725 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2021-11-04 10:07:07.727 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2021-11-04 10:07:07.730 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2021-11-04 10:07:07.867 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2021-11-04 10:07:07.870 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2021-11-04 10:07:07.874 | etcd-v3.3.12-linux-amd64/ 2021-11-04 10:07:07.875 | etcd-v3.3.12-linux-amd64/README.md 2021-11-04 10:07:07.875 | etcd-v3.3.12-linux-amd64/Documentation/ 2021-11-04 10:07:07.875 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2021-11-04 10:07:07.875 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2021-11-04 10:07:07.875 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2021-11-04 10:07:07.875 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2021-11-04 10:07:07.875 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2021-11-04 10:07:07.875 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2021-11-04 10:07:07.875 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2021-11-04 10:07:07.875 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2021-11-04 10:07:07.875 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2021-11-04 10:07:07.875 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2021-11-04 10:07:07.875 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2021-11-04 10:07:07.875 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2021-11-04 10:07:07.876 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2021-11-04 10:07:07.876 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2021-11-04 10:07:07.876 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2021-11-04 10:07:07.876 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2021-11-04 10:07:07.876 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2021-11-04 10:07:07.876 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-11-04 10:07:07.876 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2021-11-04 10:07:07.876 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2021-11-04 10:07:07.876 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-11-04 10:07:07.876 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-11-04 10:07:07.876 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2021-11-04 10:07:07.876 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2021-11-04 10:07:07.876 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2021-11-04 10:07:07.876 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2021-11-04 10:07:07.876 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2021-11-04 10:07:07.876 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2021-11-04 10:07:07.876 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2021-11-04 10:07:07.877 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2021-11-04 10:07:07.878 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2021-11-04 10:07:07.878 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2021-11-04 10:07:07.878 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2021-11-04 10:07:07.878 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2021-11-04 10:07:07.878 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2021-11-04 10:07:07.878 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2021-11-04 10:07:07.878 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2021-11-04 10:07:07.878 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2021-11-04 10:07:07.878 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2021-11-04 10:07:07.878 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2021-11-04 10:07:07.878 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2021-11-04 10:07:07.878 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2021-11-04 10:07:07.878 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2021-11-04 10:07:07.878 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2021-11-04 10:07:07.879 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2021-11-04 10:07:07.879 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2021-11-04 10:07:07.879 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2021-11-04 10:07:07.879 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2021-11-04 10:07:07.879 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2021-11-04 10:07:07.879 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2021-11-04 10:07:07.879 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2021-11-04 10:07:07.879 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2021-11-04 10:07:07.879 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2021-11-04 10:07:07.879 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2021-11-04 10:07:07.879 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2021-11-04 10:07:07.879 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2021-11-04 10:07:07.879 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2021-11-04 10:07:07.879 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2021-11-04 10:07:07.879 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2021-11-04 10:07:07.879 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2021-11-04 10:07:07.880 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2021-11-04 10:07:07.880 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2021-11-04 10:07:07.880 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2021-11-04 10:07:07.880 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2021-11-04 10:07:07.880 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2021-11-04 10:07:07.880 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2021-11-04 10:07:07.880 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2021-11-04 10:07:07.880 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2021-11-04 10:07:07.880 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2021-11-04 10:07:07.880 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2021-11-04 10:07:07.880 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2021-11-04 10:07:07.880 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2021-11-04 10:07:07.880 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2021-11-04 10:07:07.880 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2021-11-04 10:07:07.880 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2021-11-04 10:07:07.880 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2021-11-04 10:07:07.881 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2021-11-04 10:07:07.881 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2021-11-04 10:07:07.881 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2021-11-04 10:07:07.881 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2021-11-04 10:07:07.881 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2021-11-04 10:07:07.881 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2021-11-04 10:07:07.881 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2021-11-04 10:07:07.881 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2021-11-04 10:07:07.881 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2021-11-04 10:07:07.881 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2021-11-04 10:07:07.881 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2021-11-04 10:07:07.881 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2021-11-04 10:07:07.881 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2021-11-04 10:07:07.881 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2021-11-04 10:07:07.881 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2021-11-04 10:07:07.882 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2021-11-04 10:07:07.882 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2021-11-04 10:07:07.882 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2021-11-04 10:07:07.882 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2021-11-04 10:07:07.882 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2021-11-04 10:07:07.882 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2021-11-04 10:07:07.882 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2021-11-04 10:07:07.882 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2021-11-04 10:07:07.882 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2021-11-04 10:07:07.883 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2021-11-04 10:07:07.883 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2021-11-04 10:07:07.883 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2021-11-04 10:07:07.883 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2021-11-04 10:07:07.883 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2021-11-04 10:07:07.883 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2021-11-04 10:07:07.885 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2021-11-04 10:07:07.885 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2021-11-04 10:07:07.885 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2021-11-04 10:07:07.885 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2021-11-04 10:07:07.885 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2021-11-04 10:07:07.885 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2021-11-04 10:07:07.885 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2021-11-04 10:07:07.885 | etcd-v3.3.12-linux-amd64/etcdctl 2021-11-04 10:07:08.072 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2021-11-04 10:07:08.072 | etcd-v3.3.12-linux-amd64/etcd 2021-11-04 10:07:08.303 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2021-11-04 10:07:08.341 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2021-11-04 10:07:08.375 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2021-11-04 10:07:08.377 | + ./stack.sh:main:838 : is_service_enabled tls-proxy 2021-11-04 10:07:08.394 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:07:08.396 | + ./stack.sh:main:848 : install_dstat 2021-11-04 10:07:08.399 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2021-11-04 10:07:08.416 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:07:08.418 | + ./stack.sh:main:854 : echo_summary 'Installing OpenStack project source' 2021-11-04 10:07:08.421 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:07:08.423 | + ./stack.sh:echo_summary:432 : echo -e Installing OpenStack project source 2021-11-04 10:07:08.425 | + ./stack.sh:main:857 : install_libs 2021-11-04 10:07:08.428 | + lib/libraries:install_libs:89 : _install_lib_from_source automaton 2021-11-04 10:07:08.430 | + lib/libraries:_install_lib_from_source:73 : local name=automaton 2021-11-04 10:07:08.432 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git automaton 2021-11-04 10:07:08.434 | + inc/python:use_library_from_git:250 : local name=automaton 2021-11-04 10:07:08.437 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.439 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.441 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2021-11-04 10:07:08.443 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.445 | + lib/libraries:install_libs:90 : _install_lib_from_source castellan 2021-11-04 10:07:08.447 | + lib/libraries:_install_lib_from_source:73 : local name=castellan 2021-11-04 10:07:08.450 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git castellan 2021-11-04 10:07:08.452 | + inc/python:use_library_from_git:250 : local name=castellan 2021-11-04 10:07:08.455 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.457 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.459 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2021-11-04 10:07:08.461 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.463 | + lib/libraries:install_libs:91 : _install_lib_from_source cliff 2021-11-04 10:07:08.466 | + lib/libraries:_install_lib_from_source:73 : local name=cliff 2021-11-04 10:07:08.469 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git cliff 2021-11-04 10:07:08.471 | + inc/python:use_library_from_git:250 : local name=cliff 2021-11-04 10:07:08.473 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.475 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.477 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2021-11-04 10:07:08.479 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.482 | + lib/libraries:install_libs:92 : _install_lib_from_source cursive 2021-11-04 10:07:08.485 | + lib/libraries:_install_lib_from_source:73 : local name=cursive 2021-11-04 10:07:08.487 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git cursive 2021-11-04 10:07:08.489 | + inc/python:use_library_from_git:250 : local name=cursive 2021-11-04 10:07:08.491 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.494 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.496 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2021-11-04 10:07:08.498 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.501 | + lib/libraries:install_libs:93 : _install_lib_from_source debtcollector 2021-11-04 10:07:08.503 | + lib/libraries:_install_lib_from_source:73 : local name=debtcollector 2021-11-04 10:07:08.505 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git debtcollector 2021-11-04 10:07:08.507 | + inc/python:use_library_from_git:250 : local name=debtcollector 2021-11-04 10:07:08.509 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.512 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.514 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2021-11-04 10:07:08.516 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.519 | + lib/libraries:install_libs:94 : _install_lib_from_source futurist 2021-11-04 10:07:08.521 | + lib/libraries:_install_lib_from_source:73 : local name=futurist 2021-11-04 10:07:08.523 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git futurist 2021-11-04 10:07:08.525 | + inc/python:use_library_from_git:250 : local name=futurist 2021-11-04 10:07:08.528 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.530 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.536 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2021-11-04 10:07:08.538 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.540 | + lib/libraries:install_libs:95 : _install_lib_from_source openstacksdk 2021-11-04 10:07:08.543 | + lib/libraries:_install_lib_from_source:73 : local name=openstacksdk 2021-11-04 10:07:08.546 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git openstacksdk 2021-11-04 10:07:08.548 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2021-11-04 10:07:08.550 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.552 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.555 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2021-11-04 10:07:08.557 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.559 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-lib 2021-11-04 10:07:08.562 | + lib/libraries:_install_lib_from_source:73 : local name=osc-lib 2021-11-04 10:07:08.564 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git osc-lib 2021-11-04 10:07:08.567 | + inc/python:use_library_from_git:250 : local name=osc-lib 2021-11-04 10:07:08.569 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.571 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.573 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2021-11-04 10:07:08.576 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.579 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-placement 2021-11-04 10:07:08.582 | + lib/libraries:_install_lib_from_source:73 : local name=osc-placement 2021-11-04 10:07:08.585 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git osc-placement 2021-11-04 10:07:08.587 | + inc/python:use_library_from_git:250 : local name=osc-placement 2021-11-04 10:07:08.589 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.592 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.594 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2021-11-04 10:07:08.596 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.599 | + lib/libraries:install_libs:98 : _install_lib_from_source os-client-config 2021-11-04 10:07:08.601 | + lib/libraries:_install_lib_from_source:73 : local name=os-client-config 2021-11-04 10:07:08.603 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-client-config 2021-11-04 10:07:08.605 | + inc/python:use_library_from_git:250 : local name=os-client-config 2021-11-04 10:07:08.608 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.611 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.613 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2021-11-04 10:07:08.615 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.617 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.cache 2021-11-04 10:07:08.620 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.cache 2021-11-04 10:07:08.623 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.cache 2021-11-04 10:07:08.625 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2021-11-04 10:07:08.627 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.630 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.632 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2021-11-04 10:07:08.634 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.636 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.concurrency 2021-11-04 10:07:08.639 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.concurrency 2021-11-04 10:07:08.641 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.concurrency 2021-11-04 10:07:08.643 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2021-11-04 10:07:08.646 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.648 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.650 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2021-11-04 10:07:08.653 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.655 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.config 2021-11-04 10:07:08.658 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.config 2021-11-04 10:07:08.660 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.config 2021-11-04 10:07:08.662 | + inc/python:use_library_from_git:250 : local name=oslo.config 2021-11-04 10:07:08.665 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.667 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.670 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2021-11-04 10:07:08.672 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.674 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.context 2021-11-04 10:07:08.677 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.context 2021-11-04 10:07:08.679 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.context 2021-11-04 10:07:08.681 | + inc/python:use_library_from_git:250 : local name=oslo.context 2021-11-04 10:07:08.683 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.686 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.689 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2021-11-04 10:07:08.691 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.693 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.db 2021-11-04 10:07:08.696 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.db 2021-11-04 10:07:08.698 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.db 2021-11-04 10:07:08.700 | + inc/python:use_library_from_git:250 : local name=oslo.db 2021-11-04 10:07:08.703 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.705 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.707 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2021-11-04 10:07:08.710 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.712 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.i18n 2021-11-04 10:07:08.714 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.i18n 2021-11-04 10:07:08.717 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.i18n 2021-11-04 10:07:08.719 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2021-11-04 10:07:08.722 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.724 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.726 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2021-11-04 10:07:08.728 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.731 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.log 2021-11-04 10:07:08.733 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.log 2021-11-04 10:07:08.736 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.log 2021-11-04 10:07:08.738 | + inc/python:use_library_from_git:250 : local name=oslo.log 2021-11-04 10:07:08.740 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.742 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.745 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2021-11-04 10:07:08.748 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.750 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.messaging 2021-11-04 10:07:08.752 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.messaging 2021-11-04 10:07:08.754 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.messaging 2021-11-04 10:07:08.757 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2021-11-04 10:07:08.759 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.761 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.763 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2021-11-04 10:07:08.766 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.768 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.middleware 2021-11-04 10:07:08.770 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.middleware 2021-11-04 10:07:08.772 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.middleware 2021-11-04 10:07:08.775 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2021-11-04 10:07:08.777 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.780 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.782 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2021-11-04 10:07:08.784 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.787 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.policy 2021-11-04 10:07:08.789 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.policy 2021-11-04 10:07:08.791 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.policy 2021-11-04 10:07:08.794 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2021-11-04 10:07:08.796 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.799 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.801 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2021-11-04 10:07:08.803 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.805 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.privsep 2021-11-04 10:07:08.808 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.privsep 2021-11-04 10:07:08.810 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.privsep 2021-11-04 10:07:08.813 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2021-11-04 10:07:08.815 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.817 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.820 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2021-11-04 10:07:08.822 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.824 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.reports 2021-11-04 10:07:08.827 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.reports 2021-11-04 10:07:08.829 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.reports 2021-11-04 10:07:08.831 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2021-11-04 10:07:08.834 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.836 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.838 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2021-11-04 10:07:08.841 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.844 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.rootwrap 2021-11-04 10:07:08.846 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.rootwrap 2021-11-04 10:07:08.848 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.rootwrap 2021-11-04 10:07:08.850 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2021-11-04 10:07:08.853 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.855 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.858 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2021-11-04 10:07:08.860 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.863 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.serialization 2021-11-04 10:07:08.865 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.serialization 2021-11-04 10:07:08.867 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.serialization 2021-11-04 10:07:08.870 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2021-11-04 10:07:08.872 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.874 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.877 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2021-11-04 10:07:08.879 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.881 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.service 2021-11-04 10:07:08.884 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.service 2021-11-04 10:07:08.886 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.service 2021-11-04 10:07:08.889 | + inc/python:use_library_from_git:250 : local name=oslo.service 2021-11-04 10:07:08.891 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.893 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.895 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2021-11-04 10:07:08.898 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.900 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.utils 2021-11-04 10:07:08.902 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.utils 2021-11-04 10:07:08.905 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.utils 2021-11-04 10:07:08.908 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2021-11-04 10:07:08.910 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.913 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.915 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2021-11-04 10:07:08.917 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.920 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.versionedobjects 2021-11-04 10:07:08.922 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.versionedobjects 2021-11-04 10:07:08.925 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.versionedobjects 2021-11-04 10:07:08.927 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2021-11-04 10:07:08.929 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.932 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.934 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2021-11-04 10:07:08.937 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.939 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.vmware 2021-11-04 10:07:08.941 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.vmware 2021-11-04 10:07:08.944 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.vmware 2021-11-04 10:07:08.946 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2021-11-04 10:07:08.948 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.951 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.953 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2021-11-04 10:07:08.956 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.958 | + lib/libraries:install_libs:117 : _install_lib_from_source osprofiler 2021-11-04 10:07:08.960 | + lib/libraries:_install_lib_from_source:73 : local name=osprofiler 2021-11-04 10:07:08.962 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git osprofiler 2021-11-04 10:07:08.965 | + inc/python:use_library_from_git:250 : local name=osprofiler 2021-11-04 10:07:08.967 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.969 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.972 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2021-11-04 10:07:08.974 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.976 | + lib/libraries:install_libs:118 : _install_lib_from_source pycadf 2021-11-04 10:07:08.978 | + lib/libraries:_install_lib_from_source:73 : local name=pycadf 2021-11-04 10:07:08.981 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git pycadf 2021-11-04 10:07:08.983 | + inc/python:use_library_from_git:250 : local name=pycadf 2021-11-04 10:07:08.985 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:08.987 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:08.990 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2021-11-04 10:07:08.992 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:08.994 | + lib/libraries:install_libs:119 : _install_lib_from_source stevedore 2021-11-04 10:07:08.996 | + lib/libraries:_install_lib_from_source:73 : local name=stevedore 2021-11-04 10:07:08.999 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git stevedore 2021-11-04 10:07:09.001 | + inc/python:use_library_from_git:250 : local name=stevedore 2021-11-04 10:07:09.004 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:09.006 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:09.008 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2021-11-04 10:07:09.010 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:09.013 | + lib/libraries:install_libs:120 : _install_lib_from_source taskflow 2021-11-04 10:07:09.016 | + lib/libraries:_install_lib_from_source:73 : local name=taskflow 2021-11-04 10:07:09.018 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git taskflow 2021-11-04 10:07:09.020 | + inc/python:use_library_from_git:250 : local name=taskflow 2021-11-04 10:07:09.022 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:09.025 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:09.027 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2021-11-04 10:07:09.029 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:09.032 | + lib/libraries:install_libs:121 : _install_lib_from_source tooz 2021-11-04 10:07:09.034 | + lib/libraries:_install_lib_from_source:73 : local name=tooz 2021-11-04 10:07:09.036 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git tooz 2021-11-04 10:07:09.039 | + inc/python:use_library_from_git:250 : local name=tooz 2021-11-04 10:07:09.041 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:09.043 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:09.046 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2021-11-04 10:07:09.048 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:09.051 | + lib/libraries:install_libs:125 : _install_lib_from_source os-brick 2021-11-04 10:07:09.053 | + lib/libraries:_install_lib_from_source:73 : local name=os-brick 2021-11-04 10:07:09.055 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-brick 2021-11-04 10:07:09.058 | + inc/python:use_library_from_git:250 : local name=os-brick 2021-11-04 10:07:09.061 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:09.063 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:09.065 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2021-11-04 10:07:09.068 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:09.071 | + lib/libraries:install_libs:126 : _install_lib_from_source os-resource-classes 2021-11-04 10:07:09.073 | + lib/libraries:_install_lib_from_source:73 : local name=os-resource-classes 2021-11-04 10:07:09.076 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-resource-classes 2021-11-04 10:07:09.078 | + inc/python:use_library_from_git:250 : local name=os-resource-classes 2021-11-04 10:07:09.080 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:09.083 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:09.085 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-resource-classes, ]] 2021-11-04 10:07:09.087 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:09.090 | + lib/libraries:install_libs:127 : _install_lib_from_source os-traits 2021-11-04 10:07:09.092 | + lib/libraries:_install_lib_from_source:73 : local name=os-traits 2021-11-04 10:07:09.095 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-traits 2021-11-04 10:07:09.097 | + inc/python:use_library_from_git:250 : local name=os-traits 2021-11-04 10:07:09.100 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:09.102 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:09.104 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2021-11-04 10:07:09.107 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:09.109 | + lib/libraries:install_libs:130 : _install_lib_from_source python-barbicanclient 2021-11-04 10:07:09.111 | + lib/libraries:_install_lib_from_source:73 : local name=python-barbicanclient 2021-11-04 10:07:09.114 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git python-barbicanclient 2021-11-04 10:07:09.116 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2021-11-04 10:07:09.118 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:09.120 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:09.123 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2021-11-04 10:07:09.125 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:09.127 | + lib/libraries:install_libs:137 : pip_install etcd3 2021-11-04 10:07:09.149 | Using python 3.8 to install etcd3 2021-11-04 10:07:09.151 | + 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 2021-11-04 10:07:09.886 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:07:09.886 | from cryptography.utils import int_from_bytes 2021-11-04 10:07:09.887 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:07:09.887 | from cryptography.utils import int_from_bytes 2021-11-04 10:07:10.943 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:07:11.048 | Collecting etcd3 2021-11-04 10:07:11.056 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2021-11-04 10:07:11.082 | Preparing metadata (setup.py): started 2021-11-04 10:07:11.678 | Preparing metadata (setup.py): finished with status 'done' 2021-11-04 10:07:13.958 | Collecting grpcio>=1.27.1 2021-11-04 10:07:13.975 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31a/47af7356fb5ed/grpcio-1.41.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.9 MB) 2021-11-04 10:07:14.830 | Collecting protobuf>=3.6.1 2021-11-04 10:07:14.842 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/655/264ed0d0efe47/protobuf-3.19.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2021-11-04 10:07:14.869 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2021-11-04 10:07:14.870 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2021-11-04 10:07:14.897 | Building wheels for collected packages: etcd3 2021-11-04 10:07:14.898 | Building wheel for etcd3 (setup.py): started 2021-11-04 10:07:15.608 | Building wheel for etcd3 (setup.py): finished with status 'done' 2021-11-04 10:07:15.609 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42889 sha256=6c1c23c2bd59f753a6848422f706aee92c9f516fed1b1accb87bc4f7c13a4184 2021-11-04 10:07:15.609 | Stored in directory: /root/.cache/pip/wheels/32/8a/31/1308d0452fdcc24ed454fa7c297cc2b924f30bfd57b1080bf1 2021-11-04 10:07:15.613 | Successfully built etcd3 2021-11-04 10:07:17.235 | Installing collected packages: protobuf, grpcio, etcd3 2021-11-04 10:07:18.052 | Successfully installed etcd3-0.12.0 grpcio-1.41.1 protobuf-3.19.1 2021-11-04 10:07:18.052 | 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 2021-11-04 10:07:18.206 | + inc/python:pip_install:200 : result=0 2021-11-04 10:07:18.208 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:07:18.211 | + functions-common:time_stop:2309 : local name 2021-11-04 10:07:18.213 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:07:18.215 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:07:18.217 | + functions-common:time_stop:2312 : local total 2021-11-04 10:07:18.219 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:07:18.222 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:07:18.224 | + functions-common:time_stop:2316 : start_time=1636020429143 2021-11-04 10:07:18.226 | + functions-common:time_stop:2318 : [[ -z 1636020429143 ]] 2021-11-04 10:07:18.228 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:07:18.232 | + functions-common:time_stop:2321 : end_time=1636020438230 2021-11-04 10:07:18.234 | + functions-common:time_stop:2322 : elapsed_time=9087 2021-11-04 10:07:18.236 | + functions-common:time_stop:2323 : total=33237 2021-11-04 10:07:18.238 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:07:18.240 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=42324 2021-11-04 10:07:18.243 | + inc/python:pip_install:203 : return 0 2021-11-04 10:07:18.245 | + lib/libraries:install_libs:138 : pip_install etcd3gw 2021-11-04 10:07:18.268 | Using python 3.8 to install etcd3gw 2021-11-04 10:07:18.270 | + 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 2021-11-04 10:07:19.019 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:07:19.019 | from cryptography.utils import int_from_bytes 2021-11-04 10:07:19.019 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:07:19.019 | from cryptography.utils import int_from_bytes 2021-11-04 10:07:20.082 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:07:20.189 | Collecting etcd3gw 2021-11-04 10:07:20.196 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8e5/5b8d4b7856f17/etcd3gw-1.0.0-py3-none-any.whl (22 kB) 2021-11-04 10:07:20.208 | Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.16.0) 2021-11-04 10:07:20.209 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.26.0) 2021-11-04 10:07:20.210 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.6.0) 2021-11-04 10:07:20.211 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.0) 2021-11-04 10:07:20.245 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2019.11.28) 2021-11-04 10:07:20.246 | 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.7) 2021-11-04 10:07:20.248 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2.0.7) 2021-11-04 10:07:20.251 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.3) 2021-11-04 10:07:21.850 | Installing collected packages: etcd3gw 2021-11-04 10:07:22.099 | Successfully installed etcd3gw-1.0.0 2021-11-04 10:07:22.099 | 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 2021-11-04 10:07:22.214 | + inc/python:pip_install:200 : result=0 2021-11-04 10:07:22.217 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:07:22.219 | + functions-common:time_stop:2309 : local name 2021-11-04 10:07:22.222 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:07:22.224 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:07:22.226 | + functions-common:time_stop:2312 : local total 2021-11-04 10:07:22.228 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:07:22.230 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:07:22.233 | + functions-common:time_stop:2316 : start_time=1636020438261 2021-11-04 10:07:22.235 | + functions-common:time_stop:2318 : [[ -z 1636020438261 ]] 2021-11-04 10:07:22.238 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:07:22.242 | + functions-common:time_stop:2321 : end_time=1636020442239 2021-11-04 10:07:22.244 | + functions-common:time_stop:2322 : elapsed_time=3978 2021-11-04 10:07:22.246 | + functions-common:time_stop:2323 : total=42324 2021-11-04 10:07:22.249 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:07:22.251 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=46302 2021-11-04 10:07:22.253 | + inc/python:pip_install:203 : return 0 2021-11-04 10:07:22.256 | + ./stack.sh:main:860 : install_apache_uwsgi 2021-11-04 10:07:22.258 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2021-11-04 10:07:22.260 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2021-11-04 10:07:22.263 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-11-04 10:07:22.265 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-11-04 10:07:22.268 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-11-04 10:07:22.270 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-11-04 10:07:22.272 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-11-04 10:07:22.275 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-11-04 10:07:22.277 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-11-04 10:07:22.279 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-11-04 10:07:22.281 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-11-04 10:07:22.284 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2021-11-04 10:07:22.286 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2021-11-04 10:07:22.289 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:07:22.291 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:07:22.293 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2021-11-04 10:07:22.296 | + lib/apache:install_apache_uwsgi:96 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-11-04 10:07:22.298 | + functions-common:install_package:1347 : update_package_repo 2021-11-04 10:07:22.300 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-11-04 10:07:22.302 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-11-04 10:07:22.305 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-11-04 10:07:22.307 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-11-04 10:07:22.310 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-11-04 10:07:22.312 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:07:22.314 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:07:22.317 | + functions-common:update_package_repo:1328 : apt_get_update 2021-11-04 10:07:22.319 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-11-04 10:07:22.321 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-11-04 10:07:22.323 | + functions-common:apt_get_update:1074 : return 2021-11-04 10:07:22.326 | + functions-common:install_package:1348 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-11-04 10:07:22.329 | + functions-common:real_install_package:1333 : is_ubuntu 2021-11-04 10:07:22.331 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:07:22.333 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:07:22.335 | + functions-common:real_install_package:1334 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-11-04 10:07:22.356 | + 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 2021-11-04 10:07:22.465 | Reading package lists... 2021-11-04 10:07:22.697 | Building dependency tree... 2021-11-04 10:07:22.698 | Reading state information... 2021-11-04 10:07:22.940 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.8). 2021-11-04 10:07:22.940 | The following packages were automatically installed and are no longer required: 2021-11-04 10:07:22.941 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-11-04 10:07:22.941 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-11-04 10:07:22.941 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-11-04 10:07:22.941 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-11-04 10:07:22.941 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-11-04 10:07:22.941 | python3-zope.interface 2021-11-04 10:07:22.941 | Use 'sudo apt autoremove' to remove them. 2021-11-04 10:07:22.942 | The following additional packages will be installed: 2021-11-04 10:07:22.942 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi-core 2021-11-04 10:07:22.943 | Suggested packages: 2021-11-04 10:07:22.944 | uwsgi-dev uwsgi-extra uwsgi-plugins-all python3-uwsgidecorators 2021-11-04 10:07:23.010 | The following NEW packages will be installed: 2021-11-04 10:07:23.011 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi uwsgi-core uwsgi-plugin-python3 2021-11-04 10:07:23.122 | 0 upgraded, 6 newly installed, 0 to remove and 97 not upgraded. 2021-11-04 10:07:23.122 | Need to get 1,306 kB of archives. 2021-11-04 10:07:23.122 | After this operation, 4,613 kB of additional disk space will be used. 2021-11-04 10:07:23.122 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 2021-11-04 10:07:23.365 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 2021-11-04 10:07:23.384 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 2021-11-04 10:07:23.420 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-core amd64 2.0.18-11ubuntu1 [523 kB] 2021-11-04 10:07:23.471 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi amd64 2.0.18-11ubuntu1 [17.6 kB] 2021-11-04 10:07:23.473 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-plugin-python3 amd64 2.0.18-11ubuntu1 [75.1 kB] 2021-11-04 10:07:24.039 | Fetched 1,306 kB in 0s (2,838 kB/s) 2021-11-04 10:07:24.316 | Selecting previously unselected package libnorm1:amd64. 2021-11-04 10:07:24.367 | (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.) 2021-11-04 10:07:24.371 | Preparing to unpack .../0-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 2021-11-04 10:07:24.519 | Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2021-11-04 10:07:25.010 | Selecting previously unselected package libpgm-5.2-0:amd64. 2021-11-04 10:07:25.020 | Preparing to unpack .../1-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 2021-11-04 10:07:25.079 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2021-11-04 10:07:25.578 | Selecting previously unselected package libzmq5:amd64. 2021-11-04 10:07:25.588 | Preparing to unpack .../2-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 2021-11-04 10:07:25.669 | Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 2021-11-04 10:07:26.246 | Selecting previously unselected package uwsgi-core. 2021-11-04 10:07:26.256 | Preparing to unpack .../3-uwsgi-core_2.0.18-11ubuntu1_amd64.deb ... 2021-11-04 10:07:26.320 | Unpacking uwsgi-core (2.0.18-11ubuntu1) ... 2021-11-04 10:07:27.381 | Selecting previously unselected package uwsgi. 2021-11-04 10:07:27.391 | Preparing to unpack .../4-uwsgi_2.0.18-11ubuntu1_amd64.deb ... 2021-11-04 10:07:27.440 | Unpacking uwsgi (2.0.18-11ubuntu1) ... 2021-11-04 10:07:27.993 | Selecting previously unselected package uwsgi-plugin-python3. 2021-11-04 10:07:28.003 | Preparing to unpack .../5-uwsgi-plugin-python3_2.0.18-11ubuntu1_amd64.deb ... 2021-11-04 10:07:28.107 | Unpacking uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2021-11-04 10:07:28.529 | Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2021-11-04 10:07:28.697 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2021-11-04 10:07:28.890 | Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 2021-11-04 10:07:29.126 | Setting up uwsgi-core (2.0.18-11ubuntu1) ... 2021-11-04 10:07:29.406 | Setting up uwsgi (2.0.18-11ubuntu1) ... 2021-11-04 10:07:30.764 | Setting up uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2021-11-04 10:07:31.098 | Processing triggers for systemd (245.4-4ubuntu3.13) ... 2021-11-04 10:07:31.611 | Processing triggers for man-db (2.9.1-1) ... 2021-11-04 10:07:32.138 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2021-11-04 10:07:39.266 | + functions-common:apt_get:1118 : result=0 2021-11-04 10:07:39.269 | + functions-common:apt_get:1121 : time_stop apt-get 2021-11-04 10:07:39.271 | + functions-common:time_stop:2309 : local name 2021-11-04 10:07:39.273 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:07:39.275 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:07:39.279 | + functions-common:time_stop:2312 : local total 2021-11-04 10:07:39.281 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:07:39.283 | + functions-common:time_stop:2315 : name=apt-get 2021-11-04 10:07:39.285 | + functions-common:time_stop:2316 : start_time=1636020442354 2021-11-04 10:07:39.287 | + functions-common:time_stop:2318 : [[ -z 1636020442354 ]] 2021-11-04 10:07:39.290 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:07:39.294 | + functions-common:time_stop:2321 : end_time=1636020459292 2021-11-04 10:07:39.296 | + functions-common:time_stop:2322 : elapsed_time=16938 2021-11-04 10:07:39.299 | + functions-common:time_stop:2323 : total=515544 2021-11-04 10:07:39.301 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:07:39.303 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=532482 2021-11-04 10:07:39.305 | + functions-common:apt_get:1122 : return 0 2021-11-04 10:07:39.308 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2021-11-04 10:07:39.310 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:07:39.312 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:07:39.314 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2021-11-04 10:07:39.377 | Enabling module proxy. 2021-11-04 10:07:39.382 | To activate the new configuration, you need to run: 2021-11-04 10:07:39.382 | systemctl restart apache2 2021-11-04 10:07:39.387 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2021-11-04 10:07:39.450 | Considering dependency proxy for proxy_uwsgi: 2021-11-04 10:07:39.450 | Module proxy already enabled 2021-11-04 10:07:39.450 | Enabling module proxy_uwsgi. 2021-11-04 10:07:39.456 | To activate the new configuration, you need to run: 2021-11-04 10:07:39.456 | systemctl restart apache2 2021-11-04 10:07:39.460 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2021-11-04 10:07:39.462 | + lib/apache:restart_apache_server:250 : restart_service apache2 2021-11-04 10:07:39.465 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-11-04 10:07:39.467 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2021-11-04 10:07:39.596 | + ./stack.sh:main:863 : install_keystoneauth 2021-11-04 10:07:39.599 | + lib/keystone:install_keystoneauth:450 : use_library_from_git keystoneauth 2021-11-04 10:07:39.601 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2021-11-04 10:07:39.604 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:39.606 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:39.608 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2021-11-04 10:07:39.611 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:39.613 | + ./stack.sh:main:864 : install_keystoneclient 2021-11-04 10:07:39.616 | + lib/keystone:install_keystoneclient:458 : use_library_from_git python-keystoneclient 2021-11-04 10:07:39.618 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2021-11-04 10:07:39.620 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:39.623 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:39.625 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2021-11-04 10:07:39.627 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:39.630 | + ./stack.sh:main:865 : install_glanceclient 2021-11-04 10:07:39.632 | + lib/glance:install_glanceclient:505 : use_library_from_git python-glanceclient 2021-11-04 10:07:39.634 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2021-11-04 10:07:39.637 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:39.640 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:39.642 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2021-11-04 10:07:39.644 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:39.646 | + ./stack.sh:main:866 : install_cinderclient 2021-11-04 10:07:39.649 | + lib/cinder:install_cinderclient:481 : use_library_from_git python-brick-cinderclient-ext 2021-11-04 10:07:39.651 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2021-11-04 10:07:39.653 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:39.655 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:39.658 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2021-11-04 10:07:39.660 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:39.663 | + lib/cinder:install_cinderclient:486 : use_library_from_git python-cinderclient 2021-11-04 10:07:39.665 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2021-11-04 10:07:39.667 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:39.670 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:39.672 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2021-11-04 10:07:39.674 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:39.676 | + ./stack.sh:main:867 : install_novaclient 2021-11-04 10:07:39.679 | + lib/nova:install_novaclient:807 : use_library_from_git python-novaclient 2021-11-04 10:07:39.681 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2021-11-04 10:07:39.684 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:39.686 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:39.689 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2021-11-04 10:07:39.691 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:39.693 | + ./stack.sh:main:868 : is_service_enabled swift glance horizon 2021-11-04 10:07:39.710 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:07:39.713 | + ./stack.sh:main:869 : install_swiftclient 2021-11-04 10:07:39.716 | + lib/swift:install_swiftclient:752 : use_library_from_git python-swiftclient 2021-11-04 10:07:39.718 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2021-11-04 10:07:39.720 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:39.722 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:39.725 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2021-11-04 10:07:39.727 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:39.729 | + ./stack.sh:main:871 : is_service_enabled neutron nova horizon 2021-11-04 10:07:39.746 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:07:39.748 | + ./stack.sh:main:872 : install_neutronclient 2021-11-04 10:07:39.751 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2021-11-04 10:07:39.753 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2021-11-04 10:07:39.755 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:39.758 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:39.760 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2021-11-04 10:07:39.763 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:39.766 | + ./stack.sh:main:876 : install_keystonemiddleware 2021-11-04 10:07:39.768 | + lib/keystone:install_keystonemiddleware:468 : use_library_from_git keystonemiddleware 2021-11-04 10:07:39.770 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2021-11-04 10:07:39.773 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:07:39.775 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:07:39.777 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2021-11-04 10:07:39.780 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:07:39.783 | + lib/keystone:install_keystonemiddleware:473 : pip_install_gr keystonemiddleware 2021-11-04 10:07:39.785 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2021-11-04 10:07:39.787 | + inc/python:pip_install_gr:77 : local clean_name 2021-11-04 10:07:39.790 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2021-11-04 10:07:39.793 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2021-11-04 10:07:39.796 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-11-04 10:07:39.799 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2021-11-04 10:07:39.799 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-11-04 10:07:39.805 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2021-11-04 10:07:39.807 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2021-11-04 10:07:39.810 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2021-11-04 10:07:39.813 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2021-11-04 10:07:39.815 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2021-11-04 10:07:39.836 | Using python 3.8 to install keystonemiddleware 2021-11-04 10:07:39.838 | + 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 2021-11-04 10:07:40.592 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:07:40.592 | from cryptography.utils import int_from_bytes 2021-11-04 10:07:40.592 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:07:40.592 | from cryptography.utils import int_from_bytes 2021-11-04 10:07:41.658 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:07:41.695 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.3.0) 2021-11-04 10:07:41.750 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.8.1) 2021-11-04 10:07:41.751 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.4.0) 2021-11-04 10:07:41.752 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.6.0) 2021-11-04 10:07:41.753 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.6.1) 2021-11-04 10:07:41.754 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0) 2021-11-04 10:07:41.755 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0) 2021-11-04 10:07:41.756 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.3.0) 2021-11-04 10:07:41.757 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.7.1) 2021-11-04 10:07:41.758 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2021-11-04 10:07:41.759 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.11.0) 2021-11-04 10:07:41.760 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.2.0) 2021-11-04 10:07:41.762 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2021-11-04 10:07:41.763 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2021-11-04 10:07:41.764 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.26.0) 2021-11-04 10:07:41.823 | 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) 2021-11-04 10:07:41.825 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.5.0) 2021-11-04 10:07:41.826 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (0.1.16) 2021-11-04 10:07:41.864 | 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.4) 2021-11-04 10:07:41.905 | 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) 2021-11-04 10:07:41.907 | 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) 2021-11-04 10:07:41.910 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (6.0) 2021-11-04 10:07:41.912 | 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) 2021-11-04 10:07:41.962 | 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) 2021-11-04 10:07:41.967 | 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) 2021-11-04 10:07:41.978 | 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) 2021-11-04 10:07:41.979 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2021.3) 2021-11-04 10:07:41.994 | 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) 2021-11-04 10:07:41.996 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.2) 2021-11-04 10:07:41.998 | 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) 2021-11-04 10:07:42.064 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.0.7) 2021-11-04 10:07:42.066 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.3) 2021-11-04 10:07:42.067 | 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.7) 2021-11-04 10:07:42.068 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2019.11.28) 2021-11-04 10:07:42.120 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) (1.13.3) 2021-11-04 10:07:42.133 | 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.1.0) 2021-11-04 10:07:43.770 | 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 2021-11-04 10:07:43.882 | + inc/python:pip_install:200 : result=0 2021-11-04 10:07:43.884 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:07:43.887 | + functions-common:time_stop:2309 : local name 2021-11-04 10:07:43.889 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:07:43.891 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:07:43.893 | + functions-common:time_stop:2312 : local total 2021-11-04 10:07:43.896 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:07:43.898 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:07:43.900 | + functions-common:time_stop:2316 : start_time=1636020459831 2021-11-04 10:07:43.902 | + functions-common:time_stop:2318 : [[ -z 1636020459831 ]] 2021-11-04 10:07:43.905 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:07:43.909 | + functions-common:time_stop:2321 : end_time=1636020463907 2021-11-04 10:07:43.911 | + functions-common:time_stop:2322 : elapsed_time=4076 2021-11-04 10:07:43.914 | + functions-common:time_stop:2323 : total=46302 2021-11-04 10:07:43.916 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:07:43.918 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=50378 2021-11-04 10:07:43.920 | + inc/python:pip_install:203 : return 0 2021-11-04 10:07:43.923 | + lib/keystone:install_keystonemiddleware:477 : pip_install_gr python-memcached 2021-11-04 10:07:43.925 | + inc/python:pip_install_gr:76 : local name=python-memcached 2021-11-04 10:07:43.927 | + inc/python:pip_install_gr:77 : local clean_name 2021-11-04 10:07:43.930 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2021-11-04 10:07:43.933 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2021-11-04 10:07:43.935 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-11-04 10:07:43.939 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2021-11-04 10:07:43.939 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-11-04 10:07:43.945 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2021-11-04 10:07:43.947 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2021-11-04 10:07:43.950 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2021-11-04 10:07:43.953 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2021-11-04 10:07:43.955 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2021-11-04 10:07:43.975 | Using python 3.8 to install python-memcached 2021-11-04 10:07:43.978 | + 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 2021-11-04 10:07:44.722 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:07:44.722 | from cryptography.utils import int_from_bytes 2021-11-04 10:07:44.722 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:07:44.722 | from cryptography.utils import int_from_bytes 2021-11-04 10:07:45.777 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:07:45.881 | Collecting python-memcached 2021-11-04 10:07:45.890 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2021-11-04 10:07:45.896 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0) 2021-11-04 10:07:47.507 | Installing collected packages: python-memcached 2021-11-04 10:07:47.704 | Successfully installed python-memcached-1.59 2021-11-04 10:07:47.704 | 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 2021-11-04 10:07:47.816 | + inc/python:pip_install:200 : result=0 2021-11-04 10:07:47.819 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:07:47.821 | + functions-common:time_stop:2309 : local name 2021-11-04 10:07:47.823 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:07:47.826 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:07:47.828 | + functions-common:time_stop:2312 : local total 2021-11-04 10:07:47.830 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:07:47.832 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:07:47.834 | + functions-common:time_stop:2316 : start_time=1636020463970 2021-11-04 10:07:47.837 | + functions-common:time_stop:2318 : [[ -z 1636020463970 ]] 2021-11-04 10:07:47.839 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:07:47.843 | + functions-common:time_stop:2321 : end_time=1636020467841 2021-11-04 10:07:47.845 | + functions-common:time_stop:2322 : elapsed_time=3871 2021-11-04 10:07:47.848 | + functions-common:time_stop:2323 : total=50378 2021-11-04 10:07:47.850 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:07:47.852 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=54249 2021-11-04 10:07:47.856 | + inc/python:pip_install:203 : return 0 2021-11-04 10:07:47.858 | + ./stack.sh:main:878 : is_service_enabled keystone 2021-11-04 10:07:47.874 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:07:47.877 | + ./stack.sh:main:879 : '[' 10.222.0.49 == 10.222.0.49 ']' 2021-11-04 10:07:47.879 | + ./stack.sh:main:880 : stack_install_service keystone 2021-11-04 10:07:47.882 | + lib/stack:stack_install_service:20 : local service=keystone 2021-11-04 10:07:47.884 | + lib/stack:stack_install_service:21 : type install_keystone 2021-11-04 10:07:47.888 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-11-04 10:07:47.891 | + lib/stack:stack_install_service:32 : install_keystone 2021-11-04 10:07:47.893 | + lib/keystone:install_keystone:483 : is_service_enabled ldap 2021-11-04 10:07:47.910 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:07:47.912 | + lib/keystone:install_keystone:487 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2021-11-04 10:07:47.914 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/keystone.git 2021-11-04 10:07:47.916 | + functions-common:git_clone:524 : local git_dest=/opt/stack/keystone 2021-11-04 10:07:47.918 | + functions-common:git_clone:525 : local git_ref=master 2021-11-04 10:07:47.920 | + functions-common:git_clone:526 : local orig_dir 2021-11-04 10:07:47.923 | ++ functions-common:git_clone:527 : pwd 2021-11-04 10:07:47.925 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-11-04 10:07:47.928 | + functions-common:git_clone:528 : local git_clone_flags= 2021-11-04 10:07:47.930 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-11-04 10:07:47.946 | + functions-common:git_clone:530 : RECLONE=False 2021-11-04 10:07:47.948 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-11-04 10:07:47.950 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-11-04 10:07:47.953 | + functions-common:git_clone:544 : echo master 2021-11-04 10:07:47.953 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-11-04 10:07:47.958 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/keystone ]] 2021-11-04 10:07:47.960 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-11-04 10:07:47.962 | + functions-common:git_clone:592 : cd /opt/stack/keystone 2021-11-04 10:07:47.965 | + functions-common:git_clone:593 : git show --oneline 2021-11-04 10:07:47.965 | + functions-common:git_clone:593 : head -1 2021-11-04 10:07:47.968 | 1e7ecca88 Merge "Fix typo in identity provider policies" 2021-11-04 10:07:47.970 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-11-04 10:07:47.973 | + lib/keystone:install_keystone:488 : setup_develop /opt/stack/keystone 2021-11-04 10:07:47.975 | + inc/python:setup_develop:338 : local bindep 2021-11-04 10:07:47.977 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2021-11-04 10:07:47.980 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2021-11-04 10:07:47.983 | + inc/python:setup_develop:344 : local extras= 2021-11-04 10:07:47.985 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2021-11-04 10:07:47.988 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-11-04 10:07:47.990 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2021-11-04 10:07:47.992 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2021-11-04 10:07:47.994 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-11-04 10:07:47.997 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-11-04 10:07:48.000 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2021-11-04 10:07:48.002 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-11-04 10:07:48.005 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2021-11-04 10:07:48.008 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-11-04 10:07:48.010 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2021-11-04 10:07:48.014 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2021-11-04 10:07:48.019 | + inc/python:_setup_package_with_constraints_edit:385 : name=keystone 2021-11-04 10:07:48.021 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2021-11-04 10:07:48.666 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/keystone -e 2021-11-04 10:07:48.669 | + inc/python:setup_package:418 : local bindep=0 2021-11-04 10:07:48.671 | + inc/python:setup_package:419 : local bindep_flag= 2021-11-04 10:07:48.673 | + inc/python:setup_package:420 : local bindep_profiles= 2021-11-04 10:07:48.675 | + inc/python:setup_package:421 : [[ /opt/stack/keystone == -bindep* ]] 2021-11-04 10:07:48.677 | + inc/python:setup_package:426 : local project_dir=/opt/stack/keystone 2021-11-04 10:07:48.679 | + inc/python:setup_package:427 : local flags=-e 2021-11-04 10:07:48.682 | + inc/python:setup_package:428 : local extras= 2021-11-04 10:07:48.684 | + inc/python:setup_package:432 : [[ -n -e ]] 2021-11-04 10:07:48.687 | + inc/python:setup_package:432 : [[ -z '' ]] 2021-11-04 10:07:48.689 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2021-11-04 10:07:48.691 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2021-11-04 10:07:48.693 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2021-11-04 10:07:48.702 | + inc/python:setup_package:446 : pip_install -e /opt/stack/keystone 2021-11-04 10:07:48.716 | Using python 3.8 to install /opt/stack/keystone 2021-11-04 10:07:48.718 | + 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 2021-11-04 10:07:49.469 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:07:49.469 | from cryptography.utils import int_from_bytes 2021-11-04 10:07:49.469 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:07:49.469 | from cryptography.utils import int_from_bytes 2021-11-04 10:07:50.520 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:07:50.558 | Obtaining file:///opt/stack/keystone 2021-11-04 10:07:50.559 | Preparing metadata (setup.py): started 2021-11-04 10:07:51.988 | Preparing metadata (setup.py): finished with status 'done' 2021-11-04 10:07:52.155 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (5.6.0) 2021-11-04 10:07:52.156 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (1.8.7) 2021-11-04 10:07:52.248 | Collecting Flask!=0.11,>=1.0.2 2021-11-04 10:07:52.256 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cb9/0f62f1d8e4dc4/Flask-2.0.2-py3-none-any.whl (95 kB) 2021-11-04 10:07:52.307 | Collecting Flask-RESTful>=0.3.5 2021-11-04 10:07:52.314 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/497/0c49b6488e46c/Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2021-11-04 10:07:52.318 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (35.0.0) 2021-11-04 10:07:52.319 | Requirement already satisfied: SQLAlchemy>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (1.4.26) 2021-11-04 10:07:52.320 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (0.13.0) 2021-11-04 10:07:52.321 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (3.5.0) 2021-11-04 10:07:52.368 | Collecting passlib>=1.7.0 2021-11-04 10:07:52.376 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2021-11-04 10:07:52.393 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (4.3.0) 2021-11-04 10:07:52.394 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (9.3.0) 2021-11-04 10:07:52.395 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (3.2.0) 2021-11-04 10:07:52.589 | Collecting scrypt>=0.8.0 2021-11-04 10:07:52.597 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ffc/de1d60a43e9d9/scrypt-0.8.18-cp38-cp38-manylinux2010_x86_64.whl (924 kB) 2021-11-04 10:07:52.624 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (2.8.1) 2021-11-04 10:07:52.625 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (8.7.1) 2021-11-04 10:07:52.626 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (3.4.0) 2021-11-04 10:07:52.629 | Requirement already satisfied: oslo.messaging>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (12.11.0) 2021-11-04 10:07:52.630 | Requirement already satisfied: oslo.db>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (11.0.0) 2021-11-04 10:07:52.631 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (5.1.0) 2021-11-04 10:07:52.632 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (4.6.1) 2021-11-04 10:07:52.633 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (4.4.0) 2021-11-04 10:07:52.634 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (3.9.0) 2021-11-04 10:07:52.636 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (4.2.0) 2021-11-04 10:07:52.637 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (1.4.0) 2021-11-04 10:07:52.638 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (4.11.0) 2021-11-04 10:07:52.688 | Collecting oauthlib>=0.6.2 2021-11-04 10:07:52.696 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/42b/f6354c2ed8c6a/oauthlib-3.1.1-py2.py3-none-any.whl (146 kB) 2021-11-04 10:07:52.765 | Collecting pysaml2>=5.0.0 2021-11-04 10:07:52.772 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/25b/c3be6dcf9e365/pysaml2-7.0.1-py2.py3-none-any.whl (398 kB) 2021-11-04 10:07:52.863 | Collecting PyJWT>=1.6.1 2021-11-04 10:07:52.871 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e0c/4bb8d9f0af0c7/PyJWT-2.3.0-py3-none-any.whl (16 kB) 2021-11-04 10:07:52.875 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (1.1.4) 2021-11-04 10:07:52.876 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from keystone==20.0.1.dev8) (3.2.0) 2021-11-04 10:07:52.877 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (3.1.1) 2021-11-04 10:07:52.878 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (1.0.2) 2021-11-04 10:07:52.880 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (3.4.2) 2021-11-04 10:07:52.881 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (2021.3) 2021-11-04 10:07:52.892 | Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.0.1.dev8) (1.16.0) 2021-11-04 10:07:52.893 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.0.1.dev8) (1.15.0) 2021-11-04 10:07:52.938 | 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.dev8) (5.1.0) 2021-11-04 10:07:52.952 | 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.dev8) (3.0.2) 2021-11-04 10:07:53.022 | Collecting click>=7.1.2 2021-11-04 10:07:53.029 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/353/f466495adaeb4/click-8.0.3-py3-none-any.whl (97 kB) 2021-11-04 10:07:53.122 | Collecting Werkzeug>=2.0 2021-11-04 10:07:53.128 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/63d/3dc1cf60e7b7e/Werkzeug-2.0.2-py3-none-any.whl (288 kB) 2021-11-04 10:07:53.175 | Collecting itsdangerous>=2.0 2021-11-04 10:07:53.181 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/517/4094b9637652b/itsdangerous-2.0.1-py3-none-any.whl (18 kB) 2021-11-04 10:07:53.252 | Collecting aniso8601>=0.82 2021-11-04 10:07:53.258 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d2/b7ef82963909e/aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2021-11-04 10:07:53.326 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.0.1.dev8) (4.4.0) 2021-11-04 10:07:53.328 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.0.1.dev8) (2.26.0) 2021-11-04 10:07:53.424 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.0.1.dev8) (6.0) 2021-11-04 10:07:53.426 | 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.dev8) (0.8.0) 2021-11-04 10:07:53.427 | 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.dev8) (2.3.0) 2021-11-04 10:07:53.428 | 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.dev8) (1.5.0) 2021-11-04 10:07:53.486 | 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.dev8) (2.0.1) 2021-11-04 10:07:53.488 | 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.dev8) (1.7.4) 2021-11-04 10:07:53.490 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.0.1.dev8) (0.5.0) 2021-11-04 10:07:53.570 | 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.dev8) (0.9.6) 2021-11-04 10:07:53.572 | 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.dev8) (2.8.2) 2021-11-04 10:07:53.630 | 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.dev8) (2.4.0) 2021-11-04 10:07:53.632 | 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.dev8) (0.4.0) 2021-11-04 10:07:53.633 | 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.dev8) (5.0.6) 2021-11-04 10:07:53.634 | 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.dev8) (4.2.4) 2021-11-04 10:07:53.636 | 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.dev8) (5.2.0) 2021-11-04 10:07:53.638 | 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.dev8) (2.7.0) 2021-11-04 10:07:53.658 | 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.dev8) (3.3.0) 2021-11-04 10:07:53.705 | 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.dev8) (2.4.0) 2021-11-04 10:07:53.726 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.0.1.dev8) (21.2) 2021-11-04 10:07:53.727 | 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.dev8) (0.11.0) 2021-11-04 10:07:53.729 | 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.dev8) (2.4.7) 2021-11-04 10:07:53.731 | 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.dev8) (0.1.16) 2021-11-04 10:07:53.783 | 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.dev8) (4.5.0) 2021-11-04 10:07:53.901 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.0.1.dev8) (5.4.0) 2021-11-04 10:07:53.996 | Collecting xmlschema>=1.2.1 2021-11-04 10:07:54.004 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bcd/80f4c6b7cbac0/xmlschema-1.8.1-py3-none-any.whl (272 kB) 2021-11-04 10:07:54.016 | Requirement already satisfied: pyOpenSSL in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.0.1.dev8) (21.0.0) 2021-11-04 10:07:54.049 | Collecting defusedxml 2021-11-04 10:07:54.056 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/2e7e428770286/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2021-11-04 10:07:54.281 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.3.0->keystone==20.0.1.dev8) (1.1.2) 2021-11-04 10:07:54.303 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.0.1.dev8) (0.5.2) 2021-11-04 10:07:54.304 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.0.1.dev8) (0.4.2) 2021-11-04 10:07:54.374 | 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.dev8) (1.1.5) 2021-11-04 10:07:54.376 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==20.0.1.dev8) (4.8.1) 2021-11-04 10:07:54.393 | 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.dev8) (5.0.0) 2021-11-04 10:07:54.466 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->keystone==20.0.1.dev8) (2.20) 2021-11-04 10:07:54.508 | 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.dev8) (1.13.3) 2021-11-04 10:07:54.623 | 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.dev8) (2.0.1) 2021-11-04 10:07:54.698 | 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.dev8) (1.7.0) 2021-11-04 10:07:54.825 | 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.dev8) (0.14.1) 2021-11-04 10:07:54.852 | 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.dev8) (0.12.0) 2021-11-04 10:07:54.897 | 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.dev8) (2.1.1) 2021-11-04 10:07:54.898 | 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.dev8) (2.5.1) 2021-11-04 10:07:54.899 | 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.dev8) (1.3.3) 2021-11-04 10:07:54.900 | 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.dev8) (3.5.0) 2021-11-04 10:07:54.901 | 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.dev8) (3.0.0) 2021-11-04 10:07:54.902 | 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.dev8) (0.32.0) 2021-11-04 10:07:54.955 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==20.0.1.dev8) (0.2.5) 2021-11-04 10:07:55.088 | 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.dev8) (3.3) 2021-11-04 10:07:55.090 | 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.dev8) (1.26.7) 2021-11-04 10:07:55.092 | 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.dev8) (2.0.7) 2021-11-04 10:07:55.093 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.0.1.dev8) (2019.11.28) 2021-11-04 10:07:55.244 | 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.dev8) (2.5.0) 2021-11-04 10:07:55.419 | Collecting elementpath<3.0.0,>=2.3.2 2021-11-04 10:07:55.427 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/43e/041bd85069713/elementpath-2.3.2-py3-none-any.whl (155 kB) 2021-11-04 10:07:55.514 | 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.dev8) (3.6.0) 2021-11-04 10:07:55.698 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev8) (2.1.0) 2021-11-04 10:07:55.726 | 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.dev8) (1.6) 2021-11-04 10:07:55.872 | 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.dev8) (58.5.2) 2021-11-04 10:07:56.000 | 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.dev8) (0.7) 2021-11-04 10:07:56.035 | 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.dev8) (1.0.0) 2021-11-04 10:07:57.428 | Installing collected packages: Werkzeug, itsdangerous, elementpath, click, xmlschema, Flask, defusedxml, aniso8601, scrypt, pysaml2, PyJWT, passlib, oauthlib, Flask-RESTful, keystone 2021-11-04 10:07:58.136 | Attempting uninstall: click 2021-11-04 10:07:58.138 | Found existing installation: Click 7.0 2021-11-04 10:07:58.144 | Uninstalling Click-7.0: 2021-11-04 10:07:58.173 | Successfully uninstalled Click-7.0 2021-11-04 10:07:59.902 | Attempting uninstall: PyJWT 2021-11-04 10:07:59.904 | Found existing installation: PyJWT 1.7.1 2021-11-04 10:07:59.913 | Uninstalling PyJWT-1.7.1: 2021-11-04 10:07:59.941 | Successfully uninstalled PyJWT-1.7.1 2021-11-04 10:08:00.599 | Attempting uninstall: oauthlib 2021-11-04 10:08:00.601 | Found existing installation: oauthlib 3.1.0 2021-11-04 10:08:00.610 | Uninstalling oauthlib-3.1.0: 2021-11-04 10:08:00.638 | Successfully uninstalled oauthlib-3.1.0 2021-11-04 10:08:00.944 | Running setup.py develop for keystone 2021-11-04 10:08:02.940 | Successfully installed Flask-2.0.2 Flask-RESTful-0.3.9 PyJWT-2.3.0 Werkzeug-2.0.2 aniso8601-9.0.1 click-8.0.3 defusedxml-0.7.1 elementpath-2.3.2 itsdangerous-2.0.1 keystone oauthlib-3.1.1 passlib-1.7.4 pysaml2-7.0.1 scrypt-0.8.18 xmlschema-1.8.1 2021-11-04 10:08:02.941 | 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 2021-11-04 10:08:03.096 | + inc/python:pip_install:200 : result=0 2021-11-04 10:08:03.098 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:08:03.100 | + functions-common:time_stop:2309 : local name 2021-11-04 10:08:03.102 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:08:03.105 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:08:03.107 | + functions-common:time_stop:2312 : local total 2021-11-04 10:08:03.109 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:08:03.111 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:08:03.113 | + functions-common:time_stop:2316 : start_time=1636020468710 2021-11-04 10:08:03.115 | + functions-common:time_stop:2318 : [[ -z 1636020468710 ]] 2021-11-04 10:08:03.118 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:08:03.122 | + functions-common:time_stop:2321 : end_time=1636020483119 2021-11-04 10:08:03.124 | + functions-common:time_stop:2322 : elapsed_time=14409 2021-11-04 10:08:03.126 | + functions-common:time_stop:2323 : total=54249 2021-11-04 10:08:03.128 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:08:03.130 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=68658 2021-11-04 10:08:03.133 | + inc/python:pip_install:203 : return 0 2021-11-04 10:08:03.135 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2021-11-04 10:08:03.137 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-11-04 10:08:03.139 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-11-04 10:08:03.157 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-11-04 10:08:03.170 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/keystone 2021-11-04 10:08:03.172 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2021-11-04 10:08:03.174 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:08:03.176 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:08:03.179 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2021-11-04 10:08:03.181 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:08:03.184 | + lib/keystone:install_keystone:490 : is_service_enabled ldap 2021-11-04 10:08:03.200 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:08:03.202 | + lib/keystone:install_keystone:494 : '[' uwsgi == mod_wsgi ']' 2021-11-04 10:08:03.205 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-11-04 10:08:03.207 | + ./stack.sh:main:881 : configure_keystone 2021-11-04 10:08:03.209 | + lib/keystone:configure_keystone:187 : sudo install -d -o ubuntu /etc/keystone 2021-11-04 10:08:03.222 | + lib/keystone:configure_keystone:189 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2021-11-04 10:08:03.224 | + lib/keystone:configure_keystone:190 : install -m 600 /dev/null /etc/keystone/keystone.conf 2021-11-04 10:08:03.228 | + lib/keystone:configure_keystone:193 : is_service_enabled ldap 2021-11-04 10:08:03.244 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:08:03.247 | + lib/keystone:configure_keystone:197 : iniset /etc/keystone/keystone.conf identity driver sql 2021-11-04 10:08:03.278 | + lib/keystone:configure_keystone:198 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2021-11-04 10:08:03.305 | + lib/keystone:configure_keystone:199 : iniset /etc/keystone/keystone.conf assignment driver sql 2021-11-04 10:08:03.335 | + lib/keystone:configure_keystone:200 : iniset /etc/keystone/keystone.conf role driver sql 2021-11-04 10:08:03.365 | + lib/keystone:configure_keystone:201 : iniset /etc/keystone/keystone.conf resource driver sql 2021-11-04 10:08:03.395 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf cache enabled True 2021-11-04 10:08:03.425 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2021-11-04 10:08:03.452 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2021-11-04 10:08:03.480 | + lib/keystone:configure_keystone:208 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2021-11-04 10:08:03.482 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2021-11-04 10:08:03.484 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2021-11-04 10:08:03.486 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2021-11-04 10:08:03.489 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-11-04 10:08:03.491 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-11-04 10:08:03.506 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:08:03.509 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-11-04 10:08:03.512 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-11-04 10:08:03.514 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-11-04 10:08:03.530 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:08:03.532 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-11-04 10:08:03.535 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-11-04 10:08:03.566 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-11-04 10:08:03.569 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-11-04 10:08:03.571 | + lib/keystone:configure_keystone:210 : local service_port=5000 2021-11-04 10:08:03.573 | + lib/keystone:configure_keystone:212 : is_service_enabled tls-proxy 2021-11-04 10:08:03.590 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:08:03.593 | + lib/keystone:configure_keystone:223 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.49/identity 2021-11-04 10:08:03.624 | + lib/keystone:configure_keystone:224 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.49/identity 2021-11-04 10:08:03.662 | + lib/keystone:configure_keystone:226 : [[ fernet != '' ]] 2021-11-04 10:08:03.666 | + lib/keystone:configure_keystone:227 : iniset /etc/keystone/keystone.conf token provider fernet 2021-11-04 10:08:03.698 | ++ lib/keystone:configure_keystone:230 : database_connection_url keystone 2021-11-04 10:08:03.701 | ++ lib/database:database_connection_url:132 : local db=keystone 2021-11-04 10:08:03.703 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2021-11-04 10:08:03.706 | ++ lib/databases/mysql:database_connection_url_mysql:204 : local db=keystone 2021-11-04 10:08:03.708 | ++ lib/databases/mysql:database_connection_url_mysql:205 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-11-04 10:08:03.711 | + lib/keystone:configure_keystone:230 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-11-04 10:08:03.741 | + lib/keystone:configure_keystone:233 : '[' False '!=' False ']' 2021-11-04 10:08:03.743 | + lib/keystone:configure_keystone:238 : setup_logging /etc/keystone/keystone.conf 2021-11-04 10:08:03.746 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2021-11-04 10:08:03.749 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2021-11-04 10:08:03.752 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2021-11-04 10:08:03.768 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2021-11-04 10:08:03.770 | + functions:setup_systemd_logging:695 : local pidstr= 2021-11-04 10:08:03.772 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2021-11-04 10:08:03.775 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2021-11-04 10:08:03.777 | + functions:setup_systemd_logging:702 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-11-04 10:08:03.805 | + 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' 2021-11-04 10:08:03.833 | + 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' 2021-11-04 10:08:03.868 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-11-04 10:08:03.895 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2021-11-04 10:08:03.924 | + lib/keystone:configure_keystone:242 : '[' uwsgi == mod_wsgi ']' 2021-11-04 10:08:03.926 | + lib/keystone:configure_keystone:246 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2021-11-04 10:08:03.929 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2021-11-04 10:08:03.931 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2021-11-04 10:08:03.934 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2021-11-04 10:08:03.936 | + lib/apache:write_uwsgi_config:257 : local http= 2021-11-04 10:08:03.939 | + lib/apache:write_uwsgi_config:258 : local name= 2021-11-04 10:08:03.941 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2021-11-04 10:08:03.945 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2021-11-04 10:08:03.948 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2021-11-04 10:08:03.950 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2021-11-04 10:08:03.962 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-11-04 10:08:03.963 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-11-04 10:08:03.972 | d /var/run/uwsgi 0755 ubuntu root 2021-11-04 10:08:03.975 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-11-04 10:08:03.991 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2021-11-04 10:08:03.993 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2021-11-04 10:08:03.997 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2021-11-04 10:08:04.026 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2021-11-04 10:08:04.053 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2021-11-04 10:08:04.080 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2021-11-04 10:08:04.108 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2021-11-04 10:08:04.137 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2021-11-04 10:08:04.166 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2021-11-04 10:08:04.193 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2021-11-04 10:08:04.220 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2021-11-04 10:08:04.248 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-11-04 10:08:04.275 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2021-11-04 10:08:04.303 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2021-11-04 10:08:04.330 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2021-11-04 10:08:04.358 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2021-11-04 10:08:04.360 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2021-11-04 10:08:04.363 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2021-11-04 10:08:04.365 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2021-11-04 10:08:04.368 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2021-11-04 10:08:04.370 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:08:04.372 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:08:04.375 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-11-04 10:08:04.377 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2021-11-04 10:08:04.380 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2021-11-04 10:08:04.407 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2021-11-04 10:08:04.436 | + 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 ' 2021-11-04 10:08:04.436 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-11-04 10:08:04.444 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2021-11-04 10:08:04.448 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2021-11-04 10:08:04.450 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2021-11-04 10:08:04.452 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2021-11-04 10:08:04.454 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-11-04 10:08:04.457 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-11-04 10:08:04.459 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:08:04.461 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:08:04.463 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-11-04 10:08:04.466 | + lib/apache:enable_apache_site:206 : is_ubuntu 2021-11-04 10:08:04.468 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:08:04.471 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:08:04.473 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2021-11-04 10:08:04.536 | Enabling site keystone-wsgi-public. 2021-11-04 10:08:04.542 | To activate the new configuration, you need to run: 2021-11-04 10:08:04.542 | systemctl reload apache2 2021-11-04 10:08:04.546 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2021-11-04 10:08:04.549 | + lib/apache:restart_apache_server:250 : restart_service apache2 2021-11-04 10:08:04.551 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-11-04 10:08:04.553 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2021-11-04 10:08:04.681 | + lib/keystone:configure_keystone:249 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2021-11-04 10:08:04.718 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2021-11-04 10:08:04.750 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2021-11-04 10:08:04.781 | + lib/keystone:configure_keystone:261 : [[ True = True ]] 2021-11-04 10:08:04.784 | + lib/keystone:configure_keystone:262 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2021-11-04 10:08:04.816 | + lib/keystone:configure_keystone:263 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2021-11-04 10:08:04.848 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2021-11-04 10:08:04.880 | + ./stack.sh:main:885 : is_service_enabled swift 2021-11-04 10:08:04.899 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:08:04.901 | + ./stack.sh:main:886 : is_service_enabled ceilometer 2021-11-04 10:08:04.921 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:08:04.924 | + ./stack.sh:main:889 : stack_install_service swift 2021-11-04 10:08:04.926 | + lib/stack:stack_install_service:20 : local service=swift 2021-11-04 10:08:04.929 | + lib/stack:stack_install_service:21 : type install_swift 2021-11-04 10:08:04.931 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-11-04 10:08:04.934 | + lib/stack:stack_install_service:32 : install_swift 2021-11-04 10:08:04.937 | + lib/swift:install_swift:742 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2021-11-04 10:08:04.939 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/swift.git 2021-11-04 10:08:04.942 | + functions-common:git_clone:524 : local git_dest=/opt/stack/swift 2021-11-04 10:08:04.944 | + functions-common:git_clone:525 : local git_ref=master 2021-11-04 10:08:04.946 | + functions-common:git_clone:526 : local orig_dir 2021-11-04 10:08:04.950 | ++ functions-common:git_clone:527 : pwd 2021-11-04 10:08:04.952 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-11-04 10:08:04.955 | + functions-common:git_clone:528 : local git_clone_flags= 2021-11-04 10:08:04.958 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-11-04 10:08:04.974 | + functions-common:git_clone:530 : RECLONE=False 2021-11-04 10:08:04.978 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-11-04 10:08:04.980 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-11-04 10:08:04.983 | + functions-common:git_clone:544 : echo master 2021-11-04 10:08:04.983 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-11-04 10:08:04.989 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/swift ]] 2021-11-04 10:08:04.992 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-11-04 10:08:04.994 | + functions-common:git_clone:592 : cd /opt/stack/swift 2021-11-04 10:08:04.998 | + functions-common:git_clone:593 : git show --oneline 2021-11-04 10:08:04.998 | + functions-common:git_clone:593 : head -1 2021-11-04 10:08:05.001 | 27478f07c Merge "proxy: Remove a bunch of logging translations" 2021-11-04 10:08:05.004 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-11-04 10:08:05.007 | + lib/swift:install_swift:745 : setup_develop /opt/stack/swift keystone 2021-11-04 10:08:05.009 | + inc/python:setup_develop:338 : local bindep 2021-11-04 10:08:05.012 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2021-11-04 10:08:05.015 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2021-11-04 10:08:05.017 | + inc/python:setup_develop:344 : local extras=keystone 2021-11-04 10:08:05.020 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2021-11-04 10:08:05.023 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-11-04 10:08:05.025 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2021-11-04 10:08:05.027 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2021-11-04 10:08:05.030 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-11-04 10:08:05.032 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2021-11-04 10:08:05.035 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2021-11-04 10:08:05.038 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-11-04 10:08:05.041 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2021-11-04 10:08:05.043 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-11-04 10:08:05.046 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2021-11-04 10:08:05.049 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2021-11-04 10:08:05.056 | + inc/python:_setup_package_with_constraints_edit:385 : name=swift 2021-11-04 10:08:05.059 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2021-11-04 10:08:05.735 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/swift -e keystone 2021-11-04 10:08:05.737 | + inc/python:setup_package:418 : local bindep=0 2021-11-04 10:08:05.740 | + inc/python:setup_package:419 : local bindep_flag= 2021-11-04 10:08:05.742 | + inc/python:setup_package:420 : local bindep_profiles= 2021-11-04 10:08:05.744 | + inc/python:setup_package:421 : [[ /opt/stack/swift == -bindep* ]] 2021-11-04 10:08:05.747 | + inc/python:setup_package:426 : local project_dir=/opt/stack/swift 2021-11-04 10:08:05.749 | + inc/python:setup_package:427 : local flags=-e 2021-11-04 10:08:05.751 | + inc/python:setup_package:428 : local extras=keystone 2021-11-04 10:08:05.753 | + inc/python:setup_package:432 : [[ -n -e ]] 2021-11-04 10:08:05.756 | + inc/python:setup_package:432 : [[ -z keystone ]] 2021-11-04 10:08:05.758 | + inc/python:setup_package:437 : [[ ! -z keystone ]] 2021-11-04 10:08:05.760 | + inc/python:setup_package:438 : extras='[keystone]' 2021-11-04 10:08:05.762 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2021-11-04 10:08:05.764 | + inc/python:setup_package:446 : pip_install -e '/opt/stack/swift[keystone]' 2021-11-04 10:08:05.786 | Using python 3.8 to install /opt/stack/swift 2021-11-04 10:08:05.788 | + 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]' 2021-11-04 10:08:06.570 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:08:06.570 | from cryptography.utils import int_from_bytes 2021-11-04 10:08:06.570 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:08:06.570 | from cryptography.utils import int_from_bytes 2021-11-04 10:08:07.644 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:08:07.663 | Obtaining file:///opt/stack/swift 2021-11-04 10:08:07.664 | Preparing metadata (setup.py): started 2021-11-04 10:08:08.830 | Preparing metadata (setup.py): finished with status 'done' 2021-11-04 10:08:08.945 | Requirement already satisfied: eventlet>=0.25.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev50) (0.32.0) 2021-11-04 10:08:08.946 | Requirement already satisfied: greenlet>=0.3.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev50) (1.1.2) 2021-11-04 10:08:08.947 | Requirement already satisfied: netifaces!=0.10.0,!=0.10.1,>=0.8 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev50) (0.11.0) 2021-11-04 10:08:08.949 | Requirement already satisfied: PasteDeploy>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev50) (2.1.1) 2021-11-04 10:08:09.829 | Collecting lxml>=3.4.1 2021-11-04 10:08:09.851 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cf2/01bf5594d1aab/lxml-4.6.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) 2021-11-04 10:08:10.027 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev50) (2.26.0) 2021-11-04 10:08:10.028 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev50) (1.16.0) 2021-11-04 10:08:10.077 | Collecting xattr>=0.4 2021-11-04 10:08:10.084 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0b/bca828e04ef2d/xattr-0.9.7.tar.gz (13 kB) 2021-11-04 10:08:10.097 | Preparing metadata (setup.py): started 2021-11-04 10:08:10.739 | Preparing metadata (setup.py): finished with status 'done' 2021-11-04 10:08:10.786 | Collecting PyECLib>=1.3.1 2021-11-04 10:08:10.805 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2021-11-04 10:08:11.143 | Preparing metadata (setup.py): started 2021-11-04 10:08:11.777 | Preparing metadata (setup.py): finished with status 'done' 2021-11-04 10:08:11.780 | Requirement already satisfied: cryptography>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev50) (35.0.0) 2021-11-04 10:08:11.781 | Requirement already satisfied: keystonemiddleware>=4.17.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.0.dev50) (9.3.0) 2021-11-04 10:08:11.821 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.0.2->swift==2.29.0.dev50) (1.15.0) 2021-11-04 10:08:11.829 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.0->swift==2.29.0.dev50) (2.1.0) 2021-11-04 10:08:11.885 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (4.11.0) 2021-11-04 10:08:11.887 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (5.6.0) 2021-11-04 10:08:11.888 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (3.1.1) 2021-11-04 10:08:11.889 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (2.8.1) 2021-11-04 10:08:11.890 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (3.4.0) 2021-11-04 10:08:11.891 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (4.3.0) 2021-11-04 10:08:11.893 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (5.1.0) 2021-11-04 10:08:11.894 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (1.8.7) 2021-11-04 10:08:11.895 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (4.4.0) 2021-11-04 10:08:11.896 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (4.6.1) 2021-11-04 10:08:11.898 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (8.7.1) 2021-11-04 10:08:11.899 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (4.2.0) 2021-11-04 10:08:11.924 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from PasteDeploy>=1.3.3->swift==2.29.0.dev50) (58.5.2) 2021-11-04 10:08:11.956 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.29.0.dev50) (1.26.7) 2021-11-04 10:08:11.958 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.29.0.dev50) (2.0.7) 2021-11-04 10:08:11.960 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.29.0.dev50) (3.3) 2021-11-04 10:08:11.961 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->swift==2.29.0.dev50) (2019.11.28) 2021-11-04 10:08:11.986 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.0.2->swift==2.29.0.dev50) (2.20) 2021-11-04 10:08:12.079 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (0.1.16) 2021-11-04 10:08:12.081 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (3.5.0) 2021-11-04 10:08:12.082 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (1.7.0) 2021-11-04 10:08:12.158 | 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.29.0.dev50) (1.1.4) 2021-11-04 10:08:12.202 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (1.5.0) 2021-11-04 10:08:12.204 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (6.0) 2021-11-04 10:08:12.205 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (2.3.0) 2021-11-04 10:08:12.206 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (0.8.0) 2021-11-04 10:08:12.267 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (2.8.2) 2021-11-04 10:08:12.270 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (0.9.6) 2021-11-04 10:08:12.286 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (1.0.2) 2021-11-04 10:08:12.287 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (2021.3) 2021-11-04 10:08:12.306 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (2.4.7) 2021-11-04 10:08:12.309 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (21.2) 2021-11-04 10:08:12.416 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.0.dev50) (1.13.3) 2021-11-04 10:08:12.432 | 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.29.0.dev50) (5.1.0) 2021-11-04 10:08:12.701 | Building wheels for collected packages: PyECLib, xattr 2021-11-04 10:08:12.702 | Building wheel for PyECLib (setup.py): started 2021-11-04 10:08:13.953 | Building wheel for PyECLib (setup.py): finished with status 'done' 2021-11-04 10:08:13.954 | Created wheel for PyECLib: filename=pyeclib-1.6.0-cp38-cp38-linux_x86_64.whl size=55546 sha256=144b276d28519b2661c195fe255ade3e85886cde8c48bbd0a00143397c075704 2021-11-04 10:08:13.954 | Stored in directory: /root/.cache/pip/wheels/8d/84/e6/6a48e2f14c9392ac545275a5b87ce7ad21ff00ceacd6831bd5 2021-11-04 10:08:13.958 | Building wheel for xattr (setup.py): started 2021-11-04 10:08:15.325 | Building wheel for xattr (setup.py): finished with status 'done' 2021-11-04 10:08:15.326 | Created wheel for xattr: filename=xattr-0.9.7-cp38-cp38-linux_x86_64.whl size=33289 sha256=8d476fb1d2c6ddcce4d3f1e5b01b72a184f389bc8ece17a839a6d45f3fe571c2 2021-11-04 10:08:15.326 | Stored in directory: /root/.cache/pip/wheels/90/58/82/c0bf95f0215cd4d718b9b5bde6f88253eef46677a81e649467 2021-11-04 10:08:15.331 | Successfully built PyECLib xattr 2021-11-04 10:08:16.769 | Installing collected packages: xattr, PyECLib, lxml, swift 2021-11-04 10:08:17.349 | Running setup.py develop for swift 2021-11-04 10:08:19.181 | Successfully installed PyECLib-1.6.0 lxml-4.6.4 swift xattr-0.9.7 2021-11-04 10:08:19.181 | 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 2021-11-04 10:08:19.337 | + inc/python:pip_install:200 : result=0 2021-11-04 10:08:19.339 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:08:19.341 | + functions-common:time_stop:2309 : local name 2021-11-04 10:08:19.344 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:08:19.346 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:08:19.348 | + functions-common:time_stop:2312 : local total 2021-11-04 10:08:19.350 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:08:19.353 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:08:19.355 | + functions-common:time_stop:2316 : start_time=1636020485780 2021-11-04 10:08:19.357 | + functions-common:time_stop:2318 : [[ -z 1636020485780 ]] 2021-11-04 10:08:19.360 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:08:19.364 | + functions-common:time_stop:2321 : end_time=1636020499361 2021-11-04 10:08:19.366 | + functions-common:time_stop:2322 : elapsed_time=13581 2021-11-04 10:08:19.368 | + functions-common:time_stop:2323 : total=68658 2021-11-04 10:08:19.371 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:08:19.373 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=82239 2021-11-04 10:08:19.375 | + inc/python:pip_install:203 : return 0 2021-11-04 10:08:19.378 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2021-11-04 10:08:19.380 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-11-04 10:08:19.382 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-11-04 10:08:19.401 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-11-04 10:08:19.413 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/swift 2021-11-04 10:08:19.416 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2021-11-04 10:08:19.418 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:08:19.421 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:08:19.423 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2021-11-04 10:08:19.425 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:08:19.428 | + lib/swift:install_swift:746 : '[' False == True ']' 2021-11-04 10:08:19.430 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-11-04 10:08:19.433 | + ./stack.sh:main:890 : configure_swift 2021-11-04 10:08:19.435 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2021-11-04 10:08:19.437 | + lib/swift:configure_swift:335 : local node_number 2021-11-04 10:08:19.439 | + lib/swift:configure_swift:336 : local swift_node_config 2021-11-04 10:08:19.441 | + lib/swift:configure_swift:337 : local swift_log_dir 2021-11-04 10:08:19.443 | + lib/swift:configure_swift:340 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2021-11-04 10:08:20.463 | No container-replicator running 2021-11-04 10:08:20.463 | No object-auditor running 2021-11-04 10:08:20.463 | No container-auditor running 2021-11-04 10:08:20.463 | No container-sync running 2021-11-04 10:08:20.463 | No container-reconciler running 2021-11-04 10:08:20.463 | No object-reconstructor running 2021-11-04 10:08:20.463 | No object-server running 2021-11-04 10:08:20.463 | No container-updater running 2021-11-04 10:08:20.463 | No account-auditor running 2021-11-04 10:08:20.463 | No account-server running 2021-11-04 10:08:20.464 | No container-server running 2021-11-04 10:08:20.464 | No object-expirer running 2021-11-04 10:08:20.464 | No object-replicator running 2021-11-04 10:08:20.464 | No account-replicator running 2021-11-04 10:08:20.464 | No account-reaper running 2021-11-04 10:08:20.464 | No object-updater running 2021-11-04 10:08:20.464 | No container-sharder running 2021-11-04 10:08:20.464 | No proxy-server running 2021-11-04 10:08:20.533 | + lib/swift:configure_swift:340 : true 2021-11-04 10:08:20.535 | + lib/swift:configure_swift:342 : sudo install -d -o ubuntu /etc/swift 2021-11-04 10:08:20.548 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2021-11-04 10:08:20.560 | + lib/swift:configure_swift:345 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2021-11-04 10:08:20.562 | + lib/swift:configure_swift:358 : sudo tee /etc/rsyncd.conf 2021-11-04 10:08:20.563 | ++ lib/swift:configure_swift:354 : id -g -n ubuntu 2021-11-04 10:08:20.567 | + lib/swift:configure_swift:354 : sed -e ' 2021-11-04 10:08:20.567 | s/%GROUP%/ubuntu/; 2021-11-04 10:08:20.567 | s/%USER%/ubuntu/; 2021-11-04 10:08:20.567 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2021-11-04 10:08:20.568 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2021-11-04 10:08:20.571 | uid = ubuntu 2021-11-04 10:08:20.571 | gid = ubuntu 2021-11-04 10:08:20.571 | log file = /opt/stack/data/swift/logs/rsyncd.log 2021-11-04 10:08:20.571 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2021-11-04 10:08:20.571 | address = 127.0.0.1 2021-11-04 10:08:20.571 | 2021-11-04 10:08:20.571 | [account6612] 2021-11-04 10:08:20.571 | max connections = 25 2021-11-04 10:08:20.571 | path = /opt/stack/data/swift/1/node/ 2021-11-04 10:08:20.571 | read only = false 2021-11-04 10:08:20.571 | lock file = /opt/stack/data/swift/run/account6612.lock 2021-11-04 10:08:20.571 | 2021-11-04 10:08:20.571 | [account6622] 2021-11-04 10:08:20.571 | max connections = 25 2021-11-04 10:08:20.571 | path = /opt/stack/data/swift/2/node/ 2021-11-04 10:08:20.571 | read only = false 2021-11-04 10:08:20.571 | lock file = /opt/stack/data/swift/run/account6622.lock 2021-11-04 10:08:20.571 | 2021-11-04 10:08:20.571 | [account6632] 2021-11-04 10:08:20.571 | max connections = 25 2021-11-04 10:08:20.571 | path = /opt/stack/data/swift/3/node/ 2021-11-04 10:08:20.571 | read only = false 2021-11-04 10:08:20.571 | lock file = /opt/stack/data/swift/run/account6632.lock 2021-11-04 10:08:20.571 | 2021-11-04 10:08:20.571 | [account6642] 2021-11-04 10:08:20.571 | max connections = 25 2021-11-04 10:08:20.571 | path = /opt/stack/data/swift/4/node/ 2021-11-04 10:08:20.571 | read only = false 2021-11-04 10:08:20.571 | lock file = /opt/stack/data/swift/run/account6642.lock 2021-11-04 10:08:20.572 | 2021-11-04 10:08:20.572 | 2021-11-04 10:08:20.572 | [container6611] 2021-11-04 10:08:20.572 | max connections = 25 2021-11-04 10:08:20.572 | path = /opt/stack/data/swift/1/node/ 2021-11-04 10:08:20.572 | read only = false 2021-11-04 10:08:20.572 | lock file = /opt/stack/data/swift/run/container6611.lock 2021-11-04 10:08:20.572 | 2021-11-04 10:08:20.572 | [container6621] 2021-11-04 10:08:20.572 | max connections = 25 2021-11-04 10:08:20.572 | path = /opt/stack/data/swift/2/node/ 2021-11-04 10:08:20.572 | read only = false 2021-11-04 10:08:20.572 | lock file = /opt/stack/data/swift/run/container6621.lock 2021-11-04 10:08:20.572 | 2021-11-04 10:08:20.572 | [container6631] 2021-11-04 10:08:20.572 | max connections = 25 2021-11-04 10:08:20.572 | path = /opt/stack/data/swift/3/node/ 2021-11-04 10:08:20.572 | read only = false 2021-11-04 10:08:20.572 | lock file = /opt/stack/data/swift/run/container6631.lock 2021-11-04 10:08:20.572 | 2021-11-04 10:08:20.572 | [container6641] 2021-11-04 10:08:20.572 | max connections = 25 2021-11-04 10:08:20.572 | path = /opt/stack/data/swift/4/node/ 2021-11-04 10:08:20.572 | read only = false 2021-11-04 10:08:20.572 | lock file = /opt/stack/data/swift/run/container6641.lock 2021-11-04 10:08:20.572 | 2021-11-04 10:08:20.572 | 2021-11-04 10:08:20.572 | [object6613] 2021-11-04 10:08:20.572 | max connections = 25 2021-11-04 10:08:20.572 | path = /opt/stack/data/swift/1/node/ 2021-11-04 10:08:20.572 | read only = false 2021-11-04 10:08:20.572 | lock file = /opt/stack/data/swift/run/object6613.lock 2021-11-04 10:08:20.572 | 2021-11-04 10:08:20.572 | [object6623] 2021-11-04 10:08:20.572 | max connections = 25 2021-11-04 10:08:20.572 | path = /opt/stack/data/swift/2/node/ 2021-11-04 10:08:20.572 | read only = false 2021-11-04 10:08:20.572 | lock file = /opt/stack/data/swift/run/object6623.lock 2021-11-04 10:08:20.573 | 2021-11-04 10:08:20.573 | [object6633] 2021-11-04 10:08:20.573 | max connections = 25 2021-11-04 10:08:20.573 | path = /opt/stack/data/swift/3/node/ 2021-11-04 10:08:20.573 | read only = false 2021-11-04 10:08:20.573 | lock file = /opt/stack/data/swift/run/object6633.lock 2021-11-04 10:08:20.573 | 2021-11-04 10:08:20.573 | [object6643] 2021-11-04 10:08:20.573 | max connections = 25 2021-11-04 10:08:20.573 | path = /opt/stack/data/swift/4/node/ 2021-11-04 10:08:20.573 | read only = false 2021-11-04 10:08:20.573 | lock file = /opt/stack/data/swift/run/object6643.lock 2021-11-04 10:08:20.575 | + lib/swift:configure_swift:360 : is_ubuntu 2021-11-04 10:08:20.577 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:08:20.579 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:08:20.581 | + lib/swift:configure_swift:361 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2021-11-04 10:08:20.598 | + lib/swift:configure_swift:366 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2021-11-04 10:08:20.600 | + lib/swift:configure_swift:367 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2021-11-04 10:08:20.605 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2021-11-04 10:08:20.609 | + lib/swift:configure_swift:372 : local csyncfile=/etc/swift/container-sync-realms.conf 2021-11-04 10:08:20.611 | + lib/swift:configure_swift:373 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2021-11-04 10:08:20.615 | + lib/swift:configure_swift:374 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2021-11-04 10:08:20.643 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.49:8080/v1/ 2021-11-04 10:08:20.669 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2021-11-04 10:08:20.688 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2021-11-04 10:08:20.722 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2021-11-04 10:08:20.740 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2021-11-04 10:08:20.770 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2021-11-04 10:08:20.788 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2021-11-04 10:08:20.818 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2021-11-04 10:08:20.837 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2021-11-04 10:08:20.865 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2021-11-04 10:08:20.884 | + lib/swift:configure_swift:390 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2021-11-04 10:08:20.913 | + lib/swift:configure_swift:392 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2021-11-04 10:08:20.931 | + lib/swift:configure_swift:393 : is_service_enabled tls-proxy 2021-11-04 10:08:20.945 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:08:20.948 | + lib/swift:configure_swift:396 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2021-11-04 10:08:20.976 | + lib/swift:configure_swift:402 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2021-11-04 10:08:21.004 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2021-11-04 10:08:21.031 | + lib/swift:configure_swift:406 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2021-11-04 10:08:21.059 | + lib/swift:configure_swift:409 : is_service_enabled ceilometer 2021-11-04 10:08:21.073 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:08:21.076 | + lib/swift:configure_swift:420 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2021-11-04 10:08:21.102 | + lib/swift:configure_swift:426 : is_service_enabled s3api 2021-11-04 10:08:21.117 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:08:21.119 | + lib/swift:configure_swift:429 : is_service_enabled keystone 2021-11-04 10:08:21.134 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:08:21.136 | + lib/swift:configure_swift:430 : swift_pipeline+=' authtoken' 2021-11-04 10:08:21.138 | + lib/swift:configure_swift:431 : is_service_enabled s3api 2021-11-04 10:08:21.152 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:08:21.154 | + lib/swift:configure_swift:436 : swift_pipeline+=' keystoneauth' 2021-11-04 10:08:21.156 | + lib/swift:configure_swift:439 : swift_pipeline+=' tempauth ' 2021-11-04 10:08:21.158 | + lib/swift:configure_swift:441 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2021-11-04 10:08:21.164 | + lib/swift:configure_swift:442 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2021-11-04 10:08:21.173 | + lib/swift:configure_swift:444 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2021-11-04 10:08:21.201 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2021-11-04 10:08:21.230 | + lib/swift:configure_swift:448 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2021-11-04 10:08:21.260 | + lib/swift:configure_swift:453 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2021-11-04 10:08:21.290 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2021-11-04 10:08:21.319 | + lib/swift:configure_swift:456 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2021-11-04 10:08:21.321 | + lib/keystone:configure_keystone_authtoken_middleware:399 : local conf_file=/etc/swift/proxy-server.conf 2021-11-04 10:08:21.323 | + lib/keystone:configure_keystone_authtoken_middleware:400 : local admin_user=swift 2021-11-04 10:08:21.325 | + lib/keystone:configure_keystone_authtoken_middleware:401 : local section=filter:authtoken 2021-11-04 10:08:21.327 | + lib/keystone:configure_keystone_authtoken_middleware:403 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2021-11-04 10:08:21.353 | + lib/keystone:configure_keystone_authtoken_middleware:404 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2021-11-04 10:08:21.381 | + lib/keystone:configure_keystone_authtoken_middleware:405 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.49/identity 2021-11-04 10:08:21.408 | + lib/keystone:configure_keystone_authtoken_middleware:406 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2021-11-04 10:08:21.435 | + lib/keystone:configure_keystone_authtoken_middleware:407 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2021-11-04 10:08:21.461 | + lib/keystone:configure_keystone_authtoken_middleware:408 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2021-11-04 10:08:21.489 | + lib/keystone:configure_keystone_authtoken_middleware:409 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2021-11-04 10:08:21.516 | + lib/keystone:configure_keystone_authtoken_middleware:410 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2021-11-04 10:08:21.545 | + lib/keystone:configure_keystone_authtoken_middleware:412 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2021-11-04 10:08:21.572 | + lib/keystone:configure_keystone_authtoken_middleware:413 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2021-11-04 10:08:21.606 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2021-11-04 10:08:21.633 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2021-11-04 10:08:21.660 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2021-11-04 10:08:21.688 | + lib/swift:configure_swift:461 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2021-11-04 10:08:21.718 | + lib/swift:configure_swift:462 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2021-11-04 10:08:21.745 | + lib/swift:configure_swift:467 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2021-11-04 10:08:21.763 | + lib/swift:configure_swift:468 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2021-11-04 10:08:21.790 | + lib/swift:configure_swift:471 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2021-11-04 10:08:21.817 | + lib/swift:configure_swift:473 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2021-11-04 10:08:21.822 | + lib/swift:configure_swift:474 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2021-11-04 10:08:21.851 | + lib/swift:configure_swift:475 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2021-11-04 10:08:21.877 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2021-11-04 10:08:21.905 | + lib/swift:configure_swift:478 : local node_number 2021-11-04 10:08:21.907 | + lib/swift:configure_swift:479 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-11-04 10:08:21.910 | + lib/swift:configure_swift:480 : local swift_node_config=/etc/swift/object-server/1.conf 2021-11-04 10:08:21.912 | + lib/swift:configure_swift:481 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2021-11-04 10:08:21.916 | + lib/swift:configure_swift:482 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2021-11-04 10:08:21.918 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2021-11-04 10:08:21.920 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-11-04 10:08:21.923 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2021-11-04 10:08:21.925 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2021-11-04 10:08:21.927 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-11-04 10:08:21.929 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-11-04 10:08:21.931 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2021-11-04 10:08:21.948 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2021-11-04 10:08:21.976 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2021-11-04 10:08:21.994 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2021-11-04 10:08:22.022 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2021-11-04 10:08:22.040 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2021-11-04 10:08:22.067 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2021-11-04 10:08:22.085 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-11-04 10:08:22.114 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2021-11-04 10:08:22.132 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-11-04 10:08:22.161 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2021-11-04 10:08:22.179 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2021-11-04 10:08:22.208 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2021-11-04 10:08:22.226 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2021-11-04 10:08:22.255 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2021-11-04 10:08:22.274 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2021-11-04 10:08:22.302 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2021-11-04 10:08:22.320 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2021-11-04 10:08:22.376 | + 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 2021-11-04 10:08:22.381 | + lib/swift:configure_swift:483 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2021-11-04 10:08:22.400 | + lib/swift:configure_swift:484 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-11-04 10:08:22.429 | + lib/swift:configure_swift:485 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2021-11-04 10:08:22.458 | + lib/swift:configure_swift:487 : swift_node_config=/etc/swift/container-server/1.conf 2021-11-04 10:08:22.460 | + lib/swift:configure_swift:488 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2021-11-04 10:08:22.464 | + lib/swift:configure_swift:489 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2021-11-04 10:08:22.466 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2021-11-04 10:08:22.469 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-11-04 10:08:22.471 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2021-11-04 10:08:22.473 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2021-11-04 10:08:22.475 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-11-04 10:08:22.477 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-11-04 10:08:22.480 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2021-11-04 10:08:22.498 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2021-11-04 10:08:22.527 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2021-11-04 10:08:22.546 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2021-11-04 10:08:22.575 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2021-11-04 10:08:22.593 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2021-11-04 10:08:22.623 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2021-11-04 10:08:22.640 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-11-04 10:08:22.669 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2021-11-04 10:08:22.687 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-11-04 10:08:22.715 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2021-11-04 10:08:22.733 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2021-11-04 10:08:22.761 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2021-11-04 10:08:22.779 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2021-11-04 10:08:22.808 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2021-11-04 10:08:22.826 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2021-11-04 10:08:22.855 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2021-11-04 10:08:22.874 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2021-11-04 10:08:22.900 | + 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 2021-11-04 10:08:22.908 | + lib/swift:configure_swift:490 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2021-11-04 10:08:22.926 | + lib/swift:configure_swift:491 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-11-04 10:08:22.953 | + lib/swift:configure_swift:493 : swift_node_config=/etc/swift/account-server/1.conf 2021-11-04 10:08:22.955 | + lib/swift:configure_swift:494 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2021-11-04 10:08:22.960 | + lib/swift:configure_swift:495 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2021-11-04 10:08:22.962 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2021-11-04 10:08:22.965 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-11-04 10:08:22.967 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2021-11-04 10:08:22.969 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2021-11-04 10:08:22.971 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-11-04 10:08:22.973 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-11-04 10:08:22.975 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2021-11-04 10:08:22.993 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2021-11-04 10:08:23.022 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2021-11-04 10:08:23.040 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2021-11-04 10:08:23.068 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2021-11-04 10:08:23.085 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2021-11-04 10:08:23.114 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2021-11-04 10:08:23.132 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-11-04 10:08:23.160 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2021-11-04 10:08:23.178 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-11-04 10:08:23.206 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2021-11-04 10:08:23.224 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2021-11-04 10:08:23.252 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2021-11-04 10:08:23.270 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2021-11-04 10:08:23.299 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2021-11-04 10:08:23.317 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2021-11-04 10:08:23.345 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2021-11-04 10:08:23.363 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2021-11-04 10:08:23.392 | + 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 2021-11-04 10:08:23.397 | + lib/swift:configure_swift:496 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2021-11-04 10:08:23.416 | + lib/swift:configure_swift:497 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-11-04 10:08:23.444 | + lib/swift:configure_swift:501 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2021-11-04 10:08:23.473 | + lib/swift:configure_swift:502 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2021-11-04 10:08:23.502 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2021-11-04 10:08:23.529 | + lib/swift:configure_swift:505 : testfile=/etc/swift/test.conf 2021-11-04 10:08:23.532 | + lib/swift:configure_swift:506 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2021-11-04 10:08:23.536 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2021-11-04 10:08:23.565 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test username swiftusertest1 2021-11-04 10:08:23.593 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2021-11-04 10:08:23.623 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2021-11-04 10:08:23.653 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2021-11-04 10:08:23.682 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2021-11-04 10:08:23.709 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2021-11-04 10:08:23.737 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test password4 testing4 2021-11-04 10:08:23.763 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test domain4 swift_test 2021-11-04 10:08:23.791 | + lib/swift:configure_swift:519 : is_service_enabled keystone 2021-11-04 10:08:23.806 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:08:23.809 | + lib/swift:configure_swift:520 : iniuncomment /etc/swift/test.conf func_test auth_version 2021-11-04 10:08:23.827 | + lib/swift:configure_swift:521 : local auth_vers 2021-11-04 10:08:23.830 | ++ lib/swift:configure_swift:522 : iniget /etc/swift/test.conf func_test auth_version 2021-11-04 10:08:23.849 | + lib/swift:configure_swift:522 : auth_vers=3 2021-11-04 10:08:23.852 | + lib/swift:configure_swift:523 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.49 2021-11-04 10:08:23.880 | + lib/swift:configure_swift:524 : [[ http == \h\t\t\p\s ]] 2021-11-04 10:08:23.882 | + lib/swift:configure_swift:527 : iniset /etc/swift/test.conf func_test auth_port 80 2021-11-04 10:08:23.911 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.49/identity 2021-11-04 10:08:23.940 | + lib/swift:configure_swift:530 : [[ 3 == \3 ]] 2021-11-04 10:08:23.942 | + lib/swift:configure_swift:531 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2021-11-04 10:08:23.970 | + lib/swift:configure_swift:535 : is_service_enabled tls-proxy 2021-11-04 10:08:23.986 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:08:23.988 | + lib/swift:configure_swift:541 : local user_group 2021-11-04 10:08:23.991 | ++ lib/swift:configure_swift:542 : id -g ubuntu 2021-11-04 10:08:23.996 | + lib/swift:configure_swift:542 : user_group=1000 2021-11-04 10:08:23.998 | + lib/swift:configure_swift:543 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2021-11-04 10:08:24.013 | + lib/swift:configure_swift:545 : local swift_log_dir=/opt/stack/data/swift/logs 2021-11-04 10:08:24.015 | + lib/swift:configure_swift:546 : sudo rm -rf /opt/stack/data/swift/logs 2021-11-04 10:08:24.027 | + lib/swift:configure_swift:547 : local swift_log_group=adm 2021-11-04 10:08:24.029 | + lib/swift:configure_swift:548 : is_suse 2021-11-04 10:08:24.031 | + functions-common:is_suse:462 : is_opensuse 2021-11-04 10:08:24.034 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-11-04 10:08:24.036 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-11-04 10:08:24.038 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-11-04 10:08:24.040 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-11-04 10:08:24.043 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-11-04 10:08:24.045 | + lib/swift:configure_swift:551 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2021-11-04 10:08:24.057 | + lib/swift:configure_swift:553 : [[ False != \F\a\l\s\e ]] 2021-11-04 10:08:24.060 | + lib/swift:configure_swift:561 : '[' False == True ']' 2021-11-04 10:08:24.062 | + ./stack.sh:main:893 : is_service_enabled s3api 2021-11-04 10:08:24.080 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:08:24.083 | + ./stack.sh:main:899 : is_service_enabled g-api n-api 2021-11-04 10:08:24.101 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:08:24.103 | + ./stack.sh:main:901 : stack_install_service glance 2021-11-04 10:08:24.106 | + lib/stack:stack_install_service:20 : local service=glance 2021-11-04 10:08:24.109 | + lib/stack:stack_install_service:21 : type install_glance 2021-11-04 10:08:24.111 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-11-04 10:08:24.113 | + lib/stack:stack_install_service:32 : install_glance 2021-11-04 10:08:24.116 | + lib/glance:install_glance:514 : glance_store_extras=() 2021-11-04 10:08:24.119 | + lib/glance:install_glance:514 : local glance_store_extras 2021-11-04 10:08:24.122 | + lib/glance:install_glance:516 : is_service_enabled cinder 2021-11-04 10:08:24.138 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:08:24.141 | + lib/glance:install_glance:517 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2021-11-04 10:08:24.143 | + lib/glance:install_glance:520 : is_service_enabled swift 2021-11-04 10:08:24.160 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:08:24.163 | + lib/glance:install_glance:521 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2021-11-04 10:08:24.165 | + lib/glance:install_glance:526 : use_library_from_git glance_store 2021-11-04 10:08:24.169 | + inc/python:use_library_from_git:250 : local name=glance_store 2021-11-04 10:08:24.172 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:08:24.174 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:08:24.177 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2021-11-04 10:08:24.179 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:08:24.184 | ++ lib/glance:install_glance:532 : join_extras swift cinder 2021-11-04 10:08:24.186 | ++ inc/python:join_extras:29 : local IFS=, 2021-11-04 10:08:24.189 | ++ inc/python:join_extras:30 : echo swift,cinder 2021-11-04 10:08:24.192 | + lib/glance:install_glance:532 : pip_install_gr_extras glance-store swift,cinder 2021-11-04 10:08:24.194 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2021-11-04 10:08:24.197 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2021-11-04 10:08:24.199 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2021-11-04 10:08:24.202 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2021-11-04 10:08:24.205 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2021-11-04 10:08:24.208 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2021-11-04 10:08:24.212 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2021-11-04 10:08:24.212 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2021-11-04 10:08:24.218 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2021-11-04 10:08:24.220 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2021-11-04 10:08:24.223 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2021-11-04 10:08:24.226 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2021-11-04 10:08:24.228 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2021-11-04 10:08:24.251 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2021-11-04 10:08:24.254 | + 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' 2021-11-04 10:08:25.035 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:08:25.035 | from cryptography.utils import int_from_bytes 2021-11-04 10:08:25.035 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:08:25.035 | from cryptography.utils import int_from_bytes 2021-11-04 10:08:26.108 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:08:26.247 | Collecting glance-store[cinder,swift]!=0.29.0 2021-11-04 10:08:26.254 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9aa/f7b7857f97a8a/glance_store-2.7.0-py3-none-any.whl (227 kB) 2021-11-04 10:08:26.350 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.5.0) 2021-11-04 10:08:26.350 | 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) 2021-11-04 10:08:26.352 | 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) 2021-11-04 10:08:26.353 | 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) 2021-11-04 10:08:26.355 | 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.11.0) 2021-11-04 10:08:26.356 | 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.32.0) 2021-11-04 10:08:26.357 | 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) 2021-11-04 10:08:26.358 | 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) 2021-11-04 10:08:26.359 | 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) 2021-11-04 10:08:26.360 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.5.0) 2021-11-04 10:08:26.361 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.2.0) 2021-11-04 10:08:26.362 | 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) 2021-11-04 10:08:26.452 | Collecting python-cinderclient>=4.1.0 2021-11-04 10:08:26.460 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5fb/3243abb3c7902/python_cinderclient-8.1.0-py3-none-any.whl (253 kB) 2021-11-04 10:08:26.622 | Collecting os-brick>=2.6.0 2021-11-04 10:08:26.629 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/562/d907f7579ac77/os_brick-5.0.1-py3-none-any.whl (257 kB) 2021-11-04 10:08:26.643 | 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) 2021-11-04 10:08:26.645 | 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) 2021-11-04 10:08:26.715 | Collecting python-swiftclient>=3.2.0 2021-11-04 10:08:26.722 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/07c/63cf223127b70/python_swiftclient-3.12.0-py2.py3-none-any.whl (86 kB) 2021-11-04 10:08:26.730 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.20.2) 2021-11-04 10:08:26.738 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (2.1.0) 2021-11-04 10:08:26.740 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (1.1.2) 2021-11-04 10:08:26.752 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance-store[cinder,swift]!=0.29.0) (2.4.7) 2021-11-04 10:08:26.824 | 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) 2021-11-04 10:08:26.826 | 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) 2021-11-04 10:08:26.827 | 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) 2021-11-04 10:08:26.851 | 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.4.0) 2021-11-04 10:08:26.855 | 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) 2021-11-04 10:08:26.857 | 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.1) 2021-11-04 10:08:26.858 | 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) 2021-11-04 10:08:26.859 | 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.7.0) 2021-11-04 10:08:26.870 | 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) 2021-11-04 10:08:26.912 | 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) 2021-11-04 10:08:26.913 | 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) 2021-11-04 10:08:26.914 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (6.0) 2021-11-04 10:08:26.915 | 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) 2021-11-04 10:08:26.935 | 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) 2021-11-04 10:08:26.937 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.15.0) 2021-11-04 10:08:26.951 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder,swift]!=0.29.0) (2021.3) 2021-11-04 10:08:26.966 | 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.2) 2021-11-04 10:08:26.969 | 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) 2021-11-04 10:08:26.989 | 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) 2021-11-04 10:08:26.990 | 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) (2.4.0) 2021-11-04 10:08:27.075 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2019.11.28) 2021-11-04 10:08:27.078 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (3.3) 2021-11-04 10:08:27.080 | 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.7) 2021-11-04 10:08:27.081 | 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.7) 2021-11-04 10:08:27.131 | 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) 2021-11-04 10:08:27.160 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.13.3) 2021-11-04 10:08:27.196 | 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) 2021-11-04 10:08:27.361 | 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) 2021-11-04 10:08:27.365 | 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) 2021-11-04 10:08:27.426 | 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) 2021-11-04 10:08:27.427 | 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) 2021-11-04 10:08:27.431 | 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) 2021-11-04 10:08:27.433 | 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) 2021-11-04 10:08:27.434 | 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) 2021-11-04 10:08:27.435 | 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.3) 2021-11-04 10:08:27.490 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (0.2.5) 2021-11-04 10:08:27.658 | 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) 2021-11-04 10:08:27.697 | 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) (58.5.2) 2021-11-04 10:08:27.783 | 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) 2021-11-04 10:08:27.934 | 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) 2021-11-04 10:08:29.567 | Installing collected packages: python-swiftclient, python-cinderclient, os-brick, glance-store 2021-11-04 10:08:31.097 | Successfully installed glance-store-2.7.0 os-brick-5.0.1 python-cinderclient-8.1.0 python-swiftclient-3.12.0 2021-11-04 10:08:31.097 | 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 2021-11-04 10:08:31.230 | + inc/python:pip_install:200 : result=0 2021-11-04 10:08:31.232 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:08:31.234 | + functions-common:time_stop:2309 : local name 2021-11-04 10:08:31.237 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:08:31.239 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:08:31.241 | + functions-common:time_stop:2312 : local total 2021-11-04 10:08:31.244 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:08:31.246 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:08:31.249 | + functions-common:time_stop:2316 : start_time=1636020504246 2021-11-04 10:08:31.251 | + functions-common:time_stop:2318 : [[ -z 1636020504246 ]] 2021-11-04 10:08:31.254 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:08:31.258 | + functions-common:time_stop:2321 : end_time=1636020511256 2021-11-04 10:08:31.261 | + functions-common:time_stop:2322 : elapsed_time=7010 2021-11-04 10:08:31.263 | + functions-common:time_stop:2323 : total=82239 2021-11-04 10:08:31.266 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:08:31.268 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=89249 2021-11-04 10:08:31.270 | + inc/python:pip_install:203 : return 0 2021-11-04 10:08:31.273 | + lib/glance:install_glance:533 : copy_rootwrap /usr/local/etc/glance 2021-11-04 10:08:31.275 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2021-11-04 10:08:31.278 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2021-11-04 10:08:31.291 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2021-11-04 10:08:31.296 | + lib/glance:install_glance:536 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2021-11-04 10:08:31.299 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/glance.git 2021-11-04 10:08:31.301 | + functions-common:git_clone:524 : local git_dest=/opt/stack/glance 2021-11-04 10:08:31.303 | + functions-common:git_clone:525 : local git_ref=master 2021-11-04 10:08:31.305 | + functions-common:git_clone:526 : local orig_dir 2021-11-04 10:08:31.309 | ++ functions-common:git_clone:527 : pwd 2021-11-04 10:08:31.311 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-11-04 10:08:31.314 | + functions-common:git_clone:528 : local git_clone_flags= 2021-11-04 10:08:31.317 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-11-04 10:08:31.333 | + functions-common:git_clone:530 : RECLONE=False 2021-11-04 10:08:31.336 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-11-04 10:08:31.338 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-11-04 10:08:31.341 | + functions-common:git_clone:544 : echo master 2021-11-04 10:08:31.341 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-11-04 10:08:31.346 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/glance ]] 2021-11-04 10:08:31.349 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-11-04 10:08:31.351 | + functions-common:git_clone:592 : cd /opt/stack/glance 2021-11-04 10:08:31.354 | + functions-common:git_clone:593 : git show --oneline 2021-11-04 10:08:31.354 | + functions-common:git_clone:593 : head -1 2021-11-04 10:08:31.367 | a693e066b Merge "Fix typos" 2021-11-04 10:08:31.371 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-11-04 10:08:31.373 | + lib/glance:install_glance:538 : setup_develop /opt/stack/glance 2021-11-04 10:08:31.376 | + inc/python:setup_develop:338 : local bindep 2021-11-04 10:08:31.378 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2021-11-04 10:08:31.381 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2021-11-04 10:08:31.383 | + inc/python:setup_develop:344 : local extras= 2021-11-04 10:08:31.386 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2021-11-04 10:08:31.389 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-11-04 10:08:31.391 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2021-11-04 10:08:31.394 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2021-11-04 10:08:31.396 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-11-04 10:08:31.399 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-11-04 10:08:31.402 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2021-11-04 10:08:31.405 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-11-04 10:08:31.408 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2021-11-04 10:08:31.410 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-11-04 10:08:31.412 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2021-11-04 10:08:31.416 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2021-11-04 10:08:31.421 | + inc/python:_setup_package_with_constraints_edit:385 : name=glance 2021-11-04 10:08:31.424 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2021-11-04 10:08:32.073 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/glance -e 2021-11-04 10:08:32.076 | + inc/python:setup_package:418 : local bindep=0 2021-11-04 10:08:32.078 | + inc/python:setup_package:419 : local bindep_flag= 2021-11-04 10:08:32.080 | + inc/python:setup_package:420 : local bindep_profiles= 2021-11-04 10:08:32.082 | + inc/python:setup_package:421 : [[ /opt/stack/glance == -bindep* ]] 2021-11-04 10:08:32.085 | + inc/python:setup_package:426 : local project_dir=/opt/stack/glance 2021-11-04 10:08:32.087 | + inc/python:setup_package:427 : local flags=-e 2021-11-04 10:08:32.090 | + inc/python:setup_package:428 : local extras= 2021-11-04 10:08:32.092 | + inc/python:setup_package:432 : [[ -n -e ]] 2021-11-04 10:08:32.095 | + inc/python:setup_package:432 : [[ -z '' ]] 2021-11-04 10:08:32.097 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2021-11-04 10:08:32.099 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2021-11-04 10:08:32.102 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2021-11-04 10:08:32.105 | + inc/python:setup_package:446 : pip_install -e /opt/stack/glance 2021-11-04 10:08:32.125 | Using python 3.8 to install /opt/stack/glance 2021-11-04 10:08:32.128 | + 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 2021-11-04 10:08:32.921 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:08:32.921 | from cryptography.utils import int_from_bytes 2021-11-04 10:08:32.921 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:08:32.921 | from cryptography.utils import int_from_bytes 2021-11-04 10:08:34.009 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:08:34.029 | Obtaining file:///opt/stack/glance 2021-11-04 10:08:34.030 | Preparing metadata (setup.py): started 2021-11-04 10:08:35.146 | Preparing metadata (setup.py): finished with status 'done' 2021-11-04 10:08:35.302 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (5.6.0) 2021-11-04 10:08:35.303 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (0.7.1) 2021-11-04 10:08:35.304 | 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.1.0.dev17) (1.4.26) 2021-11-04 10:08:35.305 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (0.32.0) 2021-11-04 10:08:35.306 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (2.1.1) 2021-11-04 10:08:35.307 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (2.5.1) 2021-11-04 10:08:35.308 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (1.8.7) 2021-11-04 10:08:35.309 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (0.4.2) 2021-11-04 10:08:35.310 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (1.7.4) 2021-11-04 10:08:35.311 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (0.20.2) 2021-11-04 10:08:35.312 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (8.7.1) 2021-11-04 10:08:35.313 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (4.5.0) 2021-11-04 10:08:35.314 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (3.4.0) 2021-11-04 10:08:35.316 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (1.4.0) 2021-11-04 10:08:35.317 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (4.11.0) 2021-11-04 10:08:35.318 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (3.5.0) 2021-11-04 10:08:35.319 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (2.4.0) 2021-11-04 10:08:35.478 | Collecting taskflow>=4.0.0 2021-11-04 10:08:35.486 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7ca/d2110e911814c/taskflow-4.6.2-py3-none-any.whl (492 kB) 2021-11-04 10:08:35.508 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (4.4.0) 2021-11-04 10:08:35.509 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (9.3.0) 2021-11-04 10:08:35.553 | Collecting WSME>=0.8.0 2021-11-04 10:08:35.560 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d5/cb5c593970ef6/WSME-0.11.0-py3-none-any.whl (59 kB) 2021-11-04 10:08:35.566 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (2.4.0) 2021-11-04 10:08:35.567 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (3.5.0) 2021-11-04 10:08:35.568 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance==23.1.0.dev17) (3.2.0) 2021-11-04 10:08:35.569 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (4.3.0) 2021-11-04 10:08:35.570 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (21.0.0) 2021-11-04 10:08:35.571 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (1.16.0) 2021-11-04 10:08:35.572 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (11.0.0) 2021-11-04 10:08:35.574 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (5.1.0) 2021-11-04 10:08:35.616 | Collecting oslo.limit>=1.0.0 2021-11-04 10:08:35.624 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/95e/ef416d7ada135/oslo.limit-1.4.0-py3-none-any.whl (18 kB) 2021-11-04 10:08:35.628 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (4.6.1) 2021-11-04 10:08:35.629 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (12.11.0) 2021-11-04 10:08:35.630 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (4.4.0) 2021-11-04 10:08:35.631 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (2.3.0) 2021-11-04 10:08:35.633 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (3.9.0) 2021-11-04 10:08:35.665 | Collecting retrying!=1.3.0,>=1.2.3 2021-11-04 10:08:35.672 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2021-11-04 10:08:35.676 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (3.4.2) 2021-11-04 10:08:35.677 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (2.7.0) 2021-11-04 10:08:35.678 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (2.3.0) 2021-11-04 10:08:35.679 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (35.0.0) 2021-11-04 10:08:35.711 | Collecting cursive>=0.2.1 2021-11-04 10:08:35.718 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2021-11-04 10:08:35.722 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (0.1.16) 2021-11-04 10:08:35.723 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.1.0.dev17) (5.5.0) 2021-11-04 10:08:35.817 | Collecting castellan>=0.17.0 2021-11-04 10:08:35.824 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ddf/81007564c6f1d/castellan-3.10.0-py3-none-any.whl (96 kB) 2021-11-04 10:08:35.847 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.1.0.dev17) (4.8.1) 2021-11-04 10:08:35.849 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.1.0.dev17) (5.4.0) 2021-11-04 10:08:35.849 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.1.0.dev17) (1.1.5) 2021-11-04 10:08:35.870 | 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.1.0.dev17) (2.26.0) 2021-11-04 10:08:35.935 | Collecting python-barbicanclient>=4.5.2 2021-11-04 10:08:35.942 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/830/28b145bf26f45/python_barbicanclient-5.2.0-py3-none-any.whl (82 kB) 2021-11-04 10:08:35.990 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.6.1->glance==23.1.0.dev17) (1.15.0) 2021-11-04 10:08:36.021 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from cursive>=0.2.1->glance==23.1.0.dev17) (4.2.0) 2021-11-04 10:08:36.032 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->glance==23.1.0.dev17) (1.13.3) 2021-11-04 10:08:36.047 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==23.1.0.dev17) (1.1.2) 2021-11-04 10:08:36.048 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==23.1.0.dev17) (2.1.0) 2021-11-04 10:08:36.140 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance==23.1.0.dev17) (2.4.7) 2021-11-04 10:08:36.221 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance==23.1.0.dev17) (1.7.0) 2021-11-04 10:08:36.276 | 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.1.0.dev17) (3.1.1) 2021-11-04 10:08:36.278 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==23.1.0.dev17) (2.8.1) 2021-11-04 10:08:36.313 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance==23.1.0.dev17) (0.14.1) 2021-11-04 10:08:36.385 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.1.0.dev17) (1.5.0) 2021-11-04 10:08:36.386 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.1.0.dev17) (6.0) 2021-11-04 10:08:36.389 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.1.0.dev17) (0.8.0) 2021-11-04 10:08:36.449 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.1.0.dev17) (0.13.0) 2021-11-04 10:08:36.451 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.1.0.dev17) (2.0.1) 2021-11-04 10:08:36.454 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.1.0.dev17) (0.5.0) 2021-11-04 10:08:36.480 | Requirement already satisfied: openstacksdk>=0.31.1 in /usr/local/lib/python3.8/dist-packages (from oslo.limit>=1.0.0->glance==23.1.0.dev17) (0.59.0) 2021-11-04 10:08:36.524 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==23.1.0.dev17) (2.8.2) 2021-11-04 10:08:36.528 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==23.1.0.dev17) (0.9.6) 2021-11-04 10:08:36.590 | 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.1.0.dev17) (5.2.0) 2021-11-04 10:08:36.592 | 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.1.0.dev17) (0.4.0) 2021-11-04 10:08:36.592 | 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.1.0.dev17) (5.0.6) 2021-11-04 10:08:36.596 | 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.1.0.dev17) (2.7.0) 2021-11-04 10:08:36.597 | 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.1.0.dev17) (4.2.4) 2021-11-04 10:08:36.623 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.1.0.dev17) (3.2.0) 2021-11-04 10:08:36.625 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.1.0.dev17) (3.0.2) 2021-11-04 10:08:36.626 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.1.0.dev17) (3.3.0) 2021-11-04 10:08:36.669 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from oslo.reports>=1.18.0->glance==23.1.0.dev17) (5.8.0) 2021-11-04 10:08:36.712 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.1.0.dev17) (2021.3) 2021-11-04 10:08:36.715 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.1.0.dev17) (0.11.0) 2021-11-04 10:08:36.716 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.1.0.dev17) (21.2) 2021-11-04 10:08:36.798 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->glance==23.1.0.dev17) (58.5.2) 2021-11-04 10:08:36.857 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->glance==23.1.0.dev17) (0.2.5) 2021-11-04 10:08:36.964 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->glance==23.1.0.dev17) (0.7) 2021-11-04 10:08:37.331 | Collecting automaton>=1.9.0 2021-11-04 10:08:37.339 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/879/3d7762932dc6e/automaton-2.4.0-py3-none-any.whl (22 kB) 2021-11-04 10:08:37.375 | Collecting pydot>=1.2.4 2021-11-04 10:08:37.382 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66c/98190c65b8d2e/pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2021-11-04 10:08:37.492 | Collecting networkx>=2.1.0 2021-11-04 10:08:37.504 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/80b/6b89c77d1dfb6/networkx-2.6.3-py3-none-any.whl (1.9 MB) 2021-11-04 10:08:37.564 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==23.1.0.dev17) (6.3.1) 2021-11-04 10:08:37.653 | Collecting simplegeneric 2021-11-04 10:08:37.659 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2021-11-04 10:08:37.664 | Preparing metadata (setup.py): started 2021-11-04 10:08:38.234 | Preparing metadata (setup.py): finished with status 'done' 2021-11-04 10:08:38.272 | 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.1.0.dev17) (5.0.0) 2021-11-04 10:08:38.403 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==23.1.0.dev17) (2.20) 2021-11-04 10:08:38.472 | 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.1.0.dev17) (1.6) 2021-11-04 10:08:38.527 | 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.1.0.dev17) (2.0.1) 2021-11-04 10:08:38.760 | 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.1.0.dev17) (0.10.0) 2021-11-04 10:08:38.762 | 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.1.0.dev17) (2.5.0) 2021-11-04 10:08:38.764 | 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.1.0.dev17) (1.4.0) 2021-11-04 10:08:38.765 | 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.1.0.dev17) (1.32) 2021-11-04 10:08:38.766 | 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.1.0.dev17) (1.4.4) 2021-11-04 10:08:38.769 | 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.1.0.dev17) (5.1.0) 2021-11-04 10:08:38.770 | 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.1.0.dev17) (1.1.4) 2021-11-04 10:08:38.898 | 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.1.0.dev17) (0.12.0) 2021-11-04 10:08:38.936 | 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.1.0.dev17) (1.0.2) 2021-11-04 10:08:38.985 | 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.1.0.dev17) (1.3.3) 2021-11-04 10:08:38.990 | 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.1.0.dev17) (3.0.0) 2021-11-04 10:08:39.258 | 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.1.0.dev17) (3.9.0) 2021-11-04 10:08:39.466 | 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.1.0.dev17) (2.0.7) 2021-11-04 10:08:39.467 | 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.1.0.dev17) (1.26.7) 2021-11-04 10:08:39.470 | 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.1.0.dev17) (3.3) 2021-11-04 10:08:39.471 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==23.1.0.dev17) (2019.11.28) 2021-11-04 10:08:39.587 | 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.1.0.dev17) (0.5.2) 2021-11-04 10:08:39.760 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==23.1.0.dev17) (2.5.0) 2021-11-04 10:08:39.872 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->glance==23.1.0.dev17) (3.6.0) 2021-11-04 10:08:40.213 | 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.1.0.dev17) (0.4.0) 2021-11-04 10:08:40.215 | 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.1.0.dev17) (2.2.0) 2021-11-04 10:08:40.465 | 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.1.0.dev17) (2.1) 2021-11-04 10:08:40.809 | 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.1.0.dev17) (1.0.0) 2021-11-04 10:08:41.145 | 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.1.0.dev17) (21.2.0) 2021-11-04 10:08:41.146 | 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.1.0.dev17) (1.8.2) 2021-11-04 10:08:41.147 | 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.1.0.dev17) (0.4.4) 2021-11-04 10:08:41.541 | Building wheels for collected packages: simplegeneric 2021-11-04 10:08:41.542 | Building wheel for simplegeneric (setup.py): started 2021-11-04 10:08:42.189 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2021-11-04 10:08:42.190 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5077 sha256=cfd6b2afe4c8323f29a259e35b5824e0c4ab084f8570217047563802a8c80caa 2021-11-04 10:08:42.190 | Stored in directory: /root/.cache/pip/wheels/f3/a8/ee/6324574b66e0f2250abcbce52f472ccaa2f407b879bdd61bdb 2021-11-04 10:08:42.194 | Successfully built simplegeneric 2021-11-04 10:08:43.102 | Installing collected packages: python-barbicanclient, simplegeneric, pydot, networkx, castellan, automaton, WSME, taskflow, retrying, oslo.limit, cursive, glance 2021-11-04 10:08:46.553 | Running setup.py develop for glance 2021-11-04 10:08:48.651 | Successfully installed WSME-0.11.0 automaton-2.4.0 castellan-3.10.0 cursive-0.2.2 glance networkx-2.6.3 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 2021-11-04 10:08:48.651 | 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 2021-11-04 10:08:48.806 | + inc/python:pip_install:200 : result=0 2021-11-04 10:08:48.809 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:08:48.811 | + functions-common:time_stop:2309 : local name 2021-11-04 10:08:48.816 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:08:48.816 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:08:48.818 | + functions-common:time_stop:2312 : local total 2021-11-04 10:08:48.820 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:08:48.823 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:08:48.825 | + functions-common:time_stop:2316 : start_time=1636020512120 2021-11-04 10:08:48.827 | + functions-common:time_stop:2318 : [[ -z 1636020512120 ]] 2021-11-04 10:08:48.830 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:08:48.834 | + functions-common:time_stop:2321 : end_time=1636020528832 2021-11-04 10:08:48.837 | + functions-common:time_stop:2322 : elapsed_time=16712 2021-11-04 10:08:48.840 | + functions-common:time_stop:2323 : total=89249 2021-11-04 10:08:48.842 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:08:48.844 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=105961 2021-11-04 10:08:48.846 | + inc/python:pip_install:203 : return 0 2021-11-04 10:08:48.849 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2021-11-04 10:08:48.857 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-11-04 10:08:48.860 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-11-04 10:08:48.878 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-11-04 10:08:48.892 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/glance 2021-11-04 10:08:48.894 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2021-11-04 10:08:48.896 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:08:48.899 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:08:48.902 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2021-11-04 10:08:48.904 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:08:48.907 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-11-04 10:08:48.909 | + ./stack.sh:main:902 : configure_glance 2021-11-04 10:08:48.912 | + lib/glance:configure_glance:330 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2021-11-04 10:08:48.924 | + lib/glance:configure_glance:333 : local dburl 2021-11-04 10:08:48.927 | ++ lib/glance:configure_glance:334 : database_connection_url glance 2021-11-04 10:08:48.930 | ++ lib/database:database_connection_url:132 : local db=glance 2021-11-04 10:08:48.932 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2021-11-04 10:08:48.934 | ++ lib/databases/mysql:database_connection_url_mysql:204 : local db=glance 2021-11-04 10:08:48.936 | ++ lib/databases/mysql:database_connection_url_mysql:205 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-11-04 10:08:48.939 | + lib/glance:configure_glance:334 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-11-04 10:08:48.941 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2021-11-04 10:08:48.972 | + lib/glance:configure_glance:337 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-11-04 10:08:49.001 | + lib/glance:configure_glance:338 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2021-11-04 10:08:49.030 | + lib/glance:configure_glance:339 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-11-04 10:08:49.057 | + lib/glance:configure_glance:340 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2021-11-04 10:08:49.089 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2021-11-04 10:08:49.120 | + lib/glance:configure_glance:342 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2021-11-04 10:08:49.122 | + lib/keystone:configure_keystone_authtoken_middleware:399 : local conf_file=/etc/glance/glance-api.conf 2021-11-04 10:08:49.125 | + lib/keystone:configure_keystone_authtoken_middleware:400 : local admin_user=glance 2021-11-04 10:08:49.127 | + lib/keystone:configure_keystone_authtoken_middleware:401 : local section=keystone_authtoken 2021-11-04 10:08:49.129 | + lib/keystone:configure_keystone_authtoken_middleware:403 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2021-11-04 10:08:49.159 | + lib/keystone:configure_keystone_authtoken_middleware:404 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2021-11-04 10:08:49.187 | + lib/keystone:configure_keystone_authtoken_middleware:405 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.49/identity 2021-11-04 10:08:49.215 | + lib/keystone:configure_keystone_authtoken_middleware:406 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2021-11-04 10:08:49.243 | + lib/keystone:configure_keystone_authtoken_middleware:407 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2021-11-04 10:08:49.271 | + lib/keystone:configure_keystone_authtoken_middleware:408 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2021-11-04 10:08:49.300 | + lib/keystone:configure_keystone_authtoken_middleware:409 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2021-11-04 10:08:49.328 | + lib/keystone:configure_keystone_authtoken_middleware:410 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2021-11-04 10:08:49.357 | + lib/keystone:configure_keystone_authtoken_middleware:412 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-11-04 10:08:49.384 | + lib/keystone:configure_keystone_authtoken_middleware:413 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2021-11-04 10:08:49.413 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2021-11-04 10:08:49.444 | + lib/glance:configure_glance:344 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2021-11-04 10:08:49.447 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2021-11-04 10:08:49.449 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2021-11-04 10:08:49.452 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-11-04 10:08:49.454 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-11-04 10:08:49.456 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-11-04 10:08:49.473 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:08:49.476 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-11-04 10:08:49.479 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-11-04 10:08:49.482 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-11-04 10:08:49.501 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:08:49.503 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-11-04 10:08:49.506 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-11-04 10:08:49.535 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-11-04 10:08:49.537 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-11-04 10:08:49.539 | + lib/glance:configure_glance:345 : '[' libvirt = libvirt ']' 2021-11-04 10:08:49.542 | + lib/glance:configure_glance:345 : '[' kvm = parallels ']' 2021-11-04 10:08:49.544 | + lib/glance:configure_glance:349 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2021-11-04 10:08:49.573 | + lib/glance:configure_glance:350 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2021-11-04 10:08:49.603 | + lib/glance:configure_glance:353 : configure_glance_store False False 2021-11-04 10:08:49.606 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2021-11-04 10:08:49.608 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2021-11-04 10:08:49.610 | + lib/glance:configure_glance_store:254 : local be 2021-11-04 10:08:49.613 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2021-11-04 10:08:49.615 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2021-11-04 10:08:49.617 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-11-04 10:08:49.648 | + lib/glance:configure_glance:356 : '[' -n '' ']' 2021-11-04 10:08:49.651 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.49 2021-11-04 10:08:49.681 | + lib/glance:configure_glance:363 : [[ False == \F\a\l\s\e ]] 2021-11-04 10:08:49.684 | + lib/glance:configure_glance:365 : is_service_enabled s-proxy 2021-11-04 10:08:49.702 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:08:49.704 | + lib/glance:configure_glance:366 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2021-11-04 10:08:49.732 | + lib/glance:configure_glance:367 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2021-11-04 10:08:49.760 | + lib/glance:configure_glance:369 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2021-11-04 10:08:49.789 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2021-11-04 10:08:49.818 | + lib/glance:configure_glance:371 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2021-11-04 10:08:49.847 | + lib/glance:configure_glance:372 : is_service_enabled tls-proxy 2021-11-04 10:08:49.863 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:08:49.866 | + lib/glance:configure_glance:375 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2021-11-04 10:08:49.895 | + lib/glance:configure_glance:377 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2021-11-04 10:08:49.926 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2021-11-04 10:08:49.954 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.49/identity/v3 2021-11-04 10:08:49.982 | + lib/glance:configure_glance:381 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2021-11-04 10:08:50.011 | + lib/glance:configure_glance:387 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.49/image 2021-11-04 10:08:50.039 | + lib/glance:configure_glance:389 : is_service_enabled tls-proxy 2021-11-04 10:08:50.055 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:08:50.058 | + lib/glance:configure_glance:395 : setup_logging /etc/glance/glance-api.conf 2021-11-04 10:08:50.061 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2021-11-04 10:08:50.063 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2021-11-04 10:08:50.066 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2021-11-04 10:08:50.083 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2021-11-04 10:08:50.086 | + functions:setup_systemd_logging:695 : local pidstr= 2021-11-04 10:08:50.088 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2021-11-04 10:08:50.090 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2021-11-04 10:08:50.093 | + 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}}' 2021-11-04 10:08:50.121 | + 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' 2021-11-04 10:08:50.149 | + 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' 2021-11-04 10:08:50.177 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-11-04 10:08:50.207 | + lib/glance:configure_glance:397 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2021-11-04 10:08:50.212 | + lib/glance:configure_glance:400 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2021-11-04 10:08:50.243 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2021-11-04 10:08:50.272 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-11-04 10:08:50.300 | + lib/glance:configure_glance:403 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.49/identity 2021-11-04 10:08:50.328 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2021-11-04 10:08:50.356 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2021-11-04 10:08:50.384 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2021-11-04 10:08:50.412 | + lib/glance:configure_glance:409 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-11-04 10:08:50.444 | + lib/glance:configure_glance:412 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2021-11-04 10:08:50.474 | + lib/glance:configure_glance:413 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2021-11-04 10:08:50.505 | + lib/glance:configure_glance:414 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2021-11-04 10:08:50.533 | + lib/glance:configure_glance:416 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2021-11-04 10:08:50.538 | + 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 2021-11-04 10:08:50.545 | + lib/glance:configure_glance:420 : is_service_enabled tls-proxy 2021-11-04 10:08:50.563 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:08:50.565 | + lib/glance:configure_glance:428 : [[ False == False ]] 2021-11-04 10:08:50.567 | + lib/glance:configure_glance:429 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2021-11-04 10:08:50.570 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2021-11-04 10:08:50.572 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2021-11-04 10:08:50.575 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2021-11-04 10:08:50.577 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2021-11-04 10:08:50.581 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2021-11-04 10:08:50.584 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2021-11-04 10:08:50.587 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2021-11-04 10:08:50.617 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2021-11-04 10:08:50.621 | ++ functions:get_random_port:836 : read lower_port upper_port 2021-11-04 10:08:50.623 | ++ functions:get_random_port:837 : true 2021-11-04 10:08:50.626 | ++ functions:get_random_port:838 : (( port = upper_port )) 2021-11-04 10:08:50.628 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2021-11-04 10:08:50.630 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2021-11-04 10:08:50.698 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2021-11-04 10:08:50.701 | ++ functions:get_random_port:841 : break 2 2021-11-04 10:08:50.704 | ++ functions:get_random_port:845 : echo 60999 2021-11-04 10:08:50.706 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2021-11-04 10:08:50.708 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2021-11-04 10:08:50.746 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2021-11-04 10:08:50.775 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2021-11-04 10:08:50.804 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2021-11-04 10:08:50.834 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2021-11-04 10:08:50.862 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2021-11-04 10:08:50.894 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2021-11-04 10:08:50.923 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2021-11-04 10:08:50.952 | + 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' 2021-11-04 10:08:50.979 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2021-11-04 10:08:51.007 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2021-11-04 10:08:51.035 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2021-11-04 10:08:51.063 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2021-11-04 10:08:51.090 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2021-11-04 10:08:51.118 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2021-11-04 10:08:51.146 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2021-11-04 10:08:51.175 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2021-11-04 10:08:51.203 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2021-11-04 10:08:51.231 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2021-11-04 10:08:51.259 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2021-11-04 10:08:51.261 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2021-11-04 10:08:51.264 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-11-04 10:08:51.266 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:08:51.268 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:08:51.271 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2021-11-04 10:08:51.273 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2021-11-04 10:08:51.330 | proxy (enabled by site administrator) 2021-11-04 10:08:51.334 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2021-11-04 10:08:51.336 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2021-11-04 10:08:51.339 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-11-04 10:08:51.341 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:08:51.343 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:08:51.346 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2021-11-04 10:08:51.348 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2021-11-04 10:08:51.402 | No module matches proxy_http 2021-11-04 10:08:51.406 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2021-11-04 10:08:51.468 | Considering dependency proxy for proxy_http: 2021-11-04 10:08:51.468 | Module proxy already enabled 2021-11-04 10:08:51.468 | Enabling module proxy_http. 2021-11-04 10:08:51.474 | To activate the new configuration, you need to run: 2021-11-04 10:08:51.474 | systemctl restart apache2 2021-11-04 10:08:51.479 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2021-11-04 10:08:51.481 | + lib/apache:restart_apache_server:250 : restart_service apache2 2021-11-04 10:08:51.484 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-11-04 10:08:51.486 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2021-11-04 10:08:51.615 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2021-11-04 10:08:51.619 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2021-11-04 10:08:51.622 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2021-11-04 10:08:51.624 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2021-11-04 10:08:51.627 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:08:51.629 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:08:51.632 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2021-11-04 10:08:51.635 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2021-11-04 10:08:51.638 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2021-11-04 10:08:51.638 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2021-11-04 10:08:51.647 | KeepAlive Off 2021-11-04 10:08:51.652 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-11-04 10:08:51.652 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2021-11-04 10:08:51.661 | SetEnv proxy-sendchunked 1 2021-11-04 10:08:51.666 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2021-11-04 10:08:51.666 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-11-04 10:08:51.674 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2021-11-04 10:08:51.678 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2021-11-04 10:08:51.680 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2021-11-04 10:08:51.683 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2021-11-04 10:08:51.685 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-11-04 10:08:51.687 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-11-04 10:08:51.690 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:08:51.692 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:08:51.694 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-11-04 10:08:51.697 | + lib/apache:enable_apache_site:206 : is_ubuntu 2021-11-04 10:08:51.699 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:08:51.701 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:08:51.704 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2021-11-04 10:08:51.766 | Enabling site glance-wsgi-api. 2021-11-04 10:08:51.771 | To activate the new configuration, you need to run: 2021-11-04 10:08:51.771 | systemctl reload apache2 2021-11-04 10:08:51.777 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2021-11-04 10:08:51.779 | + lib/apache:restart_apache_server:250 : restart_service apache2 2021-11-04 10:08:51.782 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-11-04 10:08:51.785 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2021-11-04 10:08:51.917 | ++ lib/glance:configure_glance:432 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2021-11-04 10:08:51.924 | + lib/glance:configure_glance:432 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2021-11-04 10:08:51.955 | + lib/glance:configure_glance:442 : [[ False == True ]] 2021-11-04 10:08:51.957 | + ./stack.sh:main:905 : is_service_enabled cinder 2021-11-04 10:08:51.975 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:08:51.978 | + ./stack.sh:main:907 : stack_install_service cinder 2021-11-04 10:08:51.980 | + lib/stack:stack_install_service:20 : local service=cinder 2021-11-04 10:08:51.983 | + lib/stack:stack_install_service:21 : type install_cinder 2021-11-04 10:08:51.985 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-11-04 10:08:51.988 | + lib/stack:stack_install_service:32 : install_cinder 2021-11-04 10:08:51.990 | + lib/cinder:install_cinder:463 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2021-11-04 10:08:51.992 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/cinder.git 2021-11-04 10:08:51.995 | + functions-common:git_clone:524 : local git_dest=/opt/stack/cinder 2021-11-04 10:08:51.997 | + functions-common:git_clone:525 : local git_ref=master 2021-11-04 10:08:51.999 | + functions-common:git_clone:526 : local orig_dir 2021-11-04 10:08:52.002 | ++ functions-common:git_clone:527 : pwd 2021-11-04 10:08:52.005 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-11-04 10:08:52.007 | + functions-common:git_clone:528 : local git_clone_flags= 2021-11-04 10:08:52.011 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-11-04 10:08:52.027 | + functions-common:git_clone:530 : RECLONE=False 2021-11-04 10:08:52.030 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-11-04 10:08:52.032 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-11-04 10:08:52.035 | + functions-common:git_clone:544 : echo master 2021-11-04 10:08:52.035 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-11-04 10:08:52.041 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/cinder ]] 2021-11-04 10:08:52.043 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-11-04 10:08:52.045 | + functions-common:git_clone:592 : cd /opt/stack/cinder 2021-11-04 10:08:52.048 | + functions-common:git_clone:593 : git show --oneline 2021-11-04 10:08:52.048 | + functions-common:git_clone:593 : head -1 2021-11-04 10:08:52.062 | aafaba0e9 Merge "Update rbd warning message" 2021-11-04 10:08:52.065 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-11-04 10:08:52.068 | + lib/cinder:install_cinder:464 : setup_develop /opt/stack/cinder 2021-11-04 10:08:52.070 | + inc/python:setup_develop:338 : local bindep 2021-11-04 10:08:52.073 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2021-11-04 10:08:52.076 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2021-11-04 10:08:52.078 | + inc/python:setup_develop:344 : local extras= 2021-11-04 10:08:52.081 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2021-11-04 10:08:52.083 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-11-04 10:08:52.086 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2021-11-04 10:08:52.089 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2021-11-04 10:08:52.091 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-11-04 10:08:52.094 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-11-04 10:08:52.097 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2021-11-04 10:08:52.100 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-11-04 10:08:52.102 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2021-11-04 10:08:52.105 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-11-04 10:08:52.107 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2021-11-04 10:08:52.110 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2021-11-04 10:08:52.116 | + inc/python:_setup_package_with_constraints_edit:385 : name=cinder 2021-11-04 10:08:52.119 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2021-11-04 10:08:52.761 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/cinder -e 2021-11-04 10:08:52.764 | + inc/python:setup_package:418 : local bindep=0 2021-11-04 10:08:52.766 | + inc/python:setup_package:419 : local bindep_flag= 2021-11-04 10:08:52.768 | + inc/python:setup_package:420 : local bindep_profiles= 2021-11-04 10:08:52.771 | + inc/python:setup_package:421 : [[ /opt/stack/cinder == -bindep* ]] 2021-11-04 10:08:52.773 | + inc/python:setup_package:426 : local project_dir=/opt/stack/cinder 2021-11-04 10:08:52.776 | + inc/python:setup_package:427 : local flags=-e 2021-11-04 10:08:52.778 | + inc/python:setup_package:428 : local extras= 2021-11-04 10:08:52.781 | + inc/python:setup_package:432 : [[ -n -e ]] 2021-11-04 10:08:52.783 | + inc/python:setup_package:432 : [[ -z '' ]] 2021-11-04 10:08:52.785 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2021-11-04 10:08:52.788 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2021-11-04 10:08:52.790 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2021-11-04 10:08:52.793 | + inc/python:setup_package:446 : pip_install -e /opt/stack/cinder 2021-11-04 10:08:52.813 | Using python 3.8 to install /opt/stack/cinder 2021-11-04 10:08:52.816 | + 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 2021-11-04 10:08:53.632 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:08:53.632 | from cryptography.utils import int_from_bytes 2021-11-04 10:08:53.633 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:08:53.633 | from cryptography.utils import int_from_bytes 2021-11-04 10:08:54.715 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:08:54.734 | Obtaining file:///opt/stack/cinder 2021-11-04 10:08:54.735 | Preparing metadata (setup.py): started 2021-11-04 10:08:56.647 | Preparing metadata (setup.py): finished with status 'done' 2021-11-04 10:08:56.881 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (5.6.0) 2021-11-04 10:08:56.882 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (5.1.0) 2021-11-04 10:08:56.883 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (0.32.0) 2021-11-04 10:08:56.884 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (1.1.2) 2021-11-04 10:08:56.886 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (0.20.2) 2021-11-04 10:08:56.887 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (0.1.16) 2021-11-04 10:08:56.888 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from cinder==19.1.0.dev68) (3.2.0) 2021-11-04 10:08:56.889 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (4.4.0) 2021-11-04 10:08:56.890 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (9.3.0) 2021-11-04 10:08:56.891 | Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (4.6.4) 2021-11-04 10:08:57.000 | Collecting oauth2client>=4.1.3 2021-11-04 10:08:57.006 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2021-11-04 10:08:57.014 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (8.7.1) 2021-11-04 10:08:57.016 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (4.5.0) 2021-11-04 10:08:57.017 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (3.4.0) 2021-11-04 10:08:57.018 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (11.0.0) 2021-11-04 10:08:57.019 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (4.6.1) 2021-11-04 10:08:57.020 | Requirement already satisfied: oslo.messaging>=12.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (12.11.0) 2021-11-04 10:08:57.021 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (4.4.0) 2021-11-04 10:08:57.022 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (3.9.0) 2021-11-04 10:08:57.023 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (2.6.2) 2021-11-04 10:08:57.024 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (2.3.0) 2021-11-04 10:08:57.026 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (6.3.0) 2021-11-04 10:08:57.027 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (4.2.0) 2021-11-04 10:08:57.028 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (2.7.0) 2021-11-04 10:08:57.029 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (1.4.0) 2021-11-04 10:08:57.031 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (4.11.0) 2021-11-04 10:08:57.032 | Requirement already satisfied: oslo.versionedobjects>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (2.5.0) 2021-11-04 10:08:57.033 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (3.4.2) 2021-11-04 10:08:57.034 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (21.2) 2021-11-04 10:08:57.155 | Collecting paramiko>=2.7.2 2021-11-04 10:08:57.162 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/def/3ec612399bab4/paramiko-2.8.0-py2.py3-none-any.whl (206 kB) 2021-11-04 10:08:57.173 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (3.5.0) 2021-11-04 10:08:57.174 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (2.1.1) 2021-11-04 10:08:57.175 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (5.8.0) 2021-11-04 10:08:57.176 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (2.4.7) 2021-11-04 10:08:57.177 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (5.2.0) 2021-11-04 10:08:57.268 | Collecting python-glanceclient>=3.2.2 2021-11-04 10:08:57.276 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e0/05004ead1893b/python_glanceclient-3.5.0-py3-none-any.whl (198 kB) 2021-11-04 10:08:57.287 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (4.3.0) 2021-11-04 10:08:57.288 | Requirement already satisfied: python-novaclient>=17.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (17.6.0) 2021-11-04 10:08:57.289 | Requirement already satisfied: python-swiftclient>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (3.12.0) 2021-11-04 10:08:57.290 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (2021.3) 2021-11-04 10:08:57.292 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (2.26.0) 2021-11-04 10:08:57.293 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (2.5.1) 2021-11-04 10:08:57.294 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (4.6.2) 2021-11-04 10:08:57.335 | Collecting rtslib-fb>=2.1.74 2021-11-04 10:08:57.342 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f1/5bc30b55e0d35/rtslib-fb-2.1.74.tar.gz (73 kB) 2021-11-04 10:08:57.367 | Preparing metadata (setup.py): started 2021-11-04 10:08:57.977 | Preparing metadata (setup.py): finished with status 'done' 2021-11-04 10:08:57.981 | Requirement already satisfied: six>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (1.16.0) 2021-11-04 10:08:57.982 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (1.4.26) 2021-11-04 10:08:57.983 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (0.13.0) 2021-11-04 10:08:57.985 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (3.5.0) 2021-11-04 10:08:58.028 | Collecting tabulate>=0.8.7 2021-11-04 10:08:58.035 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d7c/013fe7abbc5e4/tabulate-0.8.9-py3-none-any.whl (25 kB) 2021-11-04 10:08:58.039 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (6.3.1) 2021-11-04 10:08:58.040 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (1.8.7) 2021-11-04 10:08:58.041 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (5.1.0) 2021-11-04 10:08:58.156 | Collecting oslo.vmware>=3.10.0 2021-11-04 10:08:58.163 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5e6/caf957a5ad82e/oslo.vmware-3.10.0-py3-none-any.whl (491 kB) 2021-11-04 10:08:58.183 | Requirement already satisfied: os-brick>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (5.0.1) 2021-11-04 10:08:58.184 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (5.5.0) 2021-11-04 10:08:58.185 | Requirement already satisfied: tooz>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (2.9.0) 2021-11-04 10:08:58.330 | Collecting google-api-python-client>=1.11.0 2021-11-04 10:08:58.351 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dfa/c61ed108c111f/google_api_python_client-2.29.0-py2.py3-none-any.whl (7.7 MB) 2021-11-04 10:08:58.554 | Requirement already satisfied: castellan>=3.6.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (3.10.0) 2021-11-04 10:08:58.556 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (35.0.0) 2021-11-04 10:08:58.557 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev68) (0.2.2) 2021-11-04 10:08:58.598 | Collecting zstd>=1.4.5.1 2021-11-04 10:08:58.606 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8d3/388a15135c481/zstd-1.5.0.2.tar.gz (528 kB) 2021-11-04 10:08:58.698 | Preparing metadata (setup.py): started 2021-11-04 10:08:59.321 | Preparing metadata (setup.py): finished with status 'done' 2021-11-04 10:09:00.437 | Collecting boto3>=1.16.51 2021-11-04 10:09:00.453 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/57e/e38d02772f44a/boto3-1.19.10-py3-none-any.whl (131 kB) 2021-11-04 10:09:00.533 | Collecting s3transfer<0.6.0,>=0.5.0 2021-11-04 10:09:00.541 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c1/dc369814391a6/s3transfer-0.5.0-py3-none-any.whl (79 kB) 2021-11-04 10:09:01.891 | Collecting botocore<1.23.0,>=1.22.10 2021-11-04 10:09:01.917 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/543/cd69e9b248be9/botocore-1.22.10-py3-none-any.whl (8.1 MB) 2021-11-04 10:09:02.125 | Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==19.1.0.dev68) (0.10.0) 2021-11-04 10:09:02.189 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=3.1->cinder==19.1.0.dev68) (1.15.0) 2021-11-04 10:09:02.220 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->cinder==19.1.0.dev68) (2.1.0) 2021-11-04 10:09:02.316 | Collecting google-auth-httplib2>=0.1.0 2021-11-04 10:09:02.324 | 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) 2021-11-04 10:09:02.364 | Collecting uritemplate<5,>=3.0.0 2021-11-04 10:09:02.371 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/830/c08b8d99bdd31/uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2021-11-04 10:09:02.515 | Collecting google-auth<3.0.0dev,>=1.16.0 2021-11-04 10:09:02.523 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a34/8a50b027679cb/google_auth-2.3.3-py2.py3-none-any.whl (155 kB) 2021-11-04 10:09:02.645 | Collecting google-api-core<3.0.0dev,>=1.21.0 2021-11-04 10:09:02.652 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e78/53735d4f51f42/google_api_core-2.2.2-py2.py3-none-any.whl (95 kB) 2021-11-04 10:09:02.755 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=4.2.1->cinder==19.1.0.dev68) (1.7.0) 2021-11-04 10:09:02.807 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.1.0.dev68) (2.8.1) 2021-11-04 10:09:02.809 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.1.0.dev68) (3.1.1) 2021-11-04 10:09:02.960 | Collecting pyasn1-modules>=0.0.5 2021-11-04 10:09:02.968 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2021-11-04 10:09:03.033 | Collecting rsa>=3.1.4 2021-11-04 10:09:03.040 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/78f/9a9bf4e7be0c5/rsa-4.7.2-py3-none-any.whl (34 kB) 2021-11-04 10:09:03.190 | Collecting pyasn1>=0.1.7 2021-11-04 10:09:03.198 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2021-11-04 10:09:03.258 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.4.0->cinder==19.1.0.dev68) (0.14.1) 2021-11-04 10:09:03.303 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev68) (1.5.0) 2021-11-04 10:09:03.305 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev68) (6.0) 2021-11-04 10:09:03.307 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev68) (0.8.0) 2021-11-04 10:09:03.308 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev68) (2.3.0) 2021-11-04 10:09:03.367 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev68) (1.7.4) 2021-11-04 10:09:03.370 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev68) (2.0.1) 2021-11-04 10:09:03.372 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev68) (0.5.0) 2021-11-04 10:09:03.433 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.1.0.dev68) (0.9.6) 2021-11-04 10:09:03.435 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.1.0.dev68) (2.8.2) 2021-11-04 10:09:03.498 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev68) (2.4.0) 2021-11-04 10:09:03.499 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev68) (0.4.0) 2021-11-04 10:09:03.500 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev68) (5.0.6) 2021-11-04 10:09:03.502 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev68) (4.2.4) 2021-11-04 10:09:03.505 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev68) (5.2.0) 2021-11-04 10:09:03.529 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev68) (3.2.0) 2021-11-04 10:09:03.530 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev68) (3.3.0) 2021-11-04 10:09:03.531 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev68) (3.0.2) 2021-11-04 10:09:03.578 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.4.0->cinder==19.1.0.dev68) (1.0.2) 2021-11-04 10:09:03.664 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.1.0.dev68) (3.0.0) 2021-11-04 10:09:03.666 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.1.0.dev68) (1.3.3) 2021-11-04 10:09:03.694 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==19.1.0.dev68) (2.4.0) 2021-11-04 10:09:03.719 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->cinder==19.1.0.dev68) (0.11.0) 2021-11-04 10:09:03.832 | Collecting suds-community>=0.6 2021-11-04 10:09:03.839 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f73/d192016c1bdb4/suds_community-1.0.0-py3-none-any.whl (144 kB) 2021-11-04 10:09:03.846 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.10.0->cinder==19.1.0.dev68) (1.26.7) 2021-11-04 10:09:04.098 | Collecting pynacl>=1.0.1 2021-11-04 10:09:04.106 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30f/9b96db44e09b3/PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) 2021-11-04 10:09:04.157 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=3.4.3->cinder==19.1.0.dev68) (58.5.2) 2021-11-04 10:09:04.300 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=5.0.1->cinder==19.1.0.dev68) (3.9.0) 2021-11-04 10:09:04.335 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.0.dev68) (21.0.0) 2021-11-04 10:09:04.337 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.0.dev68) (1.13.3) 2021-11-04 10:09:04.376 | Collecting warlock<2,>=1.2.0 2021-11-04 10:09:04.383 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl (9.8 kB) 2021-11-04 10:09:04.638 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev68) (2.0.7) 2021-11-04 10:09:04.640 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev68) (2019.11.28) 2021-11-04 10:09:04.642 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev68) (3.3) 2021-11-04 10:09:04.678 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.4.1->cinder==19.1.0.dev68) (0.7) 2021-11-04 10:09:04.747 | Collecting pyudev>=0.16.1 2021-11-04 10:09:04.754 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/023/9b019574842a5/pyudev-0.22.0-py3-none-any.whl (63 kB) 2021-11-04 10:09:05.000 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.1.0.dev68) (0.5.2) 2021-11-04 10:09:05.002 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.1.0.dev68) (0.4.2) 2021-11-04 10:09:05.146 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev68) (2.6.3) 2021-11-04 10:09:05.149 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev68) (1.4.2) 2021-11-04 10:09:05.151 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev68) (2.4.0) 2021-11-04 10:09:05.283 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=2.7.1->cinder==19.1.0.dev68) (0.12.2) 2021-11-04 10:09:05.403 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev68) (5.4.0) 2021-11-04 10:09:05.404 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev68) (1.1.5) 2021-11-04 10:09:05.406 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev68) (4.8.1) 2021-11-04 10:09:05.441 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=12.5.0->cinder==19.1.0.dev68) (5.0.0) 2021-11-04 10:09:05.697 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==19.1.0.dev68) (2.20) 2021-11-04 10:09:05.777 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev68) (0.4.0) 2021-11-04 10:09:05.779 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev68) (2.2.0) 2021-11-04 10:09:05.914 | 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.1.0.dev68) (1.6) 2021-11-04 10:09:05.960 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->cinder==19.1.0.dev68) (2.5.0) 2021-11-04 10:09:06.105 | Collecting googleapis-common-protos<2.0dev,>=1.52.0 2021-11-04 10:09:06.114 | 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) 2021-11-04 10:09:06.157 | Requirement already satisfied: protobuf>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core<3.0.0dev,>=1.21.0->google-api-python-client>=1.11.0->cinder==19.1.0.dev68) (3.19.1) 2021-11-04 10:09:06.359 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==19.1.0.dev68) (2.0.1) 2021-11-04 10:09:06.800 | 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.1.0.dev68) (1.1.4) 2021-11-04 10:09:06.851 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=12.5.0->cinder==19.1.0.dev68) (0.12.0) 2021-11-04 10:09:06.907 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==19.1.0.dev68) (0.2.5) 2021-11-04 10:09:08.152 | Requirement already satisfied: jsonpatch<2,>=0.10 in /usr/local/lib/python3.8/dist-packages (from warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==19.1.0.dev68) (1.32) 2021-11-04 10:09:08.436 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev68) (1.8.2) 2021-11-04 10:09:08.437 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev68) (21.2.0) 2021-11-04 10:09:08.438 | 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.1.0.dev68) (0.4.4) 2021-11-04 10:09:08.588 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch<2,>=0.10->warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==19.1.0.dev68) (2.1) 2021-11-04 10:09:08.835 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->cinder==19.1.0.dev68) (1.0.0) 2021-11-04 10:09:08.969 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev68) (3.6.0) 2021-11-04 10:09:09.647 | Building wheels for collected packages: rtslib-fb, zstd 2021-11-04 10:09:09.648 | Building wheel for rtslib-fb (setup.py): started 2021-11-04 10:09:10.366 | Building wheel for rtslib-fb (setup.py): finished with status 'done' 2021-11-04 10:09:10.368 | Created wheel for rtslib-fb: filename=rtslib_fb-2.1.74-py3-none-any.whl size=85412 sha256=0dbee6fb2cea1fb4a415e898a67b947013980ca0db89f79b01a1958523f0d855 2021-11-04 10:09:10.368 | Stored in directory: /root/.cache/pip/wheels/0a/66/4f/3df2a9dc0ce4bd9783f4e0597600268e05f1fdc434bf783a5c 2021-11-04 10:09:10.373 | Building wheel for zstd (setup.py): started 2021-11-04 10:10:10.466 | Building wheel for zstd (setup.py): still running... 2021-11-04 10:10:20.611 | Building wheel for zstd (setup.py): finished with status 'done' 2021-11-04 10:10:20.627 | Created wheel for zstd: filename=zstd-1.5.0.2-cp38-cp38-linux_x86_64.whl size=2349281 sha256=de6cfd204e949c35ec3ab9f2018116d2991ea9d2c0ae353bf2c17e090423077a 2021-11-04 10:10:20.627 | Stored in directory: /root/.cache/pip/wheels/44/cf/d0/167a454a4b3d5833a5666b8512dbe0bcc20ef0424d943b6c7a 2021-11-04 10:10:20.631 | Successfully built rtslib-fb zstd 2021-11-04 10:10:21.649 | Installing collected packages: pyasn1, rsa, pyasn1-modules, googleapis-common-protos, google-auth, botocore, warlock, uritemplate, suds-community, s3transfer, pyudev, pynacl, google-auth-httplib2, google-api-core, zstd, tabulate, rtslib-fb, python-glanceclient, paramiko, oslo.vmware, oauth2client, google-api-python-client, boto3, cinder 2021-11-04 10:10:24.450 | Attempting uninstall: pynacl 2021-11-04 10:10:24.453 | Found existing installation: PyNaCl 1.3.0 2021-11-04 10:10:24.463 | Uninstalling PyNaCl-1.3.0: 2021-11-04 10:10:24.490 | Successfully uninstalled PyNaCl-1.3.0 2021-11-04 10:10:27.014 | Running setup.py develop for cinder 2021-11-04 10:10:30.528 | Successfully installed boto3-1.19.10 botocore-1.22.10 cinder google-api-core-2.2.2 google-api-python-client-2.29.0 google-auth-2.3.3 google-auth-httplib2-0.1.0 googleapis-common-protos-1.53.0 oauth2client-4.1.3 oslo.vmware-3.10.0 paramiko-2.8.0 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-community-1.0.0 tabulate-0.8.9 uritemplate-4.1.1 warlock-1.3.3 zstd-1.5.0.2 2021-11-04 10:10:30.528 | 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 2021-11-04 10:10:30.790 | + inc/python:pip_install:200 : result=0 2021-11-04 10:10:30.792 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:10:30.795 | + functions-common:time_stop:2309 : local name 2021-11-04 10:10:30.797 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:10:30.799 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:10:30.801 | + functions-common:time_stop:2312 : local total 2021-11-04 10:10:30.804 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:10:30.806 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:10:30.808 | + functions-common:time_stop:2316 : start_time=1636020532808 2021-11-04 10:10:30.810 | + functions-common:time_stop:2318 : [[ -z 1636020532808 ]] 2021-11-04 10:10:30.813 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:10:30.818 | + functions-common:time_stop:2321 : end_time=1636020630815 2021-11-04 10:10:30.820 | + functions-common:time_stop:2322 : elapsed_time=98007 2021-11-04 10:10:30.822 | + functions-common:time_stop:2323 : total=105961 2021-11-04 10:10:30.825 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:10:30.827 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=203968 2021-11-04 10:10:30.829 | + inc/python:pip_install:203 : return 0 2021-11-04 10:10:30.832 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2021-11-04 10:10:30.835 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-11-04 10:10:30.837 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-11-04 10:10:30.856 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-11-04 10:10:30.869 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/cinder 2021-11-04 10:10:30.871 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2021-11-04 10:10:30.874 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:10:30.876 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:10:30.879 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/cinder, ]] 2021-11-04 10:10:30.882 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:10:30.884 | + lib/cinder:install_cinder:465 : [[ lioadm == \t\g\t\a\d\m ]] 2021-11-04 10:10:30.887 | + lib/cinder:install_cinder:467 : [[ lioadm == \l\i\o\a\d\m ]] 2021-11-04 10:10:30.889 | + lib/cinder:install_cinder:468 : is_ubuntu 2021-11-04 10:10:30.892 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:10:30.896 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:10:30.899 | + lib/cinder:install_cinder:470 : sudo mkdir -p /etc/target 2021-11-04 10:10:30.911 | + lib/cinder:install_cinder:472 : install_package targetcli-fb 2021-11-04 10:10:30.914 | + functions-common:install_package:1347 : update_package_repo 2021-11-04 10:10:30.916 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-11-04 10:10:30.919 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-11-04 10:10:30.921 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-11-04 10:10:30.924 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-11-04 10:10:30.926 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-11-04 10:10:30.929 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:10:30.931 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:10:30.934 | + functions-common:update_package_repo:1328 : apt_get_update 2021-11-04 10:10:30.936 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-11-04 10:10:30.938 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-11-04 10:10:30.941 | + functions-common:apt_get_update:1074 : return 2021-11-04 10:10:30.944 | + functions-common:install_package:1348 : real_install_package targetcli-fb 2021-11-04 10:10:30.947 | + functions-common:real_install_package:1333 : is_ubuntu 2021-11-04 10:10:30.949 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:10:30.952 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:10:30.954 | + functions-common:real_install_package:1334 : apt_get install targetcli-fb 2021-11-04 10:10:30.978 | + 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 2021-11-04 10:10:31.088 | Reading package lists... 2021-11-04 10:10:31.322 | Building dependency tree... 2021-11-04 10:10:31.323 | Reading state information... 2021-11-04 10:10:31.562 | The following packages were automatically installed and are no longer required: 2021-11-04 10:10:31.563 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-11-04 10:10:31.563 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-11-04 10:10:31.563 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-11-04 10:10:31.563 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-11-04 10:10:31.563 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-11-04 10:10:31.563 | python3-zope.interface 2021-11-04 10:10:31.563 | Use 'sudo apt autoremove' to remove them. 2021-11-04 10:10:31.564 | The following additional packages will be installed: 2021-11-04 10:10:31.564 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2021-11-04 10:10:31.564 | python3-urwid 2021-11-04 10:10:31.565 | Suggested packages: 2021-11-04 10:10:31.565 | python-pyparsing-doc python-urwid-doc 2021-11-04 10:10:31.632 | The following NEW packages will be installed: 2021-11-04 10:10:31.632 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2021-11-04 10:10:31.632 | python3-urwid targetcli-fb 2021-11-04 10:10:31.951 | 0 upgraded, 6 newly installed, 0 to remove and 97 not upgraded. 2021-11-04 10:10:31.952 | Need to get 356 kB of archives. 2021-11-04 10:10:31.952 | After this operation, 2,294 kB of additional disk space will be used. 2021-11-04 10:10:31.952 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyparsing all 2.4.6-1 [61.3 kB] 2021-11-04 10:10:32.439 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-urwid amd64 2.0.1-3 [159 kB] 2021-11-04 10:10:32.707 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-configshell-fb all 1:1.1.27-0ubuntu1 [28.0 kB] 2021-11-04 10:10:32.740 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyudev all 0.21.0-3ubuntu1 [37.1 kB] 2021-11-04 10:10:32.765 | 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] 2021-11-04 10:10:32.790 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 targetcli-fb all 1:2.1.51-0ubuntu1 [35.1 kB] 2021-11-04 10:10:33.365 | Fetched 356 kB in 1s (304 kB/s) 2021-11-04 10:10:33.561 | Selecting previously unselected package python3-pyparsing. 2021-11-04 10:10:33.616 | (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.) 2021-11-04 10:10:33.620 | Preparing to unpack .../0-python3-pyparsing_2.4.6-1_all.deb ... 2021-11-04 10:10:33.674 | Unpacking python3-pyparsing (2.4.6-1) ... 2021-11-04 10:10:34.074 | Selecting previously unselected package python3-urwid. 2021-11-04 10:10:34.085 | Preparing to unpack .../1-python3-urwid_2.0.1-3_amd64.deb ... 2021-11-04 10:10:34.135 | Unpacking python3-urwid (2.0.1-3) ... 2021-11-04 10:10:34.686 | Selecting previously unselected package python3-configshell-fb. 2021-11-04 10:10:34.696 | Preparing to unpack .../2-python3-configshell-fb_1%3a1.1.27-0ubuntu1_all.deb ... 2021-11-04 10:10:34.760 | Unpacking python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2021-11-04 10:10:35.221 | Selecting previously unselected package python3-pyudev. 2021-11-04 10:10:35.231 | Preparing to unpack .../3-python3-pyudev_0.21.0-3ubuntu1_all.deb ... 2021-11-04 10:10:35.285 | Unpacking python3-pyudev (0.21.0-3ubuntu1) ... 2021-11-04 10:10:35.840 | Selecting previously unselected package python3-rtslib-fb. 2021-11-04 10:10:35.851 | Preparing to unpack .../4-python3-rtslib-fb_2.1.71-0ubuntu1.1_all.deb ... 2021-11-04 10:10:35.903 | Unpacking python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2021-11-04 10:10:36.444 | Selecting previously unselected package targetcli-fb. 2021-11-04 10:10:36.454 | Preparing to unpack .../5-targetcli-fb_1%3a2.1.51-0ubuntu1_all.deb ... 2021-11-04 10:10:36.519 | Unpacking targetcli-fb (1:2.1.51-0ubuntu1) ... 2021-11-04 10:10:37.014 | Setting up python3-urwid (2.0.1-3) ... 2021-11-04 10:10:37.494 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:141: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2021-11-04 10:10:37.494 | assert result == expected, "got: %r expected: %r" (result, expected) 2021-11-04 10:10:37.494 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:145: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2021-11-04 10:10:37.494 | assert result == expected, "got: %r expected: %r" (result, expected) 2021-11-04 10:10:37.494 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:149: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2021-11-04 10:10:37.494 | assert result == expected, "got: %r expected: %r" (result, expected) 2021-11-04 10:10:37.494 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:232: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2021-11-04 10:10:37.494 | assert result == expected, "got: %r expected: %r" (result, expected) 2021-11-04 10:10:37.685 | Setting up python3-pyparsing (2.4.6-1) ... 2021-11-04 10:10:38.243 | Setting up python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2021-11-04 10:10:38.760 | Setting up python3-pyudev (0.21.0-3ubuntu1) ... 2021-11-04 10:10:39.263 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2021-11-04 10:10:40.885 | Setting up targetcli-fb (1:2.1.51-0ubuntu1) ... 2021-11-04 10:10:41.512 | Created symlink /etc/systemd/system/multi-user.target.wants/targetclid.service → /lib/systemd/system/targetclid.service. 2021-11-04 10:10:41.512 | Created symlink /etc/systemd/system/sockets.target.wants/targetclid.socket → /lib/systemd/system/targetclid.socket. 2021-11-04 10:10:43.598 | Processing triggers for man-db (2.9.1-1) ... 2021-11-04 10:10:43.897 | Processing triggers for systemd (245.4-4ubuntu3.13) ... 2021-11-04 10:10:51.794 | + functions-common:apt_get:1118 : result=0 2021-11-04 10:10:51.796 | + functions-common:apt_get:1121 : time_stop apt-get 2021-11-04 10:10:51.799 | + functions-common:time_stop:2309 : local name 2021-11-04 10:10:51.801 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:10:51.804 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:10:51.807 | + functions-common:time_stop:2312 : local total 2021-11-04 10:10:51.810 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:10:51.812 | + functions-common:time_stop:2315 : name=apt-get 2021-11-04 10:10:51.815 | + functions-common:time_stop:2316 : start_time=1636020630975 2021-11-04 10:10:51.818 | + functions-common:time_stop:2318 : [[ -z 1636020630975 ]] 2021-11-04 10:10:51.821 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:10:51.826 | + functions-common:time_stop:2321 : end_time=1636020651823 2021-11-04 10:10:51.828 | + functions-common:time_stop:2322 : elapsed_time=20848 2021-11-04 10:10:51.830 | + functions-common:time_stop:2323 : total=532482 2021-11-04 10:10:51.834 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:10:51.836 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=553330 2021-11-04 10:10:51.838 | + functions-common:apt_get:1122 : return 0 2021-11-04 10:10:51.841 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-11-04 10:10:51.843 | + ./stack.sh:main:908 : configure_cinder 2021-11-04 10:10:51.846 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2021-11-04 10:10:51.859 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2021-11-04 10:10:51.863 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2021-11-04 10:10:51.865 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2021-11-04 10:10:51.867 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2021-11-04 10:10:51.870 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2021-11-04 10:10:51.870 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2021-11-04 10:10:51.875 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2021-11-04 10:10:51.877 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2021-11-04 10:10:51.880 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2021-11-04 10:10:51.882 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2021-11-04 10:10:51.884 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2021-11-04 10:10:51.886 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2021-11-04 10:10:51.888 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2021-11-04 10:10:51.890 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2021-11-04 10:10:51.903 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2021-11-04 10:10:51.915 | + 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 2021-11-04 10:10:51.927 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2021-11-04 10:10:51.939 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2021-11-04 10:10:51.952 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2021-11-04 10:10:51.955 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2021-11-04 10:10:51.959 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.NN9oLPLWjG 2021-11-04 10:10:51.962 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2021-11-04 10:10:51.964 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2021-11-04 10:10:51.966 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2021-11-04 10:10:51.969 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.NN9oLPLWjG 2021-11-04 10:10:51.972 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.NN9oLPLWjG 2021-11-04 10:10:51.984 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.NN9oLPLWjG /etc/sudoers.d/cinder-rootwrap 2021-11-04 10:10:51.996 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2021-11-04 10:10:52.000 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2021-11-04 10:10:52.003 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2021-11-04 10:10:52.006 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2021-11-04 10:10:52.008 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2021-11-04 10:10:52.010 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2021-11-04 10:10:52.012 | + 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 ]] 2021-11-04 10:10:52.015 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2021-11-04 10:10:52.017 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2021-11-04 10:10:52.022 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2021-11-04 10:10:52.027 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2021-11-04 10:10:52.045 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2021-11-04 10:10:52.063 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2021-11-04 10:10:52.082 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2021-11-04 10:10:52.101 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2021-11-04 10:10:52.119 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2021-11-04 10:10:52.138 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2021-11-04 10:10:52.157 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2021-11-04 10:10:52.175 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2021-11-04 10:10:52.178 | + lib/keystone:configure_keystone_authtoken_middleware:399 : local conf_file=/etc/cinder/cinder.conf 2021-11-04 10:10:52.181 | + lib/keystone:configure_keystone_authtoken_middleware:400 : local admin_user=cinder 2021-11-04 10:10:52.183 | + lib/keystone:configure_keystone_authtoken_middleware:401 : local section=keystone_authtoken 2021-11-04 10:10:52.185 | + lib/keystone:configure_keystone_authtoken_middleware:403 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2021-11-04 10:10:52.216 | + lib/keystone:configure_keystone_authtoken_middleware:404 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2021-11-04 10:10:52.244 | + lib/keystone:configure_keystone_authtoken_middleware:405 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.49/identity 2021-11-04 10:10:52.272 | + lib/keystone:configure_keystone_authtoken_middleware:406 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2021-11-04 10:10:52.302 | + lib/keystone:configure_keystone_authtoken_middleware:407 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2021-11-04 10:10:52.331 | + lib/keystone:configure_keystone_authtoken_middleware:408 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2021-11-04 10:10:52.359 | + lib/keystone:configure_keystone_authtoken_middleware:409 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2021-11-04 10:10:52.387 | + lib/keystone:configure_keystone_authtoken_middleware:410 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2021-11-04 10:10:52.415 | + lib/keystone:configure_keystone_authtoken_middleware:412 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-11-04 10:10:52.445 | + lib/keystone:configure_keystone_authtoken_middleware:413 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2021-11-04 10:10:52.473 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2021-11-04 10:10:52.505 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2021-11-04 10:10:52.533 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2021-11-04 10:10:52.536 | ++ lib/database:database_connection_url:132 : local db=cinder 2021-11-04 10:10:52.538 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql cinder 2021-11-04 10:10:52.541 | ++ lib/databases/mysql:database_connection_url_mysql:204 : local db=cinder 2021-11-04 10:10:52.543 | ++ lib/databases/mysql:database_connection_url_mysql:205 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2021-11-04 10:10:52.546 | + lib/cinder:configure_cinder:271 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2021-11-04 10:10:52.577 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2021-11-04 10:10:52.609 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2021-11-04 10:10:52.638 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2021-11-04 10:10:52.666 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2021-11-04 10:10:52.695 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2021-11-04 10:10:52.726 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2021-11-04 10:10:52.756 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2021-11-04 10:10:52.759 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.49 2021-11-04 10:10:52.787 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2021-11-04 10:10:52.820 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2021-11-04 10:10:52.827 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key c6f96be6e80a90d211bb24a22112803e 2021-11-04 10:10:52.856 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2021-11-04 10:10:52.858 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2021-11-04 10:10:52.887 | + lib/cinder:configure_cinder:294 : is_service_enabled c-vol 2021-11-04 10:10:52.905 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:10:52.907 | + lib/cinder:configure_cinder:294 : [[ -n lvm:lvmdriver-1 ]] 2021-11-04 10:10:52.909 | + lib/cinder:configure_cinder:295 : local enabled_backends= 2021-11-04 10:10:52.913 | + lib/cinder:configure_cinder:296 : local default_name= 2021-11-04 10:10:52.915 | + lib/cinder:configure_cinder:297 : local be be_name be_type 2021-11-04 10:10:52.918 | + lib/cinder:configure_cinder:298 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2021-11-04 10:10:52.920 | + lib/cinder:configure_cinder:299 : be_type=lvm 2021-11-04 10:10:52.922 | + lib/cinder:configure_cinder:300 : be_name=lvmdriver-1 2021-11-04 10:10:52.925 | + lib/cinder:configure_cinder:301 : type configure_cinder_backend_lvm 2021-11-04 10:10:52.927 | + lib/cinder:configure_cinder:302 : configure_cinder_backend_lvm lvmdriver-1 2021-11-04 10:10:52.930 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2021-11-04 10:10:52.932 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2021-11-04 10:10:52.963 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2021-11-04 10:10:52.992 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2021-11-04 10:10:53.021 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm 2021-11-04 10:10:53.049 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2021-11-04 10:10:53.078 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2021-11-04 10:10:53.107 | + lib/cinder:configure_cinder:304 : [[ -z '' ]] 2021-11-04 10:10:53.109 | + lib/cinder:configure_cinder:305 : default_name=lvmdriver-1 2021-11-04 10:10:53.112 | + lib/cinder:configure_cinder:307 : enabled_backends+=lvmdriver-1, 2021-11-04 10:10:53.114 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2021-11-04 10:10:53.142 | + lib/cinder:configure_cinder:310 : [[ -n lvmdriver-1 ]] 2021-11-04 10:10:53.145 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2021-11-04 10:10:53.174 | + lib/cinder:configure_cinder:313 : configure_cinder_image_volume_cache 2021-11-04 10:10:53.177 | + lib/cinder:configure_cinder_image_volume_cache:616 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2021-11-04 10:10:53.179 | + lib/cinder:configure_cinder_image_volume_cache:617 : local be_name=lvmdriver-1 2021-11-04 10:10:53.182 | + lib/cinder:configure_cinder_image_volume_cache:619 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2021-11-04 10:10:53.210 | + lib/cinder:configure_cinder_image_volume_cache:621 : [[ -n '' ]] 2021-11-04 10:10:53.212 | + lib/cinder:configure_cinder_image_volume_cache:625 : [[ -n '' ]] 2021-11-04 10:10:53.215 | + lib/cinder:configure_cinder:316 : is_service_enabled c-bak 2021-11-04 10:10:53.232 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:10:53.234 | + lib/cinder:configure_cinder:316 : [[ -n swift ]] 2021-11-04 10:10:53.237 | + lib/cinder:configure_cinder:317 : type configure_cinder_backup_swift 2021-11-04 10:10:53.239 | + lib/cinder:configure_cinder:318 : configure_cinder_backup_swift 2021-11-04 10:10:53.242 | + lib/cinder_backups/swift:configure_cinder_backup_swift:25 : iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver 2021-11-04 10:10:53.271 | + lib/cinder_backups/swift:configure_cinder_backup_swift:26 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.49:8080/v1/AUTH_ 2021-11-04 10:10:53.300 | + lib/cinder:configure_cinder:324 : is_service_enabled ceilometer 2021-11-04 10:10:53.321 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:10:53.324 | + lib/cinder:configure_cinder:328 : is_service_enabled tls-proxy 2021-11-04 10:10:53.341 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:10:53.344 | + lib/cinder:configure_cinder:342 : '[' False '!=' False ']' 2021-11-04 10:10:53.346 | + lib/cinder:configure_cinder:346 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2021-11-04 10:10:53.349 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2021-11-04 10:10:53.351 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2021-11-04 10:10:53.354 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-11-04 10:10:53.356 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-11-04 10:10:53.359 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-11-04 10:10:53.375 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:10:53.378 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-11-04 10:10:53.381 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-11-04 10:10:53.383 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-11-04 10:10:53.400 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:10:53.402 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-11-04 10:10:53.405 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-11-04 10:10:53.433 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-11-04 10:10:53.436 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-11-04 10:10:53.438 | + lib/cinder:configure_cinder:349 : setup_logging /etc/cinder/cinder.conf True 2021-11-04 10:10:53.440 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2021-11-04 10:10:53.444 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2021-11-04 10:10:53.447 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2021-11-04 10:10:53.466 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2021-11-04 10:10:53.468 | + functions:setup_systemd_logging:695 : local pidstr= 2021-11-04 10:10:53.471 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2021-11-04 10:10:53.474 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2021-11-04 10:10:53.476 | + functions:setup_systemd_logging:702 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-11-04 10:10:53.506 | + 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' 2021-11-04 10:10:53.534 | + 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' 2021-11-04 10:10:53.563 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-11-04 10:10:53.599 | + lib/cinder:configure_cinder:351 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2021-11-04 10:10:53.601 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2021-11-04 10:10:53.604 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2021-11-04 10:10:53.606 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2021-11-04 10:10:53.609 | + lib/apache:write_uwsgi_config:257 : local http= 2021-11-04 10:10:53.611 | + lib/apache:write_uwsgi_config:258 : local name= 2021-11-04 10:10:53.616 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2021-11-04 10:10:53.620 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2021-11-04 10:10:53.623 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2021-11-04 10:10:53.626 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2021-11-04 10:10:53.641 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-11-04 10:10:53.642 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-11-04 10:10:53.653 | d /var/run/uwsgi 0755 ubuntu root 2021-11-04 10:10:53.657 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-11-04 10:10:53.673 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2021-11-04 10:10:53.676 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2021-11-04 10:10:53.680 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2021-11-04 10:10:53.710 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2021-11-04 10:10:53.738 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2021-11-04 10:10:53.767 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2021-11-04 10:10:53.797 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2021-11-04 10:10:53.828 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2021-11-04 10:10:53.856 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2021-11-04 10:10:53.884 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2021-11-04 10:10:53.912 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2021-11-04 10:10:53.940 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-11-04 10:10:53.968 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2021-11-04 10:10:53.997 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2021-11-04 10:10:54.025 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2021-11-04 10:10:54.054 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2021-11-04 10:10:54.057 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2021-11-04 10:10:54.060 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2021-11-04 10:10:54.062 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2021-11-04 10:10:54.065 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2021-11-04 10:10:54.067 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:10:54.070 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:10:54.072 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2021-11-04 10:10:54.075 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2021-11-04 10:10:54.077 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2021-11-04 10:10:54.105 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2021-11-04 10:10:54.134 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2021-11-04 10:10:54.134 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2021-11-04 10:10:54.143 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2021-11-04 10:10:54.147 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2021-11-04 10:10:54.149 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2021-11-04 10:10:54.152 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2021-11-04 10:10:54.154 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-11-04 10:10:54.156 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-11-04 10:10:54.159 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:10:54.162 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:10:54.164 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-11-04 10:10:54.166 | + lib/apache:enable_apache_site:206 : is_ubuntu 2021-11-04 10:10:54.169 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:10:54.171 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:10:54.173 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2021-11-04 10:10:54.235 | Enabling site cinder-wsgi. 2021-11-04 10:10:54.242 | To activate the new configuration, you need to run: 2021-11-04 10:10:54.242 | systemctl reload apache2 2021-11-04 10:10:54.246 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2021-11-04 10:10:54.249 | + lib/apache:restart_apache_server:250 : restart_service apache2 2021-11-04 10:10:54.251 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-11-04 10:10:54.253 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2021-11-04 10:10:54.385 | + lib/cinder:configure_cinder:353 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2021-11-04 10:10:54.387 | + lib/cinder:configure_cinder:357 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2021-11-04 10:10:54.417 | + lib/cinder:configure_cinder:359 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.49/image 2021-11-04 10:10:54.446 | + lib/cinder:configure_cinder:360 : is_service_enabled tls-proxy 2021-11-04 10:10:54.462 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:10:54.465 | + lib/cinder:configure_cinder:366 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2021-11-04 10:10:54.467 | + lib/keystone:configure_keystone_authtoken_middleware:399 : local conf_file=/etc/cinder/cinder.conf 2021-11-04 10:10:54.470 | + lib/keystone:configure_keystone_authtoken_middleware:400 : local admin_user=nova 2021-11-04 10:10:54.472 | + lib/keystone:configure_keystone_authtoken_middleware:401 : local section=nova 2021-11-04 10:10:54.475 | + lib/keystone:configure_keystone_authtoken_middleware:403 : iniset /etc/cinder/cinder.conf nova auth_type password 2021-11-04 10:10:54.506 | + lib/keystone:configure_keystone_authtoken_middleware:404 : iniset /etc/cinder/cinder.conf nova interface public 2021-11-04 10:10:54.535 | + lib/keystone:configure_keystone_authtoken_middleware:405 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.49/identity 2021-11-04 10:10:54.564 | + lib/keystone:configure_keystone_authtoken_middleware:406 : iniset /etc/cinder/cinder.conf nova username nova 2021-11-04 10:10:54.591 | + lib/keystone:configure_keystone_authtoken_middleware:407 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2021-11-04 10:10:54.621 | + lib/keystone:configure_keystone_authtoken_middleware:408 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2021-11-04 10:10:54.650 | + lib/keystone:configure_keystone_authtoken_middleware:409 : iniset /etc/cinder/cinder.conf nova project_name service 2021-11-04 10:10:54.679 | + lib/keystone:configure_keystone_authtoken_middleware:410 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2021-11-04 10:10:54.708 | + lib/keystone:configure_keystone_authtoken_middleware:412 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2021-11-04 10:10:54.736 | + lib/keystone:configure_keystone_authtoken_middleware:413 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2021-11-04 10:10:54.766 | + lib/cinder:configure_cinder:367 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2021-11-04 10:10:54.801 | + lib/cinder:configure_cinder:368 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2021-11-04 10:10:54.830 | + lib/cinder:configure_cinder:370 : [[ ! -z '' ]] 2021-11-04 10:10:54.832 | + lib/cinder:configure_cinder:372 : is_service_enabled etcd3 2021-11-04 10:10:54.850 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:10:54.852 | + lib/cinder:configure_cinder:373 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.49:2379 2021-11-04 10:10:54.884 | + lib/cinder:configure_cinder:376 : [[ False == True ]] 2021-11-04 10:10:54.886 | + ./stack.sh:main:911 : is_service_enabled neutron 2021-11-04 10:10:54.904 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:10:54.906 | + ./stack.sh:main:913 : stack_install_service neutron 2021-11-04 10:10:54.909 | + lib/stack:stack_install_service:20 : local service=neutron 2021-11-04 10:10:54.911 | + lib/stack:stack_install_service:21 : type install_neutron 2021-11-04 10:10:54.914 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-11-04 10:10:54.917 | + lib/stack:stack_install_service:32 : install_neutron 2021-11-04 10:10:54.919 | + lib/neutron:install_neutron:657 : is_neutron_legacy_enabled 2021-11-04 10:10:54.923 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-11-04 10:10:54.924 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-11-04 10:10:54.930 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-11-04 10:10:54.932 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-11-04 10:10:54.935 | + 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- ]] 2021-11-04 10:10:54.938 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-11-04 10:10:54.940 | + lib/neutron:install_neutron:659 : install_mutnauq 2021-11-04 10:10:54.943 | + lib/neutron-legacy:install_mutnauq:450 : use_library_from_git neutron-lib 2021-11-04 10:10:54.946 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2021-11-04 10:10:54.948 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:10:54.951 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:10:54.953 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,neutron-lib, ]] 2021-11-04 10:10:54.956 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:10:54.958 | + lib/neutron-legacy:install_mutnauq:455 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2021-11-04 10:10:54.961 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/neutron.git 2021-11-04 10:10:54.963 | + functions-common:git_clone:524 : local git_dest=/opt/stack/neutron 2021-11-04 10:10:54.966 | + functions-common:git_clone:525 : local git_ref=master 2021-11-04 10:10:54.968 | + functions-common:git_clone:526 : local orig_dir 2021-11-04 10:10:54.971 | ++ functions-common:git_clone:527 : pwd 2021-11-04 10:10:54.973 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-11-04 10:10:54.977 | + functions-common:git_clone:528 : local git_clone_flags= 2021-11-04 10:10:54.979 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-11-04 10:10:54.996 | + functions-common:git_clone:530 : RECLONE=False 2021-11-04 10:10:54.999 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-11-04 10:10:55.001 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-11-04 10:10:55.004 | + functions-common:git_clone:544 : echo master 2021-11-04 10:10:55.004 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-11-04 10:10:55.009 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/neutron ]] 2021-11-04 10:10:55.012 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-11-04 10:10:55.014 | + functions-common:git_clone:592 : cd /opt/stack/neutron 2021-11-04 10:10:55.017 | + functions-common:git_clone:593 : git show --oneline 2021-11-04 10:10:55.017 | + functions-common:git_clone:593 : head -1 2021-11-04 10:10:55.022 | 7a32f9c971 Merge "Don't setup bridge controller if it is already set" 2021-11-04 10:10:55.025 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-11-04 10:10:55.028 | + lib/neutron-legacy:install_mutnauq:456 : setup_develop /opt/stack/neutron 2021-11-04 10:10:55.031 | + inc/python:setup_develop:338 : local bindep 2021-11-04 10:10:55.033 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2021-11-04 10:10:55.035 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2021-11-04 10:10:55.038 | + inc/python:setup_develop:344 : local extras= 2021-11-04 10:10:55.041 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2021-11-04 10:10:55.043 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-11-04 10:10:55.046 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2021-11-04 10:10:55.048 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2021-11-04 10:10:55.051 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-11-04 10:10:55.054 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-11-04 10:10:55.057 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2021-11-04 10:10:55.060 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-11-04 10:10:55.063 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2021-11-04 10:10:55.065 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-11-04 10:10:55.068 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2021-11-04 10:10:55.071 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2021-11-04 10:10:55.077 | + inc/python:_setup_package_with_constraints_edit:385 : name=neutron 2021-11-04 10:10:55.080 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2021-11-04 10:10:55.744 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/neutron -e 2021-11-04 10:10:55.747 | + inc/python:setup_package:418 : local bindep=0 2021-11-04 10:10:55.749 | + inc/python:setup_package:419 : local bindep_flag= 2021-11-04 10:10:55.752 | + inc/python:setup_package:420 : local bindep_profiles= 2021-11-04 10:10:55.754 | + inc/python:setup_package:421 : [[ /opt/stack/neutron == -bindep* ]] 2021-11-04 10:10:55.757 | + inc/python:setup_package:426 : local project_dir=/opt/stack/neutron 2021-11-04 10:10:55.759 | + inc/python:setup_package:427 : local flags=-e 2021-11-04 10:10:55.762 | + inc/python:setup_package:428 : local extras= 2021-11-04 10:10:55.764 | + inc/python:setup_package:432 : [[ -n -e ]] 2021-11-04 10:10:55.766 | + inc/python:setup_package:432 : [[ -z '' ]] 2021-11-04 10:10:55.769 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2021-11-04 10:10:55.771 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2021-11-04 10:10:55.774 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2021-11-04 10:10:55.776 | + inc/python:setup_package:446 : pip_install -e /opt/stack/neutron 2021-11-04 10:10:55.798 | Using python 3.8 to install /opt/stack/neutron 2021-11-04 10:10:55.800 | + 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 2021-11-04 10:10:56.661 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:10:56.661 | from cryptography.utils import int_from_bytes 2021-11-04 10:10:56.661 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:10:56.661 | from cryptography.utils import int_from_bytes 2021-11-04 10:10:57.722 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:10:57.741 | Obtaining file:///opt/stack/neutron 2021-11-04 10:10:57.741 | Preparing metadata (setup.py): started 2021-11-04 10:10:59.818 | Preparing metadata (setup.py): finished with status 'done' 2021-11-04 10:10:59.934 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (5.6.0) 2021-11-04 10:10:59.935 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (3.5.0) 2021-11-04 10:10:59.936 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (2.1.1) 2021-11-04 10:10:59.937 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (2.5.1) 2021-11-04 10:10:59.938 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (2.3.0) 2021-11-04 10:10:59.940 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (5.1.0) 2021-11-04 10:10:59.941 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (0.32.0) 2021-11-04 10:10:59.941 | Requirement already satisfied: pecan>=1.3.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (1.3.3) 2021-11-04 10:10:59.943 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (0.20.2) 2021-11-04 10:10:59.944 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (2.26.0) 2021-11-04 10:10:59.945 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (3.0.2) 2021-11-04 10:10:59.946 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (9.3.0) 2021-11-04 10:10:59.947 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (0.8.0) 2021-11-04 10:10:59.948 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (0.11.0) 2021-11-04 10:10:59.949 | Requirement already satisfied: neutron-lib>=2.16.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (2.16.0) 2021-11-04 10:10:59.951 | Requirement already satisfied: python-neutronclient>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (7.6.0) 2021-11-04 10:10:59.952 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (6.3.1) 2021-11-04 10:10:59.953 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (1.4.26) 2021-11-04 10:10:59.954 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (1.8.7) 2021-11-04 10:10:59.955 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (4.4.0) 2021-11-04 10:10:59.956 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (1.7.4) 2021-11-04 10:10:59.957 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (3.5.0) 2021-11-04 10:10:59.958 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (2.8.1) 2021-11-04 10:10:59.959 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (4.5.0) 2021-11-04 10:10:59.960 | Requirement already satisfied: oslo.config>=8.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (8.7.1) 2021-11-04 10:10:59.961 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (3.4.0) 2021-11-04 10:10:59.962 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (11.0.0) 2021-11-04 10:10:59.963 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (5.1.0) 2021-11-04 10:10:59.964 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (4.6.1) 2021-11-04 10:10:59.966 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (12.11.0) 2021-11-04 10:10:59.967 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (4.4.0) 2021-11-04 10:10:59.968 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (3.9.0) 2021-11-04 10:10:59.969 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (2.6.2) 2021-11-04 10:10:59.970 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (2.3.0) 2021-11-04 10:10:59.971 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (6.3.0) 2021-11-04 10:10:59.972 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (4.2.0) 2021-11-04 10:10:59.973 | Requirement already satisfied: oslo.service>=1.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (2.7.0) 2021-11-04 10:10:59.975 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (1.4.0) 2021-11-04 10:10:59.977 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (4.11.0) 2021-11-04 10:10:59.978 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (2.5.0) 2021-11-04 10:10:59.979 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (3.4.2) 2021-11-04 10:10:59.980 | Requirement already satisfied: os-ken>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (2.2.0) 2021-11-04 10:10:59.981 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (1.1.0) 2021-11-04 10:10:59.982 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (2.16.0) 2021-11-04 10:10:59.983 | Requirement already satisfied: ovsdbapp>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (1.12.0) 2021-11-04 10:10:59.984 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (21.2) 2021-11-04 10:10:59.985 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (5.8.0) 2021-11-04 10:10:59.986 | Requirement already satisfied: pyroute2>=0.6.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (0.6.5) 2021-11-04 10:10:59.987 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (21.0.0) 2021-11-04 10:10:59.988 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (17.6.0) 2021-11-04 10:10:59.989 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (0.59.0) 2021-11-04 10:10:59.991 | Requirement already satisfied: python-designateclient>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (4.3.0) 2021-11-04 10:10:59.992 | Requirement already satisfied: os-vif>=1.15.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (2.6.0) 2021-11-04 10:10:59.993 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (2.4.0) 2021-11-04 10:10:59.994 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev134) (2.9.0) 2021-11-04 10:11:00.010 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.0.dev134) (5.4.0) 2021-11-04 10:11:00.012 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.0.dev134) (4.8.1) 2021-11-04 10:11:00.013 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.0.dev134) (1.1.5) 2021-11-04 10:11:00.024 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==19.1.0.dev134) (1.16.0) 2021-11-04 10:11:00.025 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==19.1.0.dev134) (1.13.3) 2021-11-04 10:11:00.038 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->neutron==19.1.0.dev134) (2.1.0) 2021-11-04 10:11:00.040 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->neutron==19.1.0.dev134) (1.1.2) 2021-11-04 10:11:00.059 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->neutron==19.1.0.dev134) (2.4.7) 2021-11-04 10:11:00.066 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->neutron==19.1.0.dev134) (2.0.1) 2021-11-04 10:11:00.128 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==19.1.0.dev134) (1.7.0) 2021-11-04 10:11:00.129 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==19.1.0.dev134) (0.1.16) 2021-11-04 10:11:00.187 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==19.1.0.dev134) (3.1.1) 2021-11-04 10:11:00.189 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==19.1.0.dev134) (4.3.0) 2021-11-04 10:11:00.237 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.16.0->neutron==19.1.0.dev134) (2.6.0) 2021-11-04 10:11:00.238 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.16.0->neutron==19.1.0.dev134) (1.2.2) 2021-11-04 10:11:00.267 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev134) (1.1.4) 2021-11-04 10:11:00.269 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev134) (2.5.0) 2021-11-04 10:11:00.270 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev134) (6.0) 2021-11-04 10:11:00.271 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev134) (0.10.0) 2021-11-04 10:11:00.272 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev134) (35.0.0) 2021-11-04 10:11:00.274 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev134) (1.32) 2021-11-04 10:11:00.275 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev134) (1.4.0) 2021-11-04 10:11:00.277 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev134) (1.4.4) 2021-11-04 10:11:00.296 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from os-ken>=2.2.0->neutron==19.1.0.dev134) (1.0.2) 2021-11-04 10:11:00.387 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->neutron==19.1.0.dev134) (0.14.1) 2021-11-04 10:11:00.432 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.0.0->neutron==19.1.0.dev134) (1.5.0) 2021-11-04 10:11:00.495 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.0.dev134) (0.5.0) 2021-11-04 10:11:00.496 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.0.dev134) (2.0.1) 2021-11-04 10:11:00.498 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.0.dev134) (0.13.0) 2021-11-04 10:11:00.563 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==19.1.0.dev134) (0.9.6) 2021-11-04 10:11:00.564 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==19.1.0.dev134) (2.8.2) 2021-11-04 10:11:00.623 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev134) (0.4.0) 2021-11-04 10:11:00.627 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev134) (5.0.6) 2021-11-04 10:11:00.629 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev134) (5.2.0) 2021-11-04 10:11:00.630 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev134) (4.2.4) 2021-11-04 10:11:00.657 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==19.1.0.dev134) (3.2.0) 2021-11-04 10:11:00.658 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==19.1.0.dev134) (3.3.0) 2021-11-04 10:11:00.728 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.3.0->neutron==19.1.0.dev134) (1.15.0) 2021-11-04 10:11:00.786 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->neutron==19.1.0.dev134) (2021.3) 2021-11-04 10:11:00.817 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=1.31.0->neutron==19.1.0.dev134) (3.0.0) 2021-11-04 10:11:00.821 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=1.31.0->neutron==19.1.0.dev134) (1.3.3) 2021-11-04 10:11:00.847 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==19.1.0.dev134) (2.4.0) 2021-11-04 10:11:00.992 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->neutron==19.1.0.dev134) (2.4.0) 2021-11-04 10:11:01.065 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->neutron==19.1.0.dev134) (58.5.2) 2021-11-04 10:11:01.143 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==19.1.0.dev134) (0.3.5) 2021-11-04 10:11:01.145 | Requirement already satisfied: WebTest>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==19.1.0.dev134) (3.0.0) 2021-11-04 10:11:01.262 | Requirement already satisfied: pyroute2.ipset==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev134) (0.6.5) 2021-11-04 10:11:01.263 | Requirement already satisfied: pyroute2.ipdb==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev134) (0.6.5) 2021-11-04 10:11:01.264 | Requirement already satisfied: pyroute2.nftables==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev134) (0.6.5) 2021-11-04 10:11:01.265 | Requirement already satisfied: pyroute2.ndb==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev134) (0.6.5) 2021-11-04 10:11:01.266 | Requirement already satisfied: pyroute2.core==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev134) (0.6.5) 2021-11-04 10:11:01.267 | Requirement already satisfied: pyroute2.ethtool==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev134) (0.6.5) 2021-11-04 10:11:01.268 | Requirement already satisfied: pyroute2.nslink==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev134) (0.6.5) 2021-11-04 10:11:01.482 | Requirement already satisfied: jsonschema>=2.6.0 in /usr/lib/python3/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.0.dev134) (3.2.0) 2021-11-04 10:11:01.485 | Requirement already satisfied: osc-lib>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.0.dev134) (2.4.2) 2021-11-04 10:11:01.487 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.0.dev134) (3.9.0) 2021-11-04 10:11:01.531 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=6.7.0->neutron==19.1.0.dev134) (3.17.5) 2021-11-04 10:11:01.536 | 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.0.dev134) (2.1.0) 2021-11-04 10:11:01.631 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev134) (2.0.7) 2021-11-04 10:11:01.632 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev134) (2019.11.28) 2021-11-04 10:11:01.633 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev134) (1.26.7) 2021-11-04 10:11:01.636 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev134) (3.3) 2021-11-04 10:11:01.673 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->neutron==19.1.0.dev134) (0.7) 2021-11-04 10:11:02.014 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->neutron==19.1.0.dev134) (0.12.2) 2021-11-04 10:11:02.093 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==19.1.0.dev134) (5.0.0) 2021-11-04 10:11:02.295 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==19.1.0.dev134) (2.20) 2021-11-04 10:11:02.371 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev134) (0.4.0) 2021-11-04 10:11:02.374 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev134) (2.2.0) 2021-11-04 10:11:02.565 | 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.0.dev134) (1.6) 2021-11-04 10:11:02.609 | 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.0.dev134) (2.5.0) 2021-11-04 10:11:02.787 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==19.1.0.dev134) (2.1) 2021-11-04 10:11:03.325 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==19.1.0.dev134) (0.12.0) 2021-11-04 10:11:03.370 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==19.1.0.dev134) (0.2.5) 2021-11-04 10:11:04.032 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==19.1.0.dev134) (0.5.2) 2021-11-04 10:11:04.034 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==19.1.0.dev134) (0.4.2) 2021-11-04 10:11:04.345 | Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.0.dev134) (4.10.0) 2021-11-04 10:11:04.347 | Requirement already satisfied: waitress>=0.8.5 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.0.dev134) (2.0.0) 2021-11-04 10:11:04.520 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.6.5->neutron==19.1.0.dev134) (3.6.0) 2021-11-04 10:11:04.810 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev134) (21.2.0) 2021-11-04 10:11:04.811 | 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.0.dev134) (0.4.4) 2021-11-04 10:11:04.813 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev134) (1.8.2) 2021-11-04 10:11:05.054 | 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.0.dev134) (1.0.0) 2021-11-04 10:11:05.282 | Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.8/dist-packages (from beautifulsoup4->WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.0.dev134) (2.3) 2021-11-04 10:11:06.793 | Installing collected packages: neutron 2021-11-04 10:11:06.793 | Attempting uninstall: neutron 2021-11-04 10:11:06.794 | Found existing installation: neutron 19.0.0 2021-11-04 10:11:08.031 | Uninstalling neutron-19.0.0: 2021-11-04 10:11:08.113 | Successfully uninstalled neutron-19.0.0 2021-11-04 10:11:08.115 | Running setup.py develop for neutron 2021-11-04 10:11:11.893 | Successfully installed neutron 2021-11-04 10:11:11.893 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2021-11-04 10:11:12.046 | + inc/python:pip_install:200 : result=0 2021-11-04 10:11:12.049 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:11:12.051 | + functions-common:time_stop:2309 : local name 2021-11-04 10:11:12.054 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:11:12.056 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:11:12.058 | + functions-common:time_stop:2312 : local total 2021-11-04 10:11:12.060 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:11:12.062 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:11:12.065 | + functions-common:time_stop:2316 : start_time=1636020655792 2021-11-04 10:11:12.067 | + functions-common:time_stop:2318 : [[ -z 1636020655792 ]] 2021-11-04 10:11:12.070 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:11:12.074 | + functions-common:time_stop:2321 : end_time=1636020672071 2021-11-04 10:11:12.076 | + functions-common:time_stop:2322 : elapsed_time=16279 2021-11-04 10:11:12.078 | + functions-common:time_stop:2323 : total=203968 2021-11-04 10:11:12.080 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:11:12.082 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=220247 2021-11-04 10:11:12.085 | + inc/python:pip_install:203 : return 0 2021-11-04 10:11:12.087 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2021-11-04 10:11:12.090 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-11-04 10:11:12.092 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-11-04 10:11:12.111 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-11-04 10:11:12.124 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/neutron 2021-11-04 10:11:12.127 | + inc/python:use_library_from_git:250 : local name=/opt/stack/neutron 2021-11-04 10:11:12.129 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:11:12.132 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:11:12.135 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/neutron, ]] 2021-11-04 10:11:12.137 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:11:12.140 | + lib/neutron-legacy:install_mutnauq:458 : [[ openvswitch == \o\v\n ]] 2021-11-04 10:11:12.142 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-11-04 10:11:12.145 | + ./stack.sh:main:916 : is_service_enabled nova 2021-11-04 10:11:12.163 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:11:12.166 | + ./stack.sh:main:918 : stack_install_service nova 2021-11-04 10:11:12.168 | + lib/stack:stack_install_service:20 : local service=nova 2021-11-04 10:11:12.171 | + lib/stack:stack_install_service:21 : type install_nova 2021-11-04 10:11:12.173 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-11-04 10:11:12.176 | + lib/stack:stack_install_service:32 : install_nova 2021-11-04 10:11:12.179 | + lib/nova:install_nova:818 : use_library_from_git os-vif 2021-11-04 10:11:12.181 | + inc/python:use_library_from_git:250 : local name=os-vif 2021-11-04 10:11:12.184 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:11:12.186 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:11:12.188 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-vif, ]] 2021-11-04 10:11:12.191 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:11:12.193 | + lib/nova:install_nova:823 : is_service_enabled n-cpu 2021-11-04 10:11:12.210 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:11:12.212 | + lib/nova:install_nova:827 : is_service_enabled n-novnc 2021-11-04 10:11:12.229 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:11:12.231 | + lib/nova:install_nova:839 : is_service_enabled n-spice 2021-11-04 10:11:12.249 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:11:12.251 | + lib/nova:install_nova:851 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2021-11-04 10:11:12.254 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/nova.git 2021-11-04 10:11:12.257 | + functions-common:git_clone:524 : local git_dest=/opt/stack/nova 2021-11-04 10:11:12.259 | + functions-common:git_clone:525 : local git_ref=master 2021-11-04 10:11:12.261 | + functions-common:git_clone:526 : local orig_dir 2021-11-04 10:11:12.264 | ++ functions-common:git_clone:527 : pwd 2021-11-04 10:11:12.266 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-11-04 10:11:12.269 | + functions-common:git_clone:528 : local git_clone_flags= 2021-11-04 10:11:12.272 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-11-04 10:11:12.288 | + functions-common:git_clone:530 : RECLONE=False 2021-11-04 10:11:12.290 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-11-04 10:11:12.293 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-11-04 10:11:12.296 | + functions-common:git_clone:544 : echo master 2021-11-04 10:11:12.296 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-11-04 10:11:12.301 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/nova ]] 2021-11-04 10:11:12.305 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-11-04 10:11:12.307 | + functions-common:git_clone:592 : cd /opt/stack/nova 2021-11-04 10:11:12.310 | + functions-common:git_clone:593 : git show --oneline 2021-11-04 10:11:12.310 | + functions-common:git_clone:593 : head -1 2021-11-04 10:11:12.316 | 5aeaead6f6 WIP configdrive: Move mkisofs_cmd default to mkisofs 2021-11-04 10:11:12.319 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-11-04 10:11:12.322 | + lib/nova:install_nova:852 : setup_develop /opt/stack/nova 2021-11-04 10:11:12.324 | + inc/python:setup_develop:338 : local bindep 2021-11-04 10:11:12.327 | + inc/python:setup_develop:339 : [[ /opt/stack/nova == -bindep* ]] 2021-11-04 10:11:12.329 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/nova 2021-11-04 10:11:12.332 | + inc/python:setup_develop:344 : local extras= 2021-11-04 10:11:12.334 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/nova -e 2021-11-04 10:11:12.337 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-11-04 10:11:12.339 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/nova == -bindep* ]] 2021-11-04 10:11:12.342 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/nova 2021-11-04 10:11:12.344 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-11-04 10:11:12.347 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-11-04 10:11:12.350 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/nova 2021-11-04 10:11:12.353 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-11-04 10:11:12.356 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/nova 2021-11-04 10:11:12.358 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-11-04 10:11:12.361 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2021-11-04 10:11:12.364 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2021-11-04 10:11:12.370 | + inc/python:_setup_package_with_constraints_edit:385 : name=nova 2021-11-04 10:11:12.373 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2021-11-04 10:11:13.018 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/nova -e 2021-11-04 10:11:13.021 | + inc/python:setup_package:418 : local bindep=0 2021-11-04 10:11:13.023 | + inc/python:setup_package:419 : local bindep_flag= 2021-11-04 10:11:13.027 | + inc/python:setup_package:420 : local bindep_profiles= 2021-11-04 10:11:13.029 | + inc/python:setup_package:421 : [[ /opt/stack/nova == -bindep* ]] 2021-11-04 10:11:13.031 | + inc/python:setup_package:426 : local project_dir=/opt/stack/nova 2021-11-04 10:11:13.033 | + inc/python:setup_package:427 : local flags=-e 2021-11-04 10:11:13.036 | + inc/python:setup_package:428 : local extras= 2021-11-04 10:11:13.038 | + inc/python:setup_package:432 : [[ -n -e ]] 2021-11-04 10:11:13.040 | + inc/python:setup_package:432 : [[ -z '' ]] 2021-11-04 10:11:13.043 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2021-11-04 10:11:13.045 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2021-11-04 10:11:13.047 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2021-11-04 10:11:13.050 | + inc/python:setup_package:446 : pip_install -e /opt/stack/nova 2021-11-04 10:11:13.072 | Using python 3.8 to install /opt/stack/nova 2021-11-04 10:11:13.074 | + 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 2021-11-04 10:11:13.930 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:11:13.930 | from cryptography.utils import int_from_bytes 2021-11-04 10:11:13.930 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:11:13.930 | from cryptography.utils import int_from_bytes 2021-11-04 10:11:15.038 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:11:15.056 | Obtaining file:///opt/stack/nova 2021-11-04 10:11:15.056 | Preparing metadata (setup.py): started 2021-11-04 10:11:17.966 | Preparing metadata (setup.py): finished with status 'done' 2021-11-04 10:11:18.181 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (5.6.0) 2021-11-04 10:11:18.183 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (1.4.26) 2021-11-04 10:11:18.184 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (5.1.0) 2021-11-04 10:11:18.185 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (0.32.0) 2021-11-04 10:11:18.186 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (3.0.2) 2021-11-04 10:11:18.187 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (9.3.0) 2021-11-04 10:11:18.188 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (4.6.4) 2021-11-04 10:11:18.189 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (2.5.1) 2021-11-04 10:11:18.190 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (35.0.0) 2021-11-04 10:11:18.191 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (1.8.7) 2021-11-04 10:11:18.193 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (1.1.2) 2021-11-04 10:11:18.194 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (2.1.1) 2021-11-04 10:11:18.195 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (3.5.0) 2021-11-04 10:11:18.196 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (2.4.0) 2021-11-04 10:11:18.197 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (0.13.0) 2021-11-04 10:11:18.198 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (1.7.4) 2021-11-04 10:11:18.199 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (0.8.0) 2021-11-04 10:11:18.200 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (0.11.0) 2021-11-04 10:11:18.201 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (2.8.0) 2021-11-04 10:11:18.202 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (0.1.16) 2021-11-04 10:11:18.203 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from nova==24.1.0.dev65) (3.2.0) 2021-11-04 10:11:18.205 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (8.1.0) 2021-11-04 10:11:18.206 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (4.4.0) 2021-11-04 10:11:18.207 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (7.6.0) 2021-11-04 10:11:18.209 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (3.5.0) 2021-11-04 10:11:18.210 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (2.26.0) 2021-11-04 10:11:18.211 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (3.5.0) 2021-11-04 10:11:18.288 | Collecting websockify>=0.9.0 2021-11-04 10:11:18.295 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6c4/cc1bc132abb4a/websockify-0.10.0.tar.gz (40 kB) 2021-11-04 10:11:18.314 | Preparing metadata (setup.py): started 2021-11-04 10:11:18.964 | Preparing metadata (setup.py): finished with status 'done' 2021-11-04 10:11:18.968 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (2.8.1) 2021-11-04 10:11:18.970 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (4.5.0) 2021-11-04 10:11:18.971 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (8.7.1) 2021-11-04 10:11:18.972 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (3.4.0) 2021-11-04 10:11:18.973 | Requirement already satisfied: oslo.log>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (4.6.1) 2021-11-04 10:11:18.975 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (2.3.0) 2021-11-04 10:11:18.976 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (4.2.0) 2021-11-04 10:11:18.977 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (1.4.0) 2021-11-04 10:11:18.978 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (4.11.0) 2021-11-04 10:11:18.979 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (11.0.0) 2021-11-04 10:11:18.980 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (6.3.0) 2021-11-04 10:11:18.981 | Requirement already satisfied: oslo.messaging>=10.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (12.11.0) 2021-11-04 10:11:18.983 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (3.9.0) 2021-11-04 10:11:18.984 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (2.6.2) 2021-11-04 10:11:18.985 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (5.1.0) 2021-11-04 10:11:18.986 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (2.7.0) 2021-11-04 10:11:18.987 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (1.5.0) 2021-11-04 10:11:18.988 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (4.4.0) 2021-11-04 10:11:18.990 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (5.8.0) 2021-11-04 10:11:18.992 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (2.5.0) 2021-11-04 10:11:18.993 | Requirement already satisfied: os-brick>=4.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (5.0.1) 2021-11-04 10:11:18.994 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (1.1.0) 2021-11-04 10:11:18.996 | Requirement already satisfied: os-traits>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (2.6.0) 2021-11-04 10:11:18.997 | Requirement already satisfied: os-vif>=1.15.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (2.6.0) 2021-11-04 10:11:18.998 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (5.5.0) 2021-11-04 10:11:18.999 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (3.10.0) 2021-11-04 10:11:19.041 | Collecting microversion-parse>=0.2.1 2021-11-04 10:11:19.048 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2021-11-04 10:11:19.091 | Collecting os-xenapi>=0.3.4 2021-11-04 10:11:19.099 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b4d/9a2c858018977/os_xenapi-0.3.4-py2.py3-none-any.whl (137 kB) 2021-11-04 10:11:19.107 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (2.9.0) 2021-11-04 10:11:19.108 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (0.2.2) 2021-11-04 10:11:19.174 | Collecting pypowervm>=1.1.15 2021-11-04 10:11:19.183 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/33b/83b6a6da976d8/pypowervm-1.1.26-py2.py3-none-any.whl (1.1 MB) 2021-11-04 10:11:19.218 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (1.3.3) 2021-11-04 10:11:19.220 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (1.7.0) 2021-11-04 10:11:19.221 | Requirement already satisfied: taskflow>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (4.6.2) 2021-11-04 10:11:19.222 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (2.8.2) 2021-11-04 10:11:19.257 | Collecting zVMCloudConnector>=1.3.0 2021-11-04 10:11:19.264 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f24/a37d5a0206e79/zVMCloudConnector-1.4.1.tar.gz (238 kB) 2021-11-04 10:11:19.337 | Preparing metadata (setup.py): started 2021-11-04 10:11:20.022 | Preparing metadata (setup.py): finished with status 'done' 2021-11-04 10:11:20.027 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (2.4.0) 2021-11-04 10:11:20.028 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (0.59.0) 2021-11-04 10:11:20.029 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev65) (6.0) 2021-11-04 10:11:20.048 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.1.0.dev65) (4.8.1) 2021-11-04 10:11:20.049 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.1.0.dev65) (5.4.0) 2021-11-04 10:11:20.050 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.1.0.dev65) (1.1.5) 2021-11-04 10:11:20.074 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.16.0->nova==24.1.0.dev65) (5.2.0) 2021-11-04 10:11:20.117 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->nova==24.1.0.dev65) (1.15.0) 2021-11-04 10:11:20.149 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==24.1.0.dev65) (1.16.0) 2021-11-04 10:11:20.151 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==24.1.0.dev65) (2.1.0) 2021-11-04 10:11:20.175 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->nova==24.1.0.dev65) (2.0.1) 2021-11-04 10:11:20.305 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==24.1.0.dev65) (4.3.0) 2021-11-04 10:11:20.308 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==24.1.0.dev65) (3.1.1) 2021-11-04 10:11:20.370 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev65) (2.5.0) 2021-11-04 10:11:20.371 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev65) (1.4.0) 2021-11-04 10:11:20.372 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev65) (1.1.4) 2021-11-04 10:11:20.373 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev65) (1.4.4) 2021-11-04 10:11:20.375 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev65) (1.32) 2021-11-04 10:11:20.376 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev65) (0.10.0) 2021-11-04 10:11:20.399 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=4.3.1->nova==24.1.0.dev65) (6.3.1) 2021-11-04 10:11:20.481 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.1.0.dev65) (2.3.0) 2021-11-04 10:11:20.484 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.1.0.dev65) (0.6.5) 2021-11-04 10:11:20.486 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.1.0.dev65) (1.12.0) 2021-11-04 10:11:20.590 | Collecting Babel!=2.4.0,>=2.3.4 2021-11-04 10:11:20.611 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ab4/9e12b91d937cd/Babel-2.9.1-py2.py3-none-any.whl (8.8 MB) 2021-11-04 10:11:20.917 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.4.0->nova==24.1.0.dev65) (0.14.1) 2021-11-04 10:11:21.031 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==24.1.0.dev65) (2.0.1) 2021-11-04 10:11:21.032 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==24.1.0.dev65) (0.5.0) 2021-11-04 10:11:21.099 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->nova==24.1.0.dev65) (0.9.6) 2021-11-04 10:11:21.175 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev65) (4.2.4) 2021-11-04 10:11:21.178 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev65) (5.2.0) 2021-11-04 10:11:21.179 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev65) (5.0.6) 2021-11-04 10:11:21.183 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev65) (0.4.0) 2021-11-04 10:11:21.226 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==24.1.0.dev65) (3.3.0) 2021-11-04 10:11:21.228 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==24.1.0.dev65) (3.2.0) 2021-11-04 10:11:21.282 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.4.0->nova==24.1.0.dev65) (1.0.2) 2021-11-04 10:11:21.344 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=4.1.0->nova==24.1.0.dev65) (2021.3) 2021-11-04 10:11:21.382 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->nova==24.1.0.dev65) (3.0.0) 2021-11-04 10:11:21.384 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->nova==24.1.0.dev65) (1.3.3) 2021-11-04 10:11:21.439 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->nova==24.1.0.dev65) (2.4.7) 2021-11-04 10:11:21.440 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->nova==24.1.0.dev65) (21.2) 2021-11-04 10:11:21.531 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.1->nova==24.1.0.dev65) (1.4.0) 2021-11-04 10:11:21.559 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->nova==24.1.0.dev65) (58.5.2) 2021-11-04 10:11:21.652 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->nova==24.1.0.dev65) (0.2.5) 2021-11-04 10:11:21.749 | Requirement already satisfied: pyasn1 in /usr/local/lib/python3.8/dist-packages (from pypowervm>=1.1.15->nova==24.1.0.dev65) (0.4.8) 2021-11-04 10:11:21.751 | Requirement already satisfied: pyasn1-modules in /usr/local/lib/python3.8/dist-packages (from pypowervm>=1.1.15->nova==24.1.0.dev65) (0.2.8) 2021-11-04 10:11:21.791 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient!=4.0.0,>=3.3.0->nova==24.1.0.dev65) (3.17.5) 2021-11-04 10:11:21.859 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.1.0.dev65) (1.3.3) 2021-11-04 10:11:21.862 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.1.0.dev65) (1.13.3) 2021-11-04 10:11:21.863 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.1.0.dev65) (21.0.0) 2021-11-04 10:11:21.913 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.1.0.dev65) (2.4.2) 2021-11-04 10:11:21.916 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.1.0.dev65) (3.9.0) 2021-11-04 10:11:21.918 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.1.0.dev65) (2.1.0) 2021-11-04 10:11:22.000 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==24.1.0.dev65) (2019.11.28) 2021-11-04 10:11:22.002 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.0.dev65) (2.0.7) 2021-11-04 10:11:22.005 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.0.dev65) (3.3) 2021-11-04 10:11:22.006 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.0.dev65) (1.26.7) 2021-11-04 10:11:22.108 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->nova==24.1.0.dev65) (0.7) 2021-11-04 10:11:22.331 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==24.1.0.dev65) (0.5.2) 2021-11-04 10:11:22.331 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==24.1.0.dev65) (0.4.2) 2021-11-04 10:11:22.450 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.1.0.dev65) (2.6.3) 2021-11-04 10:11:22.453 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.1.0.dev65) (1.4.2) 2021-11-04 10:11:22.454 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.1.0.dev65) (2.4.0) 2021-11-04 10:11:22.581 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->nova==24.1.0.dev65) (0.12.2) 2021-11-04 10:11:23.695 | Collecting numpy 2021-11-04 10:11:23.728 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/324/37f0b275c1d09/numpy-1.21.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) 2021-11-04 10:11:24.194 | Requirement already satisfied: PyJWT>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from zVMCloudConnector>=1.3.0->nova==24.1.0.dev65) (2.3.0) 2021-11-04 10:11:24.233 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=10.3.0->nova==24.1.0.dev65) (5.0.0) 2021-11-04 10:11:24.536 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==24.1.0.dev65) (2.20) 2021-11-04 10:11:24.621 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev65) (0.4.0) 2021-11-04 10:11:24.623 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev65) (2.2.0) 2021-11-04 10:11:24.805 | 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.1.0.dev65) (1.6) 2021-11-04 10:11:24.854 | 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.1.0.dev65) (2.5.0) 2021-11-04 10:11:24.978 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==24.1.0.dev65) (2.1) 2021-11-04 10:11:25.437 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=10.3.0->nova==24.1.0.dev65) (0.12.0) 2021-11-04 10:11:25.487 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==24.1.0.dev65) (2.16.0) 2021-11-04 10:11:25.948 | Requirement already satisfied: pyroute2.nslink==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev65) (0.6.5) 2021-11-04 10:11:25.949 | Requirement already satisfied: pyroute2.core==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev65) (0.6.5) 2021-11-04 10:11:25.950 | Requirement already satisfied: pyroute2.nftables==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev65) (0.6.5) 2021-11-04 10:11:25.951 | Requirement already satisfied: pyroute2.ethtool==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev65) (0.6.5) 2021-11-04 10:11:25.952 | Requirement already satisfied: pyroute2.ipdb==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev65) (0.6.5) 2021-11-04 10:11:25.954 | Requirement already satisfied: pyroute2.ipset==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev65) (0.6.5) 2021-11-04 10:11:25.955 | Requirement already satisfied: pyroute2.ndb==0.6.5 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev65) (0.6.5) 2021-11-04 10:11:27.348 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.5.0->nova==24.1.0.dev65) (3.6.0) 2021-11-04 10:11:27.903 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev65) (21.2.0) 2021-11-04 10:11:27.904 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev65) (1.8.2) 2021-11-04 10:11:27.905 | 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.1.0.dev65) (0.4.4) 2021-11-04 10:11:28.063 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==24.1.0.dev65) (2.4.0) 2021-11-04 10:11:28.180 | 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.1.0.dev65) (1.0.0) 2021-11-04 10:11:28.782 | Building wheels for collected packages: websockify, zVMCloudConnector 2021-11-04 10:11:28.783 | Building wheel for websockify (setup.py): started 2021-11-04 10:11:29.536 | Building wheel for websockify (setup.py): finished with status 'done' 2021-11-04 10:11:29.537 | Created wheel for websockify: filename=websockify-0.10.0-py3-none-any.whl size=38660 sha256=dae94b8c345ecee265c26604fd33f2257e1e844fd5a66b49ca684576ba5a1386 2021-11-04 10:11:29.537 | Stored in directory: /root/.cache/pip/wheels/3f/06/2e/aa961b4485210c3981933044b5dbf0240ce90acf4bf3ca9832 2021-11-04 10:11:29.543 | Building wheel for zVMCloudConnector (setup.py): started 2021-11-04 10:11:30.493 | Building wheel for zVMCloudConnector (setup.py): finished with status 'done' 2021-11-04 10:11:30.496 | Created wheel for zVMCloudConnector: filename=zVMCloudConnector-1.4.1-py3-none-any.whl size=303901 sha256=560c4b650d8190741997c1349c4f14716e2135ed2c9b67ed3e38f2808e4f50a9 2021-11-04 10:11:30.496 | Stored in directory: /root/.cache/pip/wheels/2a/0d/26/6a5dd74b24937acbd678e55297c0aa8f409dd980f39a3170dd 2021-11-04 10:11:30.501 | Successfully built websockify zVMCloudConnector 2021-11-04 10:11:31.577 | Installing collected packages: numpy, Babel, zVMCloudConnector, websockify, pypowervm, os-xenapi, microversion-parse, nova 2021-11-04 10:11:37.397 | Running setup.py develop for nova 2021-11-04 10:11:41.648 | Successfully installed Babel-2.9.1 microversion-parse-1.0.1 nova numpy-1.21.3 os-xenapi-0.3.4 pypowervm-1.1.26 websockify-0.10.0 zVMCloudConnector-1.4.1 2021-11-04 10:11:41.649 | 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 2021-11-04 10:11:41.852 | + inc/python:pip_install:200 : result=0 2021-11-04 10:11:41.854 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:11:41.856 | + functions-common:time_stop:2309 : local name 2021-11-04 10:11:41.859 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:11:41.861 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:11:41.863 | + functions-common:time_stop:2312 : local total 2021-11-04 10:11:41.865 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:11:41.867 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:11:41.870 | + functions-common:time_stop:2316 : start_time=1636020673066 2021-11-04 10:11:41.872 | + functions-common:time_stop:2318 : [[ -z 1636020673066 ]] 2021-11-04 10:11:41.874 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:11:41.879 | + functions-common:time_stop:2321 : end_time=1636020701876 2021-11-04 10:11:41.881 | + functions-common:time_stop:2322 : elapsed_time=28810 2021-11-04 10:11:41.883 | + functions-common:time_stop:2323 : total=220247 2021-11-04 10:11:41.885 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:11:41.887 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=249057 2021-11-04 10:11:41.890 | + inc/python:pip_install:203 : return 0 2021-11-04 10:11:41.892 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2021-11-04 10:11:41.895 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-11-04 10:11:41.897 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-11-04 10:11:41.917 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-11-04 10:11:41.929 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/nova 2021-11-04 10:11:41.931 | + inc/python:use_library_from_git:250 : local name=/opt/stack/nova 2021-11-04 10:11:41.934 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:11:41.936 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:11:41.938 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/nova, ]] 2021-11-04 10:11:41.941 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:11:41.944 | + lib/nova:install_nova:853 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2021-11-04 10:11:41.957 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-11-04 10:11:41.960 | + ./stack.sh:main:919 : configure_nova 2021-11-04 10:11:41.962 | + lib/nova:configure_nova:241 : sudo install -d -o ubuntu /etc/nova 2021-11-04 10:11:41.974 | + lib/nova:configure_nova:243 : configure_rootwrap nova 2021-11-04 10:11:41.977 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2021-11-04 10:11:41.979 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2021-11-04 10:11:41.983 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2021-11-04 10:11:41.983 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2021-11-04 10:11:41.988 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2021-11-04 10:11:41.991 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2021-11-04 10:11:41.993 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2021-11-04 10:11:41.995 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2021-11-04 10:11:41.998 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2021-11-04 10:11:42.000 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2021-11-04 10:11:42.003 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2021-11-04 10:11:42.006 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2021-11-04 10:11:42.017 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2021-11-04 10:11:42.031 | + 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 2021-11-04 10:11:42.043 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2021-11-04 10:11:42.056 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2021-11-04 10:11:42.069 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2021-11-04 10:11:42.072 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2021-11-04 10:11:42.077 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.rroVWR2Gcg 2021-11-04 10:11:42.079 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2021-11-04 10:11:42.082 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2021-11-04 10:11:42.085 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2021-11-04 10:11:42.087 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2021-11-04 10:11:42.089 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2021-11-04 10:11:42.092 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.rroVWR2Gcg 2021-11-04 10:11:42.096 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.rroVWR2Gcg 2021-11-04 10:11:42.108 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.rroVWR2Gcg /etc/sudoers.d/nova-rootwrap 2021-11-04 10:11:42.120 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2021-11-04 10:11:42.125 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2021-11-04 10:11:42.127 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2021-11-04 10:11:42.130 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2021-11-04 10:11:42.132 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2021-11-04 10:11:42.135 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2021-11-04 10:11:42.137 | + 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 ]] 2021-11-04 10:11:42.140 | + 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 ]] 2021-11-04 10:11:42.142 | + lib/nova:configure_nova:247 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2021-11-04 10:11:42.148 | + lib/nova:configure_nova:250 : is_service_enabled n-cpu 2021-11-04 10:11:42.164 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:11:42.167 | + lib/nova:configure_nova:323 : create_nova_conf 2021-11-04 10:11:42.169 | + lib/nova:create_nova_conf:390 : rm -f /opt/stack/nova/bin/nova.conf 2021-11-04 10:11:42.172 | + lib/nova:create_nova_conf:393 : rm -f /etc/nova/nova.conf 2021-11-04 10:11:42.176 | + lib/nova:create_nova_conf:394 : iniset /etc/nova/nova.conf DEFAULT debug True 2021-11-04 10:11:42.205 | + lib/nova:create_nova_conf:395 : '[' True == True ']' 2021-11-04 10:11:42.208 | + lib/nova:create_nova_conf:396 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2021-11-04 10:11:42.235 | + lib/nova:create_nova_conf:398 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2021-11-04 10:11:42.264 | + lib/nova:create_nova_conf:399 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2021-11-04 10:11:42.291 | + lib/nova:create_nova_conf:400 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2021-11-04 10:11:42.321 | + lib/nova:create_nova_conf:401 : iniset /etc/nova/nova.conf scheduler workers 2 2021-11-04 10:11:42.351 | + lib/nova:create_nova_conf:402 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2021-11-04 10:11:42.380 | + lib/nova:create_nova_conf:403 : [[ 4 == 6 ]] 2021-11-04 10:11:42.382 | + lib/nova:create_nova_conf:406 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.49 2021-11-04 10:11:42.412 | + lib/nova:create_nova_conf:408 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2021-11-04 10:11:42.439 | + lib/nova:create_nova_conf:409 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2021-11-04 10:11:42.466 | + lib/nova:create_nova_conf:410 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2021-11-04 10:11:42.492 | + lib/nova:create_nova_conf:411 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2021-11-04 10:11:42.519 | + lib/nova:create_nova_conf:413 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2021-11-04 10:11:42.548 | + lib/nova:create_nova_conf:415 : is_fedora 2021-11-04 10:11:42.550 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-11-04 10:11:42.553 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-11-04 10:11:42.555 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-11-04 10:11:42.557 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-11-04 10:11:42.559 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-11-04 10:11:42.561 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-11-04 10:11:42.563 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-11-04 10:11:42.565 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-11-04 10:11:42.568 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-11-04 10:11:42.570 | + lib/nova:create_nova_conf:415 : is_suse 2021-11-04 10:11:42.572 | + functions-common:is_suse:462 : is_opensuse 2021-11-04 10:11:42.574 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-11-04 10:11:42.577 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-11-04 10:11:42.579 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-11-04 10:11:42.581 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-11-04 10:11:42.583 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-11-04 10:11:42.585 | + lib/nova:create_nova_conf:424 : is_service_enabled n-api n-cond n-sched 2021-11-04 10:11:42.601 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:11:42.603 | + lib/nova:create_nova_conf:428 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-11-04 10:11:42.605 | + lib/nova:create_nova_conf:431 : local db=nova_cell0 2021-11-04 10:11:42.608 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2021-11-04 10:11:42.636 | ++ lib/nova:create_nova_conf:437 : database_connection_url nova_cell0 2021-11-04 10:11:42.638 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2021-11-04 10:11:42.641 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2021-11-04 10:11:42.643 | ++ lib/databases/mysql:database_connection_url_mysql:204 : local db=nova_cell0 2021-11-04 10:11:42.645 | ++ lib/databases/mysql:database_connection_url_mysql:205 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-11-04 10:11:42.648 | + lib/nova:create_nova_conf:437 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-11-04 10:11:42.679 | ++ lib/nova:create_nova_conf:438 : database_connection_url nova_api 2021-11-04 10:11:42.681 | ++ lib/database:database_connection_url:132 : local db=nova_api 2021-11-04 10:11:42.683 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_api 2021-11-04 10:11:42.685 | ++ lib/databases/mysql:database_connection_url_mysql:204 : local db=nova_api 2021-11-04 10:11:42.687 | ++ lib/databases/mysql:database_connection_url_mysql:205 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2021-11-04 10:11:42.690 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2021-11-04 10:11:42.720 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf cache enabled True 2021-11-04 10:11:42.750 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2021-11-04 10:11:42.777 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2021-11-04 10:11:42.804 | + lib/nova:create_nova_conf:448 : is_service_enabled n-api 2021-11-04 10:11:42.820 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:11:42.822 | + lib/nova:create_nova_conf:449 : is_service_enabled n-api-meta 2021-11-04 10:11:42.838 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:11:42.841 | ++ lib/nova:create_nova_conf:451 : echo osapi_compute,metadata 2021-11-04 10:11:42.842 | ++ lib/nova:create_nova_conf:451 : sed s/,metadata// 2021-11-04 10:11:42.848 | + lib/nova:create_nova_conf:451 : NOVA_ENABLED_APIS=osapi_compute 2021-11-04 10:11:42.850 | + lib/nova:create_nova_conf:453 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2021-11-04 10:11:42.878 | + lib/nova:create_nova_conf:454 : is_service_enabled tls-proxy 2021-11-04 10:11:42.894 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:11:42.896 | + lib/nova:create_nova_conf:460 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2021-11-04 10:11:42.899 | + lib/keystone:configure_keystone_authtoken_middleware:399 : local conf_file=/etc/nova/nova.conf 2021-11-04 10:11:42.901 | + lib/keystone:configure_keystone_authtoken_middleware:400 : local admin_user=nova 2021-11-04 10:11:42.903 | + lib/keystone:configure_keystone_authtoken_middleware:401 : local section=keystone_authtoken 2021-11-04 10:11:42.906 | + lib/keystone:configure_keystone_authtoken_middleware:403 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2021-11-04 10:11:42.936 | + lib/keystone:configure_keystone_authtoken_middleware:404 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2021-11-04 10:11:42.962 | + lib/keystone:configure_keystone_authtoken_middleware:405 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.49/identity 2021-11-04 10:11:42.990 | + lib/keystone:configure_keystone_authtoken_middleware:406 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2021-11-04 10:11:43.016 | + lib/keystone:configure_keystone_authtoken_middleware:407 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2021-11-04 10:11:43.045 | + lib/keystone:configure_keystone_authtoken_middleware:408 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2021-11-04 10:11:43.072 | + lib/keystone:configure_keystone_authtoken_middleware:409 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2021-11-04 10:11:43.100 | + lib/keystone:configure_keystone_authtoken_middleware:410 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2021-11-04 10:11:43.127 | + lib/keystone:configure_keystone_authtoken_middleware:412 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-11-04 10:11:43.155 | + lib/keystone:configure_keystone_authtoken_middleware:413 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2021-11-04 10:11:43.183 | + lib/nova:create_nova_conf:463 : is_service_enabled cinder 2021-11-04 10:11:43.200 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:11:43.202 | + lib/nova:create_nova_conf:464 : configure_cinder_access 2021-11-04 10:11:43.204 | + lib/nova:configure_cinder_access:585 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2021-11-04 10:11:43.234 | + lib/nova:configure_cinder_access:586 : iniset /etc/nova/nova.conf cinder auth_type password 2021-11-04 10:11:43.262 | + lib/nova:configure_cinder_access:587 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.49/identity 2021-11-04 10:11:43.289 | + lib/nova:configure_cinder_access:594 : iniset /etc/nova/nova.conf cinder username nova 2021-11-04 10:11:43.317 | + lib/nova:configure_cinder_access:595 : iniset /etc/nova/nova.conf cinder password Passw0rd 2021-11-04 10:11:43.344 | + lib/nova:configure_cinder_access:596 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2021-11-04 10:11:43.372 | + lib/nova:configure_cinder_access:597 : iniset /etc/nova/nova.conf cinder project_name service 2021-11-04 10:11:43.400 | + lib/nova:configure_cinder_access:598 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2021-11-04 10:11:43.427 | + lib/nova:configure_cinder_access:599 : is_service_enabled tls-proxy 2021-11-04 10:11:43.443 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:11:43.446 | + lib/nova:create_nova_conf:467 : '[' -n /opt/stack/data/nova ']' 2021-11-04 10:11:43.448 | + lib/nova:create_nova_conf:468 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2021-11-04 10:11:43.475 | + lib/nova:create_nova_conf:469 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2021-11-04 10:11:43.505 | + lib/nova:create_nova_conf:471 : '[' -n /opt/stack/data/nova/instances ']' 2021-11-04 10:11:43.507 | + lib/nova:create_nova_conf:472 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2021-11-04 10:11:43.535 | + lib/nova:create_nova_conf:474 : '[' False '!=' False ']' 2021-11-04 10:11:43.538 | + lib/nova:create_nova_conf:477 : '[' False '!=' False ']' 2021-11-04 10:11:43.540 | + lib/nova:create_nova_conf:482 : is_suse 2021-11-04 10:11:43.542 | + functions-common:is_suse:462 : is_opensuse 2021-11-04 10:11:43.544 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-11-04 10:11:43.546 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-11-04 10:11:43.549 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-11-04 10:11:43.552 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-11-04 10:11:43.554 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-11-04 10:11:43.556 | + lib/nova:create_nova_conf:487 : setup_logging /etc/nova/nova.conf 2021-11-04 10:11:43.558 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2021-11-04 10:11:43.560 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2021-11-04 10:11:43.563 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2021-11-04 10:11:43.579 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2021-11-04 10:11:43.582 | + functions:setup_systemd_logging:695 : local pidstr= 2021-11-04 10:11:43.584 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2021-11-04 10:11:43.586 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2021-11-04 10:11:43.588 | + functions:setup_systemd_logging:702 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-11-04 10:11:43.617 | + 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' 2021-11-04 10:11:43.644 | + 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' 2021-11-04 10:11:43.672 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-11-04 10:11:43.700 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2021-11-04 10:11:43.731 | + lib/nova:create_nova_conf:491 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2021-11-04 10:11:43.733 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2021-11-04 10:11:43.735 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2021-11-04 10:11:43.738 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2021-11-04 10:11:43.740 | + lib/apache:write_uwsgi_config:257 : local http= 2021-11-04 10:11:43.743 | + lib/apache:write_uwsgi_config:258 : local name= 2021-11-04 10:11:43.745 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2021-11-04 10:11:43.749 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2021-11-04 10:11:43.752 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2021-11-04 10:11:43.754 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2021-11-04 10:11:43.768 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-11-04 10:11:43.768 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-11-04 10:11:43.777 | d /var/run/uwsgi 0755 ubuntu root 2021-11-04 10:11:43.781 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-11-04 10:11:43.797 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2021-11-04 10:11:43.799 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2021-11-04 10:11:43.804 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2021-11-04 10:11:43.834 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2021-11-04 10:11:43.861 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2021-11-04 10:11:43.888 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2021-11-04 10:11:43.917 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2021-11-04 10:11:43.944 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2021-11-04 10:11:43.970 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2021-11-04 10:11:43.997 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2021-11-04 10:11:44.025 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2021-11-04 10:11:44.053 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-11-04 10:11:44.080 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2021-11-04 10:11:44.110 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2021-11-04 10:11:44.136 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2021-11-04 10:11:44.163 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2021-11-04 10:11:44.166 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2021-11-04 10:11:44.169 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2021-11-04 10:11:44.171 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2021-11-04 10:11:44.173 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2021-11-04 10:11:44.175 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:11:44.178 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:11:44.180 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2021-11-04 10:11:44.183 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2021-11-04 10:11:44.185 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2021-11-04 10:11:44.212 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2021-11-04 10:11:44.241 | + 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 ' 2021-11-04 10:11:44.241 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2021-11-04 10:11:44.250 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2021-11-04 10:11:44.254 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2021-11-04 10:11:44.256 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2021-11-04 10:11:44.258 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2021-11-04 10:11:44.261 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-11-04 10:11:44.263 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-11-04 10:11:44.265 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:11:44.268 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:11:44.271 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-11-04 10:11:44.274 | + lib/apache:enable_apache_site:206 : is_ubuntu 2021-11-04 10:11:44.276 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:11:44.279 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:11:44.281 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2021-11-04 10:11:44.343 | Enabling site nova-api-wsgi. 2021-11-04 10:11:44.349 | To activate the new configuration, you need to run: 2021-11-04 10:11:44.349 | systemctl reload apache2 2021-11-04 10:11:44.354 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2021-11-04 10:11:44.356 | + lib/apache:restart_apache_server:250 : restart_service apache2 2021-11-04 10:11:44.358 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-11-04 10:11:44.361 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2021-11-04 10:11:44.493 | + lib/nova:create_nova_conf:492 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2021-11-04 10:11:44.497 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2021-11-04 10:11:44.499 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2021-11-04 10:11:44.503 | + lib/apache:write_uwsgi_config:256 : local url= 2021-11-04 10:11:44.504 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2021-11-04 10:11:44.506 | + lib/apache:write_uwsgi_config:258 : local name= 2021-11-04 10:11:44.509 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2021-11-04 10:11:44.513 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2021-11-04 10:11:44.516 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2021-11-04 10:11:44.519 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2021-11-04 10:11:44.532 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-11-04 10:11:44.532 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-11-04 10:11:44.541 | d /var/run/uwsgi 0755 ubuntu root 2021-11-04 10:11:44.545 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-11-04 10:11:44.562 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2021-11-04 10:11:44.564 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2021-11-04 10:11:44.568 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2021-11-04 10:11:44.599 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2021-11-04 10:11:44.626 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2021-11-04 10:11:44.653 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2021-11-04 10:11:44.681 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2021-11-04 10:11:44.708 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2021-11-04 10:11:44.735 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2021-11-04 10:11:44.761 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2021-11-04 10:11:44.789 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2021-11-04 10:11:44.816 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-11-04 10:11:44.844 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2021-11-04 10:11:44.872 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2021-11-04 10:11:44.900 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2021-11-04 10:11:44.928 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2021-11-04 10:11:44.930 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2021-11-04 10:11:44.957 | + lib/nova:create_nova_conf:494 : is_service_enabled ceilometer 2021-11-04 10:11:44.974 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:11:44.976 | + lib/nova:create_nova_conf:502 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2021-11-04 10:11:45.008 | ++ lib/nova:create_nova_conf:503 : get_notification_url 2021-11-04 10:11:45.011 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2021-11-04 10:11:45.013 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2021-11-04 10:11:45.030 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:11:45.033 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-11-04 10:11:45.036 | + lib/nova:create_nova_conf:503 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-11-04 10:11:45.063 | + lib/nova:create_nova_conf:504 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2021-11-04 10:11:45.094 | + lib/nova:create_nova_conf:505 : iniset_rpc_backend nova /etc/nova/nova.conf 2021-11-04 10:11:45.096 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-11-04 10:11:45.099 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2021-11-04 10:11:45.101 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-11-04 10:11:45.103 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-11-04 10:11:45.106 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-11-04 10:11:45.122 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:11:45.125 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-11-04 10:11:45.127 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-11-04 10:11:45.130 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-11-04 10:11:45.147 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:11:45.149 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-11-04 10:11:45.152 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-11-04 10:11:45.179 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-11-04 10:11:45.181 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-11-04 10:11:45.184 | + lib/nova:create_nova_conf:507 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2021-11-04 10:11:45.212 | + lib/nova:create_nova_conf:508 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2021-11-04 10:11:45.239 | + lib/nova:create_nova_conf:510 : iniset /etc/nova/nova.conf conductor workers 2 2021-11-04 10:11:45.270 | + lib/nova:create_nova_conf:512 : is_service_enabled tls-proxy 2021-11-04 10:11:45.287 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:11:45.289 | + lib/nova:create_nova_conf:517 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2021-11-04 10:11:45.318 | + lib/nova:create_nova_conf:519 : '[' True == True ']' 2021-11-04 10:11:45.320 | + lib/nova:create_nova_conf:520 : init_nova_service_user_conf 2021-11-04 10:11:45.322 | + lib/nova:init_nova_service_user_conf:721 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2021-11-04 10:11:45.353 | + lib/nova:init_nova_service_user_conf:722 : iniset /etc/nova/nova.conf service_user auth_type password 2021-11-04 10:11:45.381 | + lib/nova:init_nova_service_user_conf:723 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.49/identity 2021-11-04 10:11:45.408 | + lib/nova:init_nova_service_user_conf:724 : iniset /etc/nova/nova.conf service_user username nova 2021-11-04 10:11:45.437 | + lib/nova:init_nova_service_user_conf:725 : iniset /etc/nova/nova.conf service_user password Passw0rd 2021-11-04 10:11:45.466 | + lib/nova:init_nova_service_user_conf:726 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2021-11-04 10:11:45.493 | + lib/nova:init_nova_service_user_conf:727 : iniset /etc/nova/nova.conf service_user project_name service 2021-11-04 10:11:45.522 | + lib/nova:init_nova_service_user_conf:728 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2021-11-04 10:11:45.550 | + lib/nova:init_nova_service_user_conf:729 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2021-11-04 10:11:45.580 | + lib/nova:create_nova_conf:523 : is_service_enabled n-cond 2021-11-04 10:11:45.597 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:11:45.600 | ++ lib/nova:create_nova_conf:524 : seq 1 1 2021-11-04 10:11:45.604 | + lib/nova:create_nova_conf:524 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-11-04 10:11:45.607 | + lib/nova:create_nova_conf:525 : local conf 2021-11-04 10:11:45.609 | + lib/nova:create_nova_conf:526 : local vhost 2021-11-04 10:11:45.612 | ++ lib/nova:create_nova_conf:527 : conductor_conf 1 2021-11-04 10:11:45.615 | ++ lib/nova:conductor_conf:733 : local cell=1 2021-11-04 10:11:45.617 | ++ lib/nova:conductor_conf:734 : echo /etc/nova/nova_cell1.conf 2021-11-04 10:11:45.620 | + lib/nova:create_nova_conf:527 : conf=/etc/nova/nova_cell1.conf 2021-11-04 10:11:45.622 | + lib/nova:create_nova_conf:528 : vhost=nova_cell1 2021-11-04 10:11:45.624 | + lib/nova:create_nova_conf:530 : rm -f /etc/nova/nova_cell1.conf 2021-11-04 10:11:45.629 | ++ lib/nova:create_nova_conf:531 : database_connection_url nova_cell1 2021-11-04 10:11:45.631 | ++ lib/database:database_connection_url:132 : local db=nova_cell1 2021-11-04 10:11:45.634 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell1 2021-11-04 10:11:45.636 | ++ lib/databases/mysql:database_connection_url_mysql:204 : local db=nova_cell1 2021-11-04 10:11:45.638 | ++ lib/databases/mysql:database_connection_url_mysql:205 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2021-11-04 10:11:45.641 | + lib/nova:create_nova_conf:531 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2021-11-04 10:11:45.672 | + lib/nova:create_nova_conf:532 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2021-11-04 10:11:45.703 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2021-11-04 10:11:45.734 | + lib/nova:create_nova_conf:535 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-11-04 10:11:45.736 | + lib/nova:create_nova_conf:538 : rpc_backend_add_vhost nova_cell1 2021-11-04 10:11:45.739 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2021-11-04 10:11:45.741 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2021-11-04 10:11:45.758 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:11:45.761 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2021-11-04 10:11:45.761 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2021-11-04 10:11:46.480 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z ']' 2021-11-04 10:11:46.482 | + lib/rpc_backend:rpc_backend_add_vhost:128 : sudo rabbitmqctl add_vhost nova_cell1 2021-11-04 10:11:47.166 | Adding vhost "nova_cell1" ... 2021-11-04 10:11:47.570 | + lib/rpc_backend:rpc_backend_add_vhost:129 : sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' 2021-11-04 10:11:48.240 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" ... 2021-11-04 10:11:48.312 | + lib/nova:create_nova_conf:539 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2021-11-04 10:11:48.314 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-11-04 10:11:48.317 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2021-11-04 10:11:48.319 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-11-04 10:11:48.321 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2021-11-04 10:11:48.324 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-11-04 10:11:48.341 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:11:48.344 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2021-11-04 10:11:48.346 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2021-11-04 10:11:48.349 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-11-04 10:11:48.365 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:11:48.367 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/nova_cell1 2021-11-04 10:11:48.370 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/nova_cell1 2021-11-04 10:11:48.399 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-11-04 10:11:48.401 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-11-04 10:11:48.404 | + lib/nova:create_nova_conf:543 : is_service_enabled placement placement-client 2021-11-04 10:11:48.421 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:11:48.423 | + lib/nova:create_nova_conf:544 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2021-11-04 10:11:48.426 | + lib/nova:configure_placement_nova_compute:572 : local conf=/etc/nova/nova_cell1.conf 2021-11-04 10:11:48.428 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2021-11-04 10:11:48.459 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.49/identity 2021-11-04 10:11:48.487 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova_cell1.conf placement username placement 2021-11-04 10:11:48.514 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2021-11-04 10:11:48.545 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2021-11-04 10:11:48.573 | + lib/nova:configure_placement_nova_compute:578 : iniset /etc/nova/nova_cell1.conf placement project_name service 2021-11-04 10:11:48.601 | + lib/nova:configure_placement_nova_compute:579 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2021-11-04 10:11:48.628 | + lib/nova:configure_placement_nova_compute:580 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2021-11-04 10:11:48.656 | + lib/nova:create_nova_conf:548 : setup_logging /etc/nova/nova_cell1.conf 2021-11-04 10:11:48.658 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2021-11-04 10:11:48.661 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2021-11-04 10:11:48.666 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2021-11-04 10:11:48.683 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2021-11-04 10:11:48.685 | + functions:setup_systemd_logging:695 : local pidstr= 2021-11-04 10:11:48.687 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2021-11-04 10:11:48.689 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2021-11-04 10:11:48.692 | + 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}}' 2021-11-04 10:11:48.720 | + 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' 2021-11-04 10:11:48.747 | + 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' 2021-11-04 10:11:48.776 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-11-04 10:11:48.803 | + lib/nova:create_nova_conf:555 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-11-04 10:11:48.806 | ++ lib/nova:create_nova_conf:558 : seq 1 1 2021-11-04 10:11:48.811 | + lib/nova:create_nova_conf:558 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-11-04 10:11:48.813 | + lib/nova:create_nova_conf:559 : local conf 2021-11-04 10:11:48.815 | + lib/nova:create_nova_conf:560 : local offset 2021-11-04 10:11:48.819 | ++ lib/nova:create_nova_conf:561 : conductor_conf 1 2021-11-04 10:11:48.821 | ++ lib/nova:conductor_conf:733 : local cell=1 2021-11-04 10:11:48.823 | ++ lib/nova:conductor_conf:734 : echo /etc/nova/nova_cell1.conf 2021-11-04 10:11:48.826 | + lib/nova:create_nova_conf:561 : conf=/etc/nova/nova_cell1.conf 2021-11-04 10:11:48.828 | + lib/nova:create_nova_conf:562 : offset=0 2021-11-04 10:11:48.830 | + lib/nova:create_nova_conf:563 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2021-11-04 10:11:48.833 | + lib/nova:configure_console_proxies:670 : local conf=/etc/nova/nova_cell1.conf 2021-11-04 10:11:48.836 | + lib/nova:configure_console_proxies:671 : local offset=0 2021-11-04 10:11:48.838 | + lib/nova:configure_console_proxies:675 : offset=0 2021-11-04 10:11:48.840 | + lib/nova:configure_console_proxies:677 : is_service_enabled n-novnc 2021-11-04 10:11:48.856 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:11:48.858 | + lib/nova:configure_console_proxies:677 : '[' False '!=' False ']' 2021-11-04 10:11:48.860 | + lib/nova:configure_console_proxies:709 : is_service_enabled n-spice 2021-11-04 10:11:48.876 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:11:48.879 | + lib/nova:configure_console_proxies:714 : is_service_enabled n-sproxy 2021-11-04 10:11:48.895 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:11:48.898 | + lib/nova:configure_nova:325 : is_service_enabled n-cpu 2021-11-04 10:11:48.915 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:11:48.917 | + ./stack.sh:main:922 : is_service_enabled placement 2021-11-04 10:11:48.935 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:11:48.937 | + ./stack.sh:main:924 : stack_install_service placement 2021-11-04 10:11:48.940 | + lib/stack:stack_install_service:20 : local service=placement 2021-11-04 10:11:48.943 | + lib/stack:stack_install_service:21 : type install_placement 2021-11-04 10:11:48.945 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-11-04 10:11:48.948 | + lib/stack:stack_install_service:32 : install_placement 2021-11-04 10:11:48.950 | + lib/placement:install_placement:137 : install_apache_wsgi 2021-11-04 10:11:48.953 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2021-11-04 10:11:48.955 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:11:48.958 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:11:48.961 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2021-11-04 10:11:48.963 | + functions-common:install_package:1347 : update_package_repo 2021-11-04 10:11:48.966 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-11-04 10:11:48.969 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-11-04 10:11:48.972 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-11-04 10:11:48.975 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-11-04 10:11:48.977 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-11-04 10:11:48.980 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:11:48.982 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:11:48.985 | + functions-common:update_package_repo:1328 : apt_get_update 2021-11-04 10:11:48.987 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-11-04 10:11:48.989 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-11-04 10:11:48.992 | + functions-common:apt_get_update:1074 : return 2021-11-04 10:11:48.994 | + functions-common:install_package:1348 : real_install_package apache2 2021-11-04 10:11:48.997 | + functions-common:real_install_package:1333 : is_ubuntu 2021-11-04 10:11:48.999 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:11:49.002 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:11:49.005 | + functions-common:real_install_package:1334 : apt_get install apache2 2021-11-04 10:11:49.027 | + 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 2021-11-04 10:11:49.134 | Reading package lists... 2021-11-04 10:11:49.366 | Building dependency tree... 2021-11-04 10:11:49.367 | Reading state information... 2021-11-04 10:11:49.605 | apache2 is already the newest version (2.4.41-4ubuntu3.8). 2021-11-04 10:11:49.605 | The following packages were automatically installed and are no longer required: 2021-11-04 10:11:49.606 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-11-04 10:11:49.606 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-11-04 10:11:49.606 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-11-04 10:11:49.606 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-11-04 10:11:49.606 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-11-04 10:11:49.606 | python3-zope.interface 2021-11-04 10:11:49.606 | Use 'sudo apt autoremove' to remove them. 2021-11-04 10:11:49.718 | 0 upgraded, 0 newly installed, 0 to remove and 97 not upgraded. 2021-11-04 10:11:49.724 | + functions-common:apt_get:1118 : result=0 2021-11-04 10:11:49.726 | + functions-common:apt_get:1121 : time_stop apt-get 2021-11-04 10:11:49.728 | + functions-common:time_stop:2309 : local name 2021-11-04 10:11:49.731 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:11:49.733 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:11:49.736 | + functions-common:time_stop:2312 : local total 2021-11-04 10:11:49.738 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:11:49.741 | + functions-common:time_stop:2315 : name=apt-get 2021-11-04 10:11:49.743 | + functions-common:time_stop:2316 : start_time=1636020709024 2021-11-04 10:11:49.745 | + functions-common:time_stop:2318 : [[ -z 1636020709024 ]] 2021-11-04 10:11:49.748 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:11:49.753 | + functions-common:time_stop:2321 : end_time=1636020709750 2021-11-04 10:11:49.755 | + functions-common:time_stop:2322 : elapsed_time=726 2021-11-04 10:11:49.757 | + functions-common:time_stop:2323 : total=553330 2021-11-04 10:11:49.759 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:11:49.762 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=554056 2021-11-04 10:11:49.764 | + functions-common:apt_get:1122 : return 0 2021-11-04 10:11:49.767 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2021-11-04 10:11:49.769 | + functions-common:is_package_installed:1356 : [[ -z libapache2-mod-wsgi ]] 2021-11-04 10:11:49.771 | + functions-common:is_package_installed:1360 : [[ -z deb ]] 2021-11-04 10:11:49.774 | + functions-common:is_package_installed:1364 : [[ deb = \d\e\b ]] 2021-11-04 10:11:49.776 | + functions-common:is_package_installed:1365 : dpkg -s libapache2-mod-wsgi 2021-11-04 10:11:49.799 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2021-11-04 10:11:49.804 | + functions-common:install_package:1347 : update_package_repo 2021-11-04 10:11:49.806 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-11-04 10:11:49.808 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-11-04 10:11:49.811 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-11-04 10:11:49.814 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-11-04 10:11:49.816 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-11-04 10:11:49.819 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:11:49.821 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:11:49.824 | + functions-common:update_package_repo:1328 : apt_get_update 2021-11-04 10:11:49.826 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-11-04 10:11:49.828 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-11-04 10:11:49.831 | + functions-common:apt_get_update:1074 : return 2021-11-04 10:11:49.834 | + functions-common:install_package:1348 : real_install_package libapache2-mod-wsgi-py3 2021-11-04 10:11:49.836 | + functions-common:real_install_package:1333 : is_ubuntu 2021-11-04 10:11:49.839 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:11:49.841 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:11:49.844 | + functions-common:real_install_package:1334 : apt_get install libapache2-mod-wsgi-py3 2021-11-04 10:11:49.867 | + 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 2021-11-04 10:11:49.975 | Reading package lists... 2021-11-04 10:11:50.219 | Building dependency tree... 2021-11-04 10:11:50.220 | Reading state information... 2021-11-04 10:11:50.457 | The following packages were automatically installed and are no longer required: 2021-11-04 10:11:50.458 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-11-04 10:11:50.458 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-11-04 10:11:50.458 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-11-04 10:11:50.459 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-11-04 10:11:50.459 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-11-04 10:11:50.459 | python3-zope.interface 2021-11-04 10:11:50.459 | Use 'sudo apt autoremove' to remove them. 2021-11-04 10:11:50.525 | The following NEW packages will be installed: 2021-11-04 10:11:50.526 | libapache2-mod-wsgi-py3 2021-11-04 10:11:50.641 | 0 upgraded, 1 newly installed, 0 to remove and 97 not upgraded. 2021-11-04 10:11:50.641 | Need to get 93.3 kB of archives. 2021-11-04 10:11:50.641 | After this operation, 300 kB of additional disk space will be used. 2021-11-04 10:11:50.641 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapache2-mod-wsgi-py3 amd64 4.6.8-1ubuntu3 [93.3 kB] 2021-11-04 10:11:51.327 | Fetched 93.3 kB in 0s (393 kB/s) 2021-11-04 10:11:51.647 | Selecting previously unselected package libapache2-mod-wsgi-py3. 2021-11-04 10:11:51.713 | (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.) 2021-11-04 10:11:51.718 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.6.8-1ubuntu3_amd64.deb ... 2021-11-04 10:11:51.806 | Unpacking libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3) ... 2021-11-04 10:11:52.213 | Setting up libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3) ... 2021-11-04 10:11:52.790 | apache2_invoke: Enable module wsgi 2021-11-04 10:12:01.047 | + functions-common:apt_get:1118 : result=0 2021-11-04 10:12:01.050 | + functions-common:apt_get:1121 : time_stop apt-get 2021-11-04 10:12:01.053 | + functions-common:time_stop:2309 : local name 2021-11-04 10:12:01.055 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:12:01.057 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:12:01.060 | + functions-common:time_stop:2312 : local total 2021-11-04 10:12:01.062 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:12:01.064 | + functions-common:time_stop:2315 : name=apt-get 2021-11-04 10:12:01.067 | + functions-common:time_stop:2316 : start_time=1636020709864 2021-11-04 10:12:01.070 | + functions-common:time_stop:2318 : [[ -z 1636020709864 ]] 2021-11-04 10:12:01.073 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:12:01.077 | + functions-common:time_stop:2321 : end_time=1636020721074 2021-11-04 10:12:01.079 | + functions-common:time_stop:2322 : elapsed_time=11210 2021-11-04 10:12:01.082 | + functions-common:time_stop:2323 : total=554056 2021-11-04 10:12:01.085 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:12:01.087 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=565266 2021-11-04 10:12:01.089 | + functions-common:apt_get:1122 : return 0 2021-11-04 10:12:01.092 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2021-11-04 10:12:01.094 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2021-11-04 10:12:01.098 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-11-04 10:12:01.100 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:12:01.104 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:12:01.106 | + lib/apache:enable_apache_mod:59 : [[ wsgi != \v\e\r\s\i\o\n ]] 2021-11-04 10:12:01.109 | + lib/apache:enable_apache_mod:59 : a2query -m wsgi 2021-11-04 10:12:01.165 | wsgi (enabled by maintainer script) 2021-11-04 10:12:01.169 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2021-11-04 10:12:01.171 | + inc/python:pip_install_gr:76 : local name=osc-placement 2021-11-04 10:12:01.174 | + inc/python:pip_install_gr:77 : local clean_name 2021-11-04 10:12:01.177 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2021-11-04 10:12:01.180 | ++ inc/python:get_from_global_requirements:225 : local package=osc-placement 2021-11-04 10:12:01.182 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-11-04 10:12:01.187 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2021-11-04 10:12:01.187 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-11-04 10:12:01.192 | ++ inc/python:get_from_global_requirements:227 : required_pkg='osc-placement ' 2021-11-04 10:12:01.195 | ++ inc/python:get_from_global_requirements:228 : [[ osc-placement == '' ]] 2021-11-04 10:12:01.197 | ++ inc/python:get_from_global_requirements:231 : echo osc-placement 2021-11-04 10:12:01.200 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2021-11-04 10:12:01.202 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2021-11-04 10:12:01.226 | Using python 3.8 to install osc-placement 2021-11-04 10:12:01.228 | + 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 2021-11-04 10:12:02.107 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:12:02.107 | from cryptography.utils import int_from_bytes 2021-11-04 10:12:02.107 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:12:02.108 | from cryptography.utils import int_from_bytes 2021-11-04 10:12:03.186 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:12:03.314 | Collecting osc-placement 2021-11-04 10:12:03.321 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c6d/5a64a2d64386f/osc_placement-3.1.1-py3-none-any.whl (63 kB) 2021-11-04 10:12:03.338 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.11.0) 2021-11-04 10:12:03.339 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (3.17.5) 2021-11-04 10:12:03.340 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (5.6.0) 2021-11-04 10:12:03.341 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (2.4.2) 2021-11-04 10:12:03.342 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.4.0) 2021-11-04 10:12:03.343 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (1.16.0) 2021-11-04 10:12:03.404 | 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) 2021-11-04 10:12:03.405 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (3.5.0) 2021-11-04 10:12:03.406 | 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) 2021-11-04 10:12:03.407 | 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) 2021-11-04 10:12:03.421 | 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) 2021-11-04 10:12:03.423 | 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) 2021-11-04 10:12:03.425 | 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) 2021-11-04 10:12:03.438 | 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) 2021-11-04 10:12:03.440 | 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) 2021-11-04 10:12:03.441 | 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) 2021-11-04 10:12:03.442 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (21.2) 2021-11-04 10:12:03.443 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2021.3) 2021-11-04 10:12:03.445 | 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) 2021-11-04 10:12:03.465 | 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) 2021-11-04 10:12:03.466 | 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.2.0) 2021-11-04 10:12:03.468 | 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) (2.4.0) 2021-11-04 10:12:03.469 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2021-11-04 10:12:03.480 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.13.3) 2021-11-04 10:12:03.518 | 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.4) 2021-11-04 10:12:03.519 | 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) (35.0.0) 2021-11-04 10:12:03.521 | 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) 2021-11-04 10:12:03.524 | 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) 2021-11-04 10:12:03.526 | 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) 2021-11-04 10:12:03.527 | 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) 2021-11-04 10:12:03.528 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.0) 2021-11-04 10:12:03.529 | 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) 2021-11-04 10:12:03.595 | 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.7) 2021-11-04 10:12:03.598 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.3) 2021-11-04 10:12:03.600 | 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.7) 2021-11-04 10:12:03.601 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2019.11.28) 2021-11-04 10:12:03.697 | 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) 2021-11-04 10:12:03.698 | 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) 2021-11-04 10:12:03.699 | 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) 2021-11-04 10:12:03.700 | 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) 2021-11-04 10:12:03.744 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.0) 2021-11-04 10:12:03.787 | 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) 2021-11-04 10:12:03.946 | 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) 2021-11-04 10:12:06.090 | Installing collected packages: osc-placement 2021-11-04 10:12:06.759 | Successfully installed osc-placement-3.1.1 2021-11-04 10:12:06.759 | 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 2021-11-04 10:12:06.893 | + inc/python:pip_install:200 : result=0 2021-11-04 10:12:06.896 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:12:06.899 | + functions-common:time_stop:2309 : local name 2021-11-04 10:12:06.901 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:12:06.904 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:12:06.906 | + functions-common:time_stop:2312 : local total 2021-11-04 10:12:06.909 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:12:06.911 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:12:06.914 | + functions-common:time_stop:2316 : start_time=1636020721219 2021-11-04 10:12:06.916 | + functions-common:time_stop:2318 : [[ -z 1636020721219 ]] 2021-11-04 10:12:06.919 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:12:06.923 | + functions-common:time_stop:2321 : end_time=1636020726921 2021-11-04 10:12:06.926 | + functions-common:time_stop:2322 : elapsed_time=5702 2021-11-04 10:12:06.928 | + functions-common:time_stop:2323 : total=249057 2021-11-04 10:12:06.931 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:12:06.933 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=254759 2021-11-04 10:12:06.936 | + inc/python:pip_install:203 : return 0 2021-11-04 10:12:06.938 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master 2021-11-04 10:12:06.941 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/placement.git 2021-11-04 10:12:06.943 | + functions-common:git_clone:524 : local git_dest=/opt/stack/placement 2021-11-04 10:12:06.946 | + functions-common:git_clone:525 : local git_ref=master 2021-11-04 10:12:06.948 | + functions-common:git_clone:526 : local orig_dir 2021-11-04 10:12:06.951 | ++ functions-common:git_clone:527 : pwd 2021-11-04 10:12:06.954 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-11-04 10:12:06.957 | + functions-common:git_clone:528 : local git_clone_flags= 2021-11-04 10:12:06.960 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-11-04 10:12:06.977 | + functions-common:git_clone:530 : RECLONE=False 2021-11-04 10:12:06.979 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-11-04 10:12:06.982 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-11-04 10:12:06.985 | + functions-common:git_clone:544 : echo master 2021-11-04 10:12:06.985 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-11-04 10:12:06.991 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/placement ]] 2021-11-04 10:12:06.993 | + functions-common:git_clone:559 : [[ False = \T\r\u\e ]] 2021-11-04 10:12:06.996 | + functions-common:git_clone:565 : git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master 2021-11-04 10:12:06.998 | + functions-common:git_timed:617 : local count=0 2021-11-04 10:12:07.000 | + functions-common:git_timed:618 : local timeout=0 2021-11-04 10:12:07.003 | + functions-common:git_timed:620 : [[ -n 0 ]] 2021-11-04 10:12:07.006 | + functions-common:git_timed:621 : timeout=0 2021-11-04 10:12:07.008 | + functions-common:git_timed:624 : time_start git_timed 2021-11-04 10:12:07.010 | + functions-common:time_start:2295 : local name=git_timed 2021-11-04 10:12:07.013 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:12:07.015 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:12:07.018 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:12:07.023 | + functions-common:time_start:2300 : _TIME_START[$name]=1636020727020 2021-11-04 10:12:07.025 | + functions-common:git_timed:625 : timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master 2021-11-04 10:12:07.028 | Cloning into '/opt/stack/placement'... 2021-11-04 10:12:17.202 | + functions-common:git_timed:639 : time_stop git_timed 2021-11-04 10:12:17.205 | + functions-common:time_stop:2309 : local name 2021-11-04 10:12:17.207 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:12:17.210 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:12:17.212 | + functions-common:time_stop:2312 : local total 2021-11-04 10:12:17.215 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:12:17.217 | + functions-common:time_stop:2315 : name=git_timed 2021-11-04 10:12:17.219 | + functions-common:time_stop:2316 : start_time=1636020727020 2021-11-04 10:12:17.222 | + functions-common:time_stop:2318 : [[ -z 1636020727020 ]] 2021-11-04 10:12:17.225 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:12:17.229 | + functions-common:time_stop:2321 : end_time=1636020737226 2021-11-04 10:12:17.231 | + functions-common:time_stop:2322 : elapsed_time=10206 2021-11-04 10:12:17.234 | + functions-common:time_stop:2323 : total=0 2021-11-04 10:12:17.236 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:12:17.238 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=10206 2021-11-04 10:12:17.240 | + functions-common:git_clone:592 : cd /opt/stack/placement 2021-11-04 10:12:17.244 | + functions-common:git_clone:593 : git show --oneline 2021-11-04 10:12:17.244 | + functions-common:git_clone:593 : head -1 2021-11-04 10:12:17.247 | 6d49b6df Use 'functional-without-sample-db-tests' tox env for placement nova job 2021-11-04 10:12:17.250 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-11-04 10:12:17.252 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2021-11-04 10:12:17.255 | + inc/python:setup_develop:338 : local bindep 2021-11-04 10:12:17.258 | + inc/python:setup_develop:339 : [[ /opt/stack/placement == -bindep* ]] 2021-11-04 10:12:17.260 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/placement 2021-11-04 10:12:17.262 | + inc/python:setup_develop:344 : local extras= 2021-11-04 10:12:17.265 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/placement -e 2021-11-04 10:12:17.267 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-11-04 10:12:17.270 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/placement == -bindep* ]] 2021-11-04 10:12:17.273 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/placement 2021-11-04 10:12:17.276 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-11-04 10:12:17.278 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-11-04 10:12:17.281 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/placement 2021-11-04 10:12:17.284 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-11-04 10:12:17.287 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/placement 2021-11-04 10:12:17.290 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-11-04 10:12:17.292 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2021-11-04 10:12:17.295 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2021-11-04 10:12:17.301 | + inc/python:_setup_package_with_constraints_edit:385 : name=openstack-placement 2021-11-04 10:12:17.304 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement 2021-11-04 10:12:17.950 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/placement -e 2021-11-04 10:12:17.953 | + inc/python:setup_package:418 : local bindep=0 2021-11-04 10:12:17.955 | + inc/python:setup_package:419 : local bindep_flag= 2021-11-04 10:12:17.958 | + inc/python:setup_package:420 : local bindep_profiles= 2021-11-04 10:12:17.961 | + inc/python:setup_package:421 : [[ /opt/stack/placement == -bindep* ]] 2021-11-04 10:12:17.964 | + inc/python:setup_package:426 : local project_dir=/opt/stack/placement 2021-11-04 10:12:17.966 | + inc/python:setup_package:427 : local flags=-e 2021-11-04 10:12:17.969 | + inc/python:setup_package:428 : local extras= 2021-11-04 10:12:17.971 | + inc/python:setup_package:432 : [[ -n -e ]] 2021-11-04 10:12:17.974 | + inc/python:setup_package:432 : [[ -z '' ]] 2021-11-04 10:12:17.977 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2021-11-04 10:12:17.979 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2021-11-04 10:12:17.982 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2021-11-04 10:12:17.984 | + inc/python:setup_package:446 : pip_install -e /opt/stack/placement 2021-11-04 10:12:18.006 | Using python 3.8 to install /opt/stack/placement 2021-11-04 10:12:18.009 | + 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 2021-11-04 10:12:18.883 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:12:18.883 | from cryptography.utils import int_from_bytes 2021-11-04 10:12:18.883 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:12:18.883 | from cryptography.utils import int_from_bytes 2021-11-04 10:12:19.954 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:12:19.972 | Obtaining file:///opt/stack/placement 2021-11-04 10:12:19.972 | Preparing metadata (setup.py): started 2021-11-04 10:12:21.146 | Preparing metadata (setup.py): finished with status 'done' 2021-11-04 10:12:21.310 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (5.6.0) 2021-11-04 10:12:21.312 | Requirement already satisfied: SQLAlchemy>=1.2.19 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (1.4.26) 2021-11-04 10:12:21.313 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (9.3.0) 2021-11-04 10:12:21.314 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (2.5.1) 2021-11-04 10:12:21.315 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (1.8.7) 2021-11-04 10:12:21.316 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from openstack-placement==6.1.0.dev5) (3.2.0) 2021-11-04 10:12:21.318 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (2.26.0) 2021-11-04 10:12:21.321 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (58.5.2) 2021-11-04 10:12:21.322 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (4.5.0) 2021-11-04 10:12:21.324 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (8.7.1) 2021-11-04 10:12:21.325 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (3.4.0) 2021-11-04 10:12:21.326 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (4.6.1) 2021-11-04 10:12:21.327 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (4.2.0) 2021-11-04 10:12:21.328 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (4.11.0) 2021-11-04 10:12:21.329 | Requirement already satisfied: oslo.db>=4.40.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (11.0.0) 2021-11-04 10:12:21.331 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (3.9.0) 2021-11-04 10:12:21.332 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (4.4.0) 2021-11-04 10:12:21.333 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (1.4.0) 2021-11-04 10:12:21.334 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (1.1.0) 2021-11-04 10:12:21.336 | Requirement already satisfied: os-traits>=2.6.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (2.6.0) 2021-11-04 10:12:21.337 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev5) (1.0.1) 2021-11-04 10:12:21.403 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev5) (3.1.1) 2021-11-04 10:12:21.405 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev5) (4.4.0) 2021-11-04 10:12:21.407 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev5) (5.1.0) 2021-11-04 10:12:21.409 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev5) (4.3.0) 2021-11-04 10:12:21.410 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev5) (1.16.0) 2021-11-04 10:12:21.411 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev5) (2.8.1) 2021-11-04 10:12:21.432 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==6.1.0.dev5) (0.14.1) 2021-11-04 10:12:21.473 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev5) (2.3.0) 2021-11-04 10:12:21.474 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev5) (0.8.0) 2021-11-04 10:12:21.475 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev5) (3.5.0) 2021-11-04 10:12:21.477 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev5) (1.5.0) 2021-11-04 10:12:21.478 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev5) (6.0) 2021-11-04 10:12:21.529 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev5) (0.13.0) 2021-11-04 10:12:21.532 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev5) (2.0.1) 2021-11-04 10:12:21.533 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev5) (0.5.0) 2021-11-04 10:12:21.534 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev5) (1.7.4) 2021-11-04 10:12:21.576 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==6.1.0.dev5) (2.8.2) 2021-11-04 10:12:21.579 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==6.1.0.dev5) (0.9.6) 2021-11-04 10:12:21.599 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev5) (3.0.2) 2021-11-04 10:12:21.602 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev5) (3.2.0) 2021-11-04 10:12:21.605 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev5) (3.3.0) 2021-11-04 10:12:21.630 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==6.1.0.dev5) (2021.3) 2021-11-04 10:12:21.632 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==6.1.0.dev5) (1.0.2) 2021-11-04 10:12:21.644 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==6.1.0.dev5) (2.4.0) 2021-11-04 10:12:21.662 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev5) (2.4.7) 2021-11-04 10:12:21.663 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev5) (21.2) 2021-11-04 10:12:21.666 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev5) (0.11.0) 2021-11-04 10:12:21.668 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev5) (0.1.16) 2021-11-04 10:12:21.710 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev5) (1.26.7) 2021-11-04 10:12:21.712 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev5) (3.3) 2021-11-04 10:12:21.713 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev5) (2019.11.28) 2021-11-04 10:12:21.716 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev5) (2.0.7) 2021-11-04 10:12:21.733 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->openstack-placement==6.1.0.dev5) (0.7) 2021-11-04 10:12:21.898 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.2.19->openstack-placement==6.1.0.dev5) (1.1.2) 2021-11-04 10:12:21.937 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev5) (5.4.0) 2021-11-04 10:12:21.939 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev5) (4.8.1) 2021-11-04 10:12:21.940 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev5) (1.1.5) 2021-11-04 10:12:21.958 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev5) (1.15.0) 2021-11-04 10:12:21.994 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==6.1.0.dev5) (1.13.3) 2021-11-04 10:12:22.010 | 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.1.0.dev5) (1.6) 2021-11-04 10:12:22.058 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev5) (2.0.1) 2021-11-04 10:12:22.125 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev5) (1.7.0) 2021-11-04 10:12:22.207 | 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.1.0.dev5) (1.1.4) 2021-11-04 10:12:22.260 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==6.1.0.dev5) (0.2.5) 2021-11-04 10:12:22.455 | Requirement already satisfied: decorator in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.1.0.dev5) (5.1.0) 2021-11-04 10:12:22.457 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.1.0.dev5) (0.5.2) 2021-11-04 10:12:22.458 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.1.0.dev5) (0.4.2) 2021-11-04 10:12:22.538 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.1.0.dev5) (2.5.0) 2021-11-04 10:12:22.618 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev5) (2.20) 2021-11-04 10:12:22.803 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev5) (3.6.0) 2021-11-04 10:12:22.913 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.1.0.dev5) (3.0.0) 2021-11-04 10:12:22.915 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.1.0.dev5) (1.0.0) 2021-11-04 10:12:24.840 | Installing collected packages: openstack-placement 2021-11-04 10:12:24.842 | Running setup.py develop for openstack-placement 2021-11-04 10:12:26.813 | Successfully installed openstack-placement 2021-11-04 10:12:26.813 | 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 2021-11-04 10:12:26.960 | + inc/python:pip_install:200 : result=0 2021-11-04 10:12:26.963 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:12:26.965 | + functions-common:time_stop:2309 : local name 2021-11-04 10:12:26.967 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:12:26.970 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:12:26.972 | + functions-common:time_stop:2312 : local total 2021-11-04 10:12:26.974 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:12:26.977 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:12:26.979 | + functions-common:time_stop:2316 : start_time=1636020738000 2021-11-04 10:12:26.981 | + functions-common:time_stop:2318 : [[ -z 1636020738000 ]] 2021-11-04 10:12:26.984 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:12:26.988 | + functions-common:time_stop:2321 : end_time=1636020746986 2021-11-04 10:12:26.990 | + functions-common:time_stop:2322 : elapsed_time=8986 2021-11-04 10:12:26.993 | + functions-common:time_stop:2323 : total=254759 2021-11-04 10:12:26.995 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:12:26.997 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=263745 2021-11-04 10:12:27.000 | + inc/python:pip_install:203 : return 0 2021-11-04 10:12:27.002 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2021-11-04 10:12:27.005 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-11-04 10:12:27.008 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-11-04 10:12:27.027 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-11-04 10:12:27.040 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/placement 2021-11-04 10:12:27.042 | + inc/python:use_library_from_git:250 : local name=/opt/stack/placement 2021-11-04 10:12:27.045 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:12:27.048 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:12:27.050 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/placement, ]] 2021-11-04 10:12:27.053 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:12:27.055 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-11-04 10:12:27.058 | + ./stack.sh:main:925 : configure_placement 2021-11-04 10:12:27.060 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2021-11-04 10:12:27.073 | + lib/placement:configure_placement:107 : create_placement_conf 2021-11-04 10:12:27.076 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2021-11-04 10:12:27.081 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2021-11-04 10:12:27.084 | ++ lib/database:database_connection_url:132 : local db=placement 2021-11-04 10:12:27.086 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql placement 2021-11-04 10:12:27.089 | ++ lib/databases/mysql:database_connection_url_mysql:204 : local db=placement 2021-11-04 10:12:27.091 | ++ lib/databases/mysql:database_connection_url_mysql:205 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2021-11-04 10:12:27.094 | + 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' 2021-11-04 10:12:27.126 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2021-11-04 10:12:27.171 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2021-11-04 10:12:27.203 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2021-11-04 10:12:27.206 | + lib/keystone:configure_keystone_authtoken_middleware:399 : local conf_file=/etc/placement/placement.conf 2021-11-04 10:12:27.209 | + lib/keystone:configure_keystone_authtoken_middleware:400 : local admin_user=placement 2021-11-04 10:12:27.211 | + lib/keystone:configure_keystone_authtoken_middleware:401 : local section=keystone_authtoken 2021-11-04 10:12:27.214 | + lib/keystone:configure_keystone_authtoken_middleware:403 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2021-11-04 10:12:27.246 | + lib/keystone:configure_keystone_authtoken_middleware:404 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2021-11-04 10:12:27.302 | + lib/keystone:configure_keystone_authtoken_middleware:405 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.49/identity 2021-11-04 10:12:27.434 | + lib/keystone:configure_keystone_authtoken_middleware:406 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2021-11-04 10:12:27.469 | + lib/keystone:configure_keystone_authtoken_middleware:407 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2021-11-04 10:12:27.500 | + lib/keystone:configure_keystone_authtoken_middleware:408 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2021-11-04 10:12:27.530 | + lib/keystone:configure_keystone_authtoken_middleware:409 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2021-11-04 10:12:27.560 | + lib/keystone:configure_keystone_authtoken_middleware:410 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2021-11-04 10:12:27.593 | + lib/keystone:configure_keystone_authtoken_middleware:412 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-11-04 10:12:27.623 | + lib/keystone:configure_keystone_authtoken_middleware:413 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2021-11-04 10:12:27.653 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2021-11-04 10:12:27.655 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2021-11-04 10:12:27.658 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2021-11-04 10:12:27.661 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2021-11-04 10:12:27.680 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2021-11-04 10:12:27.682 | + functions:setup_systemd_logging:695 : local pidstr= 2021-11-04 10:12:27.685 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2021-11-04 10:12:27.687 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2021-11-04 10:12:27.689 | + functions:setup_systemd_logging:702 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-11-04 10:12:27.718 | + 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' 2021-11-04 10:12:27.748 | + 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' 2021-11-04 10:12:27.778 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-11-04 10:12:27.808 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2021-11-04 10:12:27.810 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2021-11-04 10:12:27.813 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2021-11-04 10:12:27.815 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2021-11-04 10:12:27.818 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2021-11-04 10:12:27.820 | + lib/apache:write_uwsgi_config:257 : local http= 2021-11-04 10:12:27.823 | + lib/apache:write_uwsgi_config:258 : local name= 2021-11-04 10:12:27.826 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2021-11-04 10:12:27.830 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2021-11-04 10:12:27.833 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2021-11-04 10:12:27.835 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2021-11-04 10:12:27.848 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-11-04 10:12:27.848 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-11-04 10:12:27.857 | d /var/run/uwsgi 0755 ubuntu root 2021-11-04 10:12:27.861 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-11-04 10:12:27.877 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2021-11-04 10:12:27.880 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2021-11-04 10:12:27.885 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2021-11-04 10:12:27.919 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2021-11-04 10:12:27.950 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2021-11-04 10:12:27.981 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2021-11-04 10:12:28.012 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2021-11-04 10:12:28.043 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2021-11-04 10:12:28.074 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2021-11-04 10:12:28.106 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2021-11-04 10:12:28.137 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2021-11-04 10:12:28.168 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-11-04 10:12:28.198 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2021-11-04 10:12:28.229 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2021-11-04 10:12:28.261 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2021-11-04 10:12:28.293 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2021-11-04 10:12:28.296 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2021-11-04 10:12:28.299 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2021-11-04 10:12:28.301 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2021-11-04 10:12:28.304 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2021-11-04 10:12:28.307 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:12:28.310 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:12:28.313 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2021-11-04 10:12:28.315 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2021-11-04 10:12:28.318 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2021-11-04 10:12:28.348 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2021-11-04 10:12:28.390 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2021-11-04 10:12:28.390 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2021-11-04 10:12:28.400 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2021-11-04 10:12:28.403 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2021-11-04 10:12:28.406 | + lib/apache:enable_apache_site:203 : local site=placement-api 2021-11-04 10:12:28.408 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2021-11-04 10:12:28.411 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-11-04 10:12:28.414 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-11-04 10:12:28.416 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:12:28.418 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:12:28.421 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-11-04 10:12:28.423 | + lib/apache:enable_apache_site:206 : is_ubuntu 2021-11-04 10:12:28.426 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:12:28.428 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:12:28.431 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2021-11-04 10:12:28.495 | Enabling site placement-api. 2021-11-04 10:12:28.500 | To activate the new configuration, you need to run: 2021-11-04 10:12:28.500 | systemctl reload apache2 2021-11-04 10:12:28.505 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2021-11-04 10:12:28.508 | + lib/apache:restart_apache_server:250 : restart_service apache2 2021-11-04 10:12:28.511 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-11-04 10:12:28.513 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2021-11-04 10:12:28.649 | + ./stack.sh:main:932 : is_service_enabled placement placement-client 2021-11-04 10:12:28.671 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:12:28.678 | + ./stack.sh:main:933 : is_service_enabled n-cpu 2021-11-04 10:12:28.698 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:12:28.701 | + ./stack.sh:main:933 : is_service_enabled n-sch 2021-11-04 10:12:28.720 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:12:28.722 | + ./stack.sh:main:934 : configure_placement_nova_compute 2021-11-04 10:12:28.724 | + lib/nova:configure_placement_nova_compute:572 : local conf=/etc/nova/nova.conf 2021-11-04 10:12:28.727 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova.conf placement auth_type password 2021-11-04 10:12:28.760 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.49/identity 2021-11-04 10:12:28.790 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova.conf placement username placement 2021-11-04 10:12:28.819 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova.conf placement password Passw0rd 2021-11-04 10:12:28.850 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova.conf placement user_domain_name Default 2021-11-04 10:12:28.880 | + lib/nova:configure_placement_nova_compute:578 : iniset /etc/nova/nova.conf placement project_name service 2021-11-04 10:12:28.911 | + lib/nova:configure_placement_nova_compute:579 : iniset /etc/nova/nova.conf placement project_domain_name Default 2021-11-04 10:12:28.940 | + lib/nova:configure_placement_nova_compute:580 : iniset /etc/nova/nova.conf placement region_name RegionOne 2021-11-04 10:12:28.975 | + ./stack.sh:main:938 : is_service_enabled horizon 2021-11-04 10:12:28.994 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:12:28.996 | + ./stack.sh:main:943 : is_service_enabled tls-proxy 2021-11-04 10:12:29.014 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:12:29.017 | + ./stack.sh:main:951 : run_phase stack install 2021-11-04 10:12:29.019 | + functions-common:run_phase:1737 : local mode=stack 2021-11-04 10:12:29.022 | + functions-common:run_phase:1738 : local phase=install 2021-11-04 10:12:29.025 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-11-04 10:12:29.027 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2021-11-04 10:12:29.030 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-11-04 10:12:29.032 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2021-11-04 10:12:29.035 | + functions-common:run_phase:1747 : local extra 2021-11-04 10:12:29.038 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-11-04 10:12:29.042 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2021-11-04 10:12:29.045 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-11-04 10:12:29.047 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-11-04 10:12:29.050 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2021-11-04 10:12:29.056 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-11-04 10:12:29.072 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:12:29.075 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-11-04 10:12:29.077 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-11-04 10:12:29.080 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2021-11-04 10:12:29.082 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2021-11-04 10:12:29.086 | ++ ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:12:29.089 | ++ ./stack.sh:echo_summary:432 : echo -e Installing Tempest 2021-11-04 10:12:29.091 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2021-11-04 10:12:29.094 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2021-11-04 10:12:29.165 | ++ inc/async:async_inner:63 : install_tempest 2021-11-04 10:12:29.204 | [17569 Async install_tempest:76868]: running: install_tempest 2021-11-04 10:12:29.206 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2021-11-04 10:12:29.209 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2021-11-04 10:12:29.212 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2021-11-04 10:12:29.215 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-11-04 10:12:29.218 | + functions-common:run_phase:1764 : run_plugins stack install 2021-11-04 10:12:29.220 | + functions-common:run_plugins:1723 : local mode=stack 2021-11-04 10:12:29.223 | + functions-common:run_plugins:1724 : local phase=install 2021-11-04 10:12:29.226 | + functions-common:run_plugins:1726 : local plugins= 2021-11-04 10:12:29.229 | + functions-common:run_plugins:1727 : local plugin 2021-11-04 10:12:29.232 | + ./stack.sh:main:954 : use_library_from_git python-openstackclient 2021-11-04 10:12:29.234 | + inc/python:use_library_from_git:250 : local name=python-openstackclient 2021-11-04 10:12:29.238 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:12:29.241 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:12:29.243 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-openstackclient, ]] 2021-11-04 10:12:29.246 | + inc/python:use_library_from_git:253 : return 1 2021-11-04 10:12:29.250 | + ./stack.sh:main:958 : pip_install_gr python-openstackclient 2021-11-04 10:12:29.253 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2021-11-04 10:12:29.256 | + inc/python:pip_install_gr:77 : local clean_name 2021-11-04 10:12:29.260 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2021-11-04 10:12:29.262 | ++ inc/python:get_from_global_requirements:225 : local package=python-openstackclient 2021-11-04 10:12:29.265 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-11-04 10:12:29.271 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2021-11-04 10:12:29.272 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-11-04 10:12:29.277 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-openstackclient ' 2021-11-04 10:12:29.280 | ++ inc/python:get_from_global_requirements:228 : [[ python-openstackclient == '' ]] 2021-11-04 10:12:29.283 | ++ inc/python:get_from_global_requirements:231 : echo python-openstackclient 2021-11-04 10:12:29.286 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2021-11-04 10:12:29.289 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2021-11-04 10:12:29.313 | Using python 3.8 to install python-openstackclient 2021-11-04 10:12:29.315 | + 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 2021-11-04 10:12:30.199 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:12:30.199 | from cryptography.utils import int_from_bytes 2021-11-04 10:12:30.199 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:12:30.199 | from cryptography.utils import int_from_bytes 2021-11-04 10:12:31.281 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:12:31.481 | Collecting python-openstackclient 2021-11-04 10:12:31.492 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/eb8/97db56787f64c/python_openstackclient-5.6.0-py3-none-any.whl (972 kB) 2021-11-04 10:12:31.597 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.9.0) 2021-11-04 10:12:31.598 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (0.1.16) 2021-11-04 10:12:31.599 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.6.0) 2021-11-04 10:12:31.601 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.5.0) 2021-11-04 10:12:31.603 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.3.0) 2021-11-04 10:12:31.604 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.1.0) 2021-11-04 10:12:31.605 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (2.4.2) 2021-11-04 10:12:31.606 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.11.0) 2021-11-04 10:12:31.607 | Requirement already satisfied: python-novaclient>=17.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (17.6.0) 2021-11-04 10:12:31.609 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (8.1.0) 2021-11-04 10:12:31.610 | Requirement already satisfied: openstacksdk>=0.56.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (0.59.0) 2021-11-04 10:12:31.623 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2021-11-04 10:12:31.624 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.2.0) 2021-11-04 10:12:31.625 | 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) 2021-11-04 10:12:31.626 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.0) 2021-11-04 10:12:31.627 | 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) 2021-11-04 10:12:31.655 | 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) 2021-11-04 10:12:31.656 | 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) 2021-11-04 10:12:31.657 | 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.4) 2021-11-04 10:12:31.658 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (35.0.0) 2021-11-04 10:12:31.660 | 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) 2021-11-04 10:12:31.661 | 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) 2021-11-04 10:12:31.663 | 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) 2021-11-04 10:12:31.664 | 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) 2021-11-04 10:12:31.665 | 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) 2021-11-04 10:12:31.666 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (5.1.0) 2021-11-04 10:12:31.667 | 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) 2021-11-04 10:12:31.683 | 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) 2021-11-04 10:12:31.703 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2021.3) 2021-11-04 10:12:31.704 | 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) 2021-11-04 10:12:31.705 | 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) 2021-11-04 10:12:31.706 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (21.2) 2021-11-04 10:12:31.728 | 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) 2021-11-04 10:12:31.749 | 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) 2021-11-04 10:12:31.751 | 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) 2021-11-04 10:12:31.753 | 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) 2021-11-04 10:12:31.855 | 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) 2021-11-04 10:12:31.856 | 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) 2021-11-04 10:12:31.857 | 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) 2021-11-04 10:12:31.858 | 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) 2021-11-04 10:12:31.905 | 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.15.0) 2021-11-04 10:12:31.919 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.13.3) 2021-11-04 10:12:31.956 | 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) 2021-11-04 10:12:32.129 | 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) 2021-11-04 10:12:32.146 | 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) 2021-11-04 10:12:32.251 | 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.7) 2021-11-04 10:12:32.254 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.3) 2021-11-04 10:12:32.262 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2019.11.28) 2021-11-04 10:12:32.263 | 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.7) 2021-11-04 10:12:32.398 | 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) 2021-11-04 10:12:34.763 | Installing collected packages: python-openstackclient 2021-11-04 10:12:36.489 | Successfully installed python-openstackclient-5.6.0 2021-11-04 10:12:36.489 | 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 2021-11-04 10:12:36.676 | + inc/python:pip_install:200 : result=0 2021-11-04 10:12:36.679 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:12:36.681 | + functions-common:time_stop:2309 : local name 2021-11-04 10:12:36.683 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:12:36.686 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:12:36.688 | + functions-common:time_stop:2312 : local total 2021-11-04 10:12:36.690 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:12:36.693 | + functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:12:36.696 | + functions-common:time_stop:2316 : start_time=1636020749307 2021-11-04 10:12:36.698 | + functions-common:time_stop:2318 : [[ -z 1636020749307 ]] 2021-11-04 10:12:36.715 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:12:36.733 | + functions-common:time_stop:2321 : end_time=1636020756714 2021-11-04 10:12:36.758 | + functions-common:time_stop:2322 : elapsed_time=7407 2021-11-04 10:12:36.781 | + functions-common:time_stop:2323 : total=263745 2021-11-04 10:12:36.797 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:12:36.813 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=271152 2021-11-04 10:12:36.816 | + inc/python:pip_install:203 : return 0 2021-11-04 10:12:36.837 | + ./stack.sh:main:963 : install_oscwrap 2021-11-04 10:12:36.865 | ++ functions-common:install_oscwrap:2354 : mktemp 2021-11-04 10:12:36.885 | + functions-common:install_oscwrap:2354 : OSCWRAP_TIMER_FILE=/tmp/tmp.lyu2VB8ovt 2021-11-04 10:12:36.901 | + functions-common:install_oscwrap:2357 : shopt -s expand_aliases 2021-11-04 10:12:36.921 | + functions-common:install_oscwrap:2360 : unalias -a 2021-11-04 10:12:36.946 | + functions-common:install_oscwrap:2362 : alias openstack=oscwrap 2021-11-04 10:12:36.969 | + ./stack.sh:main:968 : [[ False != \F\a\l\s\e ]] 2021-11-04 10:12:36.993 | + ./stack.sh:main:1008 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-11-04 10:12:37.009 | + ./stack.sh:main:1016 : is_service_enabled mysql postgresql 2021-11-04 10:12:37.157 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:12:37.185 | + ./stack.sh:main:1017 : configure_database 2021-11-04 10:12:37.201 | + lib/database:configure_database:126 : configure_database_mysql 2021-11-04 10:12:37.225 | + lib/databases/mysql:configure_database_mysql:71 : local my_conf mysql slow_log 2021-11-04 10:12:37.257 | + lib/databases/mysql:configure_database_mysql:72 : echo_summary 'Configuring and starting MySQL' 2021-11-04 10:12:37.289 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:12:37.317 | + ./stack.sh:echo_summary:432 : echo -e Configuring and starting MySQL 2021-11-04 10:12:37.341 | + lib/databases/mysql:configure_database_mysql:74 : is_ubuntu 2021-11-04 10:12:37.356 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:12:37.381 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:12:37.401 | + lib/databases/mysql:configure_database_mysql:75 : my_conf=/etc/mysql/my.cnf 2021-11-04 10:12:37.421 | + lib/databases/mysql:configure_database_mysql:89 : is_fedora 2021-11-04 10:12:37.441 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-11-04 10:12:37.457 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-11-04 10:12:37.481 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-11-04 10:12:37.501 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-11-04 10:12:37.529 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-11-04 10:12:37.553 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-11-04 10:12:37.573 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-11-04 10:12:37.589 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-11-04 10:12:37.609 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-11-04 10:12:37.634 | + lib/databases/mysql:configure_database_mysql:89 : is_suse 2021-11-04 10:12:37.655 | + functions-common:is_suse:462 : is_opensuse 2021-11-04 10:12:37.673 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-11-04 10:12:37.697 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-11-04 10:12:37.725 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-11-04 10:12:37.757 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-11-04 10:12:37.781 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-11-04 10:12:37.809 | + lib/databases/mysql:configure_database_mysql:97 : sudo mysqladmin -u root password Passw0rd 2021-11-04 10:12:37.847 | mysqladmin: connect to server at 'localhost' failed 2021-11-04 10:12:37.847 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2021-11-04 10:12:37.873 | + lib/databases/mysql:configure_database_mysql:97 : true 2021-11-04 10:12:37.893 | + lib/databases/mysql:configure_database_mysql:101 : is_ubuntu 2021-11-04 10:12:37.913 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:12:37.941 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:12:37.961 | + lib/databases/mysql:configure_database_mysql:101 : '[' mysql == mariadb ']' 2021-11-04 10:12:37.981 | + lib/databases/mysql:configure_database_mysql:104 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2021-11-04 10:12:38.009 | + lib/databases/mysql:configure_database_mysql:110 : is_ubuntu 2021-11-04 10:12:38.028 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:12:38.053 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:12:38.077 | + lib/databases/mysql:configure_database_mysql:110 : [[ focal != \b\u\l\l\s\e\y\e ]] 2021-11-04 10:12:38.097 | + lib/databases/mysql:configure_database_mysql:110 : '[' mysql == mariadb ']' 2021-11-04 10:12:38.117 | + lib/databases/mysql:configure_database_mysql:115 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE USER IF NOT EXISTS '\''root'\''@'\''%'\'' identified by '\''Passw0rd'\'';' 2021-11-04 10:12:38.176 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-11-04 10:12:38.313 | + lib/databases/mysql:configure_database_mysql:117 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2021-11-04 10:12:38.363 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-11-04 10:12:38.450 | ++ lib/databases/mysql:configure_database_mysql:123 : ipv6_unquote 0.0.0.0 2021-11-04 10:12:38.454 | ++ functions-common:ipv6_unquote:2107 : echo 0.0.0.0 2021-11-04 10:12:38.460 | ++ functions-common:ipv6_unquote:2107 : tr -d '[]' 2021-11-04 10:12:38.462 | + lib/databases/mysql:configure_database_mysql:123 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2021-11-04 10:12:38.538 | + lib/databases/mysql:configure_database_mysql:124 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2021-11-04 10:12:38.605 | + lib/databases/mysql:configure_database_mysql:125 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2021-11-04 10:12:38.667 | + lib/databases/mysql:configure_database_mysql:126 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2021-11-04 10:12:38.726 | + lib/databases/mysql:configure_database_mysql:128 : [[ False == \T\r\u\e ]] 2021-11-04 10:12:38.728 | + lib/databases/mysql:configure_database_mysql:148 : restart_service mysql 2021-11-04 10:12:38.731 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-11-04 10:12:38.733 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart mysql 2021-11-04 10:12:41.995 | + ./stack.sh:main:1021 : save_stackenv 1021 2021-11-04 10:12:41.997 | + functions-common:save_stackenv:60 : local tag=1021 2021-11-04 10:12:42.000 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-11-04 10:12:42.005 | + functions-common:save_stackenv:62 : time_stamp=2021-11-04-101242 2021-11-04 10:12:42.008 | + functions-common:save_stackenv:63 : echo '# 2021-11-04-101242 1021' 2021-11-04 10:12:42.010 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:12:42.013 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-11-04 10:12:42.015 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:12:42.018 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-11-04 10:12:42.020 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:12:42.024 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-11-04 10:12:42.026 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:12:42.029 | + 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 2021-11-04 10:12:42.031 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:12:42.033 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.49 2021-11-04 10:12:42.036 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:12:42.038 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.49/identity 2021-11-04 10:12:42.041 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:12:42.043 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-11-04-095721 2021-11-04 10:12:42.045 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:12:42.048 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-11-04 10:12:42.052 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:12:42.054 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.49 2021-11-04 10:12:42.057 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:12:42.059 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-11-04 10:12:42.062 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:12:42.064 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-11-04 10:12:42.066 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:12:42.069 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-11-04 10:12:42.072 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:12:42.074 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-11-04 10:12:42.077 | + ./stack.sh:main:1033 : [[ True == \T\r\u\e ]] 2021-11-04 10:12:42.079 | + ./stack.sh:main:1034 : [[ -f /sys/kernel/mm/ksm/run ]] 2021-11-04 10:12:42.081 | + ./stack.sh:main:1035 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2021-11-04 10:12:42.094 | + ./stack.sh:main:1047 : start_dstat 2021-11-04 10:12:42.097 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-11-04 10:12:42.099 | + functions-common:run_process:1564 : local service=dstat 2021-11-04 10:12:42.102 | + functions-common:run_process:1565 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-11-04 10:12:42.104 | + functions-common:run_process:1566 : local group= 2021-11-04 10:12:42.107 | + functions-common:run_process:1567 : local user= 2021-11-04 10:12:42.109 | + functions-common:run_process:1569 : local name=dstat 2021-11-04 10:12:42.112 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:12:42.114 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:12:42.117 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:12:42.119 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:12:42.122 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:12:42.127 | + functions-common:time_start:2300 : _TIME_START[$name]=1636020762124 2021-11-04 10:12:42.129 | + functions-common:run_process:1572 : is_service_enabled dstat 2021-11-04 10:12:42.149 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:12:42.151 | + functions-common:run_process:1573 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2021-11-04 10:12:42.154 | + functions-common:_run_under_systemd:1529 : local service=dstat 2021-11-04 10:12:42.156 | + functions-common:_run_under_systemd:1530 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-11-04 10:12:42.159 | + functions-common:_run_under_systemd:1531 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-11-04 10:12:42.161 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-11-04 10:12:42.164 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-11-04 10:12:42.166 | + functions-common:_common_systemd_pitfalls:1504 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2021-11-04 10:12:42.169 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2021-11-04 10:12:42.174 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@dstat.service 2021-11-04 10:12:42.176 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:12:42.179 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:12:42.182 | + functions-common:_run_under_systemd:1538 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2021-11-04 10:12:42.184 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2021-11-04 10:12:42.187 | + functions-common:write_user_unit_file:1446 : local service=devstack@dstat.service 2021-11-04 10:12:42.190 | + functions-common:write_user_unit_file:1447 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-11-04 10:12:42.192 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:12:42.194 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-11-04 10:12:42.197 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:12:42.199 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:12:42.201 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@dstat.service 2021-11-04 10:12:42.204 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:12:42.208 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2021-11-04 10:12:42.280 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2021-11-04 10:12:42.346 | + 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' 2021-11-04 10:12:42.399 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2021-11-04 10:12:42.452 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2021-11-04 10:12:42.506 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:12:42.565 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:12:42.568 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2021-11-04 10:12:42.636 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:12:43.038 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@dstat.service 2021-11-04 10:12:43.051 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2021-11-04 10:12:43.438 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@dstat.service 2021-11-04 10:12:43.469 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:12:43.477 | + functions-common:time_stop:2309 : local name 2021-11-04 10:12:43.480 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:12:43.483 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:12:43.486 | + functions-common:time_stop:2312 : local total 2021-11-04 10:12:43.489 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:12:43.492 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:12:43.494 | + functions-common:time_stop:2316 : start_time=1636020762124 2021-11-04 10:12:43.497 | + functions-common:time_stop:2318 : [[ -z 1636020762124 ]] 2021-11-04 10:12:43.500 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:12:43.504 | + functions-common:time_stop:2321 : end_time=1636020763502 2021-11-04 10:12:43.507 | + functions-common:time_stop:2322 : elapsed_time=1378 2021-11-04 10:12:43.509 | + functions-common:time_stop:2323 : total=0 2021-11-04 10:12:43.512 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:12:43.514 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=1378 2021-11-04 10:12:43.516 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2021-11-04 10:12:43.519 | + functions-common:run_process:1564 : local service=memory_tracker 2021-11-04 10:12:43.521 | + functions-common:run_process:1565 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2021-11-04 10:12:43.525 | + functions-common:run_process:1566 : local group= 2021-11-04 10:12:43.527 | + functions-common:run_process:1567 : local user=root 2021-11-04 10:12:43.529 | + functions-common:run_process:1569 : local name=memory_tracker 2021-11-04 10:12:43.531 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:12:43.536 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:12:43.539 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:12:43.541 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:12:43.545 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:12:43.554 | + functions-common:time_start:2300 : _TIME_START[$name]=1636020763546 2021-11-04 10:12:43.561 | + functions-common:run_process:1572 : is_service_enabled memory_tracker 2021-11-04 10:12:43.582 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:12:43.585 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:12:43.589 | + functions-common:time_stop:2309 : local name 2021-11-04 10:12:43.592 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:12:43.595 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:12:43.597 | + functions-common:time_stop:2312 : local total 2021-11-04 10:12:43.600 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:12:43.603 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:12:43.605 | + functions-common:time_stop:2316 : start_time=1636020763546 2021-11-04 10:12:43.608 | + functions-common:time_stop:2318 : [[ -z 1636020763546 ]] 2021-11-04 10:12:43.615 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:12:43.618 | + functions-common:time_stop:2321 : end_time=1636020763615 2021-11-04 10:12:43.620 | + functions-common:time_stop:2322 : elapsed_time=69 2021-11-04 10:12:43.623 | + functions-common:time_stop:2323 : total=1378 2021-11-04 10:12:43.625 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:12:43.628 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=1447 2021-11-04 10:12:43.630 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2021-11-04 10:12:43.717 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:12:43.733 | + ./stack.sh:main:1051 : is_service_enabled tcpdump 2021-11-04 10:12:43.761 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:12:43.765 | + ./stack.sh:main:1059 : is_service_enabled etcd3 2021-11-04 10:12:43.841 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:12:43.843 | + ./stack.sh:main:1060 : start_etcd3 2021-11-04 10:12:43.846 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2021-11-04 10:12:43.849 | + lib/etcd3:start_etcd3:42 : cmd+=' --name n-d-808921-2 --data-dir /opt/stack/data/etcd' 2021-11-04 10:12:43.852 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2021-11-04 10:12:43.855 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster n-d-808921-2=http://10.222.0.49:2380' 2021-11-04 10:12:43.861 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.49:2380' 2021-11-04 10:12:43.871 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.49:2379' 2021-11-04 10:12:43.874 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2021-11-04 10:12:43.877 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2021-11-04 10:12:43.880 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.49:2379' 2021-11-04 10:12:43.889 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2021-11-04 10:12:43.893 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2021-11-04 10:12:43.897 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2021-11-04 10:12:43.909 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name n-d-808921-2 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-808921-2=http://10.222.0.49:2380 --initial-advertise-peer-urls http://10.222.0.49:2380 --advertise-client-urls http://10.222.0.49:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.49:2379 --debug' '' root 2021-11-04 10:12:43.909 | + functions-common:write_user_unit_file:1446 : local service=devstack@etcd.service 2021-11-04 10:12:43.909 | + functions-common:write_user_unit_file:1447 : local 'command=/opt/stack/bin/etcd --name n-d-808921-2 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-808921-2=http://10.222.0.49:2380 --initial-advertise-peer-urls http://10.222.0.49:2380 --advertise-client-urls http://10.222.0.49:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.49:2379 --debug' 2021-11-04 10:12:43.909 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:12:43.910 | + functions-common:write_user_unit_file:1449 : local user=root 2021-11-04 10:12:43.913 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:12:43.916 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:12:43.918 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@etcd.service 2021-11-04 10:12:43.921 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:12:43.925 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2021-11-04 10:12:43.994 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2021-11-04 10:12:44.059 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name n-d-808921-2 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-808921-2=http://10.222.0.49:2380 --initial-advertise-peer-urls http://10.222.0.49:2380 --advertise-client-urls http://10.222.0.49:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.49:2379 --debug' 2021-11-04 10:12:44.115 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2021-11-04 10:12:44.169 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2021-11-04 10:12:44.223 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:12:44.278 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:12:44.280 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2021-11-04 10:12:44.344 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:12:44.742 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2021-11-04 10:12:44.799 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2021-11-04 10:12:44.865 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2021-11-04 10:12:44.928 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2021-11-04 10:12:44.986 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2021-11-04 10:12:44.989 | ++ functions-common:is_arch:428 : uname -m 2021-11-04 10:12:44.994 | + functions-common:is_arch:428 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2021-11-04 10:12:44.996 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2021-11-04 10:12:45.394 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2021-11-04 10:12:45.408 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2021-11-04 10:12:45.790 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2021-11-04 10:12:46.471 | + ./stack.sh:main:1071 : cat 2021-11-04 10:12:46.477 | + ./stack.sh:main:1086 : is_service_enabled tls-proxy 2021-11-04 10:12:46.496 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:12:46.499 | + ./stack.sh:main:1091 : source /home/ubuntu/devstack/userrc_early 2021-11-04 10:12:46.501 | ++ userrc_early:source:4 : export OS_IDENTITY_API_VERSION=3 2021-11-04 10:12:46.504 | ++ userrc_early:source:4 : OS_IDENTITY_API_VERSION=3 2021-11-04 10:12:46.507 | ++ userrc_early:source:5 : export OS_AUTH_URL=http://10.222.0.49/identity 2021-11-04 10:12:46.510 | ++ userrc_early:source:5 : OS_AUTH_URL=http://10.222.0.49/identity 2021-11-04 10:12:46.512 | ++ userrc_early:source:6 : export OS_USERNAME=admin 2021-11-04 10:12:46.515 | ++ userrc_early:source:6 : OS_USERNAME=admin 2021-11-04 10:12:46.518 | ++ userrc_early:source:7 : export OS_USER_DOMAIN_ID=default 2021-11-04 10:12:46.520 | ++ userrc_early:source:7 : OS_USER_DOMAIN_ID=default 2021-11-04 10:12:46.524 | ++ userrc_early:source:8 : export OS_PASSWORD=Passw0rd 2021-11-04 10:12:46.527 | ++ userrc_early:source:8 : OS_PASSWORD=Passw0rd 2021-11-04 10:12:46.529 | ++ userrc_early:source:9 : export OS_PROJECT_NAME=admin 2021-11-04 10:12:46.532 | ++ userrc_early:source:9 : OS_PROJECT_NAME=admin 2021-11-04 10:12:46.535 | ++ userrc_early:source:10 : export OS_PROJECT_DOMAIN_ID=default 2021-11-04 10:12:46.538 | ++ userrc_early:source:10 : OS_PROJECT_DOMAIN_ID=default 2021-11-04 10:12:46.541 | ++ userrc_early:source:11 : export OS_REGION_NAME=RegionOne 2021-11-04 10:12:46.543 | ++ userrc_early:source:11 : OS_REGION_NAME=RegionOne 2021-11-04 10:12:46.546 | + ./stack.sh:main:1094 : write_clouds_yaml 2021-11-04 10:12:46.548 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2021-11-04 10:12:46.551 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2021-11-04 10:12:46.556 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2021-11-04 10:12:46.569 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2021-11-04 10:12:46.581 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2021-11-04 10:12:46.584 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-11-04 10:12:46.586 | + 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.49/identity --os-username demo --os-password Passw0rd --os-project-name demo 2021-11-04 10:12:46.682 | The user clouds.yaml file didn't exist. 2021-11-04 10:12:46.693 | + 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.49/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2021-11-04 10:12:46.811 | + 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.49/identity --os-username admin --os-password Passw0rd --os-project-name admin 2021-11-04 10:12:46.929 | + 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.49/identity --os-username admin --os-password Passw0rd --os-system-scope all 2021-11-04 10:12:47.048 | + functions-common:write_clouds_yaml:132 : cat 2021-11-04 10:12:47.055 | ++ functions-common:write_clouds_yaml:138 : eval echo '~ubuntu' 2021-11-04 10:12:47.058 | +++ functions-common:write_clouds_yaml:138 : echo /home/ubuntu 2021-11-04 10:12:47.061 | + functions-common:write_clouds_yaml:138 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2021-11-04 10:12:47.066 | + ./stack.sh:main:1096 : is_service_enabled keystone 2021-11-04 10:12:47.093 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:12:47.096 | + ./stack.sh:main:1097 : echo_summary 'Starting Keystone' 2021-11-04 10:12:47.098 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:12:47.101 | + ./stack.sh:echo_summary:432 : echo -e Starting Keystone 2021-11-04 10:12:47.103 | + ./stack.sh:main:1099 : '[' 10.222.0.49 == 10.222.0.49 ']' 2021-11-04 10:12:47.106 | + ./stack.sh:main:1100 : init_keystone 2021-11-04 10:12:47.108 | + lib/keystone:init_keystone:425 : is_service_enabled ldap 2021-11-04 10:12:47.131 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:12:47.133 | + lib/keystone:init_keystone:429 : [[ True == True ]] 2021-11-04 10:12:47.135 | + lib/keystone:init_keystone:431 : recreate_database keystone 2021-11-04 10:12:47.138 | + lib/database:recreate_database:110 : local db=keystone 2021-11-04 10:12:47.140 | + lib/database:recreate_database:111 : recreate_database_mysql keystone 2021-11-04 10:12:47.143 | + lib/databases/mysql:recreate_database_mysql:65 : local db=keystone 2021-11-04 10:12:47.145 | + lib/databases/mysql:recreate_database_mysql:66 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2021-11-04 10:12:47.151 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-11-04 10:12:47.209 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2021-11-04 10:12:47.214 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-11-04 10:12:47.334 | + lib/keystone:init_keystone:434 : time_start dbsync 2021-11-04 10:12:47.337 | + functions-common:time_start:2295 : local name=dbsync 2021-11-04 10:12:47.342 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:12:47.345 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:12:47.348 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:12:47.353 | + functions-common:time_start:2300 : _TIME_START[$name]=1636020767350 2021-11-04 10:12:47.356 | + lib/keystone:init_keystone:436 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2021-11-04 10:12:51.798 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:12:51.800 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.800 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.800 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.800 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.806 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.807 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.808 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.809 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.809 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.815 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.816 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.818 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.818 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.818 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.818 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.819 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.819 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.820 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.820 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.821 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.821 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.821 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:12:51.822 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:12:51.851 | 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=78721) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2021-11-04 10:12:51.862 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:12:51.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.864 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.864 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.864 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.864 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.864 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.864 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.865 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.865 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.865 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.865 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.865 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.865 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.867 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.867 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.867 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.868 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.869 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.869 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.869 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.870 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.870 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.870 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.871 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.871 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.871 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.871 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.873 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.873 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.873 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.873 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.873 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.873 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.874 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.874 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.874 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.874 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.874 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.874 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.874 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.875 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.875 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.875 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.875 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.875 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.877 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.877 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.877 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.878 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.878 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.878 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.878 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.879 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.879 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.879 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.882 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.883 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.883 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.883 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.884 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.884 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.884 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.885 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.885 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.885 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.885 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:12:51.886 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:12:51.919 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:12:51.920 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.920 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.920 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.921 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.921 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.921 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.921 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.926 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.926 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.926 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.927 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.928 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.928 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.929 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.929 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.929 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.929 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.930 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.935 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.936 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.936 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.936 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.936 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.937 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.937 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.937 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.937 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.938 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.938 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.938 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.938 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.939 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.939 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.939 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.939 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.940 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.940 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:51.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:51.941 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:12:51.942 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:12:52.438 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:12:52.439 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.439 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.440 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.440 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.442 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.442 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.443 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.443 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.443 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.443 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.444 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.444 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.444 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.444 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.445 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.445 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.445 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.445 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.446 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.446 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.446 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.446 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.447 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.448 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.448 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.449 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.449 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.449 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.450 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.450 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.450 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.450 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.450 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.450 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.451 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.451 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.451 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.452 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.452 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.452 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.452 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.452 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.452 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.453 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.453 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.453 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.453 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.454 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.454 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.454 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.454 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.454 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.454 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.454 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.455 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.455 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.455 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.455 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.456 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:12:52.457 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:12:52.457 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:12:52.457 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:12:52.466 | INFO migrate.versioning.api [-] 66 -> 67...  2021-11-04 10:13:12.753 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:12.754 | INFO migrate.versioning.api [-] 67 -> 68...  2021-11-04 10:13:12.840 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:12.840 | INFO migrate.versioning.api [-] 68 -> 69...  2021-11-04 10:13:12.924 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:12.924 | INFO migrate.versioning.api [-] 69 -> 70...  2021-11-04 10:13:13.011 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:13.011 | INFO migrate.versioning.api [-] 70 -> 71...  2021-11-04 10:13:13.091 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:13.091 | INFO migrate.versioning.api [-] 71 -> 72...  2021-11-04 10:13:13.166 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:13.166 | INFO migrate.versioning.api [-] 72 -> 73...  2021-11-04 10:13:15.365 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:15.365 | INFO migrate.versioning.api [-] 73 -> 74...  2021-11-04 10:13:15.720 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:15.720 | INFO migrate.versioning.api [-] 74 -> 75...  2021-11-04 10:13:16.114 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:16.114 | INFO migrate.versioning.api [-] 75 -> 76...  2021-11-04 10:13:16.182 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:16.182 | INFO migrate.versioning.api [-] 76 -> 77...  2021-11-04 10:13:16.286 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:16.286 | INFO migrate.versioning.api [-] 77 -> 78...  2021-11-04 10:13:16.366 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:16.366 | INFO migrate.versioning.api [-] 78 -> 79...  2021-11-04 10:13:16.434 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:16.434 | INFO migrate.versioning.api [-] 79 -> 80...  2021-11-04 10:13:16.497 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:16.497 | INFO migrate.versioning.api [-] 80 -> 81...  2021-11-04 10:13:16.999 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:16.999 | INFO migrate.versioning.api [-] 81 -> 82...  2021-11-04 10:13:17.307 | ++ inc/async:async_inner:64 : rc=0 2021-11-04 10:13:17.333 | [76868 Async install_tempest:76868]: finished successfully 2021-11-04 10:13:19.342 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:19.342 | INFO migrate.versioning.api [-] 82 -> 83...  2021-11-04 10:13:22.359 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:22.360 | INFO migrate.versioning.api [-] 83 -> 84...  2021-11-04 10:13:23.274 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:23.274 | INFO migrate.versioning.api [-] 84 -> 85...  2021-11-04 10:13:25.119 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:25.119 | INFO migrate.versioning.api [-] 85 -> 86...  2021-11-04 10:13:25.570 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:25.570 | INFO migrate.versioning.api [-] 86 -> 87...  2021-11-04 10:13:28.262 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:28.262 | INFO migrate.versioning.api [-] 87 -> 88...  2021-11-04 10:13:29.484 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:29.485 | INFO migrate.versioning.api [-] 88 -> 89...  2021-11-04 10:13:29.719 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:29.719 | INFO migrate.versioning.api [-] 89 -> 90...  2021-11-04 10:13:31.170 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:31.171 | INFO migrate.versioning.api [-] 90 -> 91...  2021-11-04 10:13:34.336 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:34.336 | INFO migrate.versioning.api [-] 91 -> 92...  2021-11-04 10:13:36.907 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:36.907 | INFO migrate.versioning.api [-] 92 -> 93...  2021-11-04 10:13:40.068 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:40.068 | INFO migrate.versioning.api [-] 93 -> 94...  2021-11-04 10:13:42.592 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:42.593 | INFO migrate.versioning.api [-] 94 -> 95...  2021-11-04 10:13:44.695 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:44.696 | INFO migrate.versioning.api [-] 95 -> 96...  2021-11-04 10:13:44.787 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:44.787 | INFO migrate.versioning.api [-] 96 -> 97...  2021-11-04 10:13:44.872 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:44.872 | INFO migrate.versioning.api [-] 97 -> 98...  2021-11-04 10:13:44.993 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:44.993 | INFO migrate.versioning.api [-] 98 -> 99...  2021-11-04 10:13:45.113 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:45.113 | INFO migrate.versioning.api [-] 99 -> 100...  2021-11-04 10:13:45.226 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:45.226 | INFO migrate.versioning.api [-] 100 -> 101...  2021-11-04 10:13:45.324 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:45.324 | INFO migrate.versioning.api [-] 101 -> 102...  2021-11-04 10:13:45.924 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:45.925 | INFO migrate.versioning.api [-] 102 -> 103...  2021-11-04 10:13:46.655 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:46.655 | INFO migrate.versioning.api [-] 103 -> 104...  2021-11-04 10:13:46.758 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:46.758 | INFO migrate.versioning.api [-] 104 -> 105...  2021-11-04 10:13:47.735 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:47.735 | INFO migrate.versioning.api [-] 105 -> 106...  2021-11-04 10:13:49.221 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:49.221 | INFO migrate.versioning.api [-] 106 -> 107...  2021-11-04 10:13:50.209 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:50.209 | INFO migrate.versioning.api [-] 107 -> 108...  2021-11-04 10:13:50.809 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:50.809 | INFO migrate.versioning.api [-] 108 -> 109...  2021-11-04 10:13:51.215 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:51.215 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:13:51.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.216 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.217 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.217 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.220 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.220 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.221 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.221 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.221 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.222 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.222 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.222 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.222 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.222 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.222 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.222 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.223 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.223 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.223 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.223 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.223 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.223 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.223 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.224 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.224 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.224 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.224 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.224 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.224 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.224 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.226 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.226 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.227 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.227 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.227 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.227 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.227 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.227 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.228 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.228 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.228 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.228 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.228 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.228 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.228 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.229 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.229 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.229 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.229 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.229 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.229 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.229 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.230 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.230 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:13:51.230 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:13:51.230 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:13:51.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.231 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.232 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.232 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.232 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.232 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.232 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.232 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.232 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.234 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.234 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.234 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.234 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.234 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.234 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.235 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.235 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.235 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.235 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.235 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.235 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.236 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.236 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.236 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.236 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.236 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.236 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.236 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.237 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.237 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.237 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.237 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.237 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.237 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.237 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.238 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.238 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.238 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.238 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.238 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.238 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.238 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.239 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.239 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.239 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.239 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.239 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.239 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.239 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.240 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.240 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.240 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.240 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.240 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.240 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.241 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.241 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.246 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.246 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.246 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.247 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.247 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.247 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.248 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.248 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.248 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.248 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.248 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.248 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.248 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.249 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.249 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.249 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.249 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.249 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.249 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.249 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.250 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.250 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.251 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.251 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.251 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.251 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.251 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.251 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.251 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.252 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.252 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.252 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.253 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.253 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.253 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.254 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.254 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.255 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.255 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.255 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.255 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.255 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.255 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.257 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.257 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.257 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.258 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:13:51.258 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:13:51.266 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:13:51.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.268 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.268 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.268 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.268 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.268 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.269 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.269 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.269 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.269 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.270 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.270 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.270 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.270 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.271 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.271 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.271 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.272 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.272 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.272 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.273 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.273 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.273 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.274 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.274 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.275 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.275 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.275 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.275 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.275 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.276 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.276 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.276 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.277 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.277 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.277 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.278 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.278 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.278 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.278 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.278 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.278 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.279 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.279 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.279 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.279 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.279 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.279 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.279 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.280 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.280 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.280 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.281 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.281 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.281 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.283 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.283 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.283 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.283 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.284 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.284 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.284 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.284 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.286 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.286 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.286 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.286 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.286 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.286 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.286 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.287 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.287 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.287 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.287 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.288 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.288 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.289 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.290 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.290 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.290 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.291 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.291 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.291 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.292 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.292 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:13:51.292 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:13:51.415 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:13:51.416 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.416 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.416 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.416 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.416 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.417 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.417 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.417 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.417 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.417 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.417 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.417 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.418 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.418 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.418 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.418 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.418 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.418 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.419 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.419 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.419 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.419 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.419 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.419 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.419 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.420 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.420 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.420 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.420 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.420 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.420 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.421 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.421 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.421 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.421 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.421 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.421 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.421 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.422 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.422 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.422 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.422 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.422 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.422 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.422 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.423 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.423 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.423 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.423 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.423 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.423 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.423 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.424 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.424 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.424 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.424 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.424 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.425 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.425 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.425 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.425 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.425 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.425 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.426 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.426 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.426 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.426 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.426 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.426 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.426 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.427 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.427 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.427 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.427 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.427 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.427 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.427 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.428 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.428 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.428 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.428 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.428 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.428 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.428 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.429 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.429 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.429 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.429 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.429 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.429 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.430 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.430 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.430 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.430 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.430 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.430 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.430 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.431 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.431 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.431 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.431 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.431 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.431 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.431 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.432 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.432 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.432 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.432 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.432 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.432 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.432 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.433 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.433 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.433 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.433 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.433 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.433 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.433 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.434 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.434 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.434 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.434 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.434 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.434 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.434 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.435 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.435 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.435 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.435 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.435 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.435 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.436 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.436 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.436 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.436 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.436 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.436 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.437 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.437 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.437 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.437 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.437 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.437 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.437 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.438 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.438 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.438 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.438 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.438 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.438 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.438 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.439 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.439 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.439 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.439 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.439 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.440 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:13:51.440 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:13:51.441 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:13:51.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.448 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.448 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.448 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.448 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.448 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.448 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.448 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.448 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.448 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.448 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.448 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.448 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.449 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.449 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.449 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.449 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.449 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.449 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.449 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.449 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.449 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.449 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.449 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.449 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.449 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.449 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.449 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.449 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.449 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.450 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.450 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.450 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.450 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.450 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.450 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.450 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.450 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.450 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.450 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.450 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.450 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.450 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.450 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.450 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.450 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.450 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.450 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.451 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.451 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.451 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.451 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.452 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.452 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.452 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.452 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.452 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.452 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.452 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.453 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.453 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.453 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.453 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.454 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.454 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.454 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.454 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.454 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.454 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.454 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.455 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.456 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.456 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.457 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.457 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.457 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.457 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.458 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.458 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.458 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.458 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.458 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.458 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.458 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.459 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.459 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.459 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.459 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.459 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.459 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.459 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.460 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.460 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.460 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.460 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.460 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.460 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.462 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.462 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.462 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.462 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.462 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.463 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.463 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.463 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.463 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.463 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.463 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.463 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.464 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.464 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.464 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.464 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.464 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.464 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:13:51.464 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:13:51.472 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:13:51.473 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.473 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.474 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.474 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.474 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.475 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.475 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.475 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.476 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.476 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.476 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.476 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.476 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.477 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.477 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.477 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.477 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.478 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.478 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.478 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.479 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.479 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.480 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.480 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.480 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.480 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.480 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.480 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.481 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.481 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.482 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.482 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.482 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.482 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.483 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.483 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.484 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.485 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.485 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.485 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.485 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.486 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.486 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.486 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.486 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.488 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.488 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.489 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.489 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.490 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.490 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.490 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.490 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.491 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.491 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.492 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.492 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.492 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.492 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.493 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.494 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.494 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.495 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:13:51.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:13:51.496 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:13:51.496 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:13:51.505 | INFO migrate.versioning.api [-] 0 -> 1...  2021-11-04 10:13:51.587 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:51.587 | INFO migrate.versioning.api [-] 1 -> 2...  2021-11-04 10:13:51.712 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:51.712 | INFO migrate.versioning.api [-] 2 -> 3...  2021-11-04 10:13:53.479 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:53.479 | INFO migrate.versioning.api [-] 3 -> 4...  2021-11-04 10:13:53.558 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:53.558 | INFO migrate.versioning.api [-] 4 -> 5...  2021-11-04 10:13:53.626 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:53.626 | INFO migrate.versioning.api [-] 5 -> 6...  2021-11-04 10:13:53.700 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:53.700 | INFO migrate.versioning.api [-] 6 -> 7...  2021-11-04 10:13:53.792 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:53.792 | INFO migrate.versioning.api [-] 7 -> 8...  2021-11-04 10:13:53.896 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:53.896 | INFO migrate.versioning.api [-] 8 -> 9...  2021-11-04 10:13:54.038 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:54.038 | INFO migrate.versioning.api [-] 9 -> 10...  2021-11-04 10:13:55.472 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:55.472 | INFO migrate.versioning.api [-] 10 -> 11...  2021-11-04 10:13:55.581 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:55.581 | INFO migrate.versioning.api [-] 11 -> 12...  2021-11-04 10:13:57.392 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:57.392 | INFO migrate.versioning.api [-] 12 -> 13...  2021-11-04 10:13:57.473 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:57.473 | INFO migrate.versioning.api [-] 13 -> 14...  2021-11-04 10:13:59.278 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:59.278 | INFO migrate.versioning.api [-] 14 -> 15...  2021-11-04 10:13:59.410 | INFO migrate.versioning.api [-] done 2021-11-04 10:13:59.410 | INFO migrate.versioning.api [-] 15 -> 16...  2021-11-04 10:14:00.078 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:00.078 | INFO migrate.versioning.api [-] 16 -> 17...  2021-11-04 10:14:00.198 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:00.198 | INFO migrate.versioning.api [-] 17 -> 18...  2021-11-04 10:14:00.277 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:00.278 | INFO migrate.versioning.api [-] 18 -> 19...  2021-11-04 10:14:00.369 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:00.369 | INFO migrate.versioning.api [-] 19 -> 20...  2021-11-04 10:14:00.432 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:00.432 | INFO migrate.versioning.api [-] 20 -> 21...  2021-11-04 10:14:00.506 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:00.507 | INFO migrate.versioning.api [-] 21 -> 22...  2021-11-04 10:14:00.923 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:00.924 | INFO migrate.versioning.api [-] 22 -> 23...  2021-11-04 10:14:01.318 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:01.318 | INFO migrate.versioning.api [-] 23 -> 24...  2021-11-04 10:14:02.249 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:02.249 | INFO migrate.versioning.api [-] 24 -> 25...  2021-11-04 10:14:02.323 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:02.323 | INFO migrate.versioning.api [-] 25 -> 26...  2021-11-04 10:14:02.414 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:02.415 | INFO migrate.versioning.api [-] 26 -> 27...  2021-11-04 10:14:02.540 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:02.541 | INFO migrate.versioning.api [-] 27 -> 28...  2021-11-04 10:14:02.637 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:02.637 | INFO migrate.versioning.api [-] 28 -> 29...  2021-11-04 10:14:02.735 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:02.735 | INFO migrate.versioning.api [-] 29 -> 30...  2021-11-04 10:14:03.489 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:03.489 | INFO migrate.versioning.api [-] 30 -> 31...  2021-11-04 10:14:04.021 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:04.021 | INFO migrate.versioning.api [-] 31 -> 32...  2021-11-04 10:14:04.734 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:04.734 | INFO migrate.versioning.api [-] 32 -> 33...  2021-11-04 10:14:08.140 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:08.140 | INFO migrate.versioning.api [-] 33 -> 34...  2021-11-04 10:14:09.391 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:09.392 | INFO migrate.versioning.api [-] 34 -> 35...  2021-11-04 10:14:09.837 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:09.837 | INFO migrate.versioning.api [-] 35 -> 36...  2021-11-04 10:14:10.294 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:10.294 | INFO migrate.versioning.api [-] 36 -> 37...  2021-11-04 10:14:10.357 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:10.357 | INFO migrate.versioning.api [-] 37 -> 38...  2021-11-04 10:14:10.431 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:10.431 | INFO migrate.versioning.api [-] 38 -> 39...  2021-11-04 10:14:10.500 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:10.500 | INFO migrate.versioning.api [-] 39 -> 40...  2021-11-04 10:14:10.557 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:10.557 | INFO migrate.versioning.api [-] 40 -> 41...  2021-11-04 10:14:10.626 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:10.626 | INFO migrate.versioning.api [-] 41 -> 42...  2021-11-04 10:14:10.729 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:10.729 | INFO migrate.versioning.api [-] 42 -> 43...  2021-11-04 10:14:10.878 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:10.878 | INFO migrate.versioning.api [-] 43 -> 44...  2021-11-04 10:14:11.022 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:11.022 | INFO migrate.versioning.api [-] 44 -> 45...  2021-11-04 10:14:11.860 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:11.861 | INFO migrate.versioning.api [-] 45 -> 46...  2021-11-04 10:14:12.015 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:12.015 | INFO migrate.versioning.api [-] 46 -> 47...  2021-11-04 10:14:17.643 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:17.643 | INFO migrate.versioning.api [-] 47 -> 48...  2021-11-04 10:14:19.598 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:19.598 | INFO migrate.versioning.api [-] 48 -> 49...  2021-11-04 10:14:19.660 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:19.660 | INFO migrate.versioning.api [-] 49 -> 50...  2021-11-04 10:14:19.717 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:19.717 | INFO migrate.versioning.api [-] 50 -> 51...  2021-11-04 10:14:19.832 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:19.832 | INFO migrate.versioning.api [-] 51 -> 52...  2021-11-04 10:14:19.923 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:19.923 | INFO migrate.versioning.api [-] 52 -> 53...  2021-11-04 10:14:20.420 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:20.420 | INFO migrate.versioning.api [-] 53 -> 54...  2021-11-04 10:14:20.472 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:20.472 | INFO migrate.versioning.api [-] 54 -> 55...  2021-11-04 10:14:21.083 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:21.083 | INFO migrate.versioning.api [-] 55 -> 56...  2021-11-04 10:14:22.385 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:22.385 | INFO migrate.versioning.api [-] 56 -> 57...  2021-11-04 10:14:22.459 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:22.459 | INFO migrate.versioning.api [-] 57 -> 58...  2021-11-04 10:14:22.563 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:22.563 | INFO migrate.versioning.api [-] 58 -> 59...  2021-11-04 10:14:22.660 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:22.660 | INFO migrate.versioning.api [-] 59 -> 60...  2021-11-04 10:14:22.769 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:22.769 | INFO migrate.versioning.api [-] 60 -> 61...  2021-11-04 10:14:22.900 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:22.900 | INFO migrate.versioning.api [-] 61 -> 62...  2021-11-04 10:14:23.683 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:23.683 | INFO migrate.versioning.api [-] 62 -> 63...  2021-11-04 10:14:23.751 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:23.752 | INFO migrate.versioning.api [-] 63 -> 64...  2021-11-04 10:14:24.225 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:24.225 | INFO migrate.versioning.api [-] 64 -> 65...  2021-11-04 10:14:26.026 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:26.026 | INFO migrate.versioning.api [-] 65 -> 66...  2021-11-04 10:14:27.162 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:27.163 | INFO migrate.versioning.api [-] 66 -> 67...  2021-11-04 10:14:27.272 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:27.272 | INFO migrate.versioning.api [-] 67 -> 68...  2021-11-04 10:14:27.351 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:27.351 | INFO migrate.versioning.api [-] 68 -> 69...  2021-11-04 10:14:27.426 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:27.426 | INFO migrate.versioning.api [-] 69 -> 70...  2021-11-04 10:14:27.477 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:27.477 | INFO migrate.versioning.api [-] 70 -> 71...  2021-11-04 10:14:27.569 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:27.569 | INFO migrate.versioning.api [-] 71 -> 72...  2021-11-04 10:14:27.684 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:27.684 | INFO migrate.versioning.api [-] 72 -> 73...  2021-11-04 10:14:29.140 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:29.140 | INFO migrate.versioning.api [-] 73 -> 74...  2021-11-04 10:14:29.214 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:29.214 | INFO migrate.versioning.api [-] 74 -> 75...  2021-11-04 10:14:29.317 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:29.317 | INFO migrate.versioning.api [-] 75 -> 76...  2021-11-04 10:14:29.380 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:29.380 | INFO migrate.versioning.api [-] 76 -> 77...  2021-11-04 10:14:29.425 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:29.425 | INFO migrate.versioning.api [-] 77 -> 78...  2021-11-04 10:14:29.545 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:29.545 | INFO migrate.versioning.api [-] 78 -> 79...  2021-11-04 10:14:30.631 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:30.631 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:14:30.632 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.632 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.632 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.633 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.633 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.633 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.633 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.633 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.633 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.633 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.634 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.634 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.634 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.634 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.634 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.634 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.635 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.635 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.635 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.635 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.635 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.635 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.635 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.636 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.636 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.636 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.636 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.636 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.636 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.637 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.637 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.637 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.637 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.638 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.638 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.638 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.638 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.638 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.638 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.638 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.639 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.639 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.640 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.641 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.641 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.641 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.641 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.642 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.642 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.642 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.642 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.642 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.643 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.643 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.643 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.643 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.643 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.643 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.644 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.644 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.644 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.644 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.650 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.650 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.650 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.650 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.650 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.650 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.651 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.651 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.651 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.651 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.651 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.651 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.651 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.651 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.651 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.652 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.652 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.652 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.652 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.652 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.652 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.653 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.653 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.653 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.653 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.653 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.653 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.653 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.654 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.654 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.654 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.654 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.655 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.655 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.655 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.655 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.656 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:14:30.656 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:14:30.656 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:14:30.657 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.657 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.657 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.658 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.658 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.658 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.659 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.659 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.659 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.660 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.660 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.660 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.660 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.660 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.661 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.661 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.661 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.661 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.661 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.662 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.662 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.663 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.663 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.663 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.663 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.664 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.664 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.664 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.664 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.665 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.665 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.665 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.666 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.666 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.667 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.667 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.667 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.668 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.668 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.668 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.668 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.668 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.668 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.669 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.669 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.669 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.669 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.669 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.669 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.669 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.670 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.670 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.670 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.670 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.670 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.670 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.670 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.671 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.671 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.671 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.671 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.672 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.672 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.672 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.672 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.672 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.672 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.672 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.674 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.674 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.675 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.675 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.676 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.677 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.677 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.677 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.677 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.677 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.677 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.677 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.678 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.678 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.678 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.678 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.678 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.678 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.678 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.679 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.679 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.679 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.679 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.679 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.679 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.679 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.680 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.680 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.680 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.680 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.680 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.680 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.680 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.681 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.681 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.681 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.681 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.681 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.681 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:14:30.681 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:14:30.682 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:14:30.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.684 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.685 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.686 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.686 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.686 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.686 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.686 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.687 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.687 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.687 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.687 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.688 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.688 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.688 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.689 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.689 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.690 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.690 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.690 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.691 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.691 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.691 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.691 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.691 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.691 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.691 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.692 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.692 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.692 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.692 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.692 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.692 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.693 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.693 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.693 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.693 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.693 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.693 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.693 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.694 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.694 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.694 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.694 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.694 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.694 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.694 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.695 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.695 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.695 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.695 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.695 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.695 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.695 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.696 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.696 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.696 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.696 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.696 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.696 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.696 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.697 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.697 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.697 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.697 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.697 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.697 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.697 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.698 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.698 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.698 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.698 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.698 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.698 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.699 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.699 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.699 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.699 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.699 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.699 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.699 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.700 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.700 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.700 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.700 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.700 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.700 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.700 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.701 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.701 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.701 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.701 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.701 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.701 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.701 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.702 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.702 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.702 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.702 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.702 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.702 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.702 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.703 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.703 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.703 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.703 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.703 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.703 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.704 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.704 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.704 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.704 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.704 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.705 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.705 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.705 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.705 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.705 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.705 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.706 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.706 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.706 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.706 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.706 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.706 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.706 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.707 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.707 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.707 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.707 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.707 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.707 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:14:30.707 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:14:30.716 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:14:30.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.717 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.717 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.718 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.718 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.718 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.718 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.718 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.718 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.719 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.719 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.719 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.719 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.719 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.719 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.719 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.720 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.720 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.720 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.720 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.720 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.720 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.721 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.721 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.721 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.721 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.721 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.721 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.722 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.722 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.722 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.722 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.722 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.722 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.722 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.723 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.723 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.723 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.723 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.723 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.723 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.723 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.724 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.724 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.724 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.724 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.724 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.724 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.725 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.725 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.725 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.725 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.725 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.725 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.725 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.726 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.726 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.726 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.726 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.726 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.726 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.726 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.727 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.727 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.727 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.727 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.727 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.727 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.728 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.728 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.728 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.728 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.728 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.728 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.728 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.729 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.729 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.729 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.729 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.729 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.729 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.729 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.730 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.730 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.730 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.730 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.730 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.730 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.730 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.731 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.731 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.731 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.731 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.731 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.731 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.732 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.732 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.732 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.732 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.732 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.732 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.732 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.733 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.733 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.733 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.733 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.733 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.733 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.733 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.734 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.734 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.734 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.734 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.734 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.734 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.734 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.735 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.735 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.735 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.735 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.736 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.736 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.736 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.736 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.736 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.737 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.737 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.737 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.737 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.737 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.737 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.737 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.738 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.738 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.738 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.738 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.738 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.738 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.738 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.739 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.739 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.739 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.739 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.739 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.739 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.740 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.740 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.740 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.740 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.740 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.740 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.740 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.741 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.741 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.741 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:14:30.741 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:14:30.842 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:14:30.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.844 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.844 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.845 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.845 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.846 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.846 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.846 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.846 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.846 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.846 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.846 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.847 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.847 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.847 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.848 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.848 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.849 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.849 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.849 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.849 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.849 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.850 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.850 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.850 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.851 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.851 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.851 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.852 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.852 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.853 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.853 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.853 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.853 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.853 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.854 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.854 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.854 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.854 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.854 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.854 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.854 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.855 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.855 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.855 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.856 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.856 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.856 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.856 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.857 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.857 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.857 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.859 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.859 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.860 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.860 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.861 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.861 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.861 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.861 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.862 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.862 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.862 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.867 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.868 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.868 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.868 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.868 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.868 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.868 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.868 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.868 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.869 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.869 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.869 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.869 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.869 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.869 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:14:30.869 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:14:30.869 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:14:30.869 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.869 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.869 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.869 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.869 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.869 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.870 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.870 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.870 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.870 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.871 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.871 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.871 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.871 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.871 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.871 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.872 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.872 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.873 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.873 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.873 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.873 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.873 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.873 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.874 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.874 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.874 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.874 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.875 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.875 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.875 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.875 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.875 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.876 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.876 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.877 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.877 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.877 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.877 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.877 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.877 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.877 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.878 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.878 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.878 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.878 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.878 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.878 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.878 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.879 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.879 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.879 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.879 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.879 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.879 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.880 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.880 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.880 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.880 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.880 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.880 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.880 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.881 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.881 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.881 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.881 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.881 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.881 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.881 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.882 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.882 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.882 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.882 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.882 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.882 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.882 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.883 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.883 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.883 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.883 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.883 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.883 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.883 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.884 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.884 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.884 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.884 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.884 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.884 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.884 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.885 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.885 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.885 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.885 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.885 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.885 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.886 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.886 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.886 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.886 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.886 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.886 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.886 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.887 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.887 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.887 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.887 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.887 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.887 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.887 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.888 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.888 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.888 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.888 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.888 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.888 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.889 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.889 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.889 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.889 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.889 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.889 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.889 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.890 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.890 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.890 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.890 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.890 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.891 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.891 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.896 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.896 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.897 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.897 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.897 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.897 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.897 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.897 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.897 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:14:30.897 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:14:30.901 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:14:30.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.902 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.902 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.904 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.904 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.904 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.904 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.904 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.905 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.905 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.906 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.906 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.907 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.907 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.907 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.907 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.907 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.907 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.908 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.908 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.908 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.908 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.908 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.908 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.909 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.909 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.910 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.911 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.911 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.911 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.911 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.912 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.912 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.912 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.912 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.912 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.913 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.913 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.913 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.913 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.913 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.913 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.914 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.914 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.914 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.914 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.914 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.914 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.914 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.915 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.915 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.915 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.915 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.915 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.915 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.915 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.916 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.916 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.916 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.916 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.916 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.916 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.916 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.917 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.917 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.918 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.918 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.918 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.918 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.919 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.919 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.919 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.919 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.919 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.919 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.920 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.920 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.920 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.920 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.920 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.920 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.920 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.921 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.921 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.921 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.921 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.921 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.921 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.921 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.923 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.923 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.924 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.924 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.924 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.924 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.925 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.925 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.925 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.925 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.926 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:30.926 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:30.926 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:14:30.926 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:14:30.934 | INFO migrate.versioning.api [-] 0 -> 1...  2021-11-04 10:14:31.020 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:31.020 | INFO migrate.versioning.api [-] 1 -> 2...  2021-11-04 10:14:31.088 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:31.088 | INFO migrate.versioning.api [-] 2 -> 3...  2021-11-04 10:14:31.179 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:31.179 | INFO migrate.versioning.api [-] 3 -> 4...  2021-11-04 10:14:31.254 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:31.254 | INFO migrate.versioning.api [-] 4 -> 5...  2021-11-04 10:14:31.345 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:31.345 | INFO migrate.versioning.api [-] 5 -> 6...  2021-11-04 10:14:31.442 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:31.442 | INFO migrate.versioning.api [-] 6 -> 7...  2021-11-04 10:14:31.517 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:31.517 | INFO migrate.versioning.api [-] 7 -> 8...  2021-11-04 10:14:31.573 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:31.573 | INFO migrate.versioning.api [-] 8 -> 9...  2021-11-04 10:14:31.654 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:31.654 | INFO migrate.versioning.api [-] 9 -> 10...  2021-11-04 10:14:31.729 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:31.729 | INFO migrate.versioning.api [-] 10 -> 11...  2021-11-04 10:14:31.814 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:31.814 | INFO migrate.versioning.api [-] 11 -> 12...  2021-11-04 10:14:31.934 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:31.934 | INFO migrate.versioning.api [-] 12 -> 13...  2021-11-04 10:14:31.979 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:31.979 | INFO migrate.versioning.api [-] 13 -> 14...  2021-11-04 10:14:32.105 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:32.105 | INFO migrate.versioning.api [-] 14 -> 15...  2021-11-04 10:14:32.236 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:32.237 | INFO migrate.versioning.api [-] 15 -> 16...  2021-11-04 10:14:32.322 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:32.322 | INFO migrate.versioning.api [-] 16 -> 17...  2021-11-04 10:14:32.454 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:32.454 | INFO migrate.versioning.api [-] 17 -> 18...  2021-11-04 10:14:32.535 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:32.535 | INFO migrate.versioning.api [-] 18 -> 19...  2021-11-04 10:14:32.608 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:32.608 | INFO migrate.versioning.api [-] 19 -> 20...  2021-11-04 10:14:32.670 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:32.670 | INFO migrate.versioning.api [-] 20 -> 21...  2021-11-04 10:14:32.756 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:32.756 | INFO migrate.versioning.api [-] 21 -> 22...  2021-11-04 10:14:32.854 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:32.854 | INFO migrate.versioning.api [-] 22 -> 23...  2021-11-04 10:14:32.945 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:32.945 | INFO migrate.versioning.api [-] 23 -> 24...  2021-11-04 10:14:33.037 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:33.037 | INFO migrate.versioning.api [-] 24 -> 25...  2021-11-04 10:14:33.100 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:33.100 | INFO migrate.versioning.api [-] 25 -> 26...  2021-11-04 10:14:33.203 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:33.203 | INFO migrate.versioning.api [-] 26 -> 27...  2021-11-04 10:14:33.311 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:33.311 | INFO migrate.versioning.api [-] 27 -> 28...  2021-11-04 10:14:33.426 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:33.426 | INFO migrate.versioning.api [-] 28 -> 29...  2021-11-04 10:14:33.539 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:33.539 | INFO migrate.versioning.api [-] 29 -> 30...  2021-11-04 10:14:33.619 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:33.619 | INFO migrate.versioning.api [-] 30 -> 31...  2021-11-04 10:14:33.745 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:33.745 | INFO migrate.versioning.api [-] 31 -> 32...  2021-11-04 10:14:33.819 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:33.819 | INFO migrate.versioning.api [-] 32 -> 33...  2021-11-04 10:14:33.895 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:33.895 | INFO migrate.versioning.api [-] 33 -> 34...  2021-11-04 10:14:34.023 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:34.023 | INFO migrate.versioning.api [-] 34 -> 35...  2021-11-04 10:14:34.099 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:34.099 | INFO migrate.versioning.api [-] 35 -> 36...  2021-11-04 10:14:34.179 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:34.179 | INFO migrate.versioning.api [-] 36 -> 37...  2021-11-04 10:14:34.254 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:34.254 | INFO migrate.versioning.api [-] 37 -> 38...  2021-11-04 10:14:34.339 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:34.339 | INFO migrate.versioning.api [-] 38 -> 39...  2021-11-04 10:14:34.408 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:34.408 | INFO migrate.versioning.api [-] 39 -> 40...  2021-11-04 10:14:34.499 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:34.500 | INFO migrate.versioning.api [-] 40 -> 41...  2021-11-04 10:14:34.607 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:34.607 | INFO migrate.versioning.api [-] 41 -> 42...  2021-11-04 10:14:34.699 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:34.699 | INFO migrate.versioning.api [-] 42 -> 43...  2021-11-04 10:14:34.791 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:34.791 | INFO migrate.versioning.api [-] 43 -> 44...  2021-11-04 10:14:34.974 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:34.974 | INFO migrate.versioning.api [-] 44 -> 45...  2021-11-04 10:14:35.042 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:35.042 | INFO migrate.versioning.api [-] 45 -> 46...  2021-11-04 10:14:35.134 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:35.134 | INFO migrate.versioning.api [-] 46 -> 47...  2021-11-04 10:14:35.213 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:35.213 | INFO migrate.versioning.api [-] 47 -> 48...  2021-11-04 10:14:35.305 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:35.305 | INFO migrate.versioning.api [-] 48 -> 49...  2021-11-04 10:14:35.385 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:35.385 | INFO migrate.versioning.api [-] 49 -> 50...  2021-11-04 10:14:35.442 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:35.442 | INFO migrate.versioning.api [-] 50 -> 51...  2021-11-04 10:14:35.510 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:35.510 | INFO migrate.versioning.api [-] 51 -> 52...  2021-11-04 10:14:35.584 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:35.584 | INFO migrate.versioning.api [-] 52 -> 53...  2021-11-04 10:14:35.642 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:35.642 | INFO migrate.versioning.api [-] 53 -> 54...  2021-11-04 10:14:35.740 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:35.740 | INFO migrate.versioning.api [-] 54 -> 55...  2021-11-04 10:14:35.825 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:35.825 | INFO migrate.versioning.api [-] 55 -> 56...  2021-11-04 10:14:35.945 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:35.945 | INFO migrate.versioning.api [-] 56 -> 57...  2021-11-04 10:14:36.025 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:36.025 | INFO migrate.versioning.api [-] 57 -> 58...  2021-11-04 10:14:36.145 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:36.145 | INFO migrate.versioning.api [-] 58 -> 59...  2021-11-04 10:14:36.219 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:36.219 | INFO migrate.versioning.api [-] 59 -> 60...  2021-11-04 10:14:36.276 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:36.276 | INFO migrate.versioning.api [-] 60 -> 61...  2021-11-04 10:14:36.339 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:36.339 | INFO migrate.versioning.api [-] 61 -> 62...  2021-11-04 10:14:36.425 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:36.426 | INFO migrate.versioning.api [-] 62 -> 63...  2021-11-04 10:14:36.516 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:36.516 | INFO migrate.versioning.api [-] 63 -> 64...  2021-11-04 10:14:36.608 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:36.608 | INFO migrate.versioning.api [-] 64 -> 65...  2021-11-04 10:14:36.676 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:36.676 | INFO migrate.versioning.api [-] 65 -> 66...  2021-11-04 10:14:36.745 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:36.745 | INFO migrate.versioning.api [-] 66 -> 67...  2021-11-04 10:14:36.842 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:36.842 | INFO migrate.versioning.api [-] 67 -> 68...  2021-11-04 10:14:36.945 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:36.945 | INFO migrate.versioning.api [-] 68 -> 69...  2021-11-04 10:14:37.037 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:37.037 | INFO migrate.versioning.api [-] 69 -> 70...  2021-11-04 10:14:37.099 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:37.099 | INFO migrate.versioning.api [-] 70 -> 71...  2021-11-04 10:14:37.162 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:37.162 | INFO migrate.versioning.api [-] 71 -> 72...  2021-11-04 10:14:37.225 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:37.225 | INFO migrate.versioning.api [-] 72 -> 73...  2021-11-04 10:14:37.333 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:37.333 | INFO migrate.versioning.api [-] 73 -> 74...  2021-11-04 10:14:37.419 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:37.419 | INFO migrate.versioning.api [-] 74 -> 75...  2021-11-04 10:14:37.494 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:37.494 | INFO migrate.versioning.api [-] 75 -> 76...  2021-11-04 10:14:37.636 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:37.637 | INFO migrate.versioning.api [-] 76 -> 77...  2021-11-04 10:14:37.699 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:37.699 | INFO migrate.versioning.api [-] 77 -> 78...  2021-11-04 10:14:37.791 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:37.791 | INFO migrate.versioning.api [-] 78 -> 79...  2021-11-04 10:14:37.888 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:37.888 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:14:37.889 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.889 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.889 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.889 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.890 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.890 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.894 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.894 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.894 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.894 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.894 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.894 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.894 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.895 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.895 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.895 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.895 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.895 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.895 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.895 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.895 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.896 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.896 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.896 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.896 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.896 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.897 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.898 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.898 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.898 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.899 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.899 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.900 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.900 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.901 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.901 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.901 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.901 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.901 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.902 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.902 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.902 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.904 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.904 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.904 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.905 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.905 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.905 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.906 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.906 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.906 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.907 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.907 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.907 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.907 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.907 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.907 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.908 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.908 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.909 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.910 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.911 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.911 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.911 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.913 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.913 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.913 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.917 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:14:37.917 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:14:37.917 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:14:37.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.917 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.917 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.917 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.917 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.918 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.918 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.918 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.918 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.919 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.919 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.919 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.919 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.919 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.919 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.920 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.920 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.920 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.920 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.920 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.920 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.920 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.921 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.921 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.921 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.921 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.921 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.921 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.921 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.922 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.922 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.922 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.924 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.924 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.925 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.925 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.925 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.925 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.926 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.926 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.926 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.926 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.926 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.926 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.926 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.926 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.927 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.927 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.927 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.927 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.928 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.928 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.928 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.928 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.928 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.928 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.929 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.929 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.929 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.929 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.929 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.929 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.929 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.931 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.931 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.932 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.932 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.932 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.932 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.933 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.933 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.933 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.933 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.934 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.934 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.936 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.936 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.936 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.936 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.936 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.936 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.936 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.937 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.937 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.937 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.937 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.937 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.937 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.937 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.938 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.938 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.938 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.938 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.938 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.938 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.938 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:14:37.939 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:14:37.939 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:14:37.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.940 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.940 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.941 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.941 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.943 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.943 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.944 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.944 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.944 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.944 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.945 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.945 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.945 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.946 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.946 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.946 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.947 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.947 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.961 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.961 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.961 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.962 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.963 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.963 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.963 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.963 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.963 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.963 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.963 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.964 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.964 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.964 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.964 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.964 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.964 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.964 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.964 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.965 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.965 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.965 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.965 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.965 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.965 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.965 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.965 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.965 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.965 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.965 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.965 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.965 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:14:37.965 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:14:37.971 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:14:37.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.972 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.972 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.973 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.973 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.973 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.974 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.974 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.975 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.975 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.975 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.975 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.976 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.977 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.977 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.977 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.977 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.977 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.977 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.978 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.978 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.978 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.979 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.979 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.979 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.979 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.979 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.981 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.981 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.981 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.981 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.981 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.982 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.983 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.984 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.984 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.984 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.984 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.984 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.984 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.987 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.987 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.988 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.988 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.988 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.988 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.989 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.989 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.990 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.990 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.991 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.991 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.993 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.993 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.993 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.993 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:37.995 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:37.996 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:14:37.996 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:14:38.070 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:14:38.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.072 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.072 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.072 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.073 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.073 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.073 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.074 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.074 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.074 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.074 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.074 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.074 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.074 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.075 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.075 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.075 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.075 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.075 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.076 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.076 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.076 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.076 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.077 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.077 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.077 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.078 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.078 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.078 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.078 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.078 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.080 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.080 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.081 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.082 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.082 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.083 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.083 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.084 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.084 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.084 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.084 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.084 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.085 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.086 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.087 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.087 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.088 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.088 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.088 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.088 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.089 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.089 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.090 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.096 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.096 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.096 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.096 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.096 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.096 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.097 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.099 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.099 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.100 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.100 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.100 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.100 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.101 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.101 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.102 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.102 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.102 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.102 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.103 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.103 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.103 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.103 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.104 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.104 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.104 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.104 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.104 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.106 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.106 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.106 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.106 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.107 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.108 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.108 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.109 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.109 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.109 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.109 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.109 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.109 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.111 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.112 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.112 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.113 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.113 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.113 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.113 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.114 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.114 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.114 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.114 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.115 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.115 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.115 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.115 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.116 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.117 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.118 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.118 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.118 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.121 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.121 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:14:38.121 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:14:38.128 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:14:38.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.131 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.132 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.132 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.133 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.133 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.133 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.133 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.134 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.134 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.134 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.134 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.135 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.135 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.135 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.135 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.136 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.136 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.136 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.136 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.137 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.137 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.138 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.138 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.138 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.139 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.139 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.140 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.140 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.141 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.141 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.141 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.142 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.142 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.143 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.145 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.145 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.146 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.146 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.146 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.146 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.147 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.147 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.148 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.148 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.149 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.149 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.151 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.151 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.151 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.151 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:14:38.153 | 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=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:14:38.153 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:14:38.154 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=78721) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:14:38.162 | INFO migrate.versioning.api [-] 0 -> 1...  2021-11-04 10:14:38.225 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:38.225 | INFO migrate.versioning.api [-] 1 -> 2...  2021-11-04 10:14:39.688 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:39.688 | INFO migrate.versioning.api [-] 2 -> 3...  2021-11-04 10:14:42.727 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:42.727 | INFO migrate.versioning.api [-] 3 -> 4...  2021-11-04 10:14:45.836 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:45.836 | INFO migrate.versioning.api [-] 4 -> 5...  2021-11-04 10:14:45.928 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:45.928 | INFO migrate.versioning.api [-] 5 -> 6...  2021-11-04 10:14:46.013 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:46.013 | INFO migrate.versioning.api [-] 6 -> 7...  2021-11-04 10:14:46.082 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:46.082 | INFO migrate.versioning.api [-] 7 -> 8...  2021-11-04 10:14:46.150 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:46.150 | INFO migrate.versioning.api [-] 8 -> 9...  2021-11-04 10:14:46.219 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:46.219 | INFO migrate.versioning.api [-] 9 -> 10...  2021-11-04 10:14:46.299 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:46.299 | INFO migrate.versioning.api [-] 10 -> 11...  2021-11-04 10:14:46.848 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:46.848 | INFO migrate.versioning.api [-] 11 -> 12...  2021-11-04 10:14:47.888 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:47.888 | INFO migrate.versioning.api [-] 12 -> 13...  2021-11-04 10:14:49.590 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:49.591 | INFO migrate.versioning.api [-] 13 -> 14...  2021-11-04 10:14:53.390 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:53.391 | INFO migrate.versioning.api [-] 14 -> 15...  2021-11-04 10:14:54.790 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:54.790 | INFO migrate.versioning.api [-] 15 -> 16...  2021-11-04 10:14:54.922 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:54.922 | INFO migrate.versioning.api [-] 16 -> 17...  2021-11-04 10:14:55.070 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:55.070 | INFO migrate.versioning.api [-] 17 -> 18...  2021-11-04 10:14:55.167 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:55.167 | INFO migrate.versioning.api [-] 18 -> 19...  2021-11-04 10:14:55.276 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:55.276 | INFO migrate.versioning.api [-] 19 -> 20...  2021-11-04 10:14:55.390 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:55.390 | INFO migrate.versioning.api [-] 20 -> 21...  2021-11-04 10:14:55.476 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:55.476 | INFO migrate.versioning.api [-] 21 -> 22...  2021-11-04 10:14:55.568 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:55.568 | INFO migrate.versioning.api [-] 22 -> 23...  2021-11-04 10:14:55.642 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:55.642 | INFO migrate.versioning.api [-] 23 -> 24...  2021-11-04 10:14:56.983 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:56.984 | INFO migrate.versioning.api [-] 24 -> 25...  2021-11-04 10:14:57.116 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:57.116 | INFO migrate.versioning.api [-] 25 -> 26...  2021-11-04 10:14:57.271 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:57.272 | INFO migrate.versioning.api [-] 26 -> 27...  2021-11-04 10:14:57.355 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:57.355 | INFO migrate.versioning.api [-] 27 -> 28...  2021-11-04 10:14:57.447 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:57.447 | INFO migrate.versioning.api [-] 28 -> 29...  2021-11-04 10:14:57.516 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:57.516 | INFO migrate.versioning.api [-] 29 -> 30...  2021-11-04 10:14:57.596 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:57.596 | INFO migrate.versioning.api [-] 30 -> 31...  2021-11-04 10:14:57.670 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:57.670 | INFO migrate.versioning.api [-] 31 -> 32...  2021-11-04 10:14:58.127 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:58.128 | INFO migrate.versioning.api [-] 32 -> 33...  2021-11-04 10:14:58.264 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:58.264 | INFO migrate.versioning.api [-] 33 -> 34...  2021-11-04 10:14:58.333 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:58.333 | INFO migrate.versioning.api [-] 34 -> 35...  2021-11-04 10:14:59.168 | INFO migrate.versioning.api [-] done 2021-11-04 10:14:59.168 | INFO migrate.versioning.api [-] 35 -> 36...  2021-11-04 10:15:00.145 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:00.145 | INFO migrate.versioning.api [-] 36 -> 37...  2021-11-04 10:15:00.545 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:00.545 | INFO migrate.versioning.api [-] 37 -> 38...  2021-11-04 10:15:00.624 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:00.624 | INFO migrate.versioning.api [-] 38 -> 39...  2021-11-04 10:15:00.681 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:00.681 | INFO migrate.versioning.api [-] 39 -> 40...  2021-11-04 10:15:00.755 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:00.755 | INFO migrate.versioning.api [-] 40 -> 41...  2021-11-04 10:15:00.857 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:00.858 | INFO migrate.versioning.api [-] 41 -> 42...  2021-11-04 10:15:00.950 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:00.951 | INFO migrate.versioning.api [-] 42 -> 43...  2021-11-04 10:15:01.122 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:01.122 | INFO migrate.versioning.api [-] 43 -> 44...  2021-11-04 10:15:01.207 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:01.207 | INFO migrate.versioning.api [-] 44 -> 45...  2021-11-04 10:15:01.293 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:01.294 | INFO migrate.versioning.api [-] 45 -> 46...  2021-11-04 10:15:01.442 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:01.443 | INFO migrate.versioning.api [-] 46 -> 47...  2021-11-04 10:15:02.625 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:02.625 | INFO migrate.versioning.api [-] 47 -> 48...  2021-11-04 10:15:02.716 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:02.716 | INFO migrate.versioning.api [-] 48 -> 49...  2021-11-04 10:15:02.858 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:02.858 | INFO migrate.versioning.api [-] 49 -> 50...  2021-11-04 10:15:02.985 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:02.985 | INFO migrate.versioning.api [-] 50 -> 51...  2021-11-04 10:15:03.059 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:03.059 | INFO migrate.versioning.api [-] 51 -> 52...  2021-11-04 10:15:03.138 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:03.138 | INFO migrate.versioning.api [-] 52 -> 53...  2021-11-04 10:15:03.265 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:03.265 | INFO migrate.versioning.api [-] 53 -> 54...  2021-11-04 10:15:04.567 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:04.568 | INFO migrate.versioning.api [-] 54 -> 55...  2021-11-04 10:15:04.785 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:04.785 | INFO migrate.versioning.api [-] 55 -> 56...  2021-11-04 10:15:04.922 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:04.922 | INFO migrate.versioning.api [-] 56 -> 57...  2021-11-04 10:15:05.031 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:05.031 | INFO migrate.versioning.api [-] 57 -> 58...  2021-11-04 10:15:05.133 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:05.133 | INFO migrate.versioning.api [-] 58 -> 59...  2021-11-04 10:15:05.212 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:05.212 | INFO migrate.versioning.api [-] 59 -> 60...  2021-11-04 10:15:05.322 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:05.322 | INFO migrate.versioning.api [-] 60 -> 61...  2021-11-04 10:15:05.407 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:05.407 | INFO migrate.versioning.api [-] 61 -> 62...  2021-11-04 10:15:05.510 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:05.510 | INFO migrate.versioning.api [-] 62 -> 63...  2021-11-04 10:15:09.286 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:09.287 | INFO migrate.versioning.api [-] 63 -> 64...  2021-11-04 10:15:09.401 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:09.402 | INFO migrate.versioning.api [-] 64 -> 65...  2021-11-04 10:15:09.538 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:09.538 | INFO migrate.versioning.api [-] 65 -> 66...  2021-11-04 10:15:09.623 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:09.623 | INFO migrate.versioning.api [-] 66 -> 67...  2021-11-04 10:15:09.739 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:09.739 | INFO migrate.versioning.api [-] 67 -> 68...  2021-11-04 10:15:09.870 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:09.870 | INFO migrate.versioning.api [-] 68 -> 69...  2021-11-04 10:15:10.024 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:10.024 | INFO migrate.versioning.api [-] 69 -> 70...  2021-11-04 10:15:10.120 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:10.120 | INFO migrate.versioning.api [-] 70 -> 71...  2021-11-04 10:15:10.224 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:10.224 | INFO migrate.versioning.api [-] 71 -> 72...  2021-11-04 10:15:10.727 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:10.727 | INFO migrate.versioning.api [-] 72 -> 73...  2021-11-04 10:15:10.867 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:10.868 | INFO migrate.versioning.api [-] 73 -> 74...  2021-11-04 10:15:11.024 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:11.024 | INFO migrate.versioning.api [-] 74 -> 75...  2021-11-04 10:15:11.184 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:11.185 | INFO migrate.versioning.api [-] 75 -> 76...  2021-11-04 10:15:11.259 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:11.259 | INFO migrate.versioning.api [-] 76 -> 77...  2021-11-04 10:15:11.327 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:11.327 | INFO migrate.versioning.api [-] 77 -> 78...  2021-11-04 10:15:11.401 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:11.401 | INFO migrate.versioning.api [-] 78 -> 79...  2021-11-04 10:15:11.464 | INFO migrate.versioning.api [-] done 2021-11-04 10:15:11.844 | + lib/keystone:init_keystone:437 : time_stop dbsync 2021-11-04 10:15:11.846 | + functions-common:time_stop:2309 : local name 2021-11-04 10:15:11.849 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:15:11.851 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:15:11.855 | + functions-common:time_stop:2312 : local total 2021-11-04 10:15:11.856 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:15:11.859 | + functions-common:time_stop:2315 : name=dbsync 2021-11-04 10:15:11.861 | + functions-common:time_stop:2316 : start_time=1636020767350 2021-11-04 10:15:11.864 | + functions-common:time_stop:2318 : [[ -z 1636020767350 ]] 2021-11-04 10:15:11.867 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:15:11.872 | + functions-common:time_stop:2321 : end_time=1636020911869 2021-11-04 10:15:11.874 | + functions-common:time_stop:2322 : elapsed_time=144519 2021-11-04 10:15:11.877 | + functions-common:time_stop:2323 : total=0 2021-11-04 10:15:11.880 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:15:11.882 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=144519 2021-11-04 10:15:11.885 | + lib/keystone:init_keystone:439 : [[ fernet == \f\e\r\n\e\t ]] 2021-11-04 10:15:11.887 | + lib/keystone:init_keystone:440 : rm -rf /etc/keystone/fernet-keys/ 2021-11-04 10:15:11.891 | + lib/keystone:init_keystone:441 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2021-11-04 10:15:16.041 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2021-11-04 10:15:16.042 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2021-11-04 10:15:16.042 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2021-11-04 10:15:16.042 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2021-11-04 10:15:16.043 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2021-11-04 10:15:16.043 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2021-11-04 10:15:16.043 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2021-11-04 10:15:16.043 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2021-11-04 10:15:16.044 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2021-11-04 10:15:16.408 | + lib/keystone:init_keystone:443 : rm -rf /etc/keystone/credential-keys/ 2021-11-04 10:15:16.412 | + lib/keystone:init_keystone:444 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2021-11-04 10:15:20.457 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2021-11-04 10:15:20.458 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2021-11-04 10:15:20.458 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2021-11-04 10:15:20.458 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2021-11-04 10:15:20.459 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2021-11-04 10:15:20.459 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2021-11-04 10:15:20.459 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2021-11-04 10:15:20.459 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2021-11-04 10:15:20.459 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2021-11-04 10:15:20.786 | + ./stack.sh:main:1101 : start_keystone 2021-11-04 10:15:20.789 | + lib/keystone:start_keystone:502 : local service_port=5000 2021-11-04 10:15:20.791 | + lib/keystone:start_keystone:503 : local auth_protocol=http 2021-11-04 10:15:20.794 | + lib/keystone:start_keystone:504 : is_service_enabled tls-proxy 2021-11-04 10:15:20.809 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:15:20.812 | + lib/keystone:start_keystone:509 : '[' uwsgi == mod_wsgi ']' 2021-11-04 10:15:20.815 | ++ lib/keystone:start_keystone:513 : which uwsgi 2021-11-04 10:15:20.820 | + lib/keystone:start_keystone:513 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2021-11-04 10:15:20.822 | + functions-common:run_process:1564 : local service=keystone 2021-11-04 10:15:20.825 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-11-04 10:15:20.827 | + functions-common:run_process:1566 : local group= 2021-11-04 10:15:20.829 | + functions-common:run_process:1567 : local user= 2021-11-04 10:15:20.832 | + functions-common:run_process:1569 : local name=keystone 2021-11-04 10:15:20.835 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:15:20.837 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:15:20.839 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:15:20.842 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:15:20.845 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:15:20.850 | + functions-common:time_start:2300 : _TIME_START[$name]=1636020920847 2021-11-04 10:15:20.852 | + functions-common:run_process:1572 : is_service_enabled keystone 2021-11-04 10:15:20.868 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:15:20.870 | + functions-common:run_process:1573 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' 2021-11-04 10:15:20.873 | + functions-common:_run_under_systemd:1529 : local service=keystone 2021-11-04 10:15:20.875 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-11-04 10:15:20.879 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-11-04 10:15:20.883 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-11-04 10:15:20.885 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-11-04 10:15:20.887 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2021-11-04 10:15:20.890 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2021-11-04 10:15:20.893 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@keystone.service 2021-11-04 10:15:20.896 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:15:20.898 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:15:20.900 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2021-11-04 10:15:20.903 | + 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 2021-11-04 10:15:20.905 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@keystone.service 2021-11-04 10:15:20.907 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-11-04 10:15:20.910 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2021-11-04 10:15:20.912 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2021-11-04 10:15:20.914 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@keystone.service 2021-11-04 10:15:20.916 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2021-11-04 10:15:20.921 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2021-11-04 10:15:20.980 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2021-11-04 10:15:21.041 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2021-11-04 10:15:21.091 | + 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' 2021-11-04 10:15:21.141 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:15:21.198 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2021-11-04 10:15:21.248 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2021-11-04 10:15:21.308 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2021-11-04 10:15:21.359 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2021-11-04 10:15:21.417 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2021-11-04 10:15:21.477 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2021-11-04 10:15:21.480 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2021-11-04 10:15:21.553 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2021-11-04 10:15:21.926 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@keystone.service 2021-11-04 10:15:21.941 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2021-11-04 10:15:22.313 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@keystone.service 2021-11-04 10:15:22.397 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:15:22.400 | + functions-common:time_stop:2309 : local name 2021-11-04 10:15:22.403 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:15:22.406 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:15:22.409 | + functions-common:time_stop:2312 : local total 2021-11-04 10:15:22.411 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:15:22.414 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:15:22.417 | + functions-common:time_stop:2316 : start_time=1636020920847 2021-11-04 10:15:22.420 | + functions-common:time_stop:2318 : [[ -z 1636020920847 ]] 2021-11-04 10:15:22.423 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:15:22.429 | + functions-common:time_stop:2321 : end_time=1636020922426 2021-11-04 10:15:22.432 | + functions-common:time_stop:2322 : elapsed_time=1579 2021-11-04 10:15:22.435 | + functions-common:time_stop:2323 : total=1447 2021-11-04 10:15:22.437 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:15:22.440 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=3026 2021-11-04 10:15:22.443 | + lib/keystone:start_keystone:516 : echo 'Waiting for keystone to start...' 2021-11-04 10:15:22.444 | Waiting for keystone to start... 2021-11-04 10:15:22.446 | + lib/keystone:start_keystone:522 : local service_uri=http://10.222.0.49/identity/v3/ 2021-11-04 10:15:22.449 | + lib/keystone:start_keystone:524 : wait_for_service 60 http://10.222.0.49/identity/v3/ 2021-11-04 10:15:22.454 | + functions:wait_for_service:457 : local timeout=60 2021-11-04 10:15:22.456 | + functions:wait_for_service:458 : local url=http://10.222.0.49/identity/v3/ 2021-11-04 10:15:22.460 | + functions:wait_for_service:459 : local rval=0 2021-11-04 10:15:22.465 | + functions:wait_for_service:460 : time_start wait_for_service 2021-11-04 10:15:22.468 | + functions-common:time_start:2295 : local name=wait_for_service 2021-11-04 10:15:22.470 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:15:22.473 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:15:22.477 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:15:22.482 | + functions-common:time_start:2300 : _TIME_START[$name]=1636020922479 2021-11-04 10:15:22.484 | + functions:wait_for_service:461 : timeout 60 bash -x 2021-11-04 10:15:22.491 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.49/identity/v3/ 2021-11-04 10:15:28.422 | + :: : [[ 200 == 503 ]] 2021-11-04 10:15:28.423 | + :: : [[ 0 -eq 7 ]] 2021-11-04 10:15:28.427 | + functions:wait_for_service:466 : time_stop wait_for_service 2021-11-04 10:15:28.429 | + functions-common:time_stop:2309 : local name 2021-11-04 10:15:28.431 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:15:28.434 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:15:28.436 | + functions-common:time_stop:2312 : local total 2021-11-04 10:15:28.438 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:15:28.441 | + functions-common:time_stop:2315 : name=wait_for_service 2021-11-04 10:15:28.443 | + functions-common:time_stop:2316 : start_time=1636020922479 2021-11-04 10:15:28.446 | + functions-common:time_stop:2318 : [[ -z 1636020922479 ]] 2021-11-04 10:15:28.449 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:15:28.453 | + functions-common:time_stop:2321 : end_time=1636020928451 2021-11-04 10:15:28.456 | + functions-common:time_stop:2322 : elapsed_time=5972 2021-11-04 10:15:28.458 | + functions-common:time_stop:2323 : total=0 2021-11-04 10:15:28.461 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:15:28.463 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=5972 2021-11-04 10:15:28.466 | + functions:wait_for_service:467 : return 0 2021-11-04 10:15:28.468 | + lib/keystone:start_keystone:529 : is_service_enabled tls-proxy 2021-11-04 10:15:28.485 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:15:28.488 | + lib/keystone:start_keystone:534 : restart_service memcached 2021-11-04 10:15:28.491 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-11-04 10:15:28.493 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart memcached 2021-11-04 10:15:28.520 | + ./stack.sh:main:1102 : bootstrap_keystone 2021-11-04 10:15:28.523 | + lib/keystone:bootstrap_keystone:555 : /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password Passw0rd --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.222.0.49/identity 2021-11-04 10:15:32.763 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:32.763 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:32.763 | 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=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:32.771 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:32.788 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:32.789 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:32.821 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:32.854 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:32.855 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.031 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.031 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.031 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.031 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.031 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.032 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.044 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.045 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.045 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.045 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.045 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.045 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.046 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.053 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.056 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.056 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.056 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.056 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.056 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.057 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.057 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=79777) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-11-04 10:15:33.090 | 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=79777) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2021-11-04 10:15:33.435 | INFO keystone.cmd.bootstrap [None req-e2e7b363-bb19-45af-85ae-5fd05a908944 None None] Created domain default 2021-11-04 10:15:33.557 | INFO keystone.cmd.bootstrap [None req-e2e7b363-bb19-45af-85ae-5fd05a908944 None None] Created project admin 2021-11-04 10:15:33.590 | DEBUG passlib.handlers.bcrypt [None req-e2e7b363-bb19-45af-85ae-5fd05a908944 None None] detected 'bcrypt' backend, version '3.2.0' {{(pid=79777) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2021-11-04 10:15:33.590 | DEBUG passlib.handlers.bcrypt [None req-e2e7b363-bb19-45af-85ae-5fd05a908944 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=79777) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2021-11-04 10:15:33.757 | INFO keystone.cmd.bootstrap [None req-e2e7b363-bb19-45af-85ae-5fd05a908944 None None] Created user admin 2021-11-04 10:15:33.860 | INFO keystone.cmd.bootstrap [None req-e2e7b363-bb19-45af-85ae-5fd05a908944 None None] Created role reader 2021-11-04 10:15:33.952 | INFO keystone.cmd.bootstrap [None req-e2e7b363-bb19-45af-85ae-5fd05a908944 None None] Created role member 2021-11-04 10:15:34.034 | INFO keystone.cmd.bootstrap [None req-e2e7b363-bb19-45af-85ae-5fd05a908944 None None] Created implied role where 3ea3aa8a55844265b88204e207ccf06c implies 21fd6265570e4b48947da9c0e92d33ef 2021-11-04 10:15:34.105 | INFO keystone.cmd.bootstrap [None req-e2e7b363-bb19-45af-85ae-5fd05a908944 None None] Created role admin 2021-11-04 10:15:34.205 | INFO keystone.cmd.bootstrap [None req-e2e7b363-bb19-45af-85ae-5fd05a908944 None None] Created implied role where baf44517296845ddaccf50bab9055876 implies 3ea3aa8a55844265b88204e207ccf06c 2021-11-04 10:15:34.340 | INFO keystone.cmd.bootstrap [None req-e2e7b363-bb19-45af-85ae-5fd05a908944 None None] Granted role admin on project admin to user admin. 2021-11-04 10:15:34.416 | INFO keystone.cmd.bootstrap [None req-e2e7b363-bb19-45af-85ae-5fd05a908944 None None] Granted role admin on the system to user admin. 2021-11-04 10:15:34.508 | WARNING py.warnings [None req-e2e7b363-bb19-45af-85ae-5fd05a908944 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. 2021-11-04 10:15:34.508 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2021-11-04 10:15:34.508 |  2021-11-04 10:15:34.512 | INFO keystone.cmd.bootstrap [None req-e2e7b363-bb19-45af-85ae-5fd05a908944 None None] Created region RegionOne 2021-11-04 10:15:34.689 | INFO keystone.cmd.bootstrap [None req-e2e7b363-bb19-45af-85ae-5fd05a908944 None None] Created public endpoint http://10.222.0.49/identity 2021-11-04 10:15:35.109 | + lib/keystone:bootstrap_keystone:563 : '[' True == True ']' 2021-11-04 10:15:35.112 | + lib/keystone:bootstrap_keystone:564 : openstack endpoint create --region RegionOne --os-username admin --os-user-domain-id default --os-password Passw0rd --os-project-name admin --os-project-domain-id default keystone admin http://10.222.0.49/identity 2021-11-04 10:15:38.576 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:38.576 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:38.576 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:38.576 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:38.576 | +--------------+----------------------------------+ 2021-11-04 10:15:38.576 | | Field | Value | 2021-11-04 10:15:38.576 | +--------------+----------------------------------+ 2021-11-04 10:15:38.576 | | enabled | True | 2021-11-04 10:15:38.576 | | id | b118decc5ea641a7825d81773e863b9f | 2021-11-04 10:15:38.577 | | interface | admin | 2021-11-04 10:15:38.577 | | region | RegionOne | 2021-11-04 10:15:38.577 | | region_id | RegionOne | 2021-11-04 10:15:38.577 | | service_id | 929308e586894abea3ef56f40d3285ff | 2021-11-04 10:15:38.577 | | service_name | keystone | 2021-11-04 10:15:38.577 | | service_type | identity | 2021-11-04 10:15:38.577 | | url | http://10.222.0.49/identity | 2021-11-04 10:15:38.577 | +--------------+----------------------------------+ 2021-11-04 10:15:38.759 | + ./stack.sh:main:1105 : create_keystone_accounts 2021-11-04 10:15:38.762 | + lib/keystone:create_keystone_accounts:296 : local admin_project 2021-11-04 10:15:38.765 | ++ lib/keystone:create_keystone_accounts:297 : oscwrap project show admin -f value -c id 2021-11-04 10:15:41.057 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:41.057 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:41.057 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:41.057 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:41.246 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:15:41.248 | + lib/keystone:create_keystone_accounts:297 : admin_project=02b7cb0577d74fd4aec0ac80d580679e 2021-11-04 10:15:41.251 | + lib/keystone:create_keystone_accounts:298 : local admin_user 2021-11-04 10:15:41.255 | ++ lib/keystone:create_keystone_accounts:299 : oscwrap user show admin -f value -c id 2021-11-04 10:15:43.426 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:43.426 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:43.426 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:43.426 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:43.613 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:15:43.615 | + lib/keystone:create_keystone_accounts:299 : admin_user=8071c00078c941aba48f4bba446fc881 2021-11-04 10:15:43.618 | + lib/keystone:create_keystone_accounts:300 : local admin_role=admin 2021-11-04 10:15:43.620 | + lib/keystone:create_keystone_accounts:301 : local member_role=member 2021-11-04 10:15:43.623 | + lib/keystone:create_keystone_accounts:303 : async_run ks-domain-role get_or_add_user_domain_role admin 8071c00078c941aba48f4bba446fc881 default 2021-11-04 10:15:43.680 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 8071c00078c941aba48f4bba446fc881 default 2021-11-04 10:15:43.716 | [17569 Async ks-domain-role:79899]: running: get_or_add_user_domain_role admin 8071c00078c941aba48f4bba446fc881 default 2021-11-04 10:15:43.719 | + lib/keystone:create_keystone_accounts:306 : get_or_create_domain Default 2021-11-04 10:15:43.722 | + functions-common:get_or_create_domain:792 : local domain_id 2021-11-04 10:15:43.725 | ++ functions-common:get_or_create_domain:804 : oscwrap domain show Default -f value -c id 2021-11-04 10:15:46.100 | + functions-common:get_or_create_domain:802 : domain_id=default 2021-11-04 10:15:46.102 | + functions-common:get_or_create_domain:803 : echo default 2021-11-04 10:15:46.102 | default 2021-11-04 10:15:46.105 | + lib/keystone:create_keystone_accounts:307 : async_run ks-project get_or_create_project service Default 2021-11-04 10:15:46.168 | + inc/async:async_inner:63 : get_or_create_project service Default 2021-11-04 10:15:46.213 | [17569 Async ks-project:80028]: running: get_or_create_project service Default 2021-11-04 10:15:46.215 | + lib/keystone:create_keystone_accounts:310 : async_run ks-service get_or_create_role service 2021-11-04 10:15:46.283 | + inc/async:async_inner:63 : get_or_create_role service 2021-11-04 10:15:46.324 | [17569 Async ks-service:80124]: running: get_or_create_role service 2021-11-04 10:15:46.327 | + lib/keystone:create_keystone_accounts:316 : async_run ks-reseller get_or_create_role ResellerAdmin 2021-11-04 10:15:46.402 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2021-11-04 10:15:46.465 | [17569 Async ks-reseller:80210]: running: get_or_create_role ResellerAdmin 2021-11-04 10:15:46.468 | + lib/keystone:create_keystone_accounts:320 : local another_role=anotherrole 2021-11-04 10:15:46.472 | + lib/keystone:create_keystone_accounts:321 : async_run ks-anotherrole get_or_create_role anotherrole 2021-11-04 10:15:46.949 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2021-11-04 10:15:47.185 | [17569 Async ks-anotherrole:80300]: running: get_or_create_role anotherrole 2021-11-04 10:15:47.206 | + lib/keystone:create_keystone_accounts:324 : local invis_project 2021-11-04 10:15:47.229 | ++ lib/keystone:create_keystone_accounts:325 : get_or_create_project invisible_to_admin default 2021-11-04 10:15:47.249 | ++ functions-common:get_or_create_project:847 : local project_id 2021-11-04 10:15:47.286 | +++ functions-common:get_or_create_project:855 : oscwrap project create invisible_to_admin --domain=default --or-show -f value -c id 2021-11-04 10:15:49.681 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:15:49.702 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:15:49.715 | [80210 Async ks-reseller:80210]: finished successfully 2021-11-04 10:15:49.737 | [80028 Async ks-project:80028]: finished successfully 2021-11-04 10:15:50.031 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:15:50.070 | [80124 Async ks-service:80124]: finished successfully 2021-11-04 10:15:50.270 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:50.270 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:50.270 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:50.270 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:50.476 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:15:50.479 | ++ functions-common:get_or_create_project:853 : project_id=5f544e97c97b49df972ec54f1414606d 2021-11-04 10:15:50.481 | ++ functions-common:get_or_create_project:854 : echo 5f544e97c97b49df972ec54f1414606d 2021-11-04 10:15:50.485 | + lib/keystone:create_keystone_accounts:325 : invis_project=5f544e97c97b49df972ec54f1414606d 2021-11-04 10:15:50.488 | + lib/keystone:create_keystone_accounts:328 : local demo_project 2021-11-04 10:15:50.491 | ++ lib/keystone:create_keystone_accounts:329 : get_or_create_project demo default 2021-11-04 10:15:50.493 | ++ functions-common:get_or_create_project:847 : local project_id 2021-11-04 10:15:50.497 | +++ functions-common:get_or_create_project:855 : oscwrap project create demo --domain=default --or-show -f value -c id 2021-11-04 10:15:50.779 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:15:50.808 | [80300 Async ks-anotherrole:80300]: finished successfully 2021-11-04 10:15:52.559 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:15:52.600 | [79899 Async ks-domain-role:79899]: finished successfully 2021-11-04 10:15:52.812 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:52.812 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:52.812 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:52.812 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:53.006 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:15:53.009 | ++ functions-common:get_or_create_project:853 : project_id=fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:15:53.011 | ++ functions-common:get_or_create_project:854 : echo fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:15:53.014 | + lib/keystone:create_keystone_accounts:329 : demo_project=fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:15:53.017 | + lib/keystone:create_keystone_accounts:330 : local demo_user 2021-11-04 10:15:53.020 | ++ lib/keystone:create_keystone_accounts:332 : get_or_create_user demo Passw0rd default demo@example.com 2021-11-04 10:15:53.022 | ++ functions-common:get_or_create_user:824 : local user_id 2021-11-04 10:15:53.024 | ++ functions-common:get_or_create_user:825 : [[ ! -z demo@example.com ]] 2021-11-04 10:15:53.027 | ++ functions-common:get_or_create_user:826 : local email=--email=demo@example.com 2021-11-04 10:15:53.030 | +++ 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 2021-11-04 10:15:55.384 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:55.384 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:55.384 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:55.384 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:55.580 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:15:55.583 | ++ functions-common:get_or_create_user:840 : user_id=edca82e0d3624f848577056240ac561e 2021-11-04 10:15:55.585 | ++ functions-common:get_or_create_user:841 : echo edca82e0d3624f848577056240ac561e 2021-11-04 10:15:55.588 | + lib/keystone:create_keystone_accounts:332 : demo_user=edca82e0d3624f848577056240ac561e 2021-11-04 10:15:55.590 | + lib/keystone:create_keystone_accounts:334 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2021-11-04 10:15:55.640 | [17569 Async ks-domain-role:79899]: Waiting for completion of get_or_add_user_domain_role admin 8071c00078c941aba48f4bba446fc881 default running on PID 79899 (6 other jobs running) 2021-11-04 10:15:55.665 | [17569 Async ks-domain-role:79899]: Signaling child to exit 2021-11-04 10:15:55.666 | WAKEUP 2021-11-04 10:15:55.691 | [17569 Async ks-domain-role:79899]: Signaled 2021-11-04 10:15:55.693 | + functions-common:get_or_add_user_domain_role:918 : local user_role_id 2021-11-04 10:15:55.693 | ++ functions-common:get_or_add_user_domain_role:924 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:15:55.693 | ++ functions-common:get_or_add_user_domain_role:924 : oscwrap role assignment list --role admin --user 8071c00078c941aba48f4bba446fc881 --domain default 2021-11-04 10:15:55.693 | ++ functions-common:get_or_add_user_domain_role:924 : get_field 1 2021-11-04 10:15:55.693 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:15:55.693 | ++ functions-common:get_field:727 : read data 2021-11-04 10:15:55.693 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:55.693 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:55.693 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:55.693 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:55.693 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:15:55.693 | + functions-common:get_or_add_user_domain_role:924 : user_role_id= 2021-11-04 10:15:55.693 | + functions-common:get_or_add_user_domain_role:925 : [[ -z '' ]] 2021-11-04 10:15:55.693 | + functions-common:get_or_add_user_domain_role:927 : openstack role add admin --user 8071c00078c941aba48f4bba446fc881 --domain default 2021-11-04 10:15:55.693 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:55.693 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:55.693 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:55.693 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:55.693 | ++ functions-common:get_or_add_user_domain_role:934 : oscwrap role assignment list --role admin --user 8071c00078c941aba48f4bba446fc881 --domain default 2021-11-04 10:15:55.693 | ++ functions-common:get_or_add_user_domain_role:934 : get_field 1 2021-11-04 10:15:55.693 | ++ functions-common:get_or_add_user_domain_role:934 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:15:55.693 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:15:55.693 | ++ functions-common:get_field:727 : read data 2021-11-04 10:15:55.693 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:55.694 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:55.694 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:55.694 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:55.694 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:15:55.694 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:15:55.694 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:15:55.694 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:15:55.694 | ++ functions-common:get_field:733 : echo '| baf44517296845ddaccf50bab9055876 | 8071c00078c941aba48f4bba446fc881 | | | default | | False |' 2021-11-04 10:15:55.694 | ++ functions-common:get_field:727 : read data 2021-11-04 10:15:55.694 | + functions-common:get_or_add_user_domain_role:934 : user_role_id=baf44517296845ddaccf50bab9055876 2021-11-04 10:15:55.694 | + functions-common:get_or_add_user_domain_role:936 : echo baf44517296845ddaccf50bab9055876 2021-11-04 10:15:55.694 | baf44517296845ddaccf50bab9055876 2021-11-04 10:15:55.739 | [17569 Async ks-domain-role:79899]: finished get_or_add_user_domain_role admin 8071c00078c941aba48f4bba446fc881 default with result 0 in 8 seconds 2021-11-04 10:15:55.746 | Not waiting for async task ks-domain that we never started or has already been waited for 2021-11-04 10:15:55.783 | [17569 Async ks-project:80028]: Waiting for completion of get_or_create_project service Default running on PID 80028 (5 other jobs running) 2021-11-04 10:15:55.808 | [17569 Async ks-project:80028]: Signaling child to exit 2021-11-04 10:15:55.808 | WAKEUP 2021-11-04 10:15:55.831 | [17569 Async ks-project:80028]: Signaled 2021-11-04 10:15:55.832 | + functions-common:get_or_create_project:847 : local project_id 2021-11-04 10:15:55.832 | ++ functions-common:get_or_create_project:855 : oscwrap project create service --domain=Default --or-show -f value -c id 2021-11-04 10:15:55.832 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:55.832 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:55.832 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:55.832 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:55.832 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:15:55.832 | + functions-common:get_or_create_project:853 : project_id=1b7081accb8144a4bd2106b5b2b05a5a 2021-11-04 10:15:55.832 | + functions-common:get_or_create_project:854 : echo 1b7081accb8144a4bd2106b5b2b05a5a 2021-11-04 10:15:55.832 | 1b7081accb8144a4bd2106b5b2b05a5a 2021-11-04 10:15:55.877 | [17569 Async ks-project:80028]: finished get_or_create_project service Default with result 0 in 3 seconds 2021-11-04 10:15:55.916 | [17569 Async ks-service:80124]: Waiting for completion of get_or_create_role service running on PID 80124 (4 other jobs running) 2021-11-04 10:15:55.940 | [17569 Async ks-service:80124]: Signaling child to exit 2021-11-04 10:15:55.940 | WAKEUP 2021-11-04 10:15:55.964 | [17569 Async ks-service:80124]: Signaled 2021-11-04 10:15:55.965 | + functions-common:get_or_create_role:860 : local role_id 2021-11-04 10:15:55.965 | ++ functions-common:get_or_create_role:867 : oscwrap role create service --or-show -f value -c id 2021-11-04 10:15:55.965 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:55.965 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:55.965 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:55.965 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:55.965 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:15:55.965 | + functions-common:get_or_create_role:865 : role_id=746dbb40f823438d96036862e47c0501 2021-11-04 10:15:55.965 | + functions-common:get_or_create_role:866 : echo 746dbb40f823438d96036862e47c0501 2021-11-04 10:15:55.965 | 746dbb40f823438d96036862e47c0501 2021-11-04 10:15:56.011 | [17569 Async ks-service:80124]: finished get_or_create_role service with result 0 in 3 seconds 2021-11-04 10:15:56.050 | [17569 Async ks-reseller:80210]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 80210 (3 other jobs running) 2021-11-04 10:15:56.074 | [17569 Async ks-reseller:80210]: Signaling child to exit 2021-11-04 10:15:56.074 | WAKEUP 2021-11-04 10:15:56.097 | [17569 Async ks-reseller:80210]: Signaled 2021-11-04 10:15:56.098 | + functions-common:get_or_create_role:860 : local role_id 2021-11-04 10:15:56.099 | ++ functions-common:get_or_create_role:867 : oscwrap role create ResellerAdmin --or-show -f value -c id 2021-11-04 10:15:56.099 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:56.099 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:56.099 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:56.099 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:56.099 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:15:56.099 | + functions-common:get_or_create_role:865 : role_id=0c7b4f133f6d430ab3c2eb54f1d8094a 2021-11-04 10:15:56.099 | + functions-common:get_or_create_role:866 : echo 0c7b4f133f6d430ab3c2eb54f1d8094a 2021-11-04 10:15:56.099 | 0c7b4f133f6d430ab3c2eb54f1d8094a 2021-11-04 10:15:56.144 | [17569 Async ks-reseller:80210]: finished get_or_create_role ResellerAdmin with result 0 in 3 seconds 2021-11-04 10:15:56.181 | [17569 Async ks-anotherrole:80300]: Waiting for completion of get_or_create_role anotherrole running on PID 80300 (2 other jobs running) 2021-11-04 10:15:56.206 | [17569 Async ks-anotherrole:80300]: Signaling child to exit 2021-11-04 10:15:56.206 | WAKEUP 2021-11-04 10:15:56.229 | [17569 Async ks-anotherrole:80300]: Signaled 2021-11-04 10:15:56.231 | + functions-common:get_or_create_role:860 : local role_id 2021-11-04 10:15:56.231 | ++ functions-common:get_or_create_role:867 : oscwrap role create anotherrole --or-show -f value -c id 2021-11-04 10:15:56.231 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:56.231 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:56.231 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:56.231 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:56.231 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:15:56.231 | + functions-common:get_or_create_role:865 : role_id=db62f8b9b1e640a1b7d42bbd4d738855 2021-11-04 10:15:56.231 | + functions-common:get_or_create_role:866 : echo db62f8b9b1e640a1b7d42bbd4d738855 2021-11-04 10:15:56.231 | db62f8b9b1e640a1b7d42bbd4d738855 2021-11-04 10:15:56.277 | [17569 Async ks-anotherrole:80300]: finished get_or_create_role anotherrole with result 0 in 4 seconds 2021-11-04 10:15:56.281 | + inc/async:async_wait:197 : return 0 2021-11-04 10:15:56.284 | + lib/keystone:create_keystone_accounts:336 : async_run ks-demo-member get_or_add_user_project_role member edca82e0d3624f848577056240ac561e fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:15:56.343 | + inc/async:async_inner:63 : get_or_add_user_project_role member edca82e0d3624f848577056240ac561e fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:15:56.382 | [17569 Async ks-demo-member:81201]: running: get_or_add_user_project_role member edca82e0d3624f848577056240ac561e fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:15:56.385 | + lib/keystone:create_keystone_accounts:337 : async_run ks-demo-admin get_or_add_user_project_role admin 8071c00078c941aba48f4bba446fc881 fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:15:56.450 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 8071c00078c941aba48f4bba446fc881 fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:15:56.492 | [17569 Async ks-demo-admin:81313]: running: get_or_add_user_project_role admin 8071c00078c941aba48f4bba446fc881 fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:15:56.499 | + lib/keystone:create_keystone_accounts:338 : async_run ks-demo-another get_or_add_user_project_role anotherrole edca82e0d3624f848577056240ac561e fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:15:56.570 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole edca82e0d3624f848577056240ac561e fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:15:56.621 | [17569 Async ks-demo-another:81425]: running: get_or_add_user_project_role anotherrole edca82e0d3624f848577056240ac561e fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:15:56.623 | + lib/keystone:create_keystone_accounts:339 : async_run ks-demo-invis get_or_add_user_project_role member edca82e0d3624f848577056240ac561e 5f544e97c97b49df972ec54f1414606d 2021-11-04 10:15:56.699 | + inc/async:async_inner:63 : get_or_add_user_project_role member edca82e0d3624f848577056240ac561e 5f544e97c97b49df972ec54f1414606d 2021-11-04 10:15:56.770 | [17569 Async ks-demo-invis:81537]: running: get_or_add_user_project_role member edca82e0d3624f848577056240ac561e 5f544e97c97b49df972ec54f1414606d 2021-11-04 10:15:56.777 | + lib/keystone:create_keystone_accounts:342 : local alt_demo_project 2021-11-04 10:15:56.786 | ++ lib/keystone:create_keystone_accounts:343 : get_or_create_project alt_demo default 2021-11-04 10:15:56.789 | ++ functions-common:get_or_create_project:847 : local project_id 2021-11-04 10:15:56.799 | +++ functions-common:get_or_create_project:855 : oscwrap project create alt_demo --domain=default --or-show -f value -c id 2021-11-04 10:15:59.957 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:59.957 | from cryptography.utils import int_from_bytes 2021-11-04 10:15:59.957 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:15:59.957 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:00.173 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:00.193 | ++ functions-common:get_or_create_project:853 : project_id=0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:00.213 | ++ functions-common:get_or_create_project:854 : echo 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:00.241 | + lib/keystone:create_keystone_accounts:343 : alt_demo_project=0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:00.265 | + lib/keystone:create_keystone_accounts:344 : local alt_demo_user 2021-11-04 10:16:00.292 | ++ lib/keystone:create_keystone_accounts:346 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2021-11-04 10:16:00.309 | ++ functions-common:get_or_create_user:824 : local user_id 2021-11-04 10:16:00.333 | ++ functions-common:get_or_create_user:825 : [[ ! -z alt_demo@example.com ]] 2021-11-04 10:16:00.349 | ++ functions-common:get_or_create_user:826 : local email=--email=alt_demo@example.com 2021-11-04 10:16:00.373 | +++ 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 2021-11-04 10:16:03.589 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:03.589 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:03.589 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:03.589 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:03.929 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:03.957 | ++ functions-common:get_or_create_user:840 : user_id=4a1e95245364490d93f185f9afa28cab 2021-11-04 10:16:03.977 | ++ functions-common:get_or_create_user:841 : echo 4a1e95245364490d93f185f9afa28cab 2021-11-04 10:16:04.009 | + lib/keystone:create_keystone_accounts:346 : alt_demo_user=4a1e95245364490d93f185f9afa28cab 2021-11-04 10:16:04.025 | + lib/keystone:create_keystone_accounts:348 : async_run ks-alt-member get_or_add_user_project_role member 4a1e95245364490d93f185f9afa28cab 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:04.413 | + inc/async:async_inner:63 : get_or_add_user_project_role member 4a1e95245364490d93f185f9afa28cab 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:04.626 | [17569 Async ks-alt-member:81899]: running: get_or_add_user_project_role member 4a1e95245364490d93f185f9afa28cab 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:04.647 | + lib/keystone:create_keystone_accounts:349 : async_run ks-alt-admin get_or_add_user_project_role admin 8071c00078c941aba48f4bba446fc881 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:05.101 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 8071c00078c941aba48f4bba446fc881 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:05.337 | [17569 Async ks-alt-admin:82011]: running: get_or_add_user_project_role admin 8071c00078c941aba48f4bba446fc881 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:05.357 | + lib/keystone:create_keystone_accounts:350 : async_run ks-alt-another get_or_add_user_project_role anotherrole 4a1e95245364490d93f185f9afa28cab 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:05.687 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 4a1e95245364490d93f185f9afa28cab 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:05.917 | [17569 Async ks-alt-another:82123]: running: get_or_add_user_project_role anotherrole 4a1e95245364490d93f185f9afa28cab 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:05.937 | + lib/keystone:create_keystone_accounts:353 : local admin_group 2021-11-04 10:16:05.966 | ++ lib/keystone:create_keystone_accounts:355 : get_or_create_group admins default 'openstack admin group' 2021-11-04 10:16:05.988 | ++ functions-common:get_or_create_group:809 : local 'desc=openstack admin group' 2021-11-04 10:16:06.009 | ++ functions-common:get_or_create_group:810 : local group_id 2021-11-04 10:16:06.037 | +++ functions-common:get_or_create_group:819 : oscwrap group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2021-11-04 10:16:06.233 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:16:06.441 | [81201 Async ks-demo-member:81201]: finished successfully 2021-11-04 10:16:07.200 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:16:07.296 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:16:07.366 | [81313 Async ks-demo-admin:81313]: finished successfully 2021-11-04 10:16:07.478 | [81537 Async ks-demo-invis:81537]: finished successfully 2021-11-04 10:16:07.977 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:16:08.154 | [81425 Async ks-demo-another:81425]: finished successfully 2021-11-04 10:16:09.071 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:09.071 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:09.071 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:09.071 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:09.316 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:09.319 | ++ functions-common:get_or_create_group:817 : group_id=da55986403c34d3e9b81569e3b379c58 2021-11-04 10:16:09.326 | ++ functions-common:get_or_create_group:818 : echo da55986403c34d3e9b81569e3b379c58 2021-11-04 10:16:09.328 | + lib/keystone:create_keystone_accounts:355 : admin_group=da55986403c34d3e9b81569e3b379c58 2021-11-04 10:16:09.331 | + lib/keystone:create_keystone_accounts:356 : local non_admin_group 2021-11-04 10:16:09.334 | ++ lib/keystone:create_keystone_accounts:358 : get_or_create_group nonadmins default 'non-admin group' 2021-11-04 10:16:09.337 | ++ functions-common:get_or_create_group:809 : local 'desc=non-admin group' 2021-11-04 10:16:09.339 | ++ functions-common:get_or_create_group:810 : local group_id 2021-11-04 10:16:09.344 | +++ functions-common:get_or_create_group:819 : oscwrap group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2021-11-04 10:16:11.775 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:11.775 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:11.775 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:11.775 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:11.995 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:11.998 | ++ functions-common:get_or_create_group:817 : group_id=271687a00533461799b7926e89a7cf6b 2021-11-04 10:16:12.001 | ++ functions-common:get_or_create_group:818 : echo 271687a00533461799b7926e89a7cf6b 2021-11-04 10:16:12.005 | + lib/keystone:create_keystone_accounts:358 : non_admin_group=271687a00533461799b7926e89a7cf6b 2021-11-04 10:16:12.014 | + lib/keystone:create_keystone_accounts:360 : async_run ks-group-memberdemo get_or_add_group_project_role member 271687a00533461799b7926e89a7cf6b fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:16:12.089 | + inc/async:async_inner:63 : get_or_add_group_project_role member 271687a00533461799b7926e89a7cf6b fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:16:12.156 | [17569 Async ks-group-memberdemo:82606]: running: get_or_add_group_project_role member 271687a00533461799b7926e89a7cf6b fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:16:12.159 | + lib/keystone:create_keystone_accounts:361 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 271687a00533461799b7926e89a7cf6b fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:16:12.449 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 271687a00533461799b7926e89a7cf6b fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:16:12.668 | [17569 Async ks-group-anotherdemo:82723]: running: get_or_add_group_project_role anotherrole 271687a00533461799b7926e89a7cf6b fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:16:12.685 | + lib/keystone:create_keystone_accounts:362 : async_run ks-group-memberalt get_or_add_group_project_role member 271687a00533461799b7926e89a7cf6b 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:13.142 | + inc/async:async_inner:63 : get_or_add_group_project_role member 271687a00533461799b7926e89a7cf6b 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:13.381 | [17569 Async ks-group-memberalt:82810]: running: get_or_add_group_project_role member 271687a00533461799b7926e89a7cf6b 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:13.409 | + lib/keystone:create_keystone_accounts:363 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 271687a00533461799b7926e89a7cf6b 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:13.873 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 271687a00533461799b7926e89a7cf6b 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:14.104 | [17569 Async ks-group-anotheralt:82898]: running: get_or_add_group_project_role anotherrole 271687a00533461799b7926e89a7cf6b 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:14.125 | + lib/keystone:create_keystone_accounts:364 : async_run ks-group-admin get_or_add_group_project_role admin da55986403c34d3e9b81569e3b379c58 02b7cb0577d74fd4aec0ac80d580679e 2021-11-04 10:16:14.536 | + inc/async:async_inner:63 : get_or_add_group_project_role admin da55986403c34d3e9b81569e3b379c58 02b7cb0577d74fd4aec0ac80d580679e 2021-11-04 10:16:14.749 | [17569 Async ks-group-admin:82985]: running: get_or_add_group_project_role admin da55986403c34d3e9b81569e3b379c58 02b7cb0577d74fd4aec0ac80d580679e 2021-11-04 10:16:14.752 | + lib/keystone:create_keystone_accounts:366 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis 2021-11-04 10:16:15.137 | [17569 Async ks-demo-member:81201]: Waiting for completion of get_or_add_user_project_role member edca82e0d3624f848577056240ac561e fd01c8cf764b4181b6e7103f1c29009e running on PID 81201 (13 other jobs running) 2021-11-04 10:16:15.258 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:16:15.302 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:16:15.333 | [17569 Async ks-demo-member:81201]: Signaling child to exit 2021-11-04 10:16:15.333 | WAKEUP 2021-11-04 10:16:15.428 | [81899 Async ks-alt-member:81899]: finished successfully 2021-11-04 10:16:15.480 | [17569 Async ks-demo-member:81201]: Signaled 2021-11-04 10:16:15.480 | [82011 Async ks-alt-admin:82011]: finished successfully 2021-11-04 10:16:15.494 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:16:15.494 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-11-04 10:16:15.494 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:16:15.494 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:16:15.494 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-11-04 10:16:15.494 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-11-04 10:16:15.494 | ++ functions-common:_get_domain_args:882 : echo 2021-11-04 10:16:15.494 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-11-04 10:16:15.494 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user edca82e0d3624f848577056240ac561e --project fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:16:15.494 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:16:15.494 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:16:15.494 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:16:15.494 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:15.494 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:15.494 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:15.494 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:15.494 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:15.494 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:15.494 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:16:15.494 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:16:15.494 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user edca82e0d3624f848577056240ac561e --project fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:16:15.494 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:15.494 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:15.494 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:15.494 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:15.495 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user edca82e0d3624f848577056240ac561e --project fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:16:15.495 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:16:15.495 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:16:15.495 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:15.495 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:16:15.495 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:15.495 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:15.495 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:15.495 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:15.495 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:15.495 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:16:15.495 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:16:15.495 | ++ functions-common:get_field:733 : echo '| 3ea3aa8a55844265b88204e207ccf06c | edca82e0d3624f848577056240ac561e | | fd01c8cf764b4181b6e7103f1c29009e | | | False |' 2021-11-04 10:16:15.495 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:16:15.495 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:15.495 | + functions-common:get_or_add_user_project_role:910 : user_role_id=3ea3aa8a55844265b88204e207ccf06c 2021-11-04 10:16:15.495 | + functions-common:get_or_add_user_project_role:912 : echo 3ea3aa8a55844265b88204e207ccf06c 2021-11-04 10:16:15.495 | 3ea3aa8a55844265b88204e207ccf06c 2021-11-04 10:16:15.775 | [17569 Async ks-demo-member:81201]: finished get_or_add_user_project_role member edca82e0d3624f848577056240ac561e fd01c8cf764b4181b6e7103f1c29009e with result 0 in 10 seconds 2021-11-04 10:16:16.052 | [17569 Async ks-demo-admin:81313]: Waiting for completion of get_or_add_user_project_role admin 8071c00078c941aba48f4bba446fc881 fd01c8cf764b4181b6e7103f1c29009e running on PID 81313 (12 other jobs running) 2021-11-04 10:16:16.261 | [17569 Async ks-demo-admin:81313]: Signaling child to exit 2021-11-04 10:16:16.261 | WAKEUP 2021-11-04 10:16:16.433 | [17569 Async ks-demo-admin:81313]: Signaled 2021-11-04 10:16:16.447 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:16:16.447 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-11-04 10:16:16.447 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:16:16.447 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:16:16.447 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-11-04 10:16:16.447 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-11-04 10:16:16.447 | ++ functions-common:_get_domain_args:882 : echo 2021-11-04 10:16:16.447 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-11-04 10:16:16.447 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 8071c00078c941aba48f4bba446fc881 --project fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:16:16.447 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:16:16.447 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:16:16.447 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:16.447 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:16:16.447 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:16.447 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:16.447 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:16.447 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:16.447 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:16.447 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:16:16.447 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:16:16.447 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 8071c00078c941aba48f4bba446fc881 --project fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:16:16.447 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:16.447 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:16.447 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:16.447 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:16.447 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:16:16.447 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 8071c00078c941aba48f4bba446fc881 --project fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:16:16.447 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:16:16.447 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:16:16.448 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:16.448 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:16.448 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:16.448 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:16.448 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:16.448 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:16.448 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:16:16.448 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:16:16.448 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:16:16.448 | ++ functions-common:get_field:733 : echo '| baf44517296845ddaccf50bab9055876 | 8071c00078c941aba48f4bba446fc881 | | fd01c8cf764b4181b6e7103f1c29009e | | | False |' 2021-11-04 10:16:16.448 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:16.448 | + functions-common:get_or_add_user_project_role:910 : user_role_id=baf44517296845ddaccf50bab9055876 2021-11-04 10:16:16.448 | + functions-common:get_or_add_user_project_role:912 : echo baf44517296845ddaccf50bab9055876 2021-11-04 10:16:16.448 | baf44517296845ddaccf50bab9055876 2021-11-04 10:16:16.775 | [17569 Async ks-demo-admin:81313]: finished get_or_add_user_project_role admin 8071c00078c941aba48f4bba446fc881 fd01c8cf764b4181b6e7103f1c29009e with result 0 in 10 seconds 2021-11-04 10:16:17.058 | [17569 Async ks-demo-another:81425]: Waiting for completion of get_or_add_user_project_role anotherrole edca82e0d3624f848577056240ac561e fd01c8cf764b4181b6e7103f1c29009e running on PID 81425 (11 other jobs running) 2021-11-04 10:16:17.206 | [17569 Async ks-demo-another:81425]: Signaling child to exit 2021-11-04 10:16:17.207 | WAKEUP 2021-11-04 10:16:17.369 | [17569 Async ks-demo-another:81425]: Signaled 2021-11-04 10:16:17.377 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:16:17.377 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-11-04 10:16:17.377 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:16:17.377 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:16:17.377 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-11-04 10:16:17.377 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-11-04 10:16:17.377 | ++ functions-common:_get_domain_args:882 : echo 2021-11-04 10:16:17.377 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-11-04 10:16:17.377 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:16:17.377 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role anotherrole --user edca82e0d3624f848577056240ac561e --project fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:16:17.377 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:16:17.378 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:16:17.378 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:17.378 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:17.378 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:17.378 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:17.378 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:17.378 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:17.378 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:16:17.378 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:16:17.378 | + functions-common:get_or_add_user_project_role:901 : openstack role add anotherrole --user edca82e0d3624f848577056240ac561e --project fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:16:17.378 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:17.378 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:17.378 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:17.378 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:17.378 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role anotherrole --user edca82e0d3624f848577056240ac561e --project fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:16:17.378 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:16:17.378 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:16:17.378 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:16:17.378 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:17.378 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:17.378 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:17.378 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:17.378 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:17.378 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:17.378 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:16:17.378 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:16:17.378 | ++ functions-common:get_field:733 : echo '| db62f8b9b1e640a1b7d42bbd4d738855 | edca82e0d3624f848577056240ac561e | | fd01c8cf764b4181b6e7103f1c29009e | | | False |' 2021-11-04 10:16:17.378 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:16:17.378 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:17.378 | + functions-common:get_or_add_user_project_role:910 : user_role_id=db62f8b9b1e640a1b7d42bbd4d738855 2021-11-04 10:16:17.378 | + functions-common:get_or_add_user_project_role:912 : echo db62f8b9b1e640a1b7d42bbd4d738855 2021-11-04 10:16:17.378 | db62f8b9b1e640a1b7d42bbd4d738855 2021-11-04 10:16:17.683 | [17569 Async ks-demo-another:81425]: finished get_or_add_user_project_role anotherrole edca82e0d3624f848577056240ac561e fd01c8cf764b4181b6e7103f1c29009e with result 0 in 11 seconds 2021-11-04 10:16:17.725 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:16:17.905 | [82123 Async ks-alt-another:82123]: finished successfully 2021-11-04 10:16:17.908 | [17569 Async ks-demo-invis:81537]: Waiting for completion of get_or_add_user_project_role member edca82e0d3624f848577056240ac561e 5f544e97c97b49df972ec54f1414606d running on PID 81537 (10 other jobs running) 2021-11-04 10:16:18.118 | [17569 Async ks-demo-invis:81537]: Signaling child to exit 2021-11-04 10:16:18.119 | WAKEUP 2021-11-04 10:16:18.267 | [17569 Async ks-demo-invis:81537]: Signaled 2021-11-04 10:16:18.282 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:16:18.282 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-11-04 10:16:18.282 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:16:18.282 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:16:18.282 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-11-04 10:16:18.282 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-11-04 10:16:18.282 | ++ functions-common:_get_domain_args:882 : echo 2021-11-04 10:16:18.282 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-11-04 10:16:18.282 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user edca82e0d3624f848577056240ac561e --project 5f544e97c97b49df972ec54f1414606d 2021-11-04 10:16:18.282 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:16:18.282 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:16:18.282 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:16:18.282 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:18.282 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:18.282 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:18.282 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:18.283 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:18.283 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:18.283 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:16:18.283 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:16:18.283 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user edca82e0d3624f848577056240ac561e --project 5f544e97c97b49df972ec54f1414606d 2021-11-04 10:16:18.283 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:18.283 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:18.283 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:18.283 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:18.283 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:16:18.283 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user edca82e0d3624f848577056240ac561e --project 5f544e97c97b49df972ec54f1414606d 2021-11-04 10:16:18.283 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:16:18.283 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:16:18.283 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:18.283 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:18.283 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:18.283 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:18.283 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:18.283 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:18.283 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:16:18.283 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:16:18.283 | ++ functions-common:get_field:733 : echo '| 3ea3aa8a55844265b88204e207ccf06c | edca82e0d3624f848577056240ac561e | | 5f544e97c97b49df972ec54f1414606d | | | False |' 2021-11-04 10:16:18.283 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:16:18.283 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:18.283 | + functions-common:get_or_add_user_project_role:910 : user_role_id=3ea3aa8a55844265b88204e207ccf06c 2021-11-04 10:16:18.283 | + functions-common:get_or_add_user_project_role:912 : echo 3ea3aa8a55844265b88204e207ccf06c 2021-11-04 10:16:18.283 | 3ea3aa8a55844265b88204e207ccf06c 2021-11-04 10:16:18.606 | [17569 Async ks-demo-invis:81537]: finished get_or_add_user_project_role member edca82e0d3624f848577056240ac561e 5f544e97c97b49df972ec54f1414606d with result 0 in 10 seconds 2021-11-04 10:16:18.614 | + inc/async:async_wait:197 : return 0 2021-11-04 10:16:18.616 | + lib/keystone:create_keystone_accounts:367 : async_wait ks-alt-member ks-alt-admin ks-alt-another 2021-11-04 10:16:18.892 | [17569 Async ks-alt-member:81899]: Waiting for completion of get_or_add_user_project_role member 4a1e95245364490d93f185f9afa28cab 0e774422b4574bbca3db8b1be57c3efa running on PID 81899 (9 other jobs running) 2021-11-04 10:16:19.027 | [17569 Async ks-alt-member:81899]: Signaling child to exit 2021-11-04 10:16:19.027 | WAKEUP 2021-11-04 10:16:19.168 | [17569 Async ks-alt-member:81899]: Signaled 2021-11-04 10:16:19.175 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:16:19.175 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-11-04 10:16:19.175 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:16:19.175 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:16:19.175 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-11-04 10:16:19.175 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-11-04 10:16:19.175 | ++ functions-common:_get_domain_args:882 : echo 2021-11-04 10:16:19.175 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-11-04 10:16:19.175 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user 4a1e95245364490d93f185f9afa28cab --project 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:19.175 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:16:19.175 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:16:19.175 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:16:19.175 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:19.175 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:19.175 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:19.175 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:19.175 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:19.175 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:19.175 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:16:19.175 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:16:19.176 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user 4a1e95245364490d93f185f9afa28cab --project 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:19.176 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:19.176 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:19.176 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:19.176 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:19.176 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user 4a1e95245364490d93f185f9afa28cab --project 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:19.176 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:16:19.176 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:16:19.176 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:16:19.176 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:19.176 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:19.176 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:19.176 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:19.176 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:19.176 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:19.176 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:16:19.176 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:16:19.176 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:16:19.176 | ++ functions-common:get_field:733 : echo '| 3ea3aa8a55844265b88204e207ccf06c | 4a1e95245364490d93f185f9afa28cab | | 0e774422b4574bbca3db8b1be57c3efa | | | False |' 2021-11-04 10:16:19.176 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:19.176 | + functions-common:get_or_add_user_project_role:910 : user_role_id=3ea3aa8a55844265b88204e207ccf06c 2021-11-04 10:16:19.176 | + functions-common:get_or_add_user_project_role:912 : echo 3ea3aa8a55844265b88204e207ccf06c 2021-11-04 10:16:19.176 | 3ea3aa8a55844265b88204e207ccf06c 2021-11-04 10:16:19.522 | [17569 Async ks-alt-member:81899]: finished get_or_add_user_project_role member 4a1e95245364490d93f185f9afa28cab 0e774422b4574bbca3db8b1be57c3efa with result 0 in 11 seconds 2021-11-04 10:16:19.782 | [17569 Async ks-alt-admin:82011]: Waiting for completion of get_or_add_user_project_role admin 8071c00078c941aba48f4bba446fc881 0e774422b4574bbca3db8b1be57c3efa running on PID 82011 (8 other jobs running) 2021-11-04 10:16:19.930 | [17569 Async ks-alt-admin:82011]: Signaling child to exit 2021-11-04 10:16:19.931 | WAKEUP 2021-11-04 10:16:20.082 | [17569 Async ks-alt-admin:82011]: Signaled 2021-11-04 10:16:20.093 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:16:20.093 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-11-04 10:16:20.093 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:16:20.093 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:16:20.093 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-11-04 10:16:20.093 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-11-04 10:16:20.093 | ++ functions-common:_get_domain_args:882 : echo 2021-11-04 10:16:20.093 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-11-04 10:16:20.093 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:16:20.093 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 8071c00078c941aba48f4bba446fc881 --project 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:20.093 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:16:20.093 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:16:20.093 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:20.093 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:20.093 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:20.093 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:20.093 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:20.093 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:20.093 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:16:20.093 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:16:20.093 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 8071c00078c941aba48f4bba446fc881 --project 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:20.093 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:20.093 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:20.093 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:20.093 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:20.093 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:16:20.093 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 8071c00078c941aba48f4bba446fc881 --project 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:20.093 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:16:20.093 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:20.094 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:16:20.094 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:20.094 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:20.094 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:20.094 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:20.094 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:20.094 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:16:20.094 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:16:20.094 | ++ functions-common:get_field:733 : echo '| baf44517296845ddaccf50bab9055876 | 8071c00078c941aba48f4bba446fc881 | | 0e774422b4574bbca3db8b1be57c3efa | | | False |' 2021-11-04 10:16:20.094 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:16:20.094 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:20.094 | + functions-common:get_or_add_user_project_role:910 : user_role_id=baf44517296845ddaccf50bab9055876 2021-11-04 10:16:20.094 | + functions-common:get_or_add_user_project_role:912 : echo baf44517296845ddaccf50bab9055876 2021-11-04 10:16:20.094 | baf44517296845ddaccf50bab9055876 2021-11-04 10:16:20.398 | [17569 Async ks-alt-admin:82011]: finished get_or_add_user_project_role admin 8071c00078c941aba48f4bba446fc881 0e774422b4574bbca3db8b1be57c3efa with result 0 in 10 seconds 2021-11-04 10:16:20.694 | [17569 Async ks-alt-another:82123]: Waiting for completion of get_or_add_user_project_role anotherrole 4a1e95245364490d93f185f9afa28cab 0e774422b4574bbca3db8b1be57c3efa running on PID 82123 (7 other jobs running) 2021-11-04 10:16:20.900 | [17569 Async ks-alt-another:82123]: Signaling child to exit 2021-11-04 10:16:20.902 | WAKEUP 2021-11-04 10:16:21.065 | [17569 Async ks-alt-another:82123]: Signaled 2021-11-04 10:16:21.086 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:16:21.086 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-11-04 10:16:21.087 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:16:21.087 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:16:21.087 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-11-04 10:16:21.087 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-11-04 10:16:21.087 | ++ functions-common:_get_domain_args:882 : echo 2021-11-04 10:16:21.087 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-11-04 10:16:21.087 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:16:21.087 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role anotherrole --user 4a1e95245364490d93f185f9afa28cab --project 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:21.087 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:16:21.087 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:16:21.087 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:21.087 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:21.087 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:21.087 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:21.087 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:21.087 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:21.087 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:16:21.087 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:16:21.087 | + functions-common:get_or_add_user_project_role:901 : openstack role add anotherrole --user 4a1e95245364490d93f185f9afa28cab --project 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:21.087 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:21.087 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:21.087 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:21.087 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:21.087 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role anotherrole --user 4a1e95245364490d93f185f9afa28cab --project 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:21.087 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:16:21.087 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:16:21.087 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:16:21.087 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:21.087 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:21.087 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:21.087 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:21.088 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:21.088 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:21.088 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:16:21.088 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:16:21.088 | ++ functions-common:get_field:733 : echo '| db62f8b9b1e640a1b7d42bbd4d738855 | 4a1e95245364490d93f185f9afa28cab | | 0e774422b4574bbca3db8b1be57c3efa | | | False |' 2021-11-04 10:16:21.088 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:16:21.088 | ++ functions-common:get_field:727 : read data 2021-11-04 10:16:21.088 | + functions-common:get_or_add_user_project_role:910 : user_role_id=db62f8b9b1e640a1b7d42bbd4d738855 2021-11-04 10:16:21.088 | + functions-common:get_or_add_user_project_role:912 : echo db62f8b9b1e640a1b7d42bbd4d738855 2021-11-04 10:16:21.088 | db62f8b9b1e640a1b7d42bbd4d738855 2021-11-04 10:16:21.403 | [17569 Async ks-alt-another:82123]: finished get_or_add_user_project_role anotherrole 4a1e95245364490d93f185f9afa28cab 0e774422b4574bbca3db8b1be57c3efa with result 0 in 12 seconds 2021-11-04 10:16:21.416 | + inc/async:async_wait:197 : return 0 2021-11-04 10:16:21.419 | + lib/keystone:create_keystone_accounts:368 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2021-11-04 10:16:21.740 | [17569 Async ks-group-memberdemo:82606]: Waiting for completion of get_or_add_group_project_role member 271687a00533461799b7926e89a7cf6b fd01c8cf764b4181b6e7103f1c29009e running on PID 82606 (6 other jobs running) 2021-11-04 10:16:21.913 | [17569 Async ks-group-memberdemo:82606]: Signaling child to exit 2021-11-04 10:16:23.748 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:16:23.820 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:16:23.851 | [82606 Async ks-group-memberdemo:82606]: finished successfully 2021-11-04 10:16:23.879 | [82723 Async ks-group-anotherdemo:82723]: finished successfully 2021-11-04 10:16:23.892 | WAKEUP 2021-11-04 10:16:23.939 | [17569 Async ks-group-memberdemo:82606]: Signaled 2021-11-04 10:16:23.941 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-11-04 10:16:23.941 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role member --group 271687a00533461799b7926e89a7cf6b --project fd01c8cf764b4181b6e7103f1c29009e -f value 2021-11-04 10:16:23.941 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:23.941 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:23.941 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:23.941 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:23.941 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:23.941 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-11-04 10:16:23.941 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-11-04 10:16:23.941 | + functions-common:get_or_add_group_project_role:951 : openstack role add member --group 271687a00533461799b7926e89a7cf6b --project fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:16:23.941 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:23.942 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:23.942 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:23.942 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:23.942 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role member --group 271687a00533461799b7926e89a7cf6b --project fd01c8cf764b4181b6e7103f1c29009e -f value 2021-11-04 10:16:23.942 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:23.942 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:23.942 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:23.942 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:23.942 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:23.942 | + functions-common:get_or_add_group_project_role:958 : group_role_id='3ea3aa8a55844265b88204e207ccf06c 271687a00533461799b7926e89a7cf6b fd01c8cf764b4181b6e7103f1c29009e False' 2021-11-04 10:16:23.942 | + functions-common:get_or_add_group_project_role:960 : echo 3ea3aa8a55844265b88204e207ccf06c 271687a00533461799b7926e89a7cf6b fd01c8cf764b4181b6e7103f1c29009e False 2021-11-04 10:16:23.942 | 3ea3aa8a55844265b88204e207ccf06c 271687a00533461799b7926e89a7cf6b fd01c8cf764b4181b6e7103f1c29009e False 2021-11-04 10:16:23.998 | [17569 Async ks-group-memberdemo:82606]: finished get_or_add_group_project_role member 271687a00533461799b7926e89a7cf6b fd01c8cf764b4181b6e7103f1c29009e with result 0 in 11 seconds 2021-11-04 10:16:24.048 | [17569 Async ks-group-anotherdemo:82723]: Waiting for completion of get_or_add_group_project_role anotherrole 271687a00533461799b7926e89a7cf6b fd01c8cf764b4181b6e7103f1c29009e running on PID 82723 (5 other jobs running) 2021-11-04 10:16:24.081 | [17569 Async ks-group-anotherdemo:82723]: Signaling child to exit 2021-11-04 10:16:24.081 | WAKEUP 2021-11-04 10:16:24.109 | [17569 Async ks-group-anotherdemo:82723]: Signaled 2021-11-04 10:16:24.113 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-11-04 10:16:24.113 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role anotherrole --group 271687a00533461799b7926e89a7cf6b --project fd01c8cf764b4181b6e7103f1c29009e -f value 2021-11-04 10:16:24.113 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:24.113 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:24.113 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:24.113 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:24.113 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:24.113 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-11-04 10:16:24.114 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-11-04 10:16:24.114 | + functions-common:get_or_add_group_project_role:951 : openstack role add anotherrole --group 271687a00533461799b7926e89a7cf6b --project fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:16:24.114 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:24.114 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:24.114 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:24.114 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:24.114 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role anotherrole --group 271687a00533461799b7926e89a7cf6b --project fd01c8cf764b4181b6e7103f1c29009e -f value 2021-11-04 10:16:24.114 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:24.114 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:24.114 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:24.114 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:24.114 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:24.114 | + functions-common:get_or_add_group_project_role:958 : group_role_id='db62f8b9b1e640a1b7d42bbd4d738855 271687a00533461799b7926e89a7cf6b fd01c8cf764b4181b6e7103f1c29009e False' 2021-11-04 10:16:24.114 | + functions-common:get_or_add_group_project_role:960 : echo db62f8b9b1e640a1b7d42bbd4d738855 271687a00533461799b7926e89a7cf6b fd01c8cf764b4181b6e7103f1c29009e False 2021-11-04 10:16:24.114 | db62f8b9b1e640a1b7d42bbd4d738855 271687a00533461799b7926e89a7cf6b fd01c8cf764b4181b6e7103f1c29009e False 2021-11-04 10:16:24.170 | [17569 Async ks-group-anotherdemo:82723]: finished get_or_add_group_project_role anotherrole 271687a00533461799b7926e89a7cf6b fd01c8cf764b4181b6e7103f1c29009e with result 0 in 11 seconds 2021-11-04 10:16:24.230 | [17569 Async ks-group-memberalt:82810]: Waiting for completion of get_or_add_group_project_role member 271687a00533461799b7926e89a7cf6b 0e774422b4574bbca3db8b1be57c3efa running on PID 82810 (4 other jobs running) 2021-11-04 10:16:24.264 | [17569 Async ks-group-memberalt:82810]: Signaling child to exit 2021-11-04 10:16:24.683 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:16:24.719 | [82810 Async ks-group-memberalt:82810]: finished successfully 2021-11-04 10:16:24.746 | WAKEUP 2021-11-04 10:16:24.776 | [17569 Async ks-group-memberalt:82810]: Signaled 2021-11-04 10:16:24.778 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-11-04 10:16:24.778 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role member --group 271687a00533461799b7926e89a7cf6b --project 0e774422b4574bbca3db8b1be57c3efa -f value 2021-11-04 10:16:24.778 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:24.778 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:24.778 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:24.778 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:24.778 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:24.778 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-11-04 10:16:24.778 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-11-04 10:16:24.778 | + functions-common:get_or_add_group_project_role:951 : openstack role add member --group 271687a00533461799b7926e89a7cf6b --project 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:24.778 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:24.778 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:24.778 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:24.778 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:24.778 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role member --group 271687a00533461799b7926e89a7cf6b --project 0e774422b4574bbca3db8b1be57c3efa -f value 2021-11-04 10:16:24.778 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:24.778 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:24.778 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:24.778 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:24.778 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:24.778 | + functions-common:get_or_add_group_project_role:958 : group_role_id='3ea3aa8a55844265b88204e207ccf06c 271687a00533461799b7926e89a7cf6b 0e774422b4574bbca3db8b1be57c3efa False' 2021-11-04 10:16:24.778 | + functions-common:get_or_add_group_project_role:960 : echo 3ea3aa8a55844265b88204e207ccf06c 271687a00533461799b7926e89a7cf6b 0e774422b4574bbca3db8b1be57c3efa False 2021-11-04 10:16:24.778 | 3ea3aa8a55844265b88204e207ccf06c 271687a00533461799b7926e89a7cf6b 0e774422b4574bbca3db8b1be57c3efa False 2021-11-04 10:16:24.830 | [17569 Async ks-group-memberalt:82810]: finished get_or_add_group_project_role member 271687a00533461799b7926e89a7cf6b 0e774422b4574bbca3db8b1be57c3efa with result 0 in 11 seconds 2021-11-04 10:16:24.875 | [17569 Async ks-group-anotheralt:82898]: Waiting for completion of get_or_add_group_project_role anotherrole 271687a00533461799b7926e89a7cf6b 0e774422b4574bbca3db8b1be57c3efa running on PID 82898 (3 other jobs running) 2021-11-04 10:16:24.908 | [17569 Async ks-group-anotheralt:82898]: Signaling child to exit 2021-11-04 10:16:24.967 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:16:24.993 | [82985 Async ks-group-admin:82985]: finished successfully 2021-11-04 10:16:25.721 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:16:25.748 | [82898 Async ks-group-anotheralt:82898]: finished successfully 2021-11-04 10:16:25.768 | WAKEUP 2021-11-04 10:16:25.791 | [17569 Async ks-group-anotheralt:82898]: Signaled 2021-11-04 10:16:25.793 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-11-04 10:16:25.793 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role anotherrole --group 271687a00533461799b7926e89a7cf6b --project 0e774422b4574bbca3db8b1be57c3efa -f value 2021-11-04 10:16:25.793 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:25.793 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:25.793 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:25.793 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:25.793 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:25.793 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-11-04 10:16:25.793 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-11-04 10:16:25.793 | + functions-common:get_or_add_group_project_role:951 : openstack role add anotherrole --group 271687a00533461799b7926e89a7cf6b --project 0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:16:25.793 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:25.793 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:25.793 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:25.793 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:25.793 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role anotherrole --group 271687a00533461799b7926e89a7cf6b --project 0e774422b4574bbca3db8b1be57c3efa -f value 2021-11-04 10:16:25.793 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:25.793 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:25.793 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:25.793 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:25.793 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:25.793 | + functions-common:get_or_add_group_project_role:958 : group_role_id='db62f8b9b1e640a1b7d42bbd4d738855 271687a00533461799b7926e89a7cf6b 0e774422b4574bbca3db8b1be57c3efa False' 2021-11-04 10:16:25.793 | + functions-common:get_or_add_group_project_role:960 : echo db62f8b9b1e640a1b7d42bbd4d738855 271687a00533461799b7926e89a7cf6b 0e774422b4574bbca3db8b1be57c3efa False 2021-11-04 10:16:25.793 | db62f8b9b1e640a1b7d42bbd4d738855 271687a00533461799b7926e89a7cf6b 0e774422b4574bbca3db8b1be57c3efa False 2021-11-04 10:16:25.838 | [17569 Async ks-group-anotheralt:82898]: finished get_or_add_group_project_role anotherrole 271687a00533461799b7926e89a7cf6b 0e774422b4574bbca3db8b1be57c3efa with result 0 in 12 seconds 2021-11-04 10:16:25.878 | [17569 Async ks-group-admin:82985]: Waiting for completion of get_or_add_group_project_role admin da55986403c34d3e9b81569e3b379c58 02b7cb0577d74fd4aec0ac80d580679e running on PID 82985 (2 other jobs running) 2021-11-04 10:16:25.905 | [17569 Async ks-group-admin:82985]: Signaling child to exit 2021-11-04 10:16:25.905 | WAKEUP 2021-11-04 10:16:25.928 | [17569 Async ks-group-admin:82985]: Signaled 2021-11-04 10:16:25.930 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-11-04 10:16:25.930 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role admin --group da55986403c34d3e9b81569e3b379c58 --project 02b7cb0577d74fd4aec0ac80d580679e -f value 2021-11-04 10:16:25.930 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:25.930 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:25.930 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:25.930 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:25.930 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:25.930 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-11-04 10:16:25.930 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-11-04 10:16:25.930 | + functions-common:get_or_add_group_project_role:951 : openstack role add admin --group da55986403c34d3e9b81569e3b379c58 --project 02b7cb0577d74fd4aec0ac80d580679e 2021-11-04 10:16:25.930 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:25.930 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:25.930 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:25.930 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:25.930 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role admin --group da55986403c34d3e9b81569e3b379c58 --project 02b7cb0577d74fd4aec0ac80d580679e -f value 2021-11-04 10:16:25.930 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:25.930 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:25.930 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:16:25.930 | from cryptography.utils import int_from_bytes 2021-11-04 10:16:25.930 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:16:25.931 | + functions-common:get_or_add_group_project_role:958 : group_role_id='baf44517296845ddaccf50bab9055876 da55986403c34d3e9b81569e3b379c58 02b7cb0577d74fd4aec0ac80d580679e False' 2021-11-04 10:16:25.931 | + functions-common:get_or_add_group_project_role:960 : echo baf44517296845ddaccf50bab9055876 da55986403c34d3e9b81569e3b379c58 02b7cb0577d74fd4aec0ac80d580679e False 2021-11-04 10:16:25.931 | baf44517296845ddaccf50bab9055876 da55986403c34d3e9b81569e3b379c58 02b7cb0577d74fd4aec0ac80d580679e False 2021-11-04 10:16:25.975 | [17569 Async ks-group-admin:82985]: finished get_or_add_group_project_role admin da55986403c34d3e9b81569e3b379c58 02b7cb0577d74fd4aec0ac80d580679e with result 0 in 10 seconds 2021-11-04 10:16:25.979 | + inc/async:async_wait:197 : return 0 2021-11-04 10:16:25.981 | + lib/keystone:create_keystone_accounts:370 : is_service_enabled ldap 2021-11-04 10:16:26.000 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:16:26.003 | + ./stack.sh:main:1106 : is_service_enabled nova 2021-11-04 10:16:26.021 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:16:26.023 | + ./stack.sh:main:1107 : async_runfunc create_nova_accounts 2021-11-04 10:16:26.026 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2021-11-04 10:16:26.085 | + inc/async:async_inner:63 : create_nova_accounts 2021-11-04 10:16:26.134 | [17569 Async create_nova_accounts:84645]: running: create_nova_accounts 2021-11-04 10:16:26.136 | + ./stack.sh:main:1109 : is_service_enabled glance 2021-11-04 10:16:26.155 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:16:26.158 | + ./stack.sh:main:1110 : async_runfunc create_glance_accounts 2021-11-04 10:16:26.161 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2021-11-04 10:16:26.222 | + inc/async:async_inner:63 : create_glance_accounts 2021-11-04 10:16:26.263 | [17569 Async create_glance_accounts:84760]: running: create_glance_accounts 2021-11-04 10:16:26.266 | + ./stack.sh:main:1112 : is_service_enabled cinder 2021-11-04 10:16:26.293 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:16:26.296 | + ./stack.sh:main:1113 : async_runfunc create_cinder_accounts 2021-11-04 10:16:26.298 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2021-11-04 10:16:26.367 | + inc/async:async_inner:63 : create_cinder_accounts 2021-11-04 10:16:26.412 | [17569 Async create_cinder_accounts:84890]: running: create_cinder_accounts 2021-11-04 10:16:26.415 | + ./stack.sh:main:1115 : is_service_enabled neutron 2021-11-04 10:16:26.436 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:16:26.439 | + ./stack.sh:main:1116 : async_runfunc create_neutron_accounts 2021-11-04 10:16:26.442 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2021-11-04 10:16:26.520 | + inc/async:async_inner:63 : create_neutron_accounts 2021-11-04 10:16:26.586 | [17569 Async create_neutron_accounts:85005]: running: create_neutron_accounts 2021-11-04 10:16:26.589 | + ./stack.sh:main:1118 : is_service_enabled swift 2021-11-04 10:16:26.633 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:16:26.637 | + ./stack.sh:main:1119 : async_runfunc create_swift_accounts 2021-11-04 10:16:26.641 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2021-11-04 10:16:26.996 | + inc/async:async_inner:63 : create_swift_accounts 2021-11-04 10:16:27.242 | [17569 Async create_swift_accounts:85147]: running: create_swift_accounts 2021-11-04 10:16:27.261 | + ./stack.sh:main:1127 : is_service_enabled horizon 2021-11-04 10:16:27.385 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:16:27.405 | + ./stack.sh:main:1132 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2021-11-04 10:16:27.760 | [17569 Async create_nova_accounts:84645]: Waiting for completion of create_nova_accounts running on PID 84645 (6 other jobs running) 2021-11-04 10:16:27.942 | [17569 Async create_nova_accounts:84645]: Signaling child to exit 2021-11-04 10:16:54.282 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:16:54.366 | [85005 Async create_neutron_accounts:85005]: finished successfully 2021-11-04 10:17:11.825 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:17:11.856 | [84890 Async create_cinder_accounts:84890]: finished successfully 2021-11-04 10:17:17.795 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:17:17.840 | [84760 Async create_glance_accounts:84760]: finished successfully 2021-11-04 10:17:22.805 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:17:22.838 | [84645 Async create_nova_accounts:84645]: finished successfully 2021-11-04 10:17:22.860 | WAKEUP 2021-11-04 10:17:22.886 | [17569 Async create_nova_accounts:84645]: Signaled 2021-11-04 10:17:22.888 | + lib/nova:create_nova_accounts:340 : [[ 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 ]] 2021-11-04 10:17:22.888 | + lib/nova:create_nova_accounts:344 : create_service_user nova admin 2021-11-04 10:17:22.888 | + lib/keystone:create_service_user:383 : get_or_create_user nova Passw0rd Default 2021-11-04 10:17:22.888 | + functions-common:get_or_create_user:824 : local user_id 2021-11-04 10:17:22.888 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-11-04 10:17:22.888 | + functions-common:get_or_create_user:828 : local email= 2021-11-04 10:17:22.889 | ++ functions-common:get_or_create_user:842 : oscwrap user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2021-11-04 10:17:22.889 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.889 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.889 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.889 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.889 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:22.889 | + functions-common:get_or_create_user:840 : user_id=00c9c526b4d34c788592692965a08ff9 2021-11-04 10:17:22.889 | + functions-common:get_or_create_user:841 : echo 00c9c526b4d34c788592692965a08ff9 2021-11-04 10:17:22.889 | 00c9c526b4d34c788592692965a08ff9 2021-11-04 10:17:22.889 | + lib/keystone:create_service_user:384 : get_or_add_user_project_role service nova service Default Default 2021-11-04 10:17:22.889 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:17:22.889 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-11-04 10:17:22.889 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:17:22.889 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:17:22.889 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-11-04 10:17:22.889 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-11-04 10:17:22.890 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-11-04 10:17:22.890 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-11-04 10:17:22.890 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-11-04 10:17:22.890 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-11-04 10:17:22.890 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:17:22.890 | ++ 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 2021-11-04 10:17:22.890 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:17:22.890 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:17:22.890 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:22.890 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.890 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.890 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.890 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.890 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:22.890 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:17:22.890 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:17:22.890 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user nova --project service --user-domain Default --project-domain Default 2021-11-04 10:17:22.890 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.890 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.890 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.891 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.891 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:17:22.891 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:17:22.891 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:17:22.891 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:22.891 | ++ 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 2021-11-04 10:17:22.891 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.891 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.891 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.891 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.891 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:22.891 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:17:22.891 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:17:22.891 | ++ functions-common:get_field:733 : echo '| 746dbb40f823438d96036862e47c0501 | 00c9c526b4d34c788592692965a08ff9 | | 1b7081accb8144a4bd2106b5b2b05a5a | | | False |' 2021-11-04 10:17:22.891 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:17:22.891 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:22.891 | + functions-common:get_or_add_user_project_role:910 : user_role_id=746dbb40f823438d96036862e47c0501 2021-11-04 10:17:22.891 | + functions-common:get_or_add_user_project_role:912 : echo 746dbb40f823438d96036862e47c0501 2021-11-04 10:17:22.891 | 746dbb40f823438d96036862e47c0501 2021-11-04 10:17:22.892 | + lib/keystone:create_service_user:386 : [[ -n admin ]] 2021-11-04 10:17:22.892 | + lib/keystone:create_service_user:387 : get_or_add_user_project_role admin nova service Default Default 2021-11-04 10:17:22.892 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:17:22.892 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-11-04 10:17:22.892 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:17:22.892 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:17:22.892 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-11-04 10:17:22.892 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-11-04 10:17:22.892 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-11-04 10:17:22.892 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-11-04 10:17:22.892 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-11-04 10:17:22.892 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-11-04 10:17:22.892 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:17:22.892 | ++ 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 2021-11-04 10:17:22.892 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:17:22.892 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:17:22.892 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:22.892 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.892 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.892 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.893 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.893 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:22.893 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:17:22.893 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:17:22.893 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user nova --project service --user-domain Default --project-domain Default 2021-11-04 10:17:22.893 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.893 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.893 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.893 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.893 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:17:22.893 | ++ 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 2021-11-04 10:17:22.893 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:17:22.893 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:17:22.893 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:22.893 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.893 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.893 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.893 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.893 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:22.893 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:17:22.893 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:17:22.893 | ++ functions-common:get_field:733 : echo '| baf44517296845ddaccf50bab9055876 | 00c9c526b4d34c788592692965a08ff9 | | 1b7081accb8144a4bd2106b5b2b05a5a | | | False |' 2021-11-04 10:17:22.893 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:17:22.893 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:22.893 | + functions-common:get_or_add_user_project_role:910 : user_role_id=baf44517296845ddaccf50bab9055876 2021-11-04 10:17:22.893 | + functions-common:get_or_add_user_project_role:912 : echo baf44517296845ddaccf50bab9055876 2021-11-04 10:17:22.893 | baf44517296845ddaccf50bab9055876 2021-11-04 10:17:22.893 | + lib/nova:create_nova_accounts:346 : local nova_api_url 2021-11-04 10:17:22.893 | + lib/nova:create_nova_accounts:347 : [[ True == \F\a\l\s\e ]] 2021-11-04 10:17:22.893 | + lib/nova:create_nova_accounts:350 : nova_api_url=http://10.222.0.49/compute 2021-11-04 10:17:22.893 | + lib/nova:create_nova_accounts:353 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2021-11-04 10:17:22.894 | + functions-common:get_or_create_service:966 : local service_id 2021-11-04 10:17:22.894 | ++ functions-common:get_or_create_service:979 : oscwrap service show compute_legacy -f value -c id 2021-11-04 10:17:22.894 | ++ 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 2021-11-04 10:17:22.894 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.894 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.894 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.894 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.894 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:22.894 | + functions-common:get_or_create_service:977 : service_id=' 2021-11-04 10:17:22.894 | 9ce2114baa2d4a2caa146bc001bce4d6' 2021-11-04 10:17:22.894 | + functions-common:get_or_create_service:978 : echo 9ce2114baa2d4a2caa146bc001bce4d6 2021-11-04 10:17:22.894 | 9ce2114baa2d4a2caa146bc001bce4d6 2021-11-04 10:17:22.894 | + lib/nova:create_nova_accounts:355 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.49/compute/v2/$(project_id)s' 2021-11-04 10:17:22.894 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-11-04 10:17:22.894 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.49/compute/v2/$(project_id)s' RegionOne 2021-11-04 10:17:22.894 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-11-04 10:17:22.894 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2021-11-04 10:17:22.894 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.894 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.895 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.895 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.895 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:22.895 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-11-04 10:17:22.895 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-11-04 10:17:22.895 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create compute_legacy public 'http://10.222.0.49/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2021-11-04 10:17:22.895 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.895 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.895 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.895 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.895 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:22.895 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=8453ebb18473400b92bdc037d6689b3f 2021-11-04 10:17:22.895 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 8453ebb18473400b92bdc037d6689b3f 2021-11-04 10:17:22.895 | + functions-common:get_or_create_endpoint:1011 : public_id=8453ebb18473400b92bdc037d6689b3f 2021-11-04 10:17:22.895 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-11-04 10:17:22.895 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-11-04 10:17:22.895 | + functions-common:get_or_create_endpoint:1020 : echo 8453ebb18473400b92bdc037d6689b3f 2021-11-04 10:17:22.895 | 8453ebb18473400b92bdc037d6689b3f 2021-11-04 10:17:22.896 | + lib/nova:create_nova_accounts:359 : get_or_create_service nova compute 'Nova Compute Service' 2021-11-04 10:17:22.896 | + functions-common:get_or_create_service:966 : local service_id 2021-11-04 10:17:22.896 | ++ functions-common:get_or_create_service:979 : oscwrap service show compute -f value -c id 2021-11-04 10:17:22.896 | ++ functions-common:get_or_create_service:981 : oscwrap service create compute --name nova '--description=Nova Compute Service' -f value -c id 2021-11-04 10:17:22.896 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.896 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.896 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.896 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.896 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:22.896 | + functions-common:get_or_create_service:977 : service_id=' 2021-11-04 10:17:22.896 | 95db94422ac64e179c2ff7278c927ca4' 2021-11-04 10:17:22.896 | + functions-common:get_or_create_service:978 : echo 95db94422ac64e179c2ff7278c927ca4 2021-11-04 10:17:22.896 | 95db94422ac64e179c2ff7278c927ca4 2021-11-04 10:17:22.896 | + lib/nova:create_nova_accounts:361 : get_or_create_endpoint compute RegionOne http://10.222.0.49/compute/v2.1 2021-11-04 10:17:22.896 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-11-04 10:17:22.896 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface compute public http://10.222.0.49/compute/v2.1 RegionOne 2021-11-04 10:17:22.896 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-11-04 10:17:22.896 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service compute --interface public --region RegionOne -c ID -f value 2021-11-04 10:17:22.896 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.896 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.896 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.896 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.896 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:22.896 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-11-04 10:17:22.896 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-11-04 10:17:22.897 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create compute public http://10.222.0.49/compute/v2.1 --region RegionOne -f value -c id 2021-11-04 10:17:22.897 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.897 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.897 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.897 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.897 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:22.897 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=670505e70f4a4cf6a49fc7deb673297e 2021-11-04 10:17:22.897 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 670505e70f4a4cf6a49fc7deb673297e 2021-11-04 10:17:22.897 | + functions-common:get_or_create_endpoint:1011 : public_id=670505e70f4a4cf6a49fc7deb673297e 2021-11-04 10:17:22.897 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-11-04 10:17:22.897 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-11-04 10:17:22.897 | + functions-common:get_or_create_endpoint:1020 : echo 670505e70f4a4cf6a49fc7deb673297e 2021-11-04 10:17:22.897 | 670505e70f4a4cf6a49fc7deb673297e 2021-11-04 10:17:22.897 | + lib/nova:create_nova_accounts:366 : is_service_enabled n-api 2021-11-04 10:17:22.897 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:17:22.897 | + lib/nova:create_nova_accounts:368 : is_service_enabled swift 2021-11-04 10:17:22.897 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:17:22.897 | + lib/nova:create_nova_accounts:371 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2021-11-04 10:17:22.898 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:17:22.898 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-11-04 10:17:22.898 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:17:22.898 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:17:22.898 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-11-04 10:17:22.898 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-11-04 10:17:22.898 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-11-04 10:17:22.898 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-11-04 10:17:22.898 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-11-04 10:17:22.898 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-11-04 10:17:22.898 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:17:22.898 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:17:22.898 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:22.898 | ++ 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 2021-11-04 10:17:22.898 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:17:22.898 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.898 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.898 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.898 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.899 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:22.899 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:17:22.899 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:17:22.899 | + functions-common:get_or_add_user_project_role:901 : openstack role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2021-11-04 10:17:22.899 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.899 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.899 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.899 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.899 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:17:22.899 | ++ 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 2021-11-04 10:17:22.899 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:17:22.899 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:17:22.899 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:22.899 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.899 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.899 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:22.899 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:22.899 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:22.899 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:17:22.899 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:17:22.899 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:17:22.899 | ++ functions-common:get_field:733 : echo '| 0c7b4f133f6d430ab3c2eb54f1d8094a | 00c9c526b4d34c788592692965a08ff9 | | 1b7081accb8144a4bd2106b5b2b05a5a | | | False |' 2021-11-04 10:17:22.899 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:22.900 | + functions-common:get_or_add_user_project_role:910 : user_role_id=0c7b4f133f6d430ab3c2eb54f1d8094a 2021-11-04 10:17:22.900 | + functions-common:get_or_add_user_project_role:912 : echo 0c7b4f133f6d430ab3c2eb54f1d8094a 2021-11-04 10:17:22.900 | 0c7b4f133f6d430ab3c2eb54f1d8094a 2021-11-04 10:17:22.900 | + lib/nova:create_nova_accounts:376 : is_service_enabled s3api 2021-11-04 10:17:22.900 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:17:22.951 | [17569 Async create_nova_accounts:84645]: finished create_nova_accounts with result 0 in 56 seconds 2021-11-04 10:17:22.996 | [17569 Async create_glance_accounts:84760]: Waiting for completion of create_glance_accounts running on PID 84760 (5 other jobs running) 2021-11-04 10:17:23.024 | [17569 Async create_glance_accounts:84760]: Signaling child to exit 2021-11-04 10:17:23.024 | WAKEUP 2021-11-04 10:17:23.050 | [17569 Async create_glance_accounts:84760]: Signaled 2021-11-04 10:17:23.052 | + lib/glance:create_glance_accounts:458 : is_service_enabled g-api 2021-11-04 10:17:23.052 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:17:23.052 | + lib/glance:create_glance_accounts:460 : create_service_user glance 2021-11-04 10:17:23.052 | + lib/keystone:create_service_user:383 : get_or_create_user glance Passw0rd Default 2021-11-04 10:17:23.052 | + functions-common:get_or_create_user:824 : local user_id 2021-11-04 10:17:23.052 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-11-04 10:17:23.052 | + functions-common:get_or_create_user:828 : local email= 2021-11-04 10:17:23.052 | ++ functions-common:get_or_create_user:842 : oscwrap user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2021-11-04 10:17:23.052 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.052 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.052 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.052 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.052 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.052 | + functions-common:get_or_create_user:840 : user_id=afa0dd19a7c94ea0b7043575ea58fce0 2021-11-04 10:17:23.052 | + functions-common:get_or_create_user:841 : echo afa0dd19a7c94ea0b7043575ea58fce0 2021-11-04 10:17:23.052 | afa0dd19a7c94ea0b7043575ea58fce0 2021-11-04 10:17:23.052 | + lib/keystone:create_service_user:384 : get_or_add_user_project_role service glance service Default Default 2021-11-04 10:17:23.052 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:17:23.052 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-11-04 10:17:23.052 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:17:23.052 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:17:23.052 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-11-04 10:17:23.052 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-11-04 10:17:23.052 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-11-04 10:17:23.052 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-11-04 10:17:23.052 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-11-04 10:17:23.052 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-11-04 10:17:23.052 | ++ 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 2021-11-04 10:17:23.052 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:17:23.052 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:17:23.053 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:17:23.053 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:23.053 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.053 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.053 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.053 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.053 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.053 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:17:23.053 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:17:23.053 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user glance --project service --user-domain Default --project-domain Default 2021-11-04 10:17:23.053 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.053 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.053 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.053 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.053 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:17:23.053 | ++ 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 2021-11-04 10:17:23.053 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:17:23.053 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:17:23.053 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:23.053 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.053 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.053 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.053 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.053 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.053 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:17:23.053 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:17:23.053 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:17:23.053 | ++ functions-common:get_field:733 : echo '| 746dbb40f823438d96036862e47c0501 | afa0dd19a7c94ea0b7043575ea58fce0 | | 1b7081accb8144a4bd2106b5b2b05a5a | | | False |' 2021-11-04 10:17:23.053 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:23.053 | + functions-common:get_or_add_user_project_role:910 : user_role_id=746dbb40f823438d96036862e47c0501 2021-11-04 10:17:23.053 | + functions-common:get_or_add_user_project_role:912 : echo 746dbb40f823438d96036862e47c0501 2021-11-04 10:17:23.053 | 746dbb40f823438d96036862e47c0501 2021-11-04 10:17:23.053 | + lib/keystone:create_service_user:386 : [[ -n '' ]] 2021-11-04 10:17:23.054 | + lib/glance:create_glance_accounts:463 : is_service_enabled s-proxy 2021-11-04 10:17:23.054 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:17:23.054 | + lib/glance:create_glance_accounts:464 : create_service_user glance-swift ResellerAdmin 2021-11-04 10:17:23.054 | + lib/keystone:create_service_user:383 : get_or_create_user glance-swift Passw0rd Default 2021-11-04 10:17:23.054 | + functions-common:get_or_create_user:824 : local user_id 2021-11-04 10:17:23.054 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-11-04 10:17:23.054 | + functions-common:get_or_create_user:828 : local email= 2021-11-04 10:17:23.054 | ++ functions-common:get_or_create_user:842 : oscwrap user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2021-11-04 10:17:23.054 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.054 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.054 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.054 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.054 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.054 | + functions-common:get_or_create_user:840 : user_id=7c86903aac344b31b43f64cf54e809c2 2021-11-04 10:17:23.054 | + functions-common:get_or_create_user:841 : echo 7c86903aac344b31b43f64cf54e809c2 2021-11-04 10:17:23.054 | 7c86903aac344b31b43f64cf54e809c2 2021-11-04 10:17:23.054 | + lib/keystone:create_service_user:384 : get_or_add_user_project_role service glance-swift service Default Default 2021-11-04 10:17:23.054 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:17:23.054 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-11-04 10:17:23.054 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:17:23.054 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:17:23.054 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-11-04 10:17:23.054 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-11-04 10:17:23.054 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-11-04 10:17:23.054 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-11-04 10:17:23.054 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-11-04 10:17:23.054 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-11-04 10:17:23.054 | ++ 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 2021-11-04 10:17:23.054 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:17:23.054 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:17:23.054 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:17:23.054 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:23.055 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.055 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.055 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.055 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.055 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.055 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:17:23.055 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:17:23.055 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user glance-swift --project service --user-domain Default --project-domain Default 2021-11-04 10:17:23.055 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.055 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.055 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.055 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.055 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:17:23.055 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:17:23.055 | ++ 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 2021-11-04 10:17:23.055 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:17:23.055 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:23.055 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.055 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.055 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.055 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.055 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.055 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:17:23.055 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:17:23.055 | ++ functions-common:get_field:733 : echo '| 746dbb40f823438d96036862e47c0501 | 7c86903aac344b31b43f64cf54e809c2 | | 1b7081accb8144a4bd2106b5b2b05a5a | | | False |' 2021-11-04 10:17:23.055 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:17:23.055 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:23.055 | + functions-common:get_or_add_user_project_role:910 : user_role_id=746dbb40f823438d96036862e47c0501 2021-11-04 10:17:23.055 | + functions-common:get_or_add_user_project_role:912 : echo 746dbb40f823438d96036862e47c0501 2021-11-04 10:17:23.055 | 746dbb40f823438d96036862e47c0501 2021-11-04 10:17:23.055 | + lib/keystone:create_service_user:386 : [[ -n ResellerAdmin ]] 2021-11-04 10:17:23.055 | + lib/keystone:create_service_user:387 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2021-11-04 10:17:23.056 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:17:23.056 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-11-04 10:17:23.056 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:17:23.056 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:17:23.056 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-11-04 10:17:23.056 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-11-04 10:17:23.056 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-11-04 10:17:23.056 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-11-04 10:17:23.056 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-11-04 10:17:23.056 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-11-04 10:17:23.056 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:17:23.056 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:17:23.056 | ++ 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 2021-11-04 10:17:23.056 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:17:23.056 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:23.056 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.056 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.056 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.056 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.056 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.056 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:17:23.056 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:17:23.056 | + functions-common:get_or_add_user_project_role:901 : openstack role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2021-11-04 10:17:23.056 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.056 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.056 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.056 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.056 | ++ 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 2021-11-04 10:17:23.056 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:17:23.056 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:17:23.056 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:17:23.056 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:23.057 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.057 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.057 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.057 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.057 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.057 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:17:23.057 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:17:23.057 | ++ functions-common:get_field:733 : echo '| 0c7b4f133f6d430ab3c2eb54f1d8094a | 7c86903aac344b31b43f64cf54e809c2 | | 1b7081accb8144a4bd2106b5b2b05a5a | | | False |' 2021-11-04 10:17:23.057 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:17:23.057 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:23.057 | + functions-common:get_or_add_user_project_role:910 : user_role_id=0c7b4f133f6d430ab3c2eb54f1d8094a 2021-11-04 10:17:23.057 | + functions-common:get_or_add_user_project_role:912 : echo 0c7b4f133f6d430ab3c2eb54f1d8094a 2021-11-04 10:17:23.057 | 0c7b4f133f6d430ab3c2eb54f1d8094a 2021-11-04 10:17:23.057 | + lib/glance:create_glance_accounts:467 : get_or_create_service glance image 'Glance Image Service' 2021-11-04 10:17:23.057 | + functions-common:get_or_create_service:966 : local service_id 2021-11-04 10:17:23.057 | ++ functions-common:get_or_create_service:979 : oscwrap service show image -f value -c id 2021-11-04 10:17:23.057 | ++ functions-common:get_or_create_service:981 : oscwrap service create image --name glance '--description=Glance Image Service' -f value -c id 2021-11-04 10:17:23.057 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.057 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.057 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.057 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.057 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.057 | + functions-common:get_or_create_service:977 : service_id=' 2021-11-04 10:17:23.057 | 85133da444ad4dc2977b0477237655ba' 2021-11-04 10:17:23.057 | + functions-common:get_or_create_service:978 : echo 85133da444ad4dc2977b0477237655ba 2021-11-04 10:17:23.057 | 85133da444ad4dc2977b0477237655ba 2021-11-04 10:17:23.057 | + lib/glance:create_glance_accounts:469 : get_or_create_endpoint image RegionOne http://10.222.0.49/image 2021-11-04 10:17:23.057 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-11-04 10:17:23.057 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface image public http://10.222.0.49/image RegionOne 2021-11-04 10:17:23.057 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-11-04 10:17:23.057 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service image --interface public --region RegionOne -c ID -f value 2021-11-04 10:17:23.057 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.057 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.057 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.058 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.058 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.058 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-11-04 10:17:23.058 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-11-04 10:17:23.058 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create image public http://10.222.0.49/image --region RegionOne -f value -c id 2021-11-04 10:17:23.058 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.058 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.058 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.058 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.058 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.058 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=b8b2a7999bab4891ae1a6d38d4481754 2021-11-04 10:17:23.058 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo b8b2a7999bab4891ae1a6d38d4481754 2021-11-04 10:17:23.058 | + functions-common:get_or_create_endpoint:1011 : public_id=b8b2a7999bab4891ae1a6d38d4481754 2021-11-04 10:17:23.058 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-11-04 10:17:23.058 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-11-04 10:17:23.058 | + functions-common:get_or_create_endpoint:1020 : echo b8b2a7999bab4891ae1a6d38d4481754 2021-11-04 10:17:23.058 | b8b2a7999bab4891ae1a6d38d4481754 2021-11-04 10:17:23.058 | ++ lib/glance:create_glance_accounts:474 : get_or_create_domain Default 2021-11-04 10:17:23.058 | ++ functions-common:get_or_create_domain:792 : local domain_id 2021-11-04 10:17:23.058 | +++ functions-common:get_or_create_domain:804 : oscwrap domain show Default -f value -c id 2021-11-04 10:17:23.058 | ++ functions-common:get_or_create_domain:802 : domain_id=default 2021-11-04 10:17:23.058 | ++ functions-common:get_or_create_domain:803 : echo default 2021-11-04 10:17:23.058 | + lib/glance:create_glance_accounts:474 : service_domain_id=default 2021-11-04 10:17:23.058 | + lib/glance:create_glance_accounts:475 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2021-11-04 10:17:23.058 | + lib/glance:create_glance_accounts:476 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2021-11-04 10:17:23.058 | + lib/glance:create_glance_accounts:478 : [[ False = True ]] 2021-11-04 10:17:23.098 | [17569 Async create_glance_accounts:84760]: finished create_glance_accounts with result 0 in 51 seconds 2021-11-04 10:17:23.141 | [17569 Async create_cinder_accounts:84890]: Waiting for completion of create_cinder_accounts running on PID 84890 (4 other jobs running) 2021-11-04 10:17:23.168 | [17569 Async create_cinder_accounts:84890]: Signaling child to exit 2021-11-04 10:17:23.169 | WAKEUP 2021-11-04 10:17:23.192 | [17569 Async create_cinder_accounts:84890]: Signaled 2021-11-04 10:17:23.194 | + 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 ]] 2021-11-04 10:17:23.194 | + lib/cinder:create_cinder_accounts:393 : create_service_user cinder 2021-11-04 10:17:23.194 | + lib/keystone:create_service_user:383 : get_or_create_user cinder Passw0rd Default 2021-11-04 10:17:23.194 | + functions-common:get_or_create_user:824 : local user_id 2021-11-04 10:17:23.194 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-11-04 10:17:23.194 | + functions-common:get_or_create_user:828 : local email= 2021-11-04 10:17:23.194 | ++ functions-common:get_or_create_user:842 : oscwrap user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2021-11-04 10:17:23.194 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.194 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.194 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.194 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.194 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.194 | + functions-common:get_or_create_user:840 : user_id=7f74f3718c824f318a8e736687c00eb7 2021-11-04 10:17:23.194 | + functions-common:get_or_create_user:841 : echo 7f74f3718c824f318a8e736687c00eb7 2021-11-04 10:17:23.194 | 7f74f3718c824f318a8e736687c00eb7 2021-11-04 10:17:23.194 | + lib/keystone:create_service_user:384 : get_or_add_user_project_role service cinder service Default Default 2021-11-04 10:17:23.194 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:17:23.194 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-11-04 10:17:23.195 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:17:23.195 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:17:23.195 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-11-04 10:17:23.195 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-11-04 10:17:23.195 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-11-04 10:17:23.195 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-11-04 10:17:23.195 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-11-04 10:17:23.195 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-11-04 10:17:23.195 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:17:23.195 | ++ 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 2021-11-04 10:17:23.195 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:17:23.195 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:17:23.195 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:23.195 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.195 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.195 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.195 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.195 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.195 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:17:23.195 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:17:23.195 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user cinder --project service --user-domain Default --project-domain Default 2021-11-04 10:17:23.195 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.195 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.195 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.195 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.195 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:17:23.195 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:17:23.195 | ++ 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 2021-11-04 10:17:23.195 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:17:23.195 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:23.195 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.195 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.196 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.196 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.196 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.196 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:17:23.196 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:17:23.196 | ++ functions-common:get_field:733 : echo '| 746dbb40f823438d96036862e47c0501 | 7f74f3718c824f318a8e736687c00eb7 | | 1b7081accb8144a4bd2106b5b2b05a5a | | | False |' 2021-11-04 10:17:23.196 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:17:23.196 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:23.196 | + functions-common:get_or_add_user_project_role:910 : user_role_id=746dbb40f823438d96036862e47c0501 2021-11-04 10:17:23.196 | + functions-common:get_or_add_user_project_role:912 : echo 746dbb40f823438d96036862e47c0501 2021-11-04 10:17:23.196 | 746dbb40f823438d96036862e47c0501 2021-11-04 10:17:23.196 | + lib/keystone:create_service_user:386 : [[ -n '' ]] 2021-11-04 10:17:23.196 | + lib/cinder:create_cinder_accounts:396 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2021-11-04 10:17:23.196 | + functions-common:get_or_create_service:966 : local service_id 2021-11-04 10:17:23.196 | ++ functions-common:get_or_create_service:979 : oscwrap service show block-storage -f value -c id 2021-11-04 10:17:23.196 | ++ functions-common:get_or_create_service:981 : oscwrap service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2021-11-04 10:17:23.196 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.196 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.196 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.196 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.196 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.196 | + functions-common:get_or_create_service:977 : service_id=' 2021-11-04 10:17:23.196 | ee6681c3f28b4ae2962782cf1694814b' 2021-11-04 10:17:23.196 | + functions-common:get_or_create_service:978 : echo ee6681c3f28b4ae2962782cf1694814b 2021-11-04 10:17:23.196 | ee6681c3f28b4ae2962782cf1694814b 2021-11-04 10:17:23.196 | + lib/cinder:create_cinder_accounts:397 : '[' True == False ']' 2021-11-04 10:17:23.196 | + lib/cinder:create_cinder_accounts:410 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.49/volume/v3/$(project_id)s' 2021-11-04 10:17:23.196 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-11-04 10:17:23.196 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.49/volume/v3/$(project_id)s' RegionOne 2021-11-04 10:17:23.196 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-11-04 10:17:23.196 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2021-11-04 10:17:23.196 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.196 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.197 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.197 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.197 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.197 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-11-04 10:17:23.197 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-11-04 10:17:23.197 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create block-storage public 'http://10.222.0.49/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2021-11-04 10:17:23.197 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.197 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.197 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.197 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.197 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.197 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=cc1da40c03774c0b84e98764558b725c 2021-11-04 10:17:23.197 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo cc1da40c03774c0b84e98764558b725c 2021-11-04 10:17:23.197 | + functions-common:get_or_create_endpoint:1011 : public_id=cc1da40c03774c0b84e98764558b725c 2021-11-04 10:17:23.197 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-11-04 10:17:23.197 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-11-04 10:17:23.197 | + functions-common:get_or_create_endpoint:1020 : echo cc1da40c03774c0b84e98764558b725c 2021-11-04 10:17:23.197 | cc1da40c03774c0b84e98764558b725c 2021-11-04 10:17:23.197 | + lib/cinder:create_cinder_accounts:414 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2021-11-04 10:17:23.197 | + functions-common:get_or_create_service:966 : local service_id 2021-11-04 10:17:23.197 | ++ functions-common:get_or_create_service:979 : oscwrap service show volumev3 -f value -c id 2021-11-04 10:17:23.197 | ++ functions-common:get_or_create_service:981 : oscwrap service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2021-11-04 10:17:23.197 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.197 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.197 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.197 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.197 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.197 | + functions-common:get_or_create_service:977 : service_id=' 2021-11-04 10:17:23.197 | 37749a1a842d451aaa2f7fef94635894' 2021-11-04 10:17:23.197 | + functions-common:get_or_create_service:978 : echo 37749a1a842d451aaa2f7fef94635894 2021-11-04 10:17:23.197 | 37749a1a842d451aaa2f7fef94635894 2021-11-04 10:17:23.197 | + lib/cinder:create_cinder_accounts:416 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.49/volume/v3/$(project_id)s' 2021-11-04 10:17:23.197 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-11-04 10:17:23.197 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.49/volume/v3/$(project_id)s' RegionOne 2021-11-04 10:17:23.198 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-11-04 10:17:23.198 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2021-11-04 10:17:23.198 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.198 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.198 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.198 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.198 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.198 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-11-04 10:17:23.198 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-11-04 10:17:23.198 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create volumev3 public 'http://10.222.0.49/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2021-11-04 10:17:23.198 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.198 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.198 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.198 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.198 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.198 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=ecc7f136dba44463a14a1c8bb85bf028 2021-11-04 10:17:23.198 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo ecc7f136dba44463a14a1c8bb85bf028 2021-11-04 10:17:23.198 | + functions-common:get_or_create_endpoint:1011 : public_id=ecc7f136dba44463a14a1c8bb85bf028 2021-11-04 10:17:23.198 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-11-04 10:17:23.198 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-11-04 10:17:23.198 | + functions-common:get_or_create_endpoint:1020 : echo ecc7f136dba44463a14a1c8bb85bf028 2021-11-04 10:17:23.198 | ecc7f136dba44463a14a1c8bb85bf028 2021-11-04 10:17:23.198 | + lib/cinder:create_cinder_accounts:421 : configure_cinder_internal_tenant 2021-11-04 10:17:23.198 | ++ lib/cinder:configure_cinder_internal_tenant:608 : get_or_create_project service 2021-11-04 10:17:23.198 | ++ functions-common:get_or_create_project:847 : local project_id 2021-11-04 10:17:23.198 | +++ functions-common:get_or_create_project:855 : oscwrap project create service --domain= --or-show -f value -c id 2021-11-04 10:17:23.198 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.198 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.198 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.198 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.198 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.198 | ++ functions-common:get_or_create_project:853 : project_id=1b7081accb8144a4bd2106b5b2b05a5a 2021-11-04 10:17:23.198 | ++ functions-common:get_or_create_project:854 : echo 1b7081accb8144a4bd2106b5b2b05a5a 2021-11-04 10:17:23.199 | + lib/cinder:configure_cinder_internal_tenant:608 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 1b7081accb8144a4bd2106b5b2b05a5a 2021-11-04 10:17:23.199 | ++ lib/cinder:configure_cinder_internal_tenant:609 : get_or_create_user cinder 2021-11-04 10:17:23.199 | ++ functions-common:get_or_create_user:824 : local user_id 2021-11-04 10:17:23.199 | ++ functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-11-04 10:17:23.199 | ++ functions-common:get_or_create_user:828 : local email= 2021-11-04 10:17:23.199 | +++ functions-common:get_or_create_user:842 : oscwrap user create cinder --password '' --domain= --or-show -f value -c id 2021-11-04 10:17:23.199 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.199 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.199 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.199 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.199 | No password was supplied, authentication will fail when a user does not have a password. 2021-11-04 10:17:23.199 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.199 | ++ functions-common:get_or_create_user:840 : user_id=7f74f3718c824f318a8e736687c00eb7 2021-11-04 10:17:23.199 | ++ functions-common:get_or_create_user:841 : echo 7f74f3718c824f318a8e736687c00eb7 2021-11-04 10:17:23.199 | + lib/cinder:configure_cinder_internal_tenant:609 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 7f74f3718c824f318a8e736687c00eb7 2021-11-04 10:17:23.240 | [17569 Async create_cinder_accounts:84890]: finished create_cinder_accounts with result 0 in 45 seconds 2021-11-04 10:17:23.244 | + inc/async:async_wait:197 : return 0 2021-11-04 10:17:23.248 | + ./stack.sh:main:1133 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2021-11-04 10:17:23.301 | [17569 Async create_neutron_accounts:85005]: Waiting for completion of create_neutron_accounts running on PID 85005 (3 other jobs running) 2021-11-04 10:17:23.329 | [17569 Async create_neutron_accounts:85005]: Signaling child to exit 2021-11-04 10:17:23.329 | WAKEUP 2021-11-04 10:17:23.354 | [17569 Async create_neutron_accounts:85005]: Signaled 2021-11-04 10:17:23.356 | + lib/neutron:create_neutron_accounts:639 : is_neutron_legacy_enabled 2021-11-04 10:17:23.356 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-11-04 10:17:23.356 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-11-04 10:17:23.356 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-11-04 10:17:23.356 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-11-04 10:17:23.356 | + 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- ]] 2021-11-04 10:17:23.356 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-11-04 10:17:23.356 | + lib/neutron:create_neutron_accounts:641 : create_mutnauq_accounts 2021-11-04 10:17:23.356 | + lib/neutron-legacy:create_mutnauq_accounts:419 : local neutron_url 2021-11-04 10:17:23.356 | + lib/neutron-legacy:create_mutnauq_accounts:420 : '[' False == True ']' 2021-11-04 10:17:23.356 | + lib/neutron-legacy:create_mutnauq_accounts:423 : neutron_url=http://10.222.0.49:9696/ 2021-11-04 10:17:23.356 | + lib/neutron-legacy:create_mutnauq_accounts:426 : [[ 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 ]] 2021-11-04 10:17:23.356 | + lib/neutron-legacy:create_mutnauq_accounts:428 : create_service_user neutron 2021-11-04 10:17:23.356 | + lib/keystone:create_service_user:383 : get_or_create_user neutron Passw0rd Default 2021-11-04 10:17:23.356 | + functions-common:get_or_create_user:824 : local user_id 2021-11-04 10:17:23.356 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-11-04 10:17:23.356 | + functions-common:get_or_create_user:828 : local email= 2021-11-04 10:17:23.356 | ++ functions-common:get_or_create_user:842 : oscwrap user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2021-11-04 10:17:23.356 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.357 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.357 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.357 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.357 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.357 | + functions-common:get_or_create_user:840 : user_id=f2c9dcb5b51047f490ace4663a3671a3 2021-11-04 10:17:23.357 | + functions-common:get_or_create_user:841 : echo f2c9dcb5b51047f490ace4663a3671a3 2021-11-04 10:17:23.357 | f2c9dcb5b51047f490ace4663a3671a3 2021-11-04 10:17:23.357 | + lib/keystone:create_service_user:384 : get_or_add_user_project_role service neutron service Default Default 2021-11-04 10:17:23.357 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:17:23.357 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-11-04 10:17:23.357 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:17:23.357 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:17:23.357 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-11-04 10:17:23.357 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-11-04 10:17:23.357 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-11-04 10:17:23.357 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-11-04 10:17:23.357 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-11-04 10:17:23.357 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-11-04 10:17:23.357 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:17:23.358 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:17:23.358 | ++ 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 2021-11-04 10:17:23.358 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:17:23.358 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:23.358 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.358 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.358 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.358 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.358 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.358 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:17:23.358 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:17:23.358 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user neutron --project service --user-domain Default --project-domain Default 2021-11-04 10:17:23.358 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.358 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.358 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.358 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.358 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:17:23.358 | ++ 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 2021-11-04 10:17:23.358 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:17:23.358 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:17:23.358 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:23.358 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.358 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.358 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.358 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.358 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.358 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:17:23.358 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:17:23.358 | ++ functions-common:get_field:733 : echo '| 746dbb40f823438d96036862e47c0501 | f2c9dcb5b51047f490ace4663a3671a3 | | 1b7081accb8144a4bd2106b5b2b05a5a | | | False |' 2021-11-04 10:17:23.358 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:17:23.358 | ++ functions-common:get_field:727 : read data 2021-11-04 10:17:23.358 | + functions-common:get_or_add_user_project_role:910 : user_role_id=746dbb40f823438d96036862e47c0501 2021-11-04 10:17:23.358 | + functions-common:get_or_add_user_project_role:912 : echo 746dbb40f823438d96036862e47c0501 2021-11-04 10:17:23.358 | 746dbb40f823438d96036862e47c0501 2021-11-04 10:17:23.359 | + lib/keystone:create_service_user:386 : [[ -n '' ]] 2021-11-04 10:17:23.359 | + lib/neutron-legacy:create_mutnauq_accounts:430 : get_or_create_service neutron network 'Neutron Service' 2021-11-04 10:17:23.359 | + functions-common:get_or_create_service:966 : local service_id 2021-11-04 10:17:23.359 | ++ functions-common:get_or_create_service:979 : oscwrap service show network -f value -c id 2021-11-04 10:17:23.359 | ++ functions-common:get_or_create_service:981 : oscwrap service create network --name neutron '--description=Neutron Service' -f value -c id 2021-11-04 10:17:23.359 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.359 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.359 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.359 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.359 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.359 | + functions-common:get_or_create_service:977 : service_id=' 2021-11-04 10:17:23.359 | caedb44b05bb44e799b7349c059a879e' 2021-11-04 10:17:23.359 | + functions-common:get_or_create_service:978 : echo caedb44b05bb44e799b7349c059a879e 2021-11-04 10:17:23.359 | caedb44b05bb44e799b7349c059a879e 2021-11-04 10:17:23.359 | + lib/neutron-legacy:create_mutnauq_accounts:432 : get_or_create_endpoint network RegionOne http://10.222.0.49:9696/ 2021-11-04 10:17:23.359 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-11-04 10:17:23.359 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface network public http://10.222.0.49:9696/ RegionOne 2021-11-04 10:17:23.359 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-11-04 10:17:23.359 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service network --interface public --region RegionOne -c ID -f value 2021-11-04 10:17:23.359 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.359 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.359 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.359 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.359 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.359 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-11-04 10:17:23.359 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-11-04 10:17:23.359 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create network public http://10.222.0.49:9696/ --region RegionOne -f value -c id 2021-11-04 10:17:23.359 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.359 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.360 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:17:23.360 | from cryptography.utils import int_from_bytes 2021-11-04 10:17:23.360 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:17:23.360 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=c0bfc785514c4f40b101f7ba4b447f18 2021-11-04 10:17:23.360 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo c0bfc785514c4f40b101f7ba4b447f18 2021-11-04 10:17:23.360 | + functions-common:get_or_create_endpoint:1011 : public_id=c0bfc785514c4f40b101f7ba4b447f18 2021-11-04 10:17:23.360 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-11-04 10:17:23.360 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-11-04 10:17:23.360 | + functions-common:get_or_create_endpoint:1020 : echo c0bfc785514c4f40b101f7ba4b447f18 2021-11-04 10:17:23.360 | c0bfc785514c4f40b101f7ba4b447f18 2021-11-04 10:17:23.405 | [17569 Async create_neutron_accounts:85005]: finished create_neutron_accounts with result 0 in 27 seconds 2021-11-04 10:17:23.445 | [17569 Async create_swift_accounts:85147]: Waiting for completion of create_swift_accounts running on PID 85147 (2 other jobs running) 2021-11-04 10:17:23.471 | [17569 Async create_swift_accounts:85147]: Signaling child to exit 2021-11-04 10:18:07.178 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:18:07.204 | [85147 Async create_swift_accounts:85147]: finished successfully 2021-11-04 10:18:07.224 | WAKEUP 2021-11-04 10:18:07.248 | [17569 Async create_swift_accounts:85147]: Signaled 2021-11-04 10:18:07.249 | + lib/swift:create_swift_accounts:632 : export swiftusertest1_password=testing 2021-11-04 10:18:07.249 | + lib/swift:create_swift_accounts:632 : swiftusertest1_password=testing 2021-11-04 10:18:07.249 | + lib/swift:create_swift_accounts:633 : export swiftusertest2_password=testing2 2021-11-04 10:18:07.249 | + lib/swift:create_swift_accounts:633 : swiftusertest2_password=testing2 2021-11-04 10:18:07.249 | + lib/swift:create_swift_accounts:634 : export swiftusertest3_password=testing3 2021-11-04 10:18:07.249 | + lib/swift:create_swift_accounts:634 : swiftusertest3_password=testing3 2021-11-04 10:18:07.249 | + lib/swift:create_swift_accounts:635 : export swiftusertest4_password=testing4 2021-11-04 10:18:07.249 | + lib/swift:create_swift_accounts:635 : swiftusertest4_password=testing4 2021-11-04 10:18:07.249 | + lib/swift:create_swift_accounts:637 : local another_role 2021-11-04 10:18:07.249 | ++ lib/swift:create_swift_accounts:638 : get_or_create_role anotherrole 2021-11-04 10:18:07.249 | ++ functions-common:get_or_create_role:860 : local role_id 2021-11-04 10:18:07.249 | +++ functions-common:get_or_create_role:867 : oscwrap role create anotherrole --or-show -f value -c id 2021-11-04 10:18:07.249 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.249 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.249 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.250 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.250 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.250 | ++ functions-common:get_or_create_role:865 : role_id=db62f8b9b1e640a1b7d42bbd4d738855 2021-11-04 10:18:07.250 | ++ functions-common:get_or_create_role:866 : echo db62f8b9b1e640a1b7d42bbd4d738855 2021-11-04 10:18:07.250 | + lib/swift:create_swift_accounts:638 : another_role=db62f8b9b1e640a1b7d42bbd4d738855 2021-11-04 10:18:07.250 | + lib/swift:create_swift_accounts:642 : create_service_user swift admin 2021-11-04 10:18:07.250 | + lib/keystone:create_service_user:383 : get_or_create_user swift Passw0rd Default 2021-11-04 10:18:07.250 | + functions-common:get_or_create_user:824 : local user_id 2021-11-04 10:18:07.250 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-11-04 10:18:07.250 | + functions-common:get_or_create_user:828 : local email= 2021-11-04 10:18:07.250 | ++ functions-common:get_or_create_user:842 : oscwrap user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2021-11-04 10:18:07.250 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.250 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.250 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.250 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.250 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.250 | + functions-common:get_or_create_user:840 : user_id=d6e10935ff25438b9fa2afeb8bad55d3 2021-11-04 10:18:07.250 | + functions-common:get_or_create_user:841 : echo d6e10935ff25438b9fa2afeb8bad55d3 2021-11-04 10:18:07.250 | d6e10935ff25438b9fa2afeb8bad55d3 2021-11-04 10:18:07.250 | + lib/keystone:create_service_user:384 : get_or_add_user_project_role service swift service Default Default 2021-11-04 10:18:07.250 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:18:07.250 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-11-04 10:18:07.250 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:18:07.250 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:18:07.250 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-11-04 10:18:07.250 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-11-04 10:18:07.250 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-11-04 10:18:07.250 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-11-04 10:18:07.250 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-11-04 10:18:07.250 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-11-04 10:18:07.250 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:18:07.250 | ++ 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 2021-11-04 10:18:07.250 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:18:07.251 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:18:07.251 | ++ functions-common:get_field:727 : read data 2021-11-04 10:18:07.251 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.251 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.251 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.251 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.251 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.251 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:18:07.251 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:18:07.251 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user swift --project service --user-domain Default --project-domain Default 2021-11-04 10:18:07.251 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.251 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.251 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.251 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.251 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:18:07.251 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:18:07.251 | ++ 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 2021-11-04 10:18:07.251 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:18:07.251 | ++ functions-common:get_field:727 : read data 2021-11-04 10:18:07.251 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.251 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.251 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.251 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.251 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.251 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:18:07.251 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:18:07.251 | ++ functions-common:get_field:733 : echo '| 746dbb40f823438d96036862e47c0501 | d6e10935ff25438b9fa2afeb8bad55d3 | | 1b7081accb8144a4bd2106b5b2b05a5a | | | False |' 2021-11-04 10:18:07.251 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:18:07.251 | ++ functions-common:get_field:727 : read data 2021-11-04 10:18:07.251 | + functions-common:get_or_add_user_project_role:910 : user_role_id=746dbb40f823438d96036862e47c0501 2021-11-04 10:18:07.252 | + functions-common:get_or_add_user_project_role:912 : echo 746dbb40f823438d96036862e47c0501 2021-11-04 10:18:07.252 | 746dbb40f823438d96036862e47c0501 2021-11-04 10:18:07.252 | + lib/keystone:create_service_user:386 : [[ -n admin ]] 2021-11-04 10:18:07.252 | + lib/keystone:create_service_user:387 : get_or_add_user_project_role admin swift service Default Default 2021-11-04 10:18:07.252 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:18:07.252 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-11-04 10:18:07.252 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:18:07.252 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:18:07.252 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-11-04 10:18:07.252 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-11-04 10:18:07.252 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-11-04 10:18:07.252 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-11-04 10:18:07.252 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-11-04 10:18:07.252 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-11-04 10:18:07.252 | ++ 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 2021-11-04 10:18:07.252 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:18:07.252 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:18:07.252 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:18:07.252 | ++ functions-common:get_field:727 : read data 2021-11-04 10:18:07.252 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.252 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.252 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.252 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.252 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.252 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:18:07.253 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:18:07.253 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user swift --project service --user-domain Default --project-domain Default 2021-11-04 10:18:07.253 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.253 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.253 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.253 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.253 | ++ 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 2021-11-04 10:18:07.253 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:18:07.253 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:18:07.253 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:18:07.253 | ++ functions-common:get_field:727 : read data 2021-11-04 10:18:07.253 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.253 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.253 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.253 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.253 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.253 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:18:07.253 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:18:07.253 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:18:07.253 | ++ functions-common:get_field:733 : echo '| baf44517296845ddaccf50bab9055876 | d6e10935ff25438b9fa2afeb8bad55d3 | | 1b7081accb8144a4bd2106b5b2b05a5a | | | False |' 2021-11-04 10:18:07.253 | ++ functions-common:get_field:727 : read data 2021-11-04 10:18:07.253 | + functions-common:get_or_add_user_project_role:910 : user_role_id=baf44517296845ddaccf50bab9055876 2021-11-04 10:18:07.253 | + functions-common:get_or_add_user_project_role:912 : echo baf44517296845ddaccf50bab9055876 2021-11-04 10:18:07.253 | baf44517296845ddaccf50bab9055876 2021-11-04 10:18:07.253 | + lib/swift:create_swift_accounts:644 : get_or_create_service swift object-store 'Swift Service' 2021-11-04 10:18:07.253 | + functions-common:get_or_create_service:966 : local service_id 2021-11-04 10:18:07.253 | ++ functions-common:get_or_create_service:979 : oscwrap service show object-store -f value -c id 2021-11-04 10:18:07.253 | ++ functions-common:get_or_create_service:981 : oscwrap service create object-store --name swift '--description=Swift Service' -f value -c id 2021-11-04 10:18:07.253 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.253 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.253 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.253 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.253 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.253 | + functions-common:get_or_create_service:977 : service_id=' 2021-11-04 10:18:07.254 | 3ebbd3710d734084902621c273dd2a00' 2021-11-04 10:18:07.254 | + functions-common:get_or_create_service:978 : echo 3ebbd3710d734084902621c273dd2a00 2021-11-04 10:18:07.254 | 3ebbd3710d734084902621c273dd2a00 2021-11-04 10:18:07.254 | + lib/swift:create_swift_accounts:646 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.49:8080/v1/AUTH_$(project_id)s' http://10.222.0.49:8080 2021-11-04 10:18:07.254 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-11-04 10:18:07.254 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.49:8080/v1/AUTH_$(project_id)s' RegionOne 2021-11-04 10:18:07.254 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-11-04 10:18:07.254 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2021-11-04 10:18:07.254 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.254 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.254 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.254 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.254 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.254 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-11-04 10:18:07.254 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-11-04 10:18:07.254 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create object-store public 'http://10.222.0.49:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2021-11-04 10:18:07.254 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.254 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.254 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.254 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.254 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.254 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=557d20af0a864354ad8ed3114dfa8390 2021-11-04 10:18:07.254 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 557d20af0a864354ad8ed3114dfa8390 2021-11-04 10:18:07.254 | + functions-common:get_or_create_endpoint:1011 : public_id=557d20af0a864354ad8ed3114dfa8390 2021-11-04 10:18:07.254 | + functions-common:get_or_create_endpoint:1013 : [[ -n http://10.222.0.49:8080 ]] 2021-11-04 10:18:07.254 | + functions-common:get_or_create_endpoint:1014 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.49:8080 RegionOne 2021-11-04 10:18:07.254 | + functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-11-04 10:18:07.254 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2021-11-04 10:18:07.254 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.254 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.254 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.254 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.255 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.255 | + functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-11-04 10:18:07.255 | + functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-11-04 10:18:07.255 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create object-store admin http://10.222.0.49:8080 --region RegionOne -f value -c id 2021-11-04 10:18:07.255 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.255 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.255 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.255 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.255 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.255 | + functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=a2e2d27cebf9469cbd790825bd54db13 2021-11-04 10:18:07.255 | + functions-common:_get_or_create_endpoint_with_interface:996 : echo a2e2d27cebf9469cbd790825bd54db13 2021-11-04 10:18:07.255 | a2e2d27cebf9469cbd790825bd54db13 2021-11-04 10:18:07.255 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-11-04 10:18:07.255 | + functions-common:get_or_create_endpoint:1020 : echo 557d20af0a864354ad8ed3114dfa8390 2021-11-04 10:18:07.255 | 557d20af0a864354ad8ed3114dfa8390 2021-11-04 10:18:07.255 | + lib/swift:create_swift_accounts:651 : local swift_project_test1 2021-11-04 10:18:07.255 | ++ lib/swift:create_swift_accounts:652 : get_or_create_project swiftprojecttest1 default 2021-11-04 10:18:07.255 | ++ functions-common:get_or_create_project:847 : local project_id 2021-11-04 10:18:07.255 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest1 --domain=default --or-show -f value -c id 2021-11-04 10:18:07.255 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.255 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.255 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.255 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.255 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.255 | ++ functions-common:get_or_create_project:853 : project_id=cb4e78e3170f4af9b6fb9559d1f53be2 2021-11-04 10:18:07.255 | ++ functions-common:get_or_create_project:854 : echo cb4e78e3170f4af9b6fb9559d1f53be2 2021-11-04 10:18:07.255 | + lib/swift:create_swift_accounts:652 : swift_project_test1=cb4e78e3170f4af9b6fb9559d1f53be2 2021-11-04 10:18:07.255 | + lib/swift:create_swift_accounts:653 : die_if_not_set 653 swift_project_test1 'Failure creating swift_project_test1' 2021-11-04 10:18:07.255 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-11-04 10:18:07.255 | ++ lib/swift:create_swift_accounts:655 : get_or_create_user swiftusertest1 testing default test@example.com 2021-11-04 10:18:07.255 | ++ functions-common:get_or_create_user:824 : local user_id 2021-11-04 10:18:07.255 | ++ functions-common:get_or_create_user:825 : [[ ! -z test@example.com ]] 2021-11-04 10:18:07.256 | ++ functions-common:get_or_create_user:826 : local email=--email=test@example.com 2021-11-04 10:18:07.256 | +++ 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 2021-11-04 10:18:07.256 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.256 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.256 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.256 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.256 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.256 | ++ functions-common:get_or_create_user:840 : user_id=4d7b55b7aa144d3d98e99581c2213d28 2021-11-04 10:18:07.256 | ++ functions-common:get_or_create_user:841 : echo 4d7b55b7aa144d3d98e99581c2213d28 2021-11-04 10:18:07.256 | + lib/swift:create_swift_accounts:655 : SWIFT_USER_TEST1=4d7b55b7aa144d3d98e99581c2213d28 2021-11-04 10:18:07.256 | + lib/swift:create_swift_accounts:656 : die_if_not_set 656 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2021-11-04 10:18:07.256 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-11-04 10:18:07.256 | + lib/swift:create_swift_accounts:657 : get_or_add_user_project_role admin 4d7b55b7aa144d3d98e99581c2213d28 cb4e78e3170f4af9b6fb9559d1f53be2 2021-11-04 10:18:07.256 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:18:07.256 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-11-04 10:18:07.256 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:18:07.256 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:18:07.256 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-11-04 10:18:07.256 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-11-04 10:18:07.256 | ++ functions-common:_get_domain_args:882 : echo 2021-11-04 10:18:07.256 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-11-04 10:18:07.256 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 4d7b55b7aa144d3d98e99581c2213d28 --project cb4e78e3170f4af9b6fb9559d1f53be2 2021-11-04 10:18:07.256 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:18:07.256 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:18:07.256 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:18:07.256 | ++ functions-common:get_field:727 : read data 2021-11-04 10:18:07.256 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.256 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.256 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.256 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.256 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.256 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:18:07.256 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:18:07.257 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 4d7b55b7aa144d3d98e99581c2213d28 --project cb4e78e3170f4af9b6fb9559d1f53be2 2021-11-04 10:18:07.257 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.257 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.257 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.257 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.257 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 4d7b55b7aa144d3d98e99581c2213d28 --project cb4e78e3170f4af9b6fb9559d1f53be2 2021-11-04 10:18:07.257 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:18:07.257 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:18:07.257 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:18:07.257 | ++ functions-common:get_field:727 : read data 2021-11-04 10:18:07.257 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.257 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.257 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.257 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.257 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.257 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:18:07.257 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:18:07.257 | ++ functions-common:get_field:733 : echo '| baf44517296845ddaccf50bab9055876 | 4d7b55b7aa144d3d98e99581c2213d28 | | cb4e78e3170f4af9b6fb9559d1f53be2 | | | False |' 2021-11-04 10:18:07.257 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:18:07.257 | ++ functions-common:get_field:727 : read data 2021-11-04 10:18:07.257 | + functions-common:get_or_add_user_project_role:910 : user_role_id=baf44517296845ddaccf50bab9055876 2021-11-04 10:18:07.257 | + functions-common:get_or_add_user_project_role:912 : echo baf44517296845ddaccf50bab9055876 2021-11-04 10:18:07.257 | baf44517296845ddaccf50bab9055876 2021-11-04 10:18:07.257 | + lib/swift:create_swift_accounts:659 : local swift_user_test3 2021-11-04 10:18:07.257 | ++ lib/swift:create_swift_accounts:661 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2021-11-04 10:18:07.257 | ++ functions-common:get_or_create_user:824 : local user_id 2021-11-04 10:18:07.257 | ++ functions-common:get_or_create_user:825 : [[ ! -z test3@example.com ]] 2021-11-04 10:18:07.257 | ++ functions-common:get_or_create_user:826 : local email=--email=test3@example.com 2021-11-04 10:18:07.257 | +++ 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 2021-11-04 10:18:07.257 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.257 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.257 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.257 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.257 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.258 | ++ functions-common:get_or_create_user:840 : user_id=dffea4aecf764b568c49c7c50f2c5cf4 2021-11-04 10:18:07.258 | ++ functions-common:get_or_create_user:841 : echo dffea4aecf764b568c49c7c50f2c5cf4 2021-11-04 10:18:07.258 | + lib/swift:create_swift_accounts:661 : swift_user_test3=dffea4aecf764b568c49c7c50f2c5cf4 2021-11-04 10:18:07.258 | + lib/swift:create_swift_accounts:662 : die_if_not_set 662 swift_user_test3 'Failure creating swift_user_test3' 2021-11-04 10:18:07.258 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-11-04 10:18:07.258 | + lib/swift:create_swift_accounts:663 : get_or_add_user_project_role db62f8b9b1e640a1b7d42bbd4d738855 dffea4aecf764b568c49c7c50f2c5cf4 cb4e78e3170f4af9b6fb9559d1f53be2 2021-11-04 10:18:07.258 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:18:07.258 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-11-04 10:18:07.258 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:18:07.258 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:18:07.258 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-11-04 10:18:07.258 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-11-04 10:18:07.258 | ++ functions-common:_get_domain_args:882 : echo 2021-11-04 10:18:07.258 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-11-04 10:18:07.258 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role db62f8b9b1e640a1b7d42bbd4d738855 --user dffea4aecf764b568c49c7c50f2c5cf4 --project cb4e78e3170f4af9b6fb9559d1f53be2 2021-11-04 10:18:07.258 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:18:07.258 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:18:07.258 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:18:07.258 | ++ functions-common:get_field:727 : read data 2021-11-04 10:18:07.258 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.258 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.258 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.258 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.258 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.258 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:18:07.258 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:18:07.258 | + functions-common:get_or_add_user_project_role:901 : openstack role add db62f8b9b1e640a1b7d42bbd4d738855 --user dffea4aecf764b568c49c7c50f2c5cf4 --project cb4e78e3170f4af9b6fb9559d1f53be2 2021-11-04 10:18:07.258 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.258 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.258 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.258 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.258 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role db62f8b9b1e640a1b7d42bbd4d738855 --user dffea4aecf764b568c49c7c50f2c5cf4 --project cb4e78e3170f4af9b6fb9559d1f53be2 2021-11-04 10:18:07.259 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:18:07.259 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:18:07.259 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:18:07.259 | ++ functions-common:get_field:727 : read data 2021-11-04 10:18:07.259 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.259 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.259 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.259 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.259 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.259 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:18:07.259 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:18:07.259 | ++ functions-common:get_field:733 : echo '| db62f8b9b1e640a1b7d42bbd4d738855 | dffea4aecf764b568c49c7c50f2c5cf4 | | cb4e78e3170f4af9b6fb9559d1f53be2 | | | False |' 2021-11-04 10:18:07.259 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:18:07.259 | ++ functions-common:get_field:727 : read data 2021-11-04 10:18:07.259 | + functions-common:get_or_add_user_project_role:910 : user_role_id=db62f8b9b1e640a1b7d42bbd4d738855 2021-11-04 10:18:07.259 | + functions-common:get_or_add_user_project_role:912 : echo db62f8b9b1e640a1b7d42bbd4d738855 2021-11-04 10:18:07.259 | db62f8b9b1e640a1b7d42bbd4d738855 2021-11-04 10:18:07.259 | + lib/swift:create_swift_accounts:665 : local swift_project_test2 2021-11-04 10:18:07.259 | ++ lib/swift:create_swift_accounts:666 : get_or_create_project swiftprojecttest2 default 2021-11-04 10:18:07.259 | ++ functions-common:get_or_create_project:847 : local project_id 2021-11-04 10:18:07.259 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest2 --domain=default --or-show -f value -c id 2021-11-04 10:18:07.259 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.259 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.259 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.259 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.259 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.259 | ++ functions-common:get_or_create_project:853 : project_id=b030588087d94979ab03bbb5be08ffd1 2021-11-04 10:18:07.259 | ++ functions-common:get_or_create_project:854 : echo b030588087d94979ab03bbb5be08ffd1 2021-11-04 10:18:07.259 | + lib/swift:create_swift_accounts:666 : swift_project_test2=b030588087d94979ab03bbb5be08ffd1 2021-11-04 10:18:07.259 | + lib/swift:create_swift_accounts:667 : die_if_not_set 667 swift_project_test2 'Failure creating swift_project_test2' 2021-11-04 10:18:07.259 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-11-04 10:18:07.260 | + lib/swift:create_swift_accounts:669 : local swift_user_test2 2021-11-04 10:18:07.260 | ++ lib/swift:create_swift_accounts:671 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2021-11-04 10:18:07.260 | ++ functions-common:get_or_create_user:824 : local user_id 2021-11-04 10:18:07.260 | ++ functions-common:get_or_create_user:825 : [[ ! -z test2@example.com ]] 2021-11-04 10:18:07.260 | ++ functions-common:get_or_create_user:826 : local email=--email=test2@example.com 2021-11-04 10:18:07.260 | +++ 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 2021-11-04 10:18:07.260 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.260 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.260 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.260 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.260 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.260 | ++ functions-common:get_or_create_user:840 : user_id=037072ecbfc240ce84a1f7dd3e0ac7f4 2021-11-04 10:18:07.260 | ++ functions-common:get_or_create_user:841 : echo 037072ecbfc240ce84a1f7dd3e0ac7f4 2021-11-04 10:18:07.260 | + lib/swift:create_swift_accounts:671 : swift_user_test2=037072ecbfc240ce84a1f7dd3e0ac7f4 2021-11-04 10:18:07.260 | + lib/swift:create_swift_accounts:672 : die_if_not_set 672 swift_user_test2 'Failure creating swift_user_test2' 2021-11-04 10:18:07.260 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-11-04 10:18:07.260 | + lib/swift:create_swift_accounts:673 : get_or_add_user_project_role admin 037072ecbfc240ce84a1f7dd3e0ac7f4 b030588087d94979ab03bbb5be08ffd1 2021-11-04 10:18:07.260 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:18:07.260 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-11-04 10:18:07.260 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:18:07.260 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:18:07.260 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-11-04 10:18:07.260 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-11-04 10:18:07.260 | ++ functions-common:_get_domain_args:882 : echo 2021-11-04 10:18:07.260 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-11-04 10:18:07.260 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 037072ecbfc240ce84a1f7dd3e0ac7f4 --project b030588087d94979ab03bbb5be08ffd1 2021-11-04 10:18:07.260 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:18:07.260 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:18:07.260 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:18:07.260 | ++ functions-common:get_field:727 : read data 2021-11-04 10:18:07.260 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.260 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.261 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.261 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.261 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.261 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:18:07.261 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:18:07.261 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 037072ecbfc240ce84a1f7dd3e0ac7f4 --project b030588087d94979ab03bbb5be08ffd1 2021-11-04 10:18:07.261 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.261 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.261 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.261 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.261 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 037072ecbfc240ce84a1f7dd3e0ac7f4 --project b030588087d94979ab03bbb5be08ffd1 2021-11-04 10:18:07.261 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:18:07.261 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:18:07.261 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:18:07.261 | ++ functions-common:get_field:727 : read data 2021-11-04 10:18:07.261 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.261 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.261 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.261 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.261 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.261 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:18:07.261 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:18:07.261 | ++ functions-common:get_field:733 : echo '| baf44517296845ddaccf50bab9055876 | 037072ecbfc240ce84a1f7dd3e0ac7f4 | | b030588087d94979ab03bbb5be08ffd1 | | | False |' 2021-11-04 10:18:07.262 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:18:07.262 | ++ functions-common:get_field:727 : read data 2021-11-04 10:18:07.262 | + functions-common:get_or_add_user_project_role:910 : user_role_id=baf44517296845ddaccf50bab9055876 2021-11-04 10:18:07.262 | + functions-common:get_or_add_user_project_role:912 : echo baf44517296845ddaccf50bab9055876 2021-11-04 10:18:07.262 | baf44517296845ddaccf50bab9055876 2021-11-04 10:18:07.262 | + lib/swift:create_swift_accounts:675 : local swift_domain 2021-11-04 10:18:07.262 | ++ lib/swift:create_swift_accounts:676 : get_or_create_domain swift_test 'Used for swift functional testing' 2021-11-04 10:18:07.262 | ++ functions-common:get_or_create_domain:792 : local domain_id 2021-11-04 10:18:07.262 | +++ functions-common:get_or_create_domain:804 : oscwrap domain show swift_test -f value -c id 2021-11-04 10:18:07.262 | +++ functions-common:get_or_create_domain:806 : oscwrap domain create swift_test --description 'Used for swift functional testing' -f value -c id 2021-11-04 10:18:07.262 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.262 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.262 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.262 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.262 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.262 | ++ functions-common:get_or_create_domain:802 : domain_id=' 2021-11-04 10:18:07.262 | 1e16cc3a069f4daea1fd002314534846' 2021-11-04 10:18:07.262 | ++ functions-common:get_or_create_domain:803 : echo 1e16cc3a069f4daea1fd002314534846 2021-11-04 10:18:07.262 | + lib/swift:create_swift_accounts:676 : swift_domain=1e16cc3a069f4daea1fd002314534846 2021-11-04 10:18:07.262 | + lib/swift:create_swift_accounts:677 : die_if_not_set 677 swift_domain 'Failure creating swift_test domain' 2021-11-04 10:18:07.262 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-11-04 10:18:07.262 | + lib/swift:create_swift_accounts:679 : local swift_project_test4 2021-11-04 10:18:07.262 | ++ lib/swift:create_swift_accounts:680 : get_or_create_project swiftprojecttest4 1e16cc3a069f4daea1fd002314534846 2021-11-04 10:18:07.262 | ++ functions-common:get_or_create_project:847 : local project_id 2021-11-04 10:18:07.262 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest4 --domain=1e16cc3a069f4daea1fd002314534846 --or-show -f value -c id 2021-11-04 10:18:07.262 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.262 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.262 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.262 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.262 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.262 | ++ functions-common:get_or_create_project:853 : project_id=c72064dd40ea4b129981006c2de01c9d 2021-11-04 10:18:07.262 | ++ functions-common:get_or_create_project:854 : echo c72064dd40ea4b129981006c2de01c9d 2021-11-04 10:18:07.262 | + lib/swift:create_swift_accounts:680 : swift_project_test4=c72064dd40ea4b129981006c2de01c9d 2021-11-04 10:18:07.262 | + lib/swift:create_swift_accounts:681 : die_if_not_set 681 swift_project_test4 'Failure creating swift_project_test4' 2021-11-04 10:18:07.263 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-11-04 10:18:07.263 | + lib/swift:create_swift_accounts:683 : local swift_user_test4 2021-11-04 10:18:07.263 | ++ lib/swift:create_swift_accounts:685 : get_or_create_user swiftusertest4 testing4 1e16cc3a069f4daea1fd002314534846 test4@example.com 2021-11-04 10:18:07.263 | ++ functions-common:get_or_create_user:824 : local user_id 2021-11-04 10:18:07.263 | ++ functions-common:get_or_create_user:825 : [[ ! -z test4@example.com ]] 2021-11-04 10:18:07.263 | ++ functions-common:get_or_create_user:826 : local email=--email=test4@example.com 2021-11-04 10:18:07.263 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest4 --password testing4 --domain=1e16cc3a069f4daea1fd002314534846 --email=test4@example.com --or-show -f value -c id 2021-11-04 10:18:07.263 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.263 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.263 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.263 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.263 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.263 | ++ functions-common:get_or_create_user:840 : user_id=9d6064d9a46e4c008eabb3d4479a88b3 2021-11-04 10:18:07.263 | ++ functions-common:get_or_create_user:841 : echo 9d6064d9a46e4c008eabb3d4479a88b3 2021-11-04 10:18:07.263 | + lib/swift:create_swift_accounts:685 : swift_user_test4=9d6064d9a46e4c008eabb3d4479a88b3 2021-11-04 10:18:07.263 | + lib/swift:create_swift_accounts:686 : die_if_not_set 686 swift_user_test4 'Failure creating swift_user_test4' 2021-11-04 10:18:07.263 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-11-04 10:18:07.263 | + lib/swift:create_swift_accounts:687 : get_or_add_user_project_role admin 9d6064d9a46e4c008eabb3d4479a88b3 c72064dd40ea4b129981006c2de01c9d 2021-11-04 10:18:07.263 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:18:07.263 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-11-04 10:18:07.263 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:18:07.263 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:18:07.263 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-11-04 10:18:07.263 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-11-04 10:18:07.263 | ++ functions-common:_get_domain_args:882 : echo 2021-11-04 10:18:07.263 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-11-04 10:18:07.263 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 9d6064d9a46e4c008eabb3d4479a88b3 --project c72064dd40ea4b129981006c2de01c9d 2021-11-04 10:18:07.263 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:18:07.263 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:18:07.263 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:18:07.263 | ++ functions-common:get_field:727 : read data 2021-11-04 10:18:07.264 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.264 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.264 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.264 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.264 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.264 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:18:07.264 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:18:07.264 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 9d6064d9a46e4c008eabb3d4479a88b3 --project c72064dd40ea4b129981006c2de01c9d 2021-11-04 10:18:07.264 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.264 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.264 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.264 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.264 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 9d6064d9a46e4c008eabb3d4479a88b3 --project c72064dd40ea4b129981006c2de01c9d 2021-11-04 10:18:07.264 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:18:07.264 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:18:07.264 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:18:07.264 | ++ functions-common:get_field:727 : read data 2021-11-04 10:18:07.264 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.264 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.264 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:07.264 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:07.264 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:18:07.264 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:18:07.264 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:18:07.264 | ++ functions-common:get_field:733 : echo '| baf44517296845ddaccf50bab9055876 | 9d6064d9a46e4c008eabb3d4479a88b3 | | c72064dd40ea4b129981006c2de01c9d | | | False |' 2021-11-04 10:18:07.264 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:18:07.264 | ++ functions-common:get_field:727 : read data 2021-11-04 10:18:07.264 | + functions-common:get_or_add_user_project_role:910 : user_role_id=baf44517296845ddaccf50bab9055876 2021-11-04 10:18:07.264 | + functions-common:get_or_add_user_project_role:912 : echo baf44517296845ddaccf50bab9055876 2021-11-04 10:18:07.264 | baf44517296845ddaccf50bab9055876 2021-11-04 10:18:07.297 | [17569 Async create_swift_accounts:85147]: finished create_swift_accounts with result 0 in 100 seconds 2021-11-04 10:18:07.304 | Not waiting for async task configure_horizon that we never started or has already been waited for 2021-11-04 10:18:07.307 | + inc/async:async_wait:197 : return 0 2021-11-04 10:18:07.310 | + ./stack.sh:main:1139 : is_service_enabled mysql postgresql 2021-11-04 10:18:07.328 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:07.330 | + ./stack.sh:main:1139 : is_service_enabled glance 2021-11-04 10:18:07.349 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:07.351 | + ./stack.sh:main:1140 : echo_summary 'Configuring Glance' 2021-11-04 10:18:07.354 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:18:07.357 | + ./stack.sh:echo_summary:432 : echo -e Configuring Glance 2021-11-04 10:18:07.360 | + ./stack.sh:main:1141 : async_runfunc init_glance 2021-11-04 10:18:07.362 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2021-11-04 10:18:07.422 | + inc/async:async_inner:63 : init_glance 2021-11-04 10:18:07.461 | [17569 Async init_glance:89395]: running: init_glance 2021-11-04 10:18:07.464 | + ./stack.sh:main:1148 : is_service_enabled neutron 2021-11-04 10:18:07.488 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:07.490 | + ./stack.sh:main:1149 : echo_summary 'Configuring Neutron' 2021-11-04 10:18:07.493 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:18:07.496 | + ./stack.sh:echo_summary:432 : echo -e Configuring Neutron 2021-11-04 10:18:07.499 | + ./stack.sh:main:1151 : configure_neutron 2021-11-04 10:18:07.502 | + lib/neutron:configure_neutron:603 : is_neutron_legacy_enabled 2021-11-04 10:18:07.506 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-11-04 10:18:07.506 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-11-04 10:18:07.513 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-11-04 10:18:07.515 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-11-04 10:18:07.517 | + 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- ]] 2021-11-04 10:18:07.529 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-11-04 10:18:07.529 | + lib/neutron:configure_neutron:605 : configure_mutnauq 2021-11-04 10:18:07.529 | + lib/neutron-legacy:configure_mutnauq:342 : _configure_neutron_common 2021-11-04 10:18:07.529 | + lib/neutron-legacy:_configure_neutron_common:748 : _create_neutron_conf_dir 2021-11-04 10:18:07.531 | + lib/neutron-legacy:_create_neutron_conf_dir:741 : sudo install -d -o ubuntu /etc/neutron 2021-11-04 10:18:07.545 | + lib/neutron-legacy:_configure_neutron_common:751 : cd /opt/stack/neutron 2021-11-04 10:18:07.547 | + lib/neutron-legacy:_configure_neutron_common:751 : exec ./tools/generate_config_file_samples.sh 2021-11-04 10:18:10.770 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:10.770 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:10.770 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:10.770 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:13.915 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:13.915 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:13.915 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:13.915 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:17.048 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:17.048 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:17.048 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:17.048 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:20.254 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:20.254 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:20.254 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:20.254 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:23.398 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:23.398 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:23.398 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:23.398 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:26.513 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:26.513 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:26.513 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:26.513 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:29.629 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:29.629 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:29.629 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:29.629 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:33.031 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:33.032 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:33.032 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:33.032 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:36.942 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:36.942 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:36.942 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:36.942 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:42.240 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:42.240 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:42.240 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:42.240 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:42.526 | + lib/neutron-legacy:_configure_neutron_common:753 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2021-11-04 10:18:42.531 | + lib/neutron-legacy:_configure_neutron_common:755 : Q_POLICY_FILE=/etc/neutron/policy.json 2021-11-04 10:18:42.537 | + lib/neutron-legacy:_configure_neutron_common:759 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2021-11-04 10:18:42.537 | + lib/neutron-legacy:_configure_neutron_common:763 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2021-11-04 10:18:42.538 | + lib/neutron-legacy:_configure_neutron_common:768 : neutron_plugin_configure_common 2021-11-04 10:18:42.540 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2021-11-04 10:18:42.543 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2021-11-04 10:18:42.545 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2021-11-04 10:18:42.547 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : _neutron_service_plugin_class_add router 2021-11-04 10:18:42.549 | + lib/neutron-legacy:_neutron_service_plugin_class_add:917 : local service_plugin_class=router 2021-11-04 10:18:42.552 | + lib/neutron-legacy:_neutron_service_plugin_class_add:918 : [[ '' == '' ]] 2021-11-04 10:18:42.554 | + lib/neutron-legacy:_neutron_service_plugin_class_add:919 : Q_SERVICE_PLUGIN_CLASSES=router 2021-11-04 10:18:42.556 | + lib/neutron-legacy:_configure_neutron_common:770 : [[ etc/neutron/plugins/ml2 == '' ]] 2021-11-04 10:18:42.559 | + lib/neutron-legacy:_configure_neutron_common:770 : [[ ml2_conf.ini == '' ]] 2021-11-04 10:18:42.561 | + lib/neutron-legacy:_configure_neutron_common:770 : [[ ml2 == '' ]] 2021-11-04 10:18:42.563 | + lib/neutron-legacy:_configure_neutron_common:775 : mkdir -p /etc/neutron/plugins/ml2 2021-11-04 10:18:42.572 | + lib/neutron-legacy:_configure_neutron_common:776 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2021-11-04 10:18:42.574 | + lib/neutron-legacy:_configure_neutron_common:779 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2021-11-04 10:18:42.576 | + lib/neutron-legacy:_configure_neutron_common:780 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2021-11-04 10:18:42.581 | ++ lib/neutron-legacy:_configure_neutron_common:785 : database_connection_url neutron 2021-11-04 10:18:42.583 | ++ lib/database:database_connection_url:132 : local db=neutron 2021-11-04 10:18:42.586 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql neutron 2021-11-04 10:18:42.592 | ++ lib/databases/mysql:database_connection_url_mysql:204 : local db=neutron 2021-11-04 10:18:42.592 | ++ lib/databases/mysql:database_connection_url_mysql:205 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2021-11-04 10:18:42.594 | + lib/neutron-legacy:_configure_neutron_common:785 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2021-11-04 10:18:42.624 | + lib/neutron-legacy:_configure_neutron_common:786 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2021-11-04 10:18:42.654 | + lib/neutron-legacy:_configure_neutron_common:787 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2021-11-04 10:18:42.683 | + lib/neutron-legacy:_configure_neutron_common:788 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2021-11-04 10:18:42.713 | + lib/neutron-legacy:_configure_neutron_common:789 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2021-11-04 10:18:42.742 | + lib/neutron-legacy:_configure_neutron_common:792 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2021-11-04 10:18:42.773 | + lib/neutron-legacy:_configure_neutron_common:794 : '[' libvirt = fake ']' 2021-11-04 10:18:42.776 | + lib/neutron-legacy:_configure_neutron_common:804 : setup_logging /etc/neutron/neutron.conf 2021-11-04 10:18:42.782 | + functions:setup_logging:674 : setup_systemd_logging /etc/neutron/neutron.conf 2021-11-04 10:18:42.782 | + functions:setup_systemd_logging:689 : local conf_file=/etc/neutron/neutron.conf 2021-11-04 10:18:42.783 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2021-11-04 10:18:42.799 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2021-11-04 10:18:42.801 | + functions:setup_systemd_logging:695 : local pidstr= 2021-11-04 10:18:42.804 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2021-11-04 10:18:42.806 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2021-11-04 10:18:42.808 | + functions:setup_systemd_logging:702 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-11-04 10:18:42.838 | + 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' 2021-11-04 10:18:42.871 | + 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' 2021-11-04 10:18:42.906 | + functions:setup_systemd_logging:706 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-11-04 10:18:42.935 | + lib/neutron-legacy:_configure_neutron_common:806 : is_service_enabled tls-proxy 2021-11-04 10:18:42.951 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:18:42.954 | + lib/neutron-legacy:_configure_neutron_common:812 : _neutron_setup_rootwrap 2021-11-04 10:18:42.956 | + lib/neutron-legacy:_neutron_setup_rootwrap:952 : [[ True == \F\a\l\s\e ]] 2021-11-04 10:18:42.958 | + lib/neutron-legacy:_neutron_setup_rootwrap:956 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2021-11-04 10:18:42.961 | + lib/neutron-legacy:_neutron_setup_rootwrap:957 : [[ -d /etc/neutron/rootwrap.d ]] 2021-11-04 10:18:42.964 | + lib/neutron-legacy:_neutron_setup_rootwrap:961 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2021-11-04 10:18:42.967 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:942 : [[ True == \F\a\l\s\e ]] 2021-11-04 10:18:42.969 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:945 : local srcdir=/opt/stack/neutron 2021-11-04 10:18:42.971 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:946 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2021-11-04 10:18:42.984 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:947 : sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2021-11-04 10:18:42.997 | + lib/neutron-legacy:_neutron_setup_rootwrap:965 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2021-11-04 10:18:43.007 | + lib/neutron-legacy:_neutron_setup_rootwrap:968 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2021-11-04 10:18:43.013 | + lib/neutron-legacy:_neutron_setup_rootwrap:970 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2021-11-04 10:18:43.027 | + lib/neutron-legacy:_neutron_setup_rootwrap:971 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2021-11-04 10:18:43.047 | + lib/neutron-legacy:_neutron_setup_rootwrap:974 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2021-11-04 10:18:43.049 | + lib/neutron-legacy:_neutron_setup_rootwrap:975 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-11-04 10:18:43.052 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:978 : mktemp 2021-11-04 10:18:43.057 | + lib/neutron-legacy:_neutron_setup_rootwrap:978 : TEMPFILE=/tmp/tmp.dyQoddZccC 2021-11-04 10:18:43.060 | + lib/neutron-legacy:_neutron_setup_rootwrap:979 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2021-11-04 10:18:43.062 | + lib/neutron-legacy:_neutron_setup_rootwrap:980 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-11-04 10:18:43.065 | + lib/neutron-legacy:_neutron_setup_rootwrap:981 : chmod 0440 /tmp/tmp.dyQoddZccC 2021-11-04 10:18:43.076 | + lib/neutron-legacy:_neutron_setup_rootwrap:982 : sudo chown root:root /tmp/tmp.dyQoddZccC 2021-11-04 10:18:43.088 | + lib/neutron-legacy:_neutron_setup_rootwrap:983 : sudo mv /tmp/tmp.dyQoddZccC /etc/sudoers.d/neutron-rootwrap 2021-11-04 10:18:43.100 | + lib/neutron-legacy:_neutron_setup_rootwrap:986 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-11-04 10:18:43.130 | + lib/neutron-legacy:_neutron_setup_rootwrap:987 : [[ True == \T\r\u\e ]] 2021-11-04 10:18:43.132 | + lib/neutron-legacy:_neutron_setup_rootwrap:988 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-11-04 10:18:43.161 | + lib/neutron-legacy:configure_mutnauq:343 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2021-11-04 10:18:43.163 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2021-11-04 10:18:43.166 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2021-11-04 10:18:43.168 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-11-04 10:18:43.170 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-11-04 10:18:43.173 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-11-04 10:18:43.191 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:43.194 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-11-04 10:18:43.196 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-11-04 10:18:43.200 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-11-04 10:18:43.217 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:43.220 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-11-04 10:18:43.223 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/ 2021-11-04 10:18:43.254 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-11-04 10:18:43.256 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-11-04 10:18:43.259 | + lib/neutron-legacy:configure_mutnauq:345 : is_service_enabled q-metering 2021-11-04 10:18:43.278 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:43.280 | + lib/neutron-legacy:configure_mutnauq:346 : _configure_neutron_metering 2021-11-04 10:18:43.284 | + lib/neutron-legacy:_configure_neutron_metering:861 : neutron_agent_metering_configure_common 2021-11-04 10:18:43.285 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2021-11-04 10:18:43.287 | + lib/neutron-legacy:_neutron_service_plugin_class_add:917 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2021-11-04 10:18:43.289 | + lib/neutron-legacy:_neutron_service_plugin_class_add:918 : [[ router == '' ]] 2021-11-04 10:18:43.293 | + lib/neutron-legacy:_neutron_service_plugin_class_add:920 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2021-11-04 10:18:43.295 | + lib/neutron-legacy:_neutron_service_plugin_class_add:921 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2021-11-04 10:18:43.298 | + lib/neutron-legacy:_configure_neutron_metering:862 : neutron_agent_metering_configure_agent 2021-11-04 10:18:43.300 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2021-11-04 10:18:43.303 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2021-11-04 10:18:43.308 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2021-11-04 10:18:43.310 | + 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 2021-11-04 10:18:43.315 | + lib/neutron-legacy:configure_mutnauq:348 : is_service_enabled q-agt q-svc 2021-11-04 10:18:43.333 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:43.335 | + lib/neutron-legacy:configure_mutnauq:349 : _configure_neutron_service 2021-11-04 10:18:43.338 | + lib/neutron-legacy:_configure_neutron_service:889 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2021-11-04 10:18:43.341 | + lib/neutron-legacy:_configure_neutron_service:890 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2021-11-04 10:18:43.345 | + lib/neutron-legacy:_configure_neutron_service:893 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2021-11-04 10:18:43.379 | + lib/neutron-legacy:_configure_neutron_service:895 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2021-11-04 10:18:43.411 | + lib/neutron-legacy:_configure_neutron_service:896 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2021-11-04 10:18:43.448 | + lib/neutron-legacy:_configure_neutron_service:897 : iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True 2021-11-04 10:18:43.479 | + lib/neutron-legacy:_configure_neutron_service:899 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2021-11-04 10:18:43.522 | + lib/neutron-legacy:_configure_neutron_service:900 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2021-11-04 10:18:43.525 | + lib/keystone:configure_keystone_authtoken_middleware:399 : local conf_file=/etc/neutron/neutron.conf 2021-11-04 10:18:43.529 | + lib/keystone:configure_keystone_authtoken_middleware:400 : local admin_user=neutron 2021-11-04 10:18:43.532 | + lib/keystone:configure_keystone_authtoken_middleware:401 : local section=keystone_authtoken 2021-11-04 10:18:43.534 | + lib/keystone:configure_keystone_authtoken_middleware:403 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2021-11-04 10:18:43.568 | + lib/keystone:configure_keystone_authtoken_middleware:404 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2021-11-04 10:18:43.605 | + lib/keystone:configure_keystone_authtoken_middleware:405 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.49/identity 2021-11-04 10:18:43.640 | + lib/keystone:configure_keystone_authtoken_middleware:406 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2021-11-04 10:18:43.675 | + lib/keystone:configure_keystone_authtoken_middleware:407 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2021-11-04 10:18:43.707 | + lib/keystone:configure_keystone_authtoken_middleware:408 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2021-11-04 10:18:43.739 | + lib/keystone:configure_keystone_authtoken_middleware:409 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2021-11-04 10:18:43.776 | + lib/keystone:configure_keystone_authtoken_middleware:410 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2021-11-04 10:18:43.806 | + lib/keystone:configure_keystone_authtoken_middleware:412 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-11-04 10:18:43.844 | + lib/keystone:configure_keystone_authtoken_middleware:413 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2021-11-04 10:18:43.875 | + lib/neutron-legacy:_configure_neutron_service:903 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2021-11-04 10:18:43.907 | + lib/neutron-legacy:_configure_neutron_service:904 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2021-11-04 10:18:43.939 | + lib/neutron-legacy:_configure_neutron_service:906 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2021-11-04 10:18:43.941 | + lib/keystone:configure_keystone_authtoken_middleware:399 : local conf_file=/etc/neutron/neutron.conf 2021-11-04 10:18:43.943 | + lib/keystone:configure_keystone_authtoken_middleware:400 : local admin_user=nova 2021-11-04 10:18:43.948 | + lib/keystone:configure_keystone_authtoken_middleware:401 : local section=nova 2021-11-04 10:18:43.949 | + lib/keystone:configure_keystone_authtoken_middleware:403 : iniset /etc/neutron/neutron.conf nova auth_type password 2021-11-04 10:18:43.979 | + lib/keystone:configure_keystone_authtoken_middleware:404 : iniset /etc/neutron/neutron.conf nova interface public 2021-11-04 10:18:44.016 | + lib/keystone:configure_keystone_authtoken_middleware:405 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.49/identity 2021-11-04 10:18:44.047 | + lib/keystone:configure_keystone_authtoken_middleware:406 : iniset /etc/neutron/neutron.conf nova username nova 2021-11-04 10:18:44.083 | + lib/keystone:configure_keystone_authtoken_middleware:407 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2021-11-04 10:18:44.114 | + lib/keystone:configure_keystone_authtoken_middleware:408 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2021-11-04 10:18:44.146 | + lib/keystone:configure_keystone_authtoken_middleware:409 : iniset /etc/neutron/neutron.conf nova project_name service 2021-11-04 10:18:44.177 | + lib/keystone:configure_keystone_authtoken_middleware:410 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2021-11-04 10:18:44.208 | + lib/keystone:configure_keystone_authtoken_middleware:412 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2021-11-04 10:18:44.239 | + lib/keystone:configure_keystone_authtoken_middleware:413 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2021-11-04 10:18:44.269 | + lib/neutron-legacy:_configure_neutron_service:909 : neutron_plugin_configure_service 2021-11-04 10:18:44.272 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ vlan != \l\o\c\a\l ]] 2021-11-04 10:18:44.274 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2021-11-04 10:18:44.276 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2021-11-04 10:18:44.280 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2021-11-04 10:18:44.281 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ physnet1 != '' ]] 2021-11-04 10:18:44.284 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=physnet1 2021-11-04 10:18:44.286 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 150:199 != '' ]] 2021-11-04 10:18:44.289 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=physnet1:150:199 2021-11-04 10:18:44.292 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ physnet1:150:199 != '' ]] 2021-11-04 10:18:44.294 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2021-11-04 10:18:44.297 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2021-11-04 10:18:44.299 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n physnet1 ]] 2021-11-04 10:18:44.309 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2021-11-04 10:18:44.309 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n physnet1 ]] 2021-11-04 10:18:44.309 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2021-11-04 10:18:44.309 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n physnet1 ]] 2021-11-04 10:18:44.312 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2021-11-04 10:18:44.314 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : [[ True == \T\r\u\e ]] 2021-11-04 10:18:44.317 | + 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 2021-11-04 10:18:44.345 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:127 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=openvswitch,hyperv 2021-11-04 10:18:44.348 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-11-04 10:18:44.350 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2021-11-04 10:18:44.352 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=openvswitch,hyperv 2021-11-04 10:18:44.355 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2021-11-04 10:18:44.358 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2021-11-04 10:18:44.360 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2021-11-04 10:18:44.400 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:129 : [[ -n '' ]] 2021-11-04 10:18:44.403 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:133 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2021-11-04 10:18:44.405 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-11-04 10:18:44.407 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2021-11-04 10:18:44.410 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2021-11-04 10:18:44.412 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2021-11-04 10:18:44.414 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2021-11-04 10:18:44.424 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2021-11-04 10:18:44.454 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:135 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vlan 2021-11-04 10:18:44.457 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-11-04 10:18:44.459 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2021-11-04 10:18:44.461 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=vlan 2021-11-04 10:18:44.464 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=vlan ']' 2021-11-04 10:18:44.467 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2021-11-04 10:18:44.469 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2021-11-04 10:18:44.500 | + 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 2021-11-04 10:18:44.502 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-11-04 10:18:44.505 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2021-11-04 10:18:44.507 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2021-11-04 10:18:44.510 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2021-11-04 10:18:44.512 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2021-11-04 10:18:44.515 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2021-11-04 10:18:44.543 | + 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 2021-11-04 10:18:44.546 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-11-04 10:18:44.548 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2021-11-04 10:18:44.551 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2021-11-04 10:18:44.553 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2021-11-04 10:18:44.555 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2021-11-04 10:18:44.558 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2021-11-04 10:18:44.591 | + 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, 2021-11-04 10:18:44.593 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-11-04 10:18:44.595 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2021-11-04 10:18:44.598 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=physnet1, 2021-11-04 10:18:44.600 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=physnet1, ']' 2021-11-04 10:18:44.602 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2021-11-04 10:18:44.614 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2021-11-04 10:18:44.686 | + 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 2021-11-04 10:18:44.689 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-11-04 10:18:44.691 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2021-11-04 10:18:44.694 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=physnet1:150:199 2021-11-04 10:18:44.696 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=physnet1:150:199 ']' 2021-11-04 10:18:44.699 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2021-11-04 10:18:44.701 | + 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 2021-11-04 10:18:44.731 | + 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 2021-11-04 10:18:44.734 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-11-04 10:18:44.736 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2021-11-04 10:18:44.738 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2021-11-04 10:18:44.741 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2021-11-04 10:18:44.743 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2021-11-04 10:18:44.747 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2021-11-04 10:18:44.778 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:147 : [[ legacy != \l\e\g\a\c\y ]] 2021-11-04 10:18:44.780 | + lib/neutron-legacy:configure_mutnauq:351 : is_service_enabled q-agt 2021-11-04 10:18:44.797 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:44.800 | + lib/neutron-legacy:configure_mutnauq:352 : _configure_neutron_plugin_agent 2021-11-04 10:18:44.802 | + lib/neutron-legacy:_configure_neutron_plugin_agent:876 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-11-04 10:18:44.836 | + lib/neutron-legacy:_configure_neutron_plugin_agent:877 : [[ True == \T\r\u\e ]] 2021-11-04 10:18:44.838 | + lib/neutron-legacy:_configure_neutron_plugin_agent:878 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-11-04 10:18:44.867 | + lib/neutron-legacy:_configure_neutron_plugin_agent:880 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2021-11-04 10:18:44.901 | + lib/neutron-legacy:_configure_neutron_plugin_agent:883 : neutron_plugin_configure_plugin_agent 2021-11-04 10:18:44.904 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2021-11-04 10:18:44.906 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:32 : local bridge=br-int 2021-11-04 10:18:44.909 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:33 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2021-11-04 10:18:47.663 | INFO neutron.common.config [-] Logging enabled! 2021-11-04 10:18:47.663 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 19.1.0.dev134 2021-11-04 10:18:47.664 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=91267) setup_logging /opt/stack/neutron/neutron/common/config.py:112}} 2021-11-04 10:18:47.665 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2021-11-04 10:18:47.671 | 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/tmp_kcz0m37/privsep.sock'] 2021-11-04 10:18:48.934 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2021-11-04 10:18:48.934 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmp_kcz0m37/privsep.sock {{(pid=91267) __init__ /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:363}} 2021-11-04 10:18:48.936 | INFO oslo.privsep.daemon [-] privsep daemon starting 2021-11-04 10:18:48.936 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2021-11-04 10:18:48.936 | 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 2021-11-04 10:18:48.936 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 91278 2021-11-04 10:18:48.937 | DEBUG oslo.privsep.daemon [-] privsep: reply[ecf74595-f87f-40d8-a0da-f4e542a228de]: (2,) {{(pid=91278) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}} 2021-11-04 10:18:49.141 | 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=91278) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:384}} 2021-11-04 10:18:49.155 | 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.014s {{(pid=91278) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}} 2021-11-04 10:18:49.155 | DEBUG oslo.privsep.daemon [-] privsep: reply[d9c99392-7aa8-438b-9749-0c57cc1e564e]: (4, ('9f560d2a-89da-44a8-b558-4b032cbbc581\n', '')) {{(pid=91278) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}} 2021-11-04 10:18:49.313 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=91267) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2021-11-04 10:18:49.314 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=91267) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2021-11-04 10:18:49.314 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=91267) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2021-11-04 10:18:49.314 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=91267) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2021-11-04 10:18:49.314 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=91267) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2021-11-04 10:18:49.314 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=91267) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2021-11-04 10:18:49.369 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2021-11-04 10:18:49.369 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:49.369 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:49.369 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:49.369 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:49.739 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:34 : _neutron_ovs_base_add_bridge br-int 2021-11-04 10:18:49.742 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-int 2021-11-04 10:18:49.745 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2021-11-04 10:18:49.748 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-11-04 10:18:49.750 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-int 2021-11-04 10:18:49.831 | + 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 2021-11-04 10:18:49.858 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2021-11-04 10:18:49.861 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2021-11-04 10:18:49.863 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:89 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2021-11-04 10:18:49.897 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2021-11-04 10:18:49.901 | ++ functions:running_in_container:793 : systemd-detect-virt --container 2021-11-04 10:18:49.909 | + functions:running_in_container:793 : [[ none != \n\o\n\e ]] 2021-11-04 10:18:49.912 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2021-11-04 10:18:49.914 | + functions:enable_kernel_bridge_firewall:802 : sudo modprobe bridge 2021-11-04 10:18:49.940 | + functions:enable_kernel_bridge_firewall:805 : sudo modprobe br_netfilter 2021-11-04 10:18:49.965 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2021-11-04 10:18:49.967 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2021-11-04 10:18:49.984 | net.bridge.bridge-nf-call-iptables = 1 2021-11-04 10:18:49.987 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2021-11-04 10:18:49.990 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2021-11-04 10:18:49.999 | net.bridge.bridge-nf-call-ip6tables = 1 2021-11-04 10:18:50.002 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ False == \T\r\u\e ]] 2021-11-04 10:18:50.004 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ physnet1 != '' ]] 2021-11-04 10:18:50.007 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-data != '' ]] 2021-11-04 10:18:50.009 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ physnet1:br-data == '' ]] 2021-11-04 10:18:50.012 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-data 2021-11-04 10:18:50.014 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2021-11-04 10:18:50.017 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2021-11-04 10:18:50.019 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-11-04 10:18:50.021 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2021-11-04 10:18:50.052 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ physnet1:br-data != '' ]] 2021-11-04 10:18:50.055 | + 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 2021-11-04 10:18:50.094 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2021-11-04 10:18:50.096 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2021-11-04 10:18:50.140 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2021-11-04 10:18:50.171 | + lib/neutron-legacy:configure_mutnauq:354 : is_service_enabled q-dhcp 2021-11-04 10:18:50.189 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:50.191 | + lib/neutron-legacy:configure_mutnauq:355 : _configure_neutron_dhcp_agent 2021-11-04 10:18:50.194 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:817 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2021-11-04 10:18:50.199 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:819 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2021-11-04 10:18:50.230 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:821 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2021-11-04 10:18:50.261 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:822 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-11-04 10:18:50.294 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:823 : [[ True == \T\r\u\e ]] 2021-11-04 10:18:50.296 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:824 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-11-04 10:18:50.328 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:827 : is_service_enabled q-l3 2021-11-04 10:18:50.344 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:50.347 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:838 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2021-11-04 10:18:50.349 | + lib/neutron-legacy:_neutron_setup_interface_driver:996 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2021-11-04 10:18:50.380 | + lib/neutron-legacy:_neutron_setup_interface_driver:998 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2021-11-04 10:18:50.384 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2021-11-04 10:18:50.386 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2021-11-04 10:18:50.418 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:840 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2021-11-04 10:18:50.421 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2021-11-04 10:18:50.423 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2021-11-04 10:18:50.425 | + lib/neutron-legacy:configure_mutnauq:357 : is_service_enabled q-l3 2021-11-04 10:18:50.444 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:50.448 | + lib/neutron-legacy:configure_mutnauq:358 : _configure_neutron_l3_agent 2021-11-04 10:18:50.450 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack/neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2021-11-04 10:18:50.455 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2021-11-04 10:18:50.486 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-11-04 10:18:50.519 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2021-11-04 10:18:50.522 | + 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' 2021-11-04 10:18:50.551 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2021-11-04 10:18:50.554 | + lib/neutron-legacy:_neutron_setup_interface_driver:996 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2021-11-04 10:18:50.584 | + lib/neutron-legacy:_neutron_setup_interface_driver:998 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2021-11-04 10:18:50.586 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2021-11-04 10:18:50.589 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2021-11-04 10:18:50.617 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2021-11-04 10:18:50.621 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2021-11-04 10:18:50.623 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2021-11-04 10:18:50.626 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2021-11-04 10:18:53.427 | INFO neutron.common.config [-] Logging enabled! 2021-11-04 10:18:53.427 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 19.1.0.dev134 2021-11-04 10:18:53.428 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=91826) setup_logging /opt/stack/neutron/neutron/common/config.py:112}} 2021-11-04 10:18:53.484 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=91826) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2021-11-04 10:18:53.484 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=91826) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2021-11-04 10:18:53.484 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=91826) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2021-11-04 10:18:53.484 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=91826) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2021-11-04 10:18:53.485 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=91826) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2021-11-04 10:18:53.485 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=91826) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2021-11-04 10:18:53.547 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2021-11-04 10:18:53.548 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=91826) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:90}} 2021-11-04 10:18:53.549 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=91826) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:134}} 2021-11-04 10:18:53.549 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2021-11-04 10:18:53.549 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:53.549 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:53.549 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:18:53.549 | from cryptography.utils import int_from_bytes 2021-11-04 10:18:53.898 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2021-11-04 10:18:53.902 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2021-11-04 10:18:53.904 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-data 2021-11-04 10:18:53.907 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2021-11-04 10:18:53.909 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2021-11-04 10:18:53.912 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-11-04 10:18:53.914 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2021-11-04 10:18:53.932 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-data 1500 2021-11-04 10:18:53.935 | + functions:set_mtu:785 : local dev=br-data 2021-11-04 10:18:53.937 | + functions:set_mtu:786 : local mtu=1500 2021-11-04 10:18:53.940 | + functions:set_mtu:787 : sudo ip link set mtu 1500 dev br-data 2021-11-04 10:18:53.954 | + 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 2021-11-04 10:18:53.973 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2021-11-04 10:18:53.975 | + lib/neutron-legacy:_configure_public_network_connectivity:683 : [[ -n eth1 ]] 2021-11-04 10:18:53.978 | + lib/neutron-legacy:_configure_public_network_connectivity:684 : _move_neutron_addresses_route eth1 br-data True False inet 2021-11-04 10:18:53.980 | + lib/neutron-legacy:_move_neutron_addresses_route:624 : local from_intf=eth1 2021-11-04 10:18:53.983 | + lib/neutron-legacy:_move_neutron_addresses_route:625 : local to_intf=br-data 2021-11-04 10:18:53.985 | + lib/neutron-legacy:_move_neutron_addresses_route:626 : local add_ovs_port=True 2021-11-04 10:18:53.988 | + lib/neutron-legacy:_move_neutron_addresses_route:627 : local del_ovs_port=False 2021-11-04 10:18:53.990 | + lib/neutron-legacy:_move_neutron_addresses_route:628 : local af=inet 2021-11-04 10:18:53.993 | + lib/neutron-legacy:_move_neutron_addresses_route:630 : [[ -n eth1 ]] 2021-11-04 10:18:53.995 | + lib/neutron-legacy:_move_neutron_addresses_route:630 : [[ -n br-data ]] 2021-11-04 10:18:53.997 | + lib/neutron-legacy:_move_neutron_addresses_route:636 : local IP_REPLACE= 2021-11-04 10:18:54.000 | + lib/neutron-legacy:_move_neutron_addresses_route:637 : local IP_DEL= 2021-11-04 10:18:54.004 | + lib/neutron-legacy:_move_neutron_addresses_route:638 : local IP_UP= 2021-11-04 10:18:54.005 | + lib/neutron-legacy:_move_neutron_addresses_route:639 : local DEFAULT_ROUTE_GW 2021-11-04 10:18:54.009 | ++ lib/neutron-legacy:_move_neutron_addresses_route:640 : ip -f inet r 2021-11-04 10:18:54.010 | ++ lib/neutron-legacy:_move_neutron_addresses_route:640 : awk '/default.+eth1\s/ { print $3; exit }' 2021-11-04 10:18:54.016 | + lib/neutron-legacy:_move_neutron_addresses_route:640 : DEFAULT_ROUTE_GW= 2021-11-04 10:18:54.018 | + lib/neutron-legacy:_move_neutron_addresses_route:641 : local ADD_OVS_PORT= 2021-11-04 10:18:54.021 | + lib/neutron-legacy:_move_neutron_addresses_route:642 : local DEL_OVS_PORT= 2021-11-04 10:18:54.023 | + lib/neutron-legacy:_move_neutron_addresses_route:643 : local ARP_CMD= 2021-11-04 10:18:54.028 | ++ lib/neutron-legacy:_move_neutron_addresses_route:645 : grep inet 2021-11-04 10:18:54.028 | ++ lib/neutron-legacy:_move_neutron_addresses_route:645 : ip -f inet a s dev eth1 scope global primary 2021-11-04 10:18:54.028 | ++ lib/neutron-legacy:_move_neutron_addresses_route:645 : awk '{ print $2, $3, $4; exit }' 2021-11-04 10:18:54.034 | + lib/neutron-legacy:_move_neutron_addresses_route:645 : IP_BRD='192.168.0.105/22 brd 192.168.3.255' 2021-11-04 10:18:54.037 | + lib/neutron-legacy:_move_neutron_addresses_route:647 : '[' '' '!=' '' ']' 2021-11-04 10:18:54.039 | + lib/neutron-legacy:_move_neutron_addresses_route:651 : [[ True == \T\r\u\e ]] 2021-11-04 10:18:54.042 | + lib/neutron-legacy:_move_neutron_addresses_route:652 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2021-11-04 10:18:54.044 | + lib/neutron-legacy:_move_neutron_addresses_route:655 : [[ False == \T\r\u\e ]] 2021-11-04 10:18:54.046 | + lib/neutron-legacy:_move_neutron_addresses_route:659 : [[ 192.168.0.105/22 brd 192.168.3.255 != '' ]] 2021-11-04 10:18:54.049 | + lib/neutron-legacy:_move_neutron_addresses_route:660 : IP_DEL='sudo ip addr del 192.168.0.105/22 brd 192.168.3.255 dev eth1' 2021-11-04 10:18:54.051 | + lib/neutron-legacy:_move_neutron_addresses_route:661 : IP_REPLACE='sudo ip addr replace 192.168.0.105/22 brd 192.168.3.255 dev br-data' 2021-11-04 10:18:54.054 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : IP_UP='sudo ip link set br-data up' 2021-11-04 10:18:54.056 | + lib/neutron-legacy:_move_neutron_addresses_route:663 : [[ inet == \i\n\e\t ]] 2021-11-04 10:18:54.060 | ++ lib/neutron-legacy:_move_neutron_addresses_route:664 : echo 192.168.0.105/22 brd 192.168.3.255 2021-11-04 10:18:54.060 | ++ lib/neutron-legacy:_move_neutron_addresses_route:664 : awk '{ print $1; exit }' 2021-11-04 10:18:54.061 | ++ lib/neutron-legacy:_move_neutron_addresses_route:664 : grep -o -E '(.*)/' 2021-11-04 10:18:54.061 | ++ lib/neutron-legacy:_move_neutron_addresses_route:664 : cut -d / -f1 2021-11-04 10:18:54.066 | + lib/neutron-legacy:_move_neutron_addresses_route:664 : IP=192.168.0.105 2021-11-04 10:18:54.069 | + lib/neutron-legacy:_move_neutron_addresses_route:665 : ARP_CMD='sudo ping -c 3 -w 5 -I br-data 192.168.0.105 ' 2021-11-04 10:18:54.072 | + lib/neutron-legacy:_move_neutron_addresses_route:671 : sudo ip addr del 192.168.0.105/22 brd 192.168.3.255 dev eth1 2021-11-04 10:18:54.085 | + lib/neutron-legacy:_move_neutron_addresses_route:671 : sudo ip addr replace 192.168.0.105/22 brd 192.168.3.255 dev br-data 2021-11-04 10:18:54.099 | + lib/neutron-legacy:_move_neutron_addresses_route:671 : sudo ip link set br-data up 2021-11-04 10:18:54.112 | + lib/neutron-legacy:_move_neutron_addresses_route:671 : sudo ovs-vsctl --may-exist add-port br-data eth1 2021-11-04 10:18:54.132 | + lib/neutron-legacy:_move_neutron_addresses_route:671 : sudo ping -c 3 -w 5 -I br-data 192.168.0.105 2021-11-04 10:18:54.150 | PING 192.168.0.105 (192.168.0.105) from 192.168.0.105 br-data: 56(84) bytes of data. 2021-11-04 10:18:54.150 | 64 bytes from 192.168.0.105: icmp_seq=1 ttl=64 time=0.061 ms 2021-11-04 10:18:55.175 | 64 bytes from 192.168.0.105: icmp_seq=2 ttl=64 time=0.036 ms 2021-11-04 10:18:56.199 | 64 bytes from 192.168.0.105: icmp_seq=3 ttl=64 time=0.035 ms 2021-11-04 10:18:56.200 | 2021-11-04 10:18:56.200 | --- 192.168.0.105 ping statistics --- 2021-11-04 10:18:56.200 | 3 packets transmitted, 3 received, 0% packet loss, time 2050ms 2021-11-04 10:18:56.200 | rtt min/avg/max/mdev = 0.035/0.044/0.061/0.012 ms 2021-11-04 10:18:56.205 | ++ lib/neutron-legacy:_configure_public_network_connectivity:686 : ip -f inet6 a s dev eth1 2021-11-04 10:18:56.205 | ++ lib/neutron-legacy:_configure_public_network_connectivity:686 : grep -c global 2021-11-04 10:18:56.211 | + lib/neutron-legacy:_configure_public_network_connectivity:686 : [[ 0 != 0 ]] 2021-11-04 10:18:56.214 | + lib/neutron-legacy:configure_mutnauq:360 : is_service_enabled q-meta 2021-11-04 10:18:56.231 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:56.236 | + lib/neutron-legacy:configure_mutnauq:361 : _configure_neutron_metadata_agent 2021-11-04 10:18:56.236 | + lib/neutron-legacy:_configure_neutron_metadata_agent:845 : cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2021-11-04 10:18:56.241 | + lib/neutron-legacy:_configure_neutron_metadata_agent:847 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2021-11-04 10:18:56.271 | + lib/neutron-legacy:_configure_neutron_metadata_agent:848 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.49 2021-11-04 10:18:56.301 | + lib/neutron-legacy:_configure_neutron_metadata_agent:849 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2021-11-04 10:18:56.331 | + lib/neutron-legacy:_configure_neutron_metadata_agent:850 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-11-04 10:18:56.364 | + lib/neutron-legacy:_configure_neutron_metadata_agent:851 : [[ True == \T\r\u\e ]] 2021-11-04 10:18:56.366 | + lib/neutron-legacy:_configure_neutron_metadata_agent:852 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-11-04 10:18:56.400 | + lib/neutron-legacy:configure_mutnauq:364 : [[ legacy != \l\e\g\a\c\y ]] 2021-11-04 10:18:56.402 | + lib/neutron-legacy:configure_mutnauq:367 : is_service_enabled ceilometer 2021-11-04 10:18:56.421 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:18:56.424 | + lib/neutron-legacy:configure_mutnauq:371 : [[ openvswitch == \o\v\n ]] 2021-11-04 10:18:56.426 | + lib/neutron-legacy:configure_mutnauq:377 : is_service_enabled q-trunk neutron-trunk 2021-11-04 10:18:56.445 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:18:56.448 | + lib/neutron-legacy:configure_mutnauq:381 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2021-11-04 10:18:56.478 | + lib/neutron-legacy:configure_mutnauq:385 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2021-11-04 10:18:56.509 | + lib/neutron:configure_neutron:610 : '[' False == True ']' 2021-11-04 10:18:56.512 | + ./stack.sh:main:1154 : is_service_enabled mysql postgresql 2021-11-04 10:18:56.530 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:56.532 | + ./stack.sh:main:1154 : is_service_enabled neutron 2021-11-04 10:18:56.551 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:56.553 | + ./stack.sh:main:1155 : async_runfunc init_neutron 2021-11-04 10:18:56.556 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2021-11-04 10:18:56.624 | + inc/async:async_inner:63 : init_neutron 2021-11-04 10:18:56.664 | [17569 Async init_neutron:92303]: running: init_neutron 2021-11-04 10:18:56.667 | + ./stack.sh:main:1163 : is_service_enabled q-dhcp 2021-11-04 10:18:56.686 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:56.690 | ++ ./stack.sh:main:1166 : pidof NetworkManager 2021-11-04 10:18:56.701 | ++ ./stack.sh:main:1166 : true 2021-11-04 10:18:56.704 | + ./stack.sh:main:1166 : netman_pid= 2021-11-04 10:18:56.706 | + ./stack.sh:main:1167 : '[' -z '' ']' 2021-11-04 10:18:56.708 | + ./stack.sh:main:1168 : sudo killall dnsmasq 2021-11-04 10:18:56.727 | dnsmasq: no process found 2021-11-04 10:18:56.731 | + ./stack.sh:main:1168 : true 2021-11-04 10:18:56.734 | + ./stack.sh:main:1173 : clean_iptables 2021-11-04 10:18:56.740 | + lib/nova:clean_iptables:183 : sudo iptables -S -v 2021-11-04 10:18:56.741 | + lib/nova:clean_iptables:183 : awk '{print "sudo iptables",$0}' 2021-11-04 10:18:56.743 | + lib/nova:clean_iptables:183 : sed s/-A/-D/g 2021-11-04 10:18:56.744 | + lib/nova:clean_iptables:183 : grep '\-A' 2021-11-04 10:18:56.747 | + lib/nova:clean_iptables:183 : grep nova 2021-11-04 10:18:56.748 | + lib/nova:clean_iptables:183 : bash 2021-11-04 10:18:56.750 | + lib/nova:clean_iptables:183 : sed 's/-c [0-9]* [0-9]* //g' 2021-11-04 10:18:56.758 | + lib/nova:clean_iptables:185 : sudo iptables -S -v -t nat 2021-11-04 10:18:56.758 | + lib/nova:clean_iptables:185 : grep nova 2021-11-04 10:18:56.762 | + lib/nova:clean_iptables:185 : awk '{print "sudo iptables -t nat",$0}' 2021-11-04 10:18:56.763 | + lib/nova:clean_iptables:185 : sed s/-A/-D/g 2021-11-04 10:18:56.767 | + lib/nova:clean_iptables:185 : bash 2021-11-04 10:18:56.772 | + lib/nova:clean_iptables:185 : grep '\-A' 2021-11-04 10:18:56.772 | + lib/nova:clean_iptables:185 : sed 's/-c [0-9]* [0-9]* //g' 2021-11-04 10:18:56.778 | + lib/nova:clean_iptables:187 : grep '\-N' 2021-11-04 10:18:56.779 | + lib/nova:clean_iptables:187 : bash 2021-11-04 10:18:56.782 | + lib/nova:clean_iptables:187 : grep nova 2021-11-04 10:18:56.782 | + lib/nova:clean_iptables:187 : sed s/-N/-X/g 2021-11-04 10:18:56.788 | + lib/nova:clean_iptables:187 : sudo iptables -S -v 2021-11-04 10:18:56.788 | + lib/nova:clean_iptables:187 : awk '{print "sudo iptables",$0}' 2021-11-04 10:18:56.788 | + lib/nova:clean_iptables:187 : sed 's/-c [0-9]* [0-9]* //g' 2021-11-04 10:18:56.799 | + lib/nova:clean_iptables:189 : sed s/-N/-X/g 2021-11-04 10:18:56.801 | + lib/nova:clean_iptables:189 : grep nova 2021-11-04 10:18:56.801 | + lib/nova:clean_iptables:189 : bash 2021-11-04 10:18:56.801 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2021-11-04 10:18:56.805 | + lib/nova:clean_iptables:189 : sudo iptables -S -v -t nat 2021-11-04 10:18:56.805 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables -t nat",$0}' 2021-11-04 10:18:56.805 | + lib/nova:clean_iptables:189 : grep '\-N' 2021-11-04 10:18:56.819 | + ./stack.sh:main:1176 : sudo sysctl -w net.ipv4.ip_forward=1 2021-11-04 10:18:56.828 | net.ipv4.ip_forward = 1 2021-11-04 10:18:56.832 | + ./stack.sh:main:1181 : is_service_enabled nova neutron 2021-11-04 10:18:56.851 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:56.854 | + ./stack.sh:main:1182 : configure_os_vif 2021-11-04 10:18:56.857 | + lib/os-vif:configure_os_vif:21 : [[ -e /etc/nova/nova.conf ]] 2021-11-04 10:18:56.859 | + lib/os-vif:configure_os_vif:22 : iniset /etc/nova/nova.conf os_vif_ovs ovsdb_interface vsctl 2021-11-04 10:18:56.895 | + lib/os-vif:configure_os_vif:23 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2021-11-04 10:18:56.933 | + lib/os-vif:configure_os_vif:25 : [[ -e /etc/neutron/neutron.conf ]] 2021-11-04 10:18:56.936 | + lib/os-vif:configure_os_vif:26 : iniset /etc/neutron/neutron.conf os_vif_ovs ovsdb_interface vsctl 2021-11-04 10:18:56.974 | + lib/os-vif:configure_os_vif:27 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2021-11-04 10:18:57.008 | + ./stack.sh:main:1188 : is_service_enabled swift 2021-11-04 10:18:57.026 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:57.029 | + ./stack.sh:main:1189 : echo_summary 'Configuring Swift' 2021-11-04 10:18:57.031 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:18:57.034 | + ./stack.sh:echo_summary:432 : echo -e Configuring Swift 2021-11-04 10:18:57.037 | + ./stack.sh:main:1190 : async_runfunc init_swift 2021-11-04 10:18:57.039 | + inc/async:async_runfunc:116 : async_run init_swift init_swift 2021-11-04 10:18:57.106 | + inc/async:async_inner:63 : init_swift 2021-11-04 10:18:57.152 | [17569 Async init_swift:92681]: running: init_swift 2021-11-04 10:18:57.155 | + ./stack.sh:main:1197 : is_service_enabled cinder 2021-11-04 10:18:57.177 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:57.179 | + ./stack.sh:main:1198 : echo_summary 'Configuring Cinder' 2021-11-04 10:18:57.184 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:18:57.185 | + ./stack.sh:echo_summary:432 : echo -e Configuring Cinder 2021-11-04 10:18:57.188 | + ./stack.sh:main:1199 : async_runfunc init_cinder 2021-11-04 10:18:57.191 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2021-11-04 10:18:57.281 | + inc/async:async_inner:63 : init_cinder 2021-11-04 10:18:57.330 | [17569 Async init_cinder:92776]: running: init_cinder 2021-11-04 10:18:57.333 | + ./stack.sh:main:1205 : is_service_enabled placement 2021-11-04 10:18:57.358 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:18:57.360 | + ./stack.sh:main:1206 : echo_summary 'Configuring placement' 2021-11-04 10:18:57.363 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:18:57.365 | + ./stack.sh:echo_summary:432 : echo -e Configuring placement 2021-11-04 10:18:57.368 | + ./stack.sh:main:1207 : async_runfunc init_placement 2021-11-04 10:18:57.370 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2021-11-04 10:18:57.456 | + inc/async:async_inner:63 : init_placement 2021-11-04 10:18:57.505 | [17569 Async init_placement:92898]: running: init_placement 2021-11-04 10:18:57.508 | + ./stack.sh:main:1211 : async_wait init_neutron 2021-11-04 10:18:57.579 | [17569 Async init_neutron:92303]: Waiting for completion of init_neutron running on PID 92303 (6 other jobs running) 2021-11-04 10:18:57.620 | [17569 Async init_neutron:92303]: Signaling child to exit 2021-11-04 10:19:09.455 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:19:09.481 | [92681 Async init_swift:92681]: finished successfully 2021-11-04 10:19:21.171 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:19:21.197 | [89395 Async init_glance:89395]: finished successfully 2021-11-04 10:19:55.266 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:19:55.293 | [92898 Async init_placement:92898]: finished successfully 2021-11-04 10:20:03.745 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:20:03.771 | [92776 Async init_cinder:92776]: finished successfully 2021-11-04 10:24:26.563 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:24:26.589 | [92303 Async init_neutron:92303]: finished successfully 2021-11-04 10:24:26.610 | WAKEUP 2021-11-04 10:24:26.635 | [17569 Async init_neutron:92303]: Signaled 2021-11-04 10:24:26.637 | + lib/neutron:init_neutron:648 : is_neutron_legacy_enabled 2021-11-04 10:24:26.637 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-11-04 10:24:26.637 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-11-04 10:24:26.637 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-11-04 10:24:26.637 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-11-04 10:24:26.637 | + 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- ]] 2021-11-04 10:24:26.637 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-11-04 10:24:26.637 | + lib/neutron:init_neutron:650 : init_mutnauq 2021-11-04 10:24:26.637 | + lib/neutron-legacy:init_mutnauq:439 : recreate_database neutron 2021-11-04 10:24:26.637 | + lib/database:recreate_database:110 : local db=neutron 2021-11-04 10:24:26.637 | + lib/database:recreate_database:111 : recreate_database_mysql neutron 2021-11-04 10:24:26.637 | + lib/databases/mysql:recreate_database_mysql:65 : local db=neutron 2021-11-04 10:24:26.637 | + lib/databases/mysql:recreate_database_mysql:66 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2021-11-04 10:24:26.637 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-11-04 10:24:26.637 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2021-11-04 10:24:26.637 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-11-04 10:24:26.637 | + lib/neutron-legacy:init_mutnauq:440 : time_start dbsync 2021-11-04 10:24:26.637 | + functions-common:time_start:2295 : local name=dbsync 2021-11-04 10:24:26.637 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:24:26.637 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:24:26.637 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:24:26.637 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021136941 2021-11-04 10:24:26.638 | + lib/neutron-legacy:init_mutnauq:442 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2021-11-04 10:24:26.638 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.638 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.638 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.638 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2021-11-04 10:24:26.638 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2021-11-04 10:24:26.639 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2021-11-04 10:24:26.639 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2021-11-04 10:24:26.639 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2021-11-04 10:24:26.639 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2021-11-04 10:24:26.639 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2021-11-04 10:24:26.639 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2021-11-04 10:24:26.639 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2021-11-04 10:24:26.639 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2021-11-04 10:24:26.639 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2021-11-04 10:24:26.639 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2021-11-04 10:24:26.639 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2021-11-04 10:24:26.639 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2021-11-04 10:24:26.639 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2021-11-04 10:24:26.639 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2021-11-04 10:24:26.639 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2021-11-04 10:24:26.640 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2021-11-04 10:24:26.641 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2021-11-04 10:24:26.642 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2021-11-04 10:24:26.642 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2021-11-04 10:24:26.642 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2021-11-04 10:24:26.642 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2021-11-04 10:24:26.642 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2021-11-04 10:24:26.642 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2021-11-04 10:24:26.642 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2021-11-04 10:24:26.642 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2021-11-04 10:24:26.642 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2021-11-04 10:24:26.642 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2021-11-04 10:24:26.642 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2021-11-04 10:24:26.642 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2021-11-04 10:24:26.642 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2021-11-04 10:24:26.642 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2021-11-04 10:24:26.642 | Running upgrade for neutron ... 2021-11-04 10:24:26.642 | OK 2021-11-04 10:24:26.642 | + lib/neutron-legacy:init_mutnauq:443 : time_stop dbsync 2021-11-04 10:24:26.642 | + functions-common:time_stop:2309 : local name 2021-11-04 10:24:26.642 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:24:26.642 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:24:26.642 | + functions-common:time_stop:2312 : local total 2021-11-04 10:24:26.642 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:24:26.642 | + functions-common:time_stop:2315 : name=dbsync 2021-11-04 10:24:26.642 | + functions-common:time_stop:2316 : start_time=1636021136941 2021-11-04 10:24:26.642 | + functions-common:time_stop:2318 : [[ -z 1636021136941 ]] 2021-11-04 10:24:26.642 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:24:26.642 | + functions-common:time_stop:2321 : end_time=1636021466548 2021-11-04 10:24:26.642 | + functions-common:time_stop:2322 : elapsed_time=329607 2021-11-04 10:24:26.642 | + functions-common:time_stop:2323 : total=144519 2021-11-04 10:24:26.642 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:24:26.642 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=474126 2021-11-04 10:24:26.689 | [17569 Async init_neutron:92303]: finished init_neutron with result 0 in 329 seconds 2021-11-04 10:24:26.693 | + inc/async:async_wait:197 : return 0 2021-11-04 10:24:26.696 | + ./stack.sh:main:1212 : async_wait init_placement 2021-11-04 10:24:26.753 | [17569 Async init_placement:92898]: Waiting for completion of init_placement running on PID 92898 (5 other jobs running) 2021-11-04 10:24:26.782 | [17569 Async init_placement:92898]: Signaling child to exit 2021-11-04 10:24:26.782 | WAKEUP 2021-11-04 10:24:26.806 | [17569 Async init_placement:92898]: Signaled 2021-11-04 10:24:26.808 | + lib/placement:init_placement:130 : recreate_database placement 2021-11-04 10:24:26.808 | + lib/database:recreate_database:110 : local db=placement 2021-11-04 10:24:26.808 | + lib/database:recreate_database:111 : recreate_database_mysql placement 2021-11-04 10:24:26.808 | + lib/databases/mysql:recreate_database_mysql:65 : local db=placement 2021-11-04 10:24:26.808 | + lib/databases/mysql:recreate_database_mysql:66 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2021-11-04 10:24:26.808 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-11-04 10:24:26.808 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2021-11-04 10:24:26.808 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-11-04 10:24:26.808 | + lib/placement:init_placement:131 : /usr/local/bin/placement-manage db sync 2021-11-04 10:24:26.808 | + lib/placement:init_placement:132 : create_placement_accounts 2021-11-04 10:24:26.808 | + lib/placement:create_placement_accounts:119 : create_service_user placement admin 2021-11-04 10:24:26.808 | + lib/keystone:create_service_user:383 : get_or_create_user placement Passw0rd Default 2021-11-04 10:24:26.808 | + functions-common:get_or_create_user:824 : local user_id 2021-11-04 10:24:26.808 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-11-04 10:24:26.808 | + functions-common:get_or_create_user:828 : local email= 2021-11-04 10:24:26.808 | ++ functions-common:get_or_create_user:842 : oscwrap user create placement --password Passw0rd --domain=Default --or-show -f value -c id 2021-11-04 10:24:26.808 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.808 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.808 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.808 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.808 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:24:26.808 | + functions-common:get_or_create_user:840 : user_id=cc0e7fbf56674dcf99ecaf1c00b09f58 2021-11-04 10:24:26.808 | + functions-common:get_or_create_user:841 : echo cc0e7fbf56674dcf99ecaf1c00b09f58 2021-11-04 10:24:26.808 | cc0e7fbf56674dcf99ecaf1c00b09f58 2021-11-04 10:24:26.809 | + lib/keystone:create_service_user:384 : get_or_add_user_project_role service placement service Default Default 2021-11-04 10:24:26.809 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:24:26.809 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-11-04 10:24:26.809 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:24:26.809 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:24:26.809 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-11-04 10:24:26.809 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-11-04 10:24:26.809 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-11-04 10:24:26.809 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-11-04 10:24:26.809 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-11-04 10:24:26.809 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-11-04 10:24:26.809 | ++ 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 2021-11-04 10:24:26.809 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:24:26.809 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:24:26.809 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:24:26.809 | ++ functions-common:get_field:727 : read data 2021-11-04 10:24:26.809 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.809 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.809 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.809 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.809 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:24:26.809 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:24:26.809 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:24:26.809 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user placement --project service --user-domain Default --project-domain Default 2021-11-04 10:24:26.809 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.809 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.809 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.809 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.809 | ++ 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 2021-11-04 10:24:26.809 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:24:26.809 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:24:26.809 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:24:26.809 | ++ functions-common:get_field:727 : read data 2021-11-04 10:24:26.809 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.810 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.810 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.810 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.810 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:24:26.810 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:24:26.810 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:24:26.810 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:24:26.810 | ++ functions-common:get_field:733 : echo '| 746dbb40f823438d96036862e47c0501 | cc0e7fbf56674dcf99ecaf1c00b09f58 | | 1b7081accb8144a4bd2106b5b2b05a5a | | | False |' 2021-11-04 10:24:26.810 | ++ functions-common:get_field:727 : read data 2021-11-04 10:24:26.810 | + functions-common:get_or_add_user_project_role:910 : user_role_id=746dbb40f823438d96036862e47c0501 2021-11-04 10:24:26.810 | + functions-common:get_or_add_user_project_role:912 : echo 746dbb40f823438d96036862e47c0501 2021-11-04 10:24:26.810 | 746dbb40f823438d96036862e47c0501 2021-11-04 10:24:26.810 | + lib/keystone:create_service_user:386 : [[ -n admin ]] 2021-11-04 10:24:26.810 | + lib/keystone:create_service_user:387 : get_or_add_user_project_role admin placement service Default Default 2021-11-04 10:24:26.810 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-11-04 10:24:26.810 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-11-04 10:24:26.810 | ++ functions-common:_get_domain_args:872 : local domain 2021-11-04 10:24:26.810 | ++ functions-common:_get_domain_args:873 : domain= 2021-11-04 10:24:26.810 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-11-04 10:24:26.810 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-11-04 10:24:26.810 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-11-04 10:24:26.810 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-11-04 10:24:26.810 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-11-04 10:24:26.810 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-11-04 10:24:26.810 | ++ 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 2021-11-04 10:24:26.810 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:24:26.810 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-11-04 10:24:26.810 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:24:26.810 | ++ functions-common:get_field:727 : read data 2021-11-04 10:24:26.810 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.810 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.810 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.810 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.811 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:24:26.811 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-11-04 10:24:26.811 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-11-04 10:24:26.811 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user placement --project service --user-domain Default --project-domain Default 2021-11-04 10:24:26.811 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.811 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.811 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.811 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.811 | ++ 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 2021-11-04 10:24:26.812 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-11-04 10:24:26.812 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-11-04 10:24:26.812 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:24:26.812 | ++ functions-common:get_field:727 : read data 2021-11-04 10:24:26.812 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.812 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.812 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.812 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.812 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:24:26.812 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:24:26.812 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:24:26.812 | ++ functions-common:get_field:733 : echo '| baf44517296845ddaccf50bab9055876 | cc0e7fbf56674dcf99ecaf1c00b09f58 | | 1b7081accb8144a4bd2106b5b2b05a5a | | | False |' 2021-11-04 10:24:26.812 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:24:26.812 | ++ functions-common:get_field:727 : read data 2021-11-04 10:24:26.812 | + functions-common:get_or_add_user_project_role:910 : user_role_id=baf44517296845ddaccf50bab9055876 2021-11-04 10:24:26.813 | + functions-common:get_or_add_user_project_role:912 : echo baf44517296845ddaccf50bab9055876 2021-11-04 10:24:26.813 | baf44517296845ddaccf50bab9055876 2021-11-04 10:24:26.813 | + lib/placement:create_placement_accounts:120 : local placement_api_url=http://10.222.0.49/placement 2021-11-04 10:24:26.813 | + lib/placement:create_placement_accounts:121 : get_or_create_service placement placement 'Placement Service' 2021-11-04 10:24:26.813 | + functions-common:get_or_create_service:966 : local service_id 2021-11-04 10:24:26.813 | ++ functions-common:get_or_create_service:979 : oscwrap service show placement -f value -c id 2021-11-04 10:24:26.813 | ++ functions-common:get_or_create_service:981 : oscwrap service create placement --name placement '--description=Placement Service' -f value -c id 2021-11-04 10:24:26.813 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.813 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.813 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.813 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.813 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:24:26.813 | + functions-common:get_or_create_service:977 : service_id=' 2021-11-04 10:24:26.813 | 233f2015d57d469daceb0f3b0099b324' 2021-11-04 10:24:26.813 | + functions-common:get_or_create_service:978 : echo 233f2015d57d469daceb0f3b0099b324 2021-11-04 10:24:26.813 | 233f2015d57d469daceb0f3b0099b324 2021-11-04 10:24:26.813 | + lib/placement:create_placement_accounts:123 : get_or_create_endpoint placement RegionOne http://10.222.0.49/placement 2021-11-04 10:24:26.813 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-11-04 10:24:26.813 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface placement public http://10.222.0.49/placement RegionOne 2021-11-04 10:24:26.813 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-11-04 10:24:26.813 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service placement --interface public --region RegionOne -c ID -f value 2021-11-04 10:24:26.813 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.813 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.813 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.813 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.813 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:24:26.813 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-11-04 10:24:26.813 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-11-04 10:24:26.813 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create placement public http://10.222.0.49/placement --region RegionOne -f value -c id 2021-11-04 10:24:26.813 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.813 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.814 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:26.814 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:26.814 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:24:26.814 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=2fc80dae11724a30b8bfc3027ad0caff 2021-11-04 10:24:26.814 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 2fc80dae11724a30b8bfc3027ad0caff 2021-11-04 10:24:26.814 | + functions-common:get_or_create_endpoint:1011 : public_id=2fc80dae11724a30b8bfc3027ad0caff 2021-11-04 10:24:26.814 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-11-04 10:24:26.814 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-11-04 10:24:26.814 | + functions-common:get_or_create_endpoint:1020 : echo 2fc80dae11724a30b8bfc3027ad0caff 2021-11-04 10:24:26.814 | 2fc80dae11724a30b8bfc3027ad0caff 2021-11-04 10:24:26.857 | [17569 Async init_placement:92898]: finished init_placement with result 0 in 57 seconds 2021-11-04 10:24:26.862 | + inc/async:async_wait:197 : return 0 2021-11-04 10:24:26.865 | + ./stack.sh:main:1213 : async_wait init_glance 2021-11-04 10:24:26.925 | [17569 Async init_glance:89395]: Waiting for completion of init_glance running on PID 89395 (4 other jobs running) 2021-11-04 10:24:26.952 | [17569 Async init_glance:89395]: Signaling child to exit 2021-11-04 10:24:26.952 | WAKEUP 2021-11-04 10:24:26.975 | [17569 Async init_glance:89395]: Signaled 2021-11-04 10:24:26.977 | + lib/glance:init_glance:488 : rm -rf /opt/stack/data/glance/images 2021-11-04 10:24:26.977 | + lib/glance:init_glance:489 : mkdir -p /opt/stack/data/glance/images 2021-11-04 10:24:26.977 | + lib/glance:init_glance:492 : recreate_database glance 2021-11-04 10:24:26.977 | + lib/database:recreate_database:110 : local db=glance 2021-11-04 10:24:26.977 | + lib/database:recreate_database:111 : recreate_database_mysql glance 2021-11-04 10:24:26.977 | + lib/databases/mysql:recreate_database_mysql:65 : local db=glance 2021-11-04 10:24:26.977 | + lib/databases/mysql:recreate_database_mysql:66 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2021-11-04 10:24:26.977 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-11-04 10:24:26.977 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2021-11-04 10:24:26.977 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-11-04 10:24:26.977 | + lib/glance:init_glance:494 : time_start dbsync 2021-11-04 10:24:26.977 | + functions-common:time_start:2295 : local name=dbsync 2021-11-04 10:24:26.977 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:24:26.977 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:24:26.977 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:24:26.977 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021087628 2021-11-04 10:24:26.977 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2021-11-04 10:24:26.977 | 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=89518) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2021-11-04 10:24:26.977 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-11-04 10:24:26.977 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-11-04 10:24:26.977 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-11-04 10:24:26.977 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-11-04 10:24:26.978 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-11-04 10:24:26.979 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-11-04 10:24:26.979 | Upgraded database to: wallaby_expand01, current revision(s): wallaby_expand01 2021-11-04 10:24:26.979 | Database migration is up to date. No migration needed. 2021-11-04 10:24:26.979 | Upgraded database to: wallaby_contract01, current revision(s): wallaby_contract01 2021-11-04 10:24:26.979 | Database is synced successfully. 2021-11-04 10:24:26.979 | + lib/glance:init_glance:499 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2021-11-04 10:24:26.979 | 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=91328) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2021-11-04 10:24:26.979 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2021-11-04 10:24:26.980 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2021-11-04 10:24:26.980 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2021-11-04 10:24:26.980 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2021-11-04 10:24:26.980 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2021-11-04 10:24:26.980 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2021-11-04 10:24:26.980 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2021-11-04 10:24:26.980 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2021-11-04 10:24:26.980 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2021-11-04 10:24:26.980 | + lib/glance:init_glance:500 : time_stop dbsync 2021-11-04 10:24:26.980 | + functions-common:time_stop:2309 : local name 2021-11-04 10:24:26.980 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:24:26.980 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:24:26.980 | + functions-common:time_stop:2312 : local total 2021-11-04 10:24:26.980 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:24:26.980 | + functions-common:time_stop:2315 : name=dbsync 2021-11-04 10:24:26.980 | + functions-common:time_stop:2316 : start_time=1636021087628 2021-11-04 10:24:26.980 | + functions-common:time_stop:2318 : [[ -z 1636021087628 ]] 2021-11-04 10:24:26.980 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:24:26.980 | + functions-common:time_stop:2321 : end_time=1636021161155 2021-11-04 10:24:26.980 | + functions-common:time_stop:2322 : elapsed_time=73527 2021-11-04 10:24:26.980 | + functions-common:time_stop:2323 : total=144519 2021-11-04 10:24:26.980 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:24:26.980 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=218046 2021-11-04 10:24:27.025 | [17569 Async init_glance:89395]: finished init_glance with result 0 in 73 seconds 2021-11-04 10:24:27.030 | + inc/async:async_wait:197 : return 0 2021-11-04 10:24:27.032 | + ./stack.sh:main:1214 : async_wait init_swift 2021-11-04 10:24:27.093 | [17569 Async init_swift:92681]: Waiting for completion of init_swift running on PID 92681 (3 other jobs running) 2021-11-04 10:24:27.119 | [17569 Async init_swift:92681]: Signaling child to exit 2021-11-04 10:24:27.119 | WAKEUP 2021-11-04 10:24:27.144 | [17569 Async init_swift:92681]: Signaled 2021-11-04 10:24:27.145 | + lib/swift:init_swift:692 : local node_number 2021-11-04 10:24:27.145 | + lib/swift:init_swift:694 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2021-11-04 10:24:27.146 | No container-replicator running 2021-11-04 10:24:27.146 | No object-replicator running 2021-11-04 10:24:27.146 | No account-auditor running 2021-11-04 10:24:27.146 | No proxy-server running 2021-11-04 10:24:27.146 | No container-server running 2021-11-04 10:24:27.146 | No container-sharder running 2021-11-04 10:24:27.146 | No object-reconstructor running 2021-11-04 10:24:27.146 | No container-sync running 2021-11-04 10:24:27.146 | No object-auditor running 2021-11-04 10:24:27.146 | No account-reaper running 2021-11-04 10:24:27.146 | No container-reconciler running 2021-11-04 10:24:27.146 | No account-replicator running 2021-11-04 10:24:27.146 | No container-auditor running 2021-11-04 10:24:27.146 | No object-updater running 2021-11-04 10:24:27.146 | No object-expirer running 2021-11-04 10:24:27.146 | No container-updater running 2021-11-04 10:24:27.146 | No object-server running 2021-11-04 10:24:27.146 | No account-server running 2021-11-04 10:24:27.146 | + lib/swift:init_swift:694 : true 2021-11-04 10:24:27.146 | + lib/swift:init_swift:697 : create_swift_disk 2021-11-04 10:24:27.146 | + lib/swift:create_swift_disk:568 : local node_number 2021-11-04 10:24:27.146 | + lib/swift:create_swift_disk:573 : local user_group 2021-11-04 10:24:27.146 | ++ lib/swift:create_swift_disk:574 : id -g ubuntu 2021-11-04 10:24:27.146 | + lib/swift:create_swift_disk:574 : user_group=1000 2021-11-04 10:24:27.146 | + 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 2021-11-04 10:24:27.146 | + lib/swift:create_swift_disk:578 : [[ -e /opt/stack/data/swift/drives/images/swift.img ]] 2021-11-04 10:24:27.146 | + lib/swift:create_swift_disk:585 : mkdir -p /opt/stack/data/swift/drives/images 2021-11-04 10:24:27.146 | + lib/swift:create_swift_disk:586 : sudo touch /opt/stack/data/swift/drives/images/swift.img 2021-11-04 10:24:27.146 | + lib/swift:create_swift_disk:587 : sudo chown ubuntu: /opt/stack/data/swift/drives/images/swift.img 2021-11-04 10:24:27.146 | + lib/swift:create_swift_disk:589 : truncate -s 6G /opt/stack/data/swift/drives/images/swift.img 2021-11-04 10:24:27.146 | + lib/swift:create_swift_disk:592 : /sbin/mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img 2021-11-04 10:24:27.146 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024 agcount=4, agsize=393216 blks 2021-11-04 10:24:27.146 | = sectsz=512 attr=2, projid32bit=1 2021-11-04 10:24:27.147 | = crc=1 finobt=1, sparse=1, rmapbt=0 2021-11-04 10:24:27.147 | = reflink=1 2021-11-04 10:24:27.147 | data = bsize=4096 blocks=1572864, imaxpct=25 2021-11-04 10:24:27.147 | = sunit=0 swidth=0 blks 2021-11-04 10:24:27.147 | naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2021-11-04 10:24:27.147 | log =internal log bsize=4096 blocks=2560, version=2 2021-11-04 10:24:27.147 | = sectsz=512 sunit=0 blks, lazy-count=1 2021-11-04 10:24:27.147 | realtime =none extsz=4096 blocks=0, rtextents=0 2021-11-04 10:24:27.147 | + lib/swift:create_swift_disk:595 : mkdir -p /opt/stack/data/swift/drives/sdb1 2021-11-04 10:24:27.147 | + lib/swift:create_swift_disk:596 : egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts 2021-11-04 10:24:27.147 | + 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 2021-11-04 10:24:27.147 | + lib/swift:create_swift_disk:603 : local node_number 2021-11-04 10:24:27.147 | + lib/swift:create_swift_disk:604 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-11-04 10:24:27.147 | + lib/swift:create_swift_disk:606 : local node_devices=/opt/stack/data/swift/1 2021-11-04 10:24:27.147 | + lib/swift:create_swift_disk:607 : local real_devices=/opt/stack/data/swift/drives/sdb1/1 2021-11-04 10:24:27.147 | + lib/swift:create_swift_disk:608 : sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1 2021-11-04 10:24:27.147 | + lib/swift:create_swift_disk:609 : local device=/opt/stack/data/swift/drives/sdb1/1/sdb1 2021-11-04 10:24:27.147 | + lib/swift:create_swift_disk:610 : [[ -d /opt/stack/data/swift/drives/sdb1/1/sdb1 ]] 2021-11-04 10:24:27.147 | + lib/swift:create_swift_disk:611 : sudo install -o ubuntu -g 1000 -d /opt/stack/data/swift/drives/sdb1/1/sdb1 2021-11-04 10:24:27.147 | + lib/swift:init_swift:701 : pushd /etc/swift 2021-11-04 10:24:27.147 | + lib/swift:init_swift:703 : rm -f '*.builder' '*.ring.gz' 'backups/*.builder' 'backups/*.ring.gz' 2021-11-04 10:24:27.147 | + lib/swift:init_swift:705 : /usr/local/bin/swift-ring-builder object.builder create 9 1 1 2021-11-04 10:24:27.147 | + lib/swift:init_swift:706 : /usr/local/bin/swift-ring-builder container.builder create 9 1 1 2021-11-04 10:24:27.147 | + lib/swift:init_swift:707 : /usr/local/bin/swift-ring-builder account.builder create 9 1 1 2021-11-04 10:24:27.147 | + lib/swift:init_swift:713 : [[ -n '' ]] 2021-11-04 10:24:27.147 | + lib/swift:init_swift:726 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-11-04 10:24:27.147 | + lib/swift:init_swift:727 : /usr/local/bin/swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1 2021-11-04 10:24:27.147 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1. 2021-11-04 10:24:27.147 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0 2021-11-04 10:24:27.147 | + lib/swift:init_swift:728 : /usr/local/bin/swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1 2021-11-04 10:24:27.147 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1. 2021-11-04 10:24:27.148 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0 2021-11-04 10:24:27.148 | + lib/swift:init_swift:729 : /usr/local/bin/swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1 2021-11-04 10:24:27.148 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1. 2021-11-04 10:24:27.148 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0 2021-11-04 10:24:27.148 | + lib/swift:init_swift:735 : /usr/local/bin/swift-ring-builder object.builder rebalance 42 2021-11-04 10:24:27.148 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-11-04 10:24:27.148 | + lib/swift:init_swift:736 : /usr/local/bin/swift-ring-builder container.builder rebalance 42 2021-11-04 10:24:27.148 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-11-04 10:24:27.148 | + lib/swift:init_swift:737 : /usr/local/bin/swift-ring-builder account.builder rebalance 42 2021-11-04 10:24:27.148 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-11-04 10:24:27.148 | + lib/swift:init_swift:738 : popd 2021-11-04 10:24:27.194 | [17569 Async init_swift:92681]: finished init_swift with result 0 in 12 seconds 2021-11-04 10:24:27.198 | + inc/async:async_wait:197 : return 0 2021-11-04 10:24:27.201 | + ./stack.sh:main:1215 : async_wait init_cinder 2021-11-04 10:24:27.254 | [17569 Async init_cinder:92776]: Waiting for completion of init_cinder running on PID 92776 (2 other jobs running) 2021-11-04 10:24:27.280 | [17569 Async init_cinder:92776]: Signaling child to exit 2021-11-04 10:24:27.280 | WAKEUP 2021-11-04 10:24:27.303 | [17569 Async init_cinder:92776]: Signaled 2021-11-04 10:24:27.308 | + lib/cinder:init_cinder:427 : is_service_enabled mysql postgresql 2021-11-04 10:24:27.308 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:24:27.308 | + lib/cinder:init_cinder:429 : recreate_database cinder 2021-11-04 10:24:27.308 | + lib/database:recreate_database:110 : local db=cinder 2021-11-04 10:24:27.308 | + lib/database:recreate_database:111 : recreate_database_mysql cinder 2021-11-04 10:24:27.309 | + lib/databases/mysql:recreate_database_mysql:65 : local db=cinder 2021-11-04 10:24:27.309 | + lib/databases/mysql:recreate_database_mysql:66 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2021-11-04 10:24:27.309 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-11-04 10:24:27.309 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2021-11-04 10:24:27.309 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-11-04 10:24:27.309 | + lib/cinder:init_cinder:431 : time_start dbsync 2021-11-04 10:24:27.309 | + functions-common:time_start:2295 : local name=dbsync 2021-11-04 10:24:27.309 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:24:27.309 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:24:27.309 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:24:27.309 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021137640 2021-11-04 10:24:27.309 | + lib/cinder:init_cinder:433 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2021-11-04 10:24:27.309 | 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=93009) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2021-11-04 10:24:27.309 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:24:27.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:27.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:27.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:27.309 | 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=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:27.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:27.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:27.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:27.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:27.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:27.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:27.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:27.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:27.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:27.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:27.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:27.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:27.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:27.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:27.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:27.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:27.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:27.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:27.310 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:24:27.310 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=93009) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:24:27.310 | INFO cinder.db.migration [-] Applying migration(s) 2021-11-04 10:24:27.310 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-11-04 10:24:27.310 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-11-04 10:24:27.310 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2021-11-04 10:24:27.310 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=93009) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:815}} 2021-11-04 10:24:27.310 | INFO cinder.db.migration [-] Migration(s) applied 2021-11-04 10:24:27.310 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:27.310 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:27.310 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:24:27.310 | from cryptography.utils import int_from_bytes 2021-11-04 10:24:27.310 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:136: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2021-11-04 10:24:27.310 | last_heartbeat = column_property( 2021-11-04 10:24:27.310 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:142: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2021-11-04 10:24:27.310 | num_hosts = column_property( 2021-11-04 10:24:27.310 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:149: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2021-11-04 10:24:27.310 | num_down_hosts = column_property( 2021-11-04 10:24:27.310 | + lib/cinder:init_cinder:434 : time_stop dbsync 2021-11-04 10:24:27.310 | + functions-common:time_stop:2309 : local name 2021-11-04 10:24:27.311 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:24:27.311 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:24:27.311 | + functions-common:time_stop:2312 : local total 2021-11-04 10:24:27.311 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:24:27.311 | + functions-common:time_stop:2315 : name=dbsync 2021-11-04 10:24:27.311 | + functions-common:time_stop:2316 : start_time=1636021137640 2021-11-04 10:24:27.311 | + functions-common:time_stop:2318 : [[ -z 1636021137640 ]] 2021-11-04 10:24:27.311 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:24:27.312 | + functions-common:time_stop:2321 : end_time=1636021201062 2021-11-04 10:24:27.312 | + functions-common:time_stop:2322 : elapsed_time=63422 2021-11-04 10:24:27.312 | + functions-common:time_stop:2323 : total=144519 2021-11-04 10:24:27.312 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:24:27.312 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=207941 2021-11-04 10:24:27.312 | + lib/cinder:init_cinder:437 : is_service_enabled c-vol 2021-11-04 10:24:27.312 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:24:27.312 | + lib/cinder:init_cinder:437 : [[ -n lvm:lvmdriver-1 ]] 2021-11-04 10:24:27.312 | + lib/cinder:init_cinder:438 : local be be_name be_type 2021-11-04 10:24:27.312 | + lib/cinder:init_cinder:439 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2021-11-04 10:24:27.312 | + lib/cinder:init_cinder:440 : be_type=lvm 2021-11-04 10:24:27.312 | + lib/cinder:init_cinder:441 : be_name=lvmdriver-1 2021-11-04 10:24:27.312 | + lib/cinder:init_cinder:442 : type init_cinder_backend_lvm 2021-11-04 10:24:27.312 | + lib/cinder:init_cinder:444 : [[ lvm == \l\v\m ]] 2021-11-04 10:24:27.312 | + lib/cinder:init_cinder:445 : init_default_lvm_volume_group 2021-11-04 10:24:27.312 | + lib/lvm:init_default_lvm_volume_group:156 : [[ 0 = \0 ]] 2021-11-04 10:24:27.312 | + lib/lvm:init_default_lvm_volume_group:157 : init_lvm_volume_group stack-volumes-default 50000M 2021-11-04 10:24:27.312 | + lib/lvm:init_lvm_volume_group:124 : local vg=stack-volumes-default 2021-11-04 10:24:27.312 | + lib/lvm:init_lvm_volume_group:125 : local size=50000M 2021-11-04 10:24:27.312 | + lib/lvm:init_lvm_volume_group:128 : is_fedora 2021-11-04 10:24:27.312 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-11-04 10:24:27.312 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-11-04 10:24:27.313 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-11-04 10:24:27.313 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-11-04 10:24:27.313 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-11-04 10:24:27.313 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-11-04 10:24:27.313 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-11-04 10:24:27.313 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-11-04 10:24:27.313 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-11-04 10:24:27.313 | + lib/lvm:init_lvm_volume_group:128 : is_suse 2021-11-04 10:24:27.313 | + functions-common:is_suse:462 : is_opensuse 2021-11-04 10:24:27.313 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-11-04 10:24:27.313 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-11-04 10:24:27.313 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-11-04 10:24:27.313 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-11-04 10:24:27.313 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-11-04 10:24:27.313 | + lib/lvm:init_lvm_volume_group:133 : _create_lvm_volume_group stack-volumes-default 50000M 2021-11-04 10:24:27.313 | + lib/lvm:_create_lvm_volume_group:95 : local vg=stack-volumes-default 2021-11-04 10:24:27.313 | + lib/lvm:_create_lvm_volume_group:96 : local size=50000M 2021-11-04 10:24:27.313 | + lib/lvm:_create_lvm_volume_group:98 : local backing_file=/opt/stack/data/stack-volumes-default-backing-file 2021-11-04 10:24:27.313 | + lib/lvm:_create_lvm_volume_group:99 : sudo vgs stack-volumes-default 2021-11-04 10:24:27.313 | Volume group "stack-volumes-default" not found 2021-11-04 10:24:27.313 | Cannot process volume group stack-volumes-default 2021-11-04 10:24:27.313 | + lib/lvm:_create_lvm_volume_group:101 : [[ -f /opt/stack/data/stack-volumes-default-backing-file ]] 2021-11-04 10:24:27.313 | + lib/lvm:_create_lvm_volume_group:101 : truncate -s 50000M /opt/stack/data/stack-volumes-default-backing-file 2021-11-04 10:24:27.313 | + lib/lvm:_create_lvm_volume_group:103 : local directio= 2021-11-04 10:24:27.313 | + lib/lvm:_create_lvm_volume_group:105 : grep -q direct-io 2021-11-04 10:24:27.313 | + lib/lvm:_create_lvm_volume_group:105 : losetup -h 2021-11-04 10:24:27.313 | + lib/lvm:_create_lvm_volume_group:106 : directio=--direct-io=on 2021-11-04 10:24:27.313 | + lib/lvm:_create_lvm_volume_group:109 : local vg_dev 2021-11-04 10:24:27.313 | ++ lib/lvm:_create_lvm_volume_group:110 : sudo losetup -f --show --direct-io=on /opt/stack/data/stack-volumes-default-backing-file 2021-11-04 10:24:27.313 | + lib/lvm:_create_lvm_volume_group:110 : vg_dev=/dev/loop4 2021-11-04 10:24:27.313 | + lib/lvm:_create_lvm_volume_group:113 : sudo vgs stack-volumes-default 2021-11-04 10:24:27.313 | Volume group "stack-volumes-default" not found 2021-11-04 10:24:27.314 | Cannot process volume group stack-volumes-default 2021-11-04 10:24:27.314 | + lib/lvm:_create_lvm_volume_group:114 : sudo vgcreate stack-volumes-default /dev/loop4 2021-11-04 10:24:27.314 | Physical volume "/dev/loop4" successfully created. 2021-11-04 10:24:27.314 | /etc/lvm/backup/stack-volumes-default.tmp: rename to /etc/lvm/backup/stack-volumes-default failed: No such file or directory 2021-11-04 10:24:27.314 | Backup of volume group stack-volumes-default metadata failed. 2021-11-04 10:24:27.314 | Volume group "stack-volumes-default" successfully created 2021-11-04 10:24:27.314 | + lib/lvm:init_lvm_volume_group:136 : '[' lioadm = lioadm ']' 2021-11-04 10:24:27.314 | + lib/lvm:init_lvm_volume_group:137 : sudo xargs -rn 1 cinder-rtstool delete 2021-11-04 10:24:27.314 | + lib/lvm:init_lvm_volume_group:137 : sudo cinder-rtstool get-targets 2021-11-04 10:24:27.314 | + lib/lvm:init_lvm_volume_group:141 : _clean_lvm_volume_group stack-volumes-default 2021-11-04 10:24:27.314 | + lib/lvm:_clean_lvm_volume_group:40 : local vg=stack-volumes-default 2021-11-04 10:24:27.314 | + lib/lvm:_clean_lvm_volume_group:43 : sudo lvremove -f stack-volumes-default 2021-11-04 10:24:27.314 | + lib/lvm:init_default_lvm_volume_group:158 : _DEFAULT_LVM_INIT=1 2021-11-04 10:24:27.314 | + lib/cinder:init_cinder:447 : init_cinder_backend_lvm lvmdriver-1 2021-11-04 10:24:27.314 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:61 : local be_name=lvmdriver-1 2021-11-04 10:24:27.314 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:64 : init_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2021-11-04 10:24:27.314 | + lib/lvm:init_lvm_volume_group:124 : local vg=stack-volumes-lvmdriver-1 2021-11-04 10:24:27.314 | + lib/lvm:init_lvm_volume_group:125 : local size=50000M 2021-11-04 10:24:27.314 | + lib/lvm:init_lvm_volume_group:128 : is_fedora 2021-11-04 10:24:27.314 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-11-04 10:24:27.314 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-11-04 10:24:27.314 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-11-04 10:24:27.314 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-11-04 10:24:27.314 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-11-04 10:24:27.314 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-11-04 10:24:27.314 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-11-04 10:24:27.314 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-11-04 10:24:27.314 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-11-04 10:24:27.314 | + lib/lvm:init_lvm_volume_group:128 : is_suse 2021-11-04 10:24:27.314 | + functions-common:is_suse:462 : is_opensuse 2021-11-04 10:24:27.314 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-11-04 10:24:27.314 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-11-04 10:24:27.315 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-11-04 10:24:27.315 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-11-04 10:24:27.315 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-11-04 10:24:27.315 | + lib/lvm:init_lvm_volume_group:133 : _create_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2021-11-04 10:24:27.315 | + lib/lvm:_create_lvm_volume_group:95 : local vg=stack-volumes-lvmdriver-1 2021-11-04 10:24:27.315 | + lib/lvm:_create_lvm_volume_group:96 : local size=50000M 2021-11-04 10:24:27.315 | + lib/lvm:_create_lvm_volume_group:98 : local backing_file=/opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2021-11-04 10:24:27.315 | + lib/lvm:_create_lvm_volume_group:99 : sudo vgs stack-volumes-lvmdriver-1 2021-11-04 10:24:27.315 | Volume group "stack-volumes-lvmdriver-1" not found 2021-11-04 10:24:27.315 | Cannot process volume group stack-volumes-lvmdriver-1 2021-11-04 10:24:27.315 | + lib/lvm:_create_lvm_volume_group:101 : [[ -f /opt/stack/data/stack-volumes-lvmdriver-1-backing-file ]] 2021-11-04 10:24:27.315 | + lib/lvm:_create_lvm_volume_group:101 : truncate -s 50000M /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2021-11-04 10:24:27.315 | + lib/lvm:_create_lvm_volume_group:103 : local directio= 2021-11-04 10:24:27.315 | + lib/lvm:_create_lvm_volume_group:105 : grep -q direct-io 2021-11-04 10:24:27.315 | + lib/lvm:_create_lvm_volume_group:105 : losetup -h 2021-11-04 10:24:27.315 | + lib/lvm:_create_lvm_volume_group:106 : directio=--direct-io=on 2021-11-04 10:24:27.315 | + lib/lvm:_create_lvm_volume_group:109 : local vg_dev 2021-11-04 10:24:27.315 | ++ lib/lvm:_create_lvm_volume_group:110 : sudo losetup -f --show --direct-io=on /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2021-11-04 10:24:27.315 | + lib/lvm:_create_lvm_volume_group:110 : vg_dev=/dev/loop5 2021-11-04 10:24:27.315 | + lib/lvm:_create_lvm_volume_group:113 : sudo vgs stack-volumes-lvmdriver-1 2021-11-04 10:24:27.315 | Volume group "stack-volumes-lvmdriver-1" not found 2021-11-04 10:24:27.315 | Cannot process volume group stack-volumes-lvmdriver-1 2021-11-04 10:24:27.315 | + lib/lvm:_create_lvm_volume_group:114 : sudo vgcreate stack-volumes-lvmdriver-1 /dev/loop5 2021-11-04 10:24:27.315 | Physical volume "/dev/loop5" successfully created. 2021-11-04 10:24:27.315 | Volume group "stack-volumes-lvmdriver-1" successfully created 2021-11-04 10:24:27.315 | + lib/lvm:init_lvm_volume_group:136 : '[' lioadm = lioadm ']' 2021-11-04 10:24:27.315 | + lib/lvm:init_lvm_volume_group:137 : sudo cinder-rtstool get-targets 2021-11-04 10:24:27.315 | + lib/lvm:init_lvm_volume_group:137 : sudo xargs -rn 1 cinder-rtstool delete 2021-11-04 10:24:27.315 | + lib/lvm:init_lvm_volume_group:141 : _clean_lvm_volume_group stack-volumes-lvmdriver-1 2021-11-04 10:24:27.315 | + lib/lvm:_clean_lvm_volume_group:40 : local vg=stack-volumes-lvmdriver-1 2021-11-04 10:24:27.315 | + lib/lvm:_clean_lvm_volume_group:43 : sudo lvremove -f stack-volumes-lvmdriver-1 2021-11-04 10:24:27.315 | + lib/cinder:init_cinder:452 : is_service_enabled c-bak 2021-11-04 10:24:27.316 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:24:27.316 | + lib/cinder:init_cinder:452 : [[ -n swift ]] 2021-11-04 10:24:27.316 | + lib/cinder:init_cinder:453 : type init_cinder_backup_swift 2021-11-04 10:24:27.316 | + lib/cinder:init_cinder:458 : mkdir -p /opt/stack/data/cinder/volumes 2021-11-04 10:24:27.355 | [17569 Async init_cinder:92776]: finished init_cinder with result 0 in 66 seconds 2021-11-04 10:24:27.360 | + inc/async:async_wait:197 : return 0 2021-11-04 10:24:27.363 | + ./stack.sh:main:1220 : is_service_enabled nova 2021-11-04 10:24:27.381 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:24:27.383 | + ./stack.sh:main:1221 : echo_summary 'Configuring Nova' 2021-11-04 10:24:27.386 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:24:27.389 | + ./stack.sh:echo_summary:432 : echo -e Configuring Nova 2021-11-04 10:24:27.391 | + ./stack.sh:main:1222 : init_nova 2021-11-04 10:24:27.394 | + lib/nova:init_nova:754 : is_service_enabled mysql postgresql 2021-11-04 10:24:27.411 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:24:27.414 | + lib/nova:init_nova:754 : is_service_enabled n-api 2021-11-04 10:24:27.432 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:24:27.434 | + lib/nova:init_nova:756 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-11-04 10:24:27.438 | + lib/nova:init_nova:764 : async_run nova-cell-0 init_nova_db nova_cell0 /etc/nova/nova.conf 2021-11-04 10:24:27.497 | + inc/async:async_inner:63 : init_nova_db nova_cell0 /etc/nova/nova.conf 2021-11-04 10:24:27.535 | [17569 Async nova-cell-0:95461]: running: init_nova_db nova_cell0 /etc/nova/nova.conf 2021-11-04 10:24:27.539 | ++ lib/nova:init_nova:767 : seq 1 1 2021-11-04 10:24:27.546 | + lib/nova:init_nova:767 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-11-04 10:24:27.547 | ++ lib/nova:init_nova:768 : conductor_conf 1 2021-11-04 10:24:27.550 | ++ lib/nova:conductor_conf:733 : local cell=1 2021-11-04 10:24:27.552 | ++ lib/nova:conductor_conf:734 : echo /etc/nova/nova_cell1.conf 2021-11-04 10:24:27.555 | + lib/nova:init_nova:768 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2021-11-04 10:24:27.627 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2021-11-04 10:24:27.674 | [17569 Async nova-cell-1:95556]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2021-11-04 10:24:27.678 | + lib/nova:init_nova:771 : recreate_database nova_api 2021-11-04 10:24:27.681 | + lib/database:recreate_database:110 : local db=nova_api 2021-11-04 10:24:27.683 | + lib/database:recreate_database:111 : recreate_database_mysql nova_api 2021-11-04 10:24:27.685 | + lib/databases/mysql:recreate_database_mysql:65 : local db=nova_api 2021-11-04 10:24:27.688 | + lib/databases/mysql:recreate_database_mysql:66 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2021-11-04 10:24:27.694 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-11-04 10:24:27.744 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2021-11-04 10:24:27.749 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-11-04 10:24:27.859 | + lib/nova:init_nova:772 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2021-11-04 10:24:32.294 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:24:32.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.302 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.302 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.302 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.302 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.302 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.302 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.303 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.303 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.303 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.303 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.303 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.304 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:24:32.304 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:24:32.304 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:24:32.304 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=95623) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:24:32.332 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-11-04 10:24:32.332 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-11-04 10:24:33.226 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2021-11-04 10:25:17.673 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=95623) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:815}} 2021-11-04 10:25:17.676 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2021-11-04 10:25:44.135 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=95623) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:850}} 2021-11-04 10:25:44.293 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:25:44.294 | from cryptography.utils import int_from_bytes 2021-11-04 10:25:44.294 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:25:44.294 | from cryptography.utils import int_from_bytes 2021-11-04 10:25:44.736 | ++ lib/nova:init_nova:776 : database_connection_url nova_cell0 2021-11-04 10:25:44.739 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2021-11-04 10:25:44.742 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2021-11-04 10:25:44.746 | ++ lib/databases/mysql:database_connection_url_mysql:204 : local db=nova_cell0 2021-11-04 10:25:44.749 | ++ lib/databases/mysql:database_connection_url_mysql:205 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-11-04 10:25:44.753 | + lib/nova:init_nova:776 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-11-04 10:25:48.430 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:25:48.430 | from cryptography.utils import int_from_bytes 2021-11-04 10:25:48.430 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:25:48.430 | from cryptography.utils import int_from_bytes 2021-11-04 10:25:48.880 | ++ lib/nova:init_nova:779 : seq 0 1 2021-11-04 10:25:48.885 | + lib/nova:init_nova:779 : for i in $(seq 0 $NOVA_NUM_CELLS) 2021-11-04 10:25:48.888 | + lib/nova:init_nova:780 : async_wait nova-cell-0 2021-11-04 10:25:48.942 | [17569 Async nova-cell-0:95461]: Waiting for completion of init_nova_db nova_cell0 /etc/nova/nova.conf running on PID 95461 (3 other jobs running) 2021-11-04 10:25:48.967 | [17569 Async nova-cell-0:95461]: Signaling child to exit 2021-11-04 10:26:52.274 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:26:52.300 | [95556 Async nova-cell-1:95556]: finished successfully 2021-11-04 10:26:53.368 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:26:53.393 | [95461 Async nova-cell-0:95461]: finished successfully 2021-11-04 10:26:53.414 | WAKEUP 2021-11-04 10:26:53.437 | [17569 Async nova-cell-0:95461]: Signaled 2021-11-04 10:26:53.439 | + lib/nova:init_nova_db:744 : local dbname=nova_cell0 2021-11-04 10:26:53.439 | + lib/nova:init_nova_db:745 : local conffile=/etc/nova/nova.conf 2021-11-04 10:26:53.439 | + lib/nova:init_nova_db:746 : recreate_database nova_cell0 2021-11-04 10:26:53.439 | + lib/database:recreate_database:110 : local db=nova_cell0 2021-11-04 10:26:53.439 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell0 2021-11-04 10:26:53.439 | + lib/databases/mysql:recreate_database_mysql:65 : local db=nova_cell0 2021-11-04 10:26:53.439 | + lib/databases/mysql:recreate_database_mysql:66 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2021-11-04 10:26:53.439 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-11-04 10:26:53.439 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2021-11-04 10:26:53.439 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-11-04 10:26:53.439 | + lib/nova:init_nova_db:747 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync --local_cell 2021-11-04 10:26:53.439 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:26:53.439 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.439 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.439 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.441 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:26:53.441 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=95601) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:26:53.441 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-11-04 10:26:53.441 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-11-04 10:26:53.441 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2021-11-04 10:26:53.441 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=95601) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:815}} 2021-11-04 10:26:53.441 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2021-11-04 10:26:53.441 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=95601) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:850}} 2021-11-04 10:26:53.441 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:26:53.441 | from cryptography.utils import int_from_bytes 2021-11-04 10:26:53.441 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:26:53.441 | from cryptography.utils import int_from_bytes 2021-11-04 10:26:53.484 | [17569 Async nova-cell-0:95461]: finished init_nova_db nova_cell0 /etc/nova/nova.conf with result 0 in 145 seconds 2021-11-04 10:26:53.489 | + inc/async:async_wait:197 : return 0 2021-11-04 10:26:53.491 | + lib/nova:init_nova:779 : for i in $(seq 0 $NOVA_NUM_CELLS) 2021-11-04 10:26:53.495 | + lib/nova:init_nova:780 : async_wait nova-cell-1 2021-11-04 10:26:53.548 | [17569 Async nova-cell-1:95556]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 95556 (2 other jobs running) 2021-11-04 10:26:53.574 | [17569 Async nova-cell-1:95556]: Signaling child to exit 2021-11-04 10:26:53.575 | WAKEUP 2021-11-04 10:26:53.596 | [17569 Async nova-cell-1:95556]: Signaled 2021-11-04 10:26:53.598 | + lib/nova:init_nova_db:744 : local dbname=nova_cell1 2021-11-04 10:26:53.598 | + lib/nova:init_nova_db:745 : local conffile=/etc/nova/nova_cell1.conf 2021-11-04 10:26:53.598 | + lib/nova:init_nova_db:746 : recreate_database nova_cell1 2021-11-04 10:26:53.598 | + lib/database:recreate_database:110 : local db=nova_cell1 2021-11-04 10:26:53.598 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell1 2021-11-04 10:26:53.598 | + lib/databases/mysql:recreate_database_mysql:65 : local db=nova_cell1 2021-11-04 10:26:53.598 | + lib/databases/mysql:recreate_database_mysql:66 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2021-11-04 10:26:53.598 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-11-04 10:26:53.598 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2021-11-04 10:26:53.598 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-11-04 10:26:53.598 | + lib/nova:init_nova_db:747 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2021-11-04 10:26:53.598 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2021-11-04 10:26:53.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.598 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.598 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.598 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.598 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.598 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.598 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.600 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.600 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.600 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.600 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2021-11-04 10:26:53.600 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2021-11-04 10:26:53.600 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2021-11-04 10:26:53.600 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=95620) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2021-11-04 10:26:53.600 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-11-04 10:26:53.600 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-11-04 10:26:53.600 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2021-11-04 10:26:53.600 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=95620) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:815}} 2021-11-04 10:26:53.600 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2021-11-04 10:26:53.600 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=95620) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:850}} 2021-11-04 10:26:53.600 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:26:53.600 | from cryptography.utils import int_from_bytes 2021-11-04 10:26:53.600 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:26:53.600 | from cryptography.utils import int_from_bytes 2021-11-04 10:26:53.643 | [17569 Async nova-cell-1:95556]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 144 seconds 2021-11-04 10:26:53.647 | + inc/async:async_wait:197 : return 0 2021-11-04 10:26:53.650 | + lib/nova:init_nova:783 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-11-04 10:26:53.652 | + lib/nova:init_nova:790 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2021-11-04 10:26:57.649 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:26:57.649 | from cryptography.utils import int_from_bytes 2021-11-04 10:26:57.649 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:26:57.649 | from cryptography.utils import int_from_bytes 2021-11-04 10:26:57.649 | Running batches of 50 until complete 2021-11-04 10:26:57.649 | +-------------------------------------+--------------+-----------+ 2021-11-04 10:26:57.649 | | Migration | Total Needed | Completed | 2021-11-04 10:26:57.649 | +-------------------------------------+--------------+-----------+ 2021-11-04 10:26:57.649 | | fill_virtual_interface_list | 0 | 0 | 2021-11-04 10:26:57.650 | | migrate_empty_ratio | 0 | 0 | 2021-11-04 10:26:57.650 | | migrate_quota_classes_to_api_db | 0 | 0 | 2021-11-04 10:26:57.650 | | migrate_quota_limits_to_api_db | 0 | 0 | 2021-11-04 10:26:57.650 | | migration_migrate_to_uuid | 0 | 0 | 2021-11-04 10:26:57.650 | | populate_dev_uuids | 0 | 0 | 2021-11-04 10:26:57.650 | | populate_missing_availability_zones | 0 | 0 | 2021-11-04 10:26:57.650 | | populate_queued_for_delete | 0 | 0 | 2021-11-04 10:26:57.650 | | populate_user_id | 0 | 0 | 2021-11-04 10:26:57.650 | | populate_uuids | 0 | 0 | 2021-11-04 10:26:57.650 | +-------------------------------------+--------------+-----------+ 2021-11-04 10:26:58.155 | ++ lib/nova:init_nova:793 : seq 1 1 2021-11-04 10:26:58.159 | + lib/nova:init_nova:793 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-11-04 10:26:58.163 | ++ lib/nova:init_nova:794 : conductor_conf 1 2021-11-04 10:26:58.166 | ++ lib/nova:conductor_conf:733 : local cell=1 2021-11-04 10:26:58.168 | ++ lib/nova:conductor_conf:734 : echo /etc/nova/nova_cell1.conf 2021-11-04 10:26:58.171 | + lib/nova:init_nova:794 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2021-11-04 10:27:01.766 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:27:01.766 | from cryptography.utils import int_from_bytes 2021-11-04 10:27:01.766 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:27:01.766 | from cryptography.utils import int_from_bytes 2021-11-04 10:27:01.766 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2021-11-04 10:27:01.766 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2021-11-04 10:27:02.200 | + lib/nova:init_nova:798 : create_nova_keys_dir 2021-11-04 10:27:02.203 | + lib/nova:create_nova_keys_dir:740 : sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys 2021-11-04 10:27:02.217 | + lib/nova:init_nova:800 : [[ '' == \L\V\M ]] 2021-11-04 10:27:02.220 | + ./stack.sh:main:1227 : is_service_enabled neutron 2021-11-04 10:27:02.238 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:02.241 | + ./stack.sh:main:1228 : async_runfunc configure_neutron_nova 2021-11-04 10:27:02.244 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2021-11-04 10:27:02.312 | + inc/async:async_inner:63 : configure_neutron_nova 2021-11-04 10:27:02.357 | [17569 Async configure_neutron_nova:97099]: running: configure_neutron_nova 2021-11-04 10:27:02.361 | + ./stack.sh:main:1237 : run_phase stack post-config 2021-11-04 10:27:02.363 | + functions-common:run_phase:1737 : local mode=stack 2021-11-04 10:27:02.366 | + functions-common:run_phase:1738 : local phase=post-config 2021-11-04 10:27:02.369 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-11-04 10:27:02.372 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2021-11-04 10:27:02.375 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-11-04 10:27:02.378 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2021-11-04 10:27:02.380 | + functions-common:run_phase:1747 : local extra 2021-11-04 10:27:02.384 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-11-04 10:27:02.389 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2021-11-04 10:27:02.391 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-11-04 10:27:02.394 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-11-04 10:27:02.396 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack post-config 2021-11-04 10:27:02.400 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-11-04 10:27:02.418 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:02.420 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-11-04 10:27:02.423 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-11-04 10:27:02.426 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2021-11-04 10:27:02.430 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-11-04 10:27:02.433 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-11-04 10:27:02.436 | ++ extras.d/80-tempest.sh:source:12 : : 2021-11-04 10:27:02.439 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2021-11-04 10:27:02.441 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2021-11-04 10:27:02.444 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2021-11-04 10:27:02.447 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-11-04 10:27:02.450 | + functions-common:run_phase:1764 : run_plugins stack post-config 2021-11-04 10:27:02.453 | + functions-common:run_plugins:1723 : local mode=stack 2021-11-04 10:27:02.455 | + functions-common:run_plugins:1724 : local phase=post-config 2021-11-04 10:27:02.458 | + functions-common:run_plugins:1726 : local plugins= 2021-11-04 10:27:02.461 | + functions-common:run_plugins:1727 : local plugin 2021-11-04 10:27:02.464 | + ./stack.sh:main:1245 : merge_config_group /home/ubuntu/devstack/local.conf post-config 2021-11-04 10:27:02.467 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-11-04 10:27:02.470 | + inc/meta-config:merge_config_group:171 : shift 2021-11-04 10:27:02.472 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2021-11-04 10:27:02.475 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-11-04 10:27:02.482 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-11-04 10:27:02.485 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-11-04 10:27:02.491 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-config 2021-11-04 10:27:02.495 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-11-04 10:27:02.498 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2021-11-04 10:27:02.501 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-11-04 10:27:02.508 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2021-11-04 10:27:02.508 | /^\[\[.+\|.*\]\]/ { 2021-11-04 10:27:02.509 | gsub("[][]", "", $1); 2021-11-04 10:27:02.509 | split($1, a, "|"); 2021-11-04 10:27:02.509 | if (a[1] == matchgroup) 2021-11-04 10:27:02.509 | print a[2] 2021-11-04 10:27:02.509 | } 2021-11-04 10:27:02.509 | ' /home/ubuntu/devstack/local.conf 2021-11-04 10:27:02.515 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-11-04 10:27:02.518 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-11-04 10:27:02.520 | + inc/meta-config:merge_config_group:180 : local dir 2021-11-04 10:27:02.525 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2021-11-04 10:27:02.528 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2021-11-04 10:27:02.532 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2021-11-04 10:27:02.534 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2021-11-04 10:27:02.538 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2021-11-04 10:27:02.543 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2021-11-04 10:27:02.552 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2021-11-04 10:27:02.556 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2021-11-04 10:27:02.557 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-11-04 10:27:02.560 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-11-04 10:27:02.563 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2021-11-04 10:27:02.566 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-11-04 10:27:02.570 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2021-11-04 10:27:02.574 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2021-11-04 10:27:02.578 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2021-11-04 10:27:02.580 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2021-11-04 10:27:02.584 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2021-11-04 10:27:02.589 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2021-11-04 10:27:02.589 | BEGIN { 2021-11-04 10:27:02.589 | section = "" 2021-11-04 10:27:02.589 | last_section = "" 2021-11-04 10:27:02.589 | section_count = 0 2021-11-04 10:27:02.590 | } 2021-11-04 10:27:02.590 | /^\[.+\]/ { 2021-11-04 10:27:02.590 | gsub("[][]", "", $1); 2021-11-04 10:27:02.590 | section=$1 2021-11-04 10:27:02.590 | next 2021-11-04 10:27:02.590 | } 2021-11-04 10:27:02.590 | /^ *\#/ { 2021-11-04 10:27:02.590 | next 2021-11-04 10:27:02.590 | } 2021-11-04 10:27:02.590 | /^[^ \t]+/ { 2021-11-04 10:27:02.590 | # get offset of first = in $0 2021-11-04 10:27:02.590 | eq_idx = index($0, "=") 2021-11-04 10:27:02.590 | # extract attr & value from $0 2021-11-04 10:27:02.590 | attr = substr($0, 1, eq_idx - 1) 2021-11-04 10:27:02.590 | value = substr($0, eq_idx + 1) 2021-11-04 10:27:02.590 | # only need to strip trailing whitespace from attr 2021-11-04 10:27:02.590 | sub(/[ \t]*$/, "", attr) 2021-11-04 10:27:02.590 | # need to strip leading & trailing whitespace from value 2021-11-04 10:27:02.590 | sub(/^[ \t]*/, "", value) 2021-11-04 10:27:02.590 | sub(/[ \t]*$/, "", value) 2021-11-04 10:27:02.590 | 2021-11-04 10:27:02.590 | # cfg_attr_count: number of config lines per [section, attr] 2021-11-04 10:27:02.590 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-11-04 10:27:02.590 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-11-04 10:27:02.590 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-11-04 10:27:02.590 | if (! (section, attr) in cfg_attr_count) { 2021-11-04 10:27:02.590 | if (section != last_section) { 2021-11-04 10:27:02.590 | cfg_section[section_count++] = section 2021-11-04 10:27:02.590 | last_section = section 2021-11-04 10:27:02.590 | } 2021-11-04 10:27:02.590 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-11-04 10:27:02.590 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-11-04 10:27:02.590 | 2021-11-04 10:27:02.590 | cfg_attr[section, attr, 0] = value 2021-11-04 10:27:02.590 | cfg_attr_count[section, attr] = 1 2021-11-04 10:27:02.590 | } else { 2021-11-04 10:27:02.591 | lno = cfg_attr_count[section, attr]++ 2021-11-04 10:27:02.591 | cfg_attr[section, attr, lno] = value 2021-11-04 10:27:02.591 | } 2021-11-04 10:27:02.591 | } 2021-11-04 10:27:02.591 | END { 2021-11-04 10:27:02.591 | # Process each section in order 2021-11-04 10:27:02.591 | for (sno = 0; sno < section_count; sno++) { 2021-11-04 10:27:02.591 | section = cfg_section[sno] 2021-11-04 10:27:02.591 | # The ini routines simply append a config item immediately 2021-11-04 10:27:02.591 | # after the section header. To keep the same order as defined 2021-11-04 10:27:02.591 | # in local.conf, invoke the ini routines in the reverse order 2021-11-04 10:27:02.591 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-11-04 10:27:02.591 | attr = cfg_sec_attr_name[sno, attr_no] 2021-11-04 10:27:02.591 | if (cfg_attr_count[section, attr] == 1) 2021-11-04 10:27:02.591 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-11-04 10:27:02.591 | else { 2021-11-04 10:27:02.591 | # For multiline, invoke the ini routines in the reverse order 2021-11-04 10:27:02.591 | count = cfg_attr_count[section, attr] 2021-11-04 10:27:02.591 | print "inidelete " configfile " " section " " attr 2021-11-04 10:27:02.591 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-11-04 10:27:02.591 | for (l = count -2; l >= 0; l--) 2021-11-04 10:27:02.591 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-11-04 10:27:02.591 | } 2021-11-04 10:27:02.591 | } 2021-11-04 10:27:02.591 | } 2021-11-04 10:27:02.591 | } 2021-11-04 10:27:02.591 | ' 2021-11-04 10:27:02.591 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-11-04 10:27:02.591 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:02.591 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2021-11-04 10:27:02.591 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-11-04 10:27:02.593 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2021-11-04 10:27:02.596 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-11-04 10:27:02.599 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2021-11-04 10:27:02.602 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2021-11-04 10:27:02.602 | BEGIN { group = "" } 2021-11-04 10:27:02.603 | /^\[\[.+\|.*\]\]/ { 2021-11-04 10:27:02.603 | gsub("[][]", "", $1); 2021-11-04 10:27:02.603 | split($1, a, "|"); 2021-11-04 10:27:02.603 | if (a[1] == matchgroup && a[2] == configfile) { 2021-11-04 10:27:02.603 | group=a[1] 2021-11-04 10:27:02.603 | } else { 2021-11-04 10:27:02.603 | group="" 2021-11-04 10:27:02.603 | } 2021-11-04 10:27:02.603 | next 2021-11-04 10:27:02.603 | } 2021-11-04 10:27:02.603 | { 2021-11-04 10:27:02.603 | if (group != "") 2021-11-04 10:27:02.603 | print $0 2021-11-04 10:27:02.603 | } 2021-11-04 10:27:02.603 | ' /home/ubuntu/devstack/local.conf 2021-11-04 10:27:02.610 | + 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"' 2021-11-04 10:27:02.613 | ++ 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 2021-11-04 10:27:02.645 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:02.648 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT force_config_drive "True"' 2021-11-04 10:27:02.651 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT force_config_drive True 2021-11-04 10:27:02.685 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:02.688 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF glance use_glance_v1 "False"' 2021-11-04 10:27:02.691 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf glance use_glance_v1 False 2021-11-04 10:27:02.733 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:02.736 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_rate "3"' 2021-11-04 10:27:02.739 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_rate 3 2021-11-04 10:27:02.785 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:02.787 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_timeout_threshold "600"' 2021-11-04 10:27:02.790 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_timeout_threshold 600 2021-11-04 10:27:02.841 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:02.843 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_type "password"' 2021-11-04 10:27:02.846 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_type password 2021-11-04 10:27:02.881 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:02.885 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_url "http://10.222.0.49/identity"' 2021-11-04 10:27:02.889 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.49/identity 2021-11-04 10:27:02.923 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:02.926 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement username "placement"' 2021-11-04 10:27:02.930 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement username placement 2021-11-04 10:27:02.964 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:02.967 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement password "Passw0rd"' 2021-11-04 10:27:02.969 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement password Passw0rd 2021-11-04 10:27:03.002 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.005 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement user_domain_name "Default"' 2021-11-04 10:27:03.007 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement user_domain_name Default 2021-11-04 10:27:03.040 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.043 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_name "service"' 2021-11-04 10:27:03.059 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_name service 2021-11-04 10:27:03.079 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.081 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_domain_name "Default"' 2021-11-04 10:27:03.084 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_domain_name Default 2021-11-04 10:27:03.126 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.129 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement os_region_name "RegionOne"' 2021-11-04 10:27:03.131 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement os_region_name RegionOne 2021-11-04 10:27:03.163 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.167 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-11-04 10:27:03.170 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-11-04 10:27:03.173 | + inc/meta-config:merge_config_group:180 : local dir 2021-11-04 10:27:03.177 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2021-11-04 10:27:03.180 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2021-11-04 10:27:03.184 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2021-11-04 10:27:03.187 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2021-11-04 10:27:03.190 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2021-11-04 10:27:03.195 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2021-11-04 10:27:03.199 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2021-11-04 10:27:03.201 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2021-11-04 10:27:03.206 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-11-04 10:27:03.208 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-11-04 10:27:03.211 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2021-11-04 10:27:03.214 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-11-04 10:27:03.218 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2021-11-04 10:27:03.220 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2021-11-04 10:27:03.233 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2021-11-04 10:27:03.233 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2021-11-04 10:27:03.233 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2021-11-04 10:27:03.233 | BEGIN { 2021-11-04 10:27:03.233 | section = "" 2021-11-04 10:27:03.233 | last_section = "" 2021-11-04 10:27:03.233 | section_count = 0 2021-11-04 10:27:03.233 | } 2021-11-04 10:27:03.233 | /^\[.+\]/ { 2021-11-04 10:27:03.233 | gsub("[][]", "", $1); 2021-11-04 10:27:03.233 | section=$1 2021-11-04 10:27:03.233 | next 2021-11-04 10:27:03.233 | } 2021-11-04 10:27:03.233 | /^ *\#/ { 2021-11-04 10:27:03.233 | next 2021-11-04 10:27:03.233 | } 2021-11-04 10:27:03.233 | /^[^ \t]+/ { 2021-11-04 10:27:03.233 | # get offset of first = in $0 2021-11-04 10:27:03.233 | eq_idx = index($0, "=") 2021-11-04 10:27:03.233 | # extract attr & value from $0 2021-11-04 10:27:03.233 | attr = substr($0, 1, eq_idx - 1) 2021-11-04 10:27:03.233 | value = substr($0, eq_idx + 1) 2021-11-04 10:27:03.233 | # only need to strip trailing whitespace from attr 2021-11-04 10:27:03.233 | sub(/[ \t]*$/, "", attr) 2021-11-04 10:27:03.233 | # need to strip leading & trailing whitespace from value 2021-11-04 10:27:03.233 | sub(/^[ \t]*/, "", value) 2021-11-04 10:27:03.233 | sub(/[ \t]*$/, "", value) 2021-11-04 10:27:03.233 | 2021-11-04 10:27:03.233 | # cfg_attr_count: number of config lines per [section, attr] 2021-11-04 10:27:03.234 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-11-04 10:27:03.234 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-11-04 10:27:03.234 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-11-04 10:27:03.234 | if (! (section, attr) in cfg_attr_count) { 2021-11-04 10:27:03.234 | if (section != last_section) { 2021-11-04 10:27:03.234 | cfg_section[section_count++] = section 2021-11-04 10:27:03.234 | last_section = section 2021-11-04 10:27:03.234 | } 2021-11-04 10:27:03.234 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-11-04 10:27:03.234 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-11-04 10:27:03.234 | 2021-11-04 10:27:03.234 | cfg_attr[section, attr, 0] = value 2021-11-04 10:27:03.234 | cfg_attr_count[section, attr] = 1 2021-11-04 10:27:03.234 | } else { 2021-11-04 10:27:03.234 | lno = cfg_attr_count[section, attr]++ 2021-11-04 10:27:03.234 | cfg_attr[section, attr, lno] = value 2021-11-04 10:27:03.234 | } 2021-11-04 10:27:03.234 | } 2021-11-04 10:27:03.234 | END { 2021-11-04 10:27:03.234 | # Process each section in order 2021-11-04 10:27:03.234 | for (sno = 0; sno < section_count; sno++) { 2021-11-04 10:27:03.234 | section = cfg_section[sno] 2021-11-04 10:27:03.234 | # The ini routines simply append a config item immediately 2021-11-04 10:27:03.234 | # after the section header. To keep the same order as defined 2021-11-04 10:27:03.234 | # in local.conf, invoke the ini routines in the reverse order 2021-11-04 10:27:03.234 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-11-04 10:27:03.234 | attr = cfg_sec_attr_name[sno, attr_no] 2021-11-04 10:27:03.234 | if (cfg_attr_count[section, attr] == 1) 2021-11-04 10:27:03.234 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-11-04 10:27:03.234 | else { 2021-11-04 10:27:03.234 | # For multiline, invoke the ini routines in the reverse order 2021-11-04 10:27:03.234 | count = cfg_attr_count[section, attr] 2021-11-04 10:27:03.234 | print "inidelete " configfile " " section " " attr 2021-11-04 10:27:03.234 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-11-04 10:27:03.234 | for (l = count -2; l >= 0; l--) 2021-11-04 10:27:03.234 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-11-04 10:27:03.235 | } 2021-11-04 10:27:03.235 | } 2021-11-04 10:27:03.235 | } 2021-11-04 10:27:03.235 | } 2021-11-04 10:27:03.235 | ' 2021-11-04 10:27:03.235 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2021-11-04 10:27:03.235 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.235 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-11-04 10:27:03.235 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2021-11-04 10:27:03.237 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-11-04 10:27:03.239 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2021-11-04 10:27:03.242 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-11-04 10:27:03.246 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2021-11-04 10:27:03.249 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2021-11-04 10:27:03.249 | BEGIN { group = "" } 2021-11-04 10:27:03.249 | /^\[\[.+\|.*\]\]/ { 2021-11-04 10:27:03.249 | gsub("[][]", "", $1); 2021-11-04 10:27:03.249 | split($1, a, "|"); 2021-11-04 10:27:03.249 | if (a[1] == matchgroup && a[2] == configfile) { 2021-11-04 10:27:03.249 | group=a[1] 2021-11-04 10:27:03.249 | } else { 2021-11-04 10:27:03.249 | group="" 2021-11-04 10:27:03.249 | } 2021-11-04 10:27:03.249 | next 2021-11-04 10:27:03.249 | } 2021-11-04 10:27:03.249 | { 2021-11-04 10:27:03.249 | if (group != "") 2021-11-04 10:27:03.249 | print $0 2021-11-04 10:27:03.249 | } 2021-11-04 10:27:03.249 | ' /home/ubuntu/devstack/local.conf 2021-11-04 10:27:03.256 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_overflow "50"' 2021-11-04 10:27:03.263 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_overflow 50 2021-11-04 10:27:03.293 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.296 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_pool_size "50"' 2021-11-04 10:27:03.298 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_pool_size 50 2021-11-04 10:27:03.337 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.339 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database min_pool_size "5"' 2021-11-04 10:27:03.342 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database min_pool_size 5 2021-11-04 10:27:03.369 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:27:03.377 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.380 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_rule "100"' 2021-11-04 10:27:03.383 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_rule 100 2021-11-04 10:27:03.398 | [97099 Async configure_neutron_nova:97099]: finished successfully 2021-11-04 10:27:03.423 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.425 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_policy "10"' 2021-11-04 10:27:03.428 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_policy 10 2021-11-04 10:27:03.459 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.462 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall "10"' 2021-11-04 10:27:03.464 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall 10 2021-11-04 10:27:03.496 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.498 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_floatingip "50"' 2021-11-04 10:27:03.501 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_floatingip 50 2021-11-04 10:27:03.531 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.533 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_router "100"' 2021-11-04 10:27:03.536 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_router 100 2021-11-04 10:27:03.567 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.570 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_loadbalancer "100"' 2021-11-04 10:27:03.573 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_loadbalancer 100 2021-11-04 10:27:03.604 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.607 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_pool "100"' 2021-11-04 10:27:03.609 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_pool 100 2021-11-04 10:27:03.640 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.643 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_vip "100"' 2021-11-04 10:27:03.645 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_vip 100 2021-11-04 10:27:03.677 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.679 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group_rule "100"' 2021-11-04 10:27:03.682 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group_rule 100 2021-11-04 10:27:03.712 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.715 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group "100"' 2021-11-04 10:27:03.717 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group 100 2021-11-04 10:27:03.749 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.752 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_port "500"' 2021-11-04 10:27:03.754 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_port 500 2021-11-04 10:27:03.785 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.788 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_subnet "100"' 2021-11-04 10:27:03.791 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_subnet 100 2021-11-04 10:27:03.821 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.823 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_network "100"' 2021-11-04 10:27:03.826 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_network 100 2021-11-04 10:27:03.859 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.864 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-11-04 10:27:03.866 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-11-04 10:27:03.870 | + inc/meta-config:merge_config_group:180 : local dir 2021-11-04 10:27:03.874 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2021-11-04 10:27:03.876 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2021-11-04 10:27:03.879 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2021-11-04 10:27:03.882 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2021-11-04 10:27:03.885 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2021-11-04 10:27:03.890 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2021-11-04 10:27:03.893 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2021-11-04 10:27:03.896 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2021-11-04 10:27:03.899 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-11-04 10:27:03.902 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-11-04 10:27:03.904 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2021-11-04 10:27:03.907 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-11-04 10:27:03.910 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2021-11-04 10:27:03.913 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2021-11-04 10:27:03.916 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2021-11-04 10:27:03.919 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2021-11-04 10:27:03.923 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2021-11-04 10:27:03.923 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2021-11-04 10:27:03.923 | BEGIN { 2021-11-04 10:27:03.923 | section = "" 2021-11-04 10:27:03.923 | last_section = "" 2021-11-04 10:27:03.923 | section_count = 0 2021-11-04 10:27:03.923 | } 2021-11-04 10:27:03.923 | /^\[.+\]/ { 2021-11-04 10:27:03.923 | gsub("[][]", "", $1); 2021-11-04 10:27:03.923 | section=$1 2021-11-04 10:27:03.923 | next 2021-11-04 10:27:03.923 | } 2021-11-04 10:27:03.923 | /^ *\#/ { 2021-11-04 10:27:03.923 | next 2021-11-04 10:27:03.923 | } 2021-11-04 10:27:03.923 | /^[^ \t]+/ { 2021-11-04 10:27:03.923 | # get offset of first = in $0 2021-11-04 10:27:03.923 | eq_idx = index($0, "=") 2021-11-04 10:27:03.923 | # extract attr & value from $0 2021-11-04 10:27:03.923 | attr = substr($0, 1, eq_idx - 1) 2021-11-04 10:27:03.924 | value = substr($0, eq_idx + 1) 2021-11-04 10:27:03.924 | # only need to strip trailing whitespace from attr 2021-11-04 10:27:03.924 | sub(/[ \t]*$/, "", attr) 2021-11-04 10:27:03.924 | # need to strip leading & trailing whitespace from value 2021-11-04 10:27:03.924 | sub(/^[ \t]*/, "", value) 2021-11-04 10:27:03.924 | sub(/[ \t]*$/, "", value) 2021-11-04 10:27:03.924 | 2021-11-04 10:27:03.924 | # cfg_attr_count: number of config lines per [section, attr] 2021-11-04 10:27:03.924 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-11-04 10:27:03.924 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-11-04 10:27:03.924 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-11-04 10:27:03.924 | if (! (section, attr) in cfg_attr_count) { 2021-11-04 10:27:03.924 | if (section != last_section) { 2021-11-04 10:27:03.924 | cfg_section[section_count++] = section 2021-11-04 10:27:03.924 | last_section = section 2021-11-04 10:27:03.924 | } 2021-11-04 10:27:03.924 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-11-04 10:27:03.924 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-11-04 10:27:03.924 | 2021-11-04 10:27:03.924 | cfg_attr[section, attr, 0] = value 2021-11-04 10:27:03.924 | cfg_attr_count[section, attr] = 1 2021-11-04 10:27:03.924 | } else { 2021-11-04 10:27:03.924 | lno = cfg_attr_count[section, attr]++ 2021-11-04 10:27:03.924 | cfg_attr[section, attr, lno] = value 2021-11-04 10:27:03.924 | } 2021-11-04 10:27:03.924 | } 2021-11-04 10:27:03.924 | END { 2021-11-04 10:27:03.924 | # Process each section in order 2021-11-04 10:27:03.924 | for (sno = 0; sno < section_count; sno++) { 2021-11-04 10:27:03.924 | section = cfg_section[sno] 2021-11-04 10:27:03.924 | # The ini routines simply append a config item immediately 2021-11-04 10:27:03.924 | # after the section header. To keep the same order as defined 2021-11-04 10:27:03.924 | # in local.conf, invoke the ini routines in the reverse order 2021-11-04 10:27:03.924 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-11-04 10:27:03.924 | attr = cfg_sec_attr_name[sno, attr_no] 2021-11-04 10:27:03.924 | if (cfg_attr_count[section, attr] == 1) 2021-11-04 10:27:03.925 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-11-04 10:27:03.925 | else { 2021-11-04 10:27:03.925 | # For multiline, invoke the ini routines in the reverse order 2021-11-04 10:27:03.925 | count = cfg_attr_count[section, attr] 2021-11-04 10:27:03.925 | print "inidelete " configfile " " section " " attr 2021-11-04 10:27:03.925 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-11-04 10:27:03.925 | for (l = count -2; l >= 0; l--) 2021-11-04 10:27:03.925 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-11-04 10:27:03.925 | } 2021-11-04 10:27:03.925 | } 2021-11-04 10:27:03.925 | } 2021-11-04 10:27:03.925 | } 2021-11-04 10:27:03.925 | ' 2021-11-04 10:27:03.925 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.925 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-11-04 10:27:03.926 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2021-11-04 10:27:03.928 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-11-04 10:27:03.930 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2021-11-04 10:27:03.933 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-11-04 10:27:03.935 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2021-11-04 10:27:03.938 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2021-11-04 10:27:03.938 | BEGIN { group = "" } 2021-11-04 10:27:03.938 | /^\[\[.+\|.*\]\]/ { 2021-11-04 10:27:03.938 | gsub("[][]", "", $1); 2021-11-04 10:27:03.938 | split($1, a, "|"); 2021-11-04 10:27:03.938 | if (a[1] == matchgroup && a[2] == configfile) { 2021-11-04 10:27:03.938 | group=a[1] 2021-11-04 10:27:03.938 | } else { 2021-11-04 10:27:03.938 | group="" 2021-11-04 10:27:03.938 | } 2021-11-04 10:27:03.938 | next 2021-11-04 10:27:03.938 | } 2021-11-04 10:27:03.938 | { 2021-11-04 10:27:03.938 | if (group != "") 2021-11-04 10:27:03.938 | print $0 2021-11-04 10:27:03.938 | } 2021-11-04 10:27:03.938 | ' /home/ubuntu/devstack/local.conf 2021-11-04 10:27:03.944 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 lvm_type "default"' 2021-11-04 10:27:03.947 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type default 2021-11-04 10:27:03.977 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:03.980 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 image_volume_cache_enabled "False"' 2021-11-04 10:27:03.982 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled False 2021-11-04 10:27:04.019 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:04.021 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 lvm_max_over_subscription_ratio "40.0"' 2021-11-04 10:27:04.024 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_max_over_subscription_ratio 40.0 2021-11-04 10:27:04.057 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:04.060 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_backup_gigabytes "1000"' 2021-11-04 10:27:04.062 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_backup_gigabytes 1000 2021-11-04 10:27:04.097 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:04.100 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_backups "10"' 2021-11-04 10:27:04.103 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2021-11-04 10:27:04.133 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:04.136 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_gigabytes "1000"' 2021-11-04 10:27:04.138 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_gigabytes 1000 2021-11-04 10:27:04.174 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:04.177 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_snapshots "10"' 2021-11-04 10:27:04.179 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2021-11-04 10:27:04.210 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:04.214 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_volumes "10"' 2021-11-04 10:27:04.217 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2021-11-04 10:27:04.246 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:04.248 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT backup_swift_object_size "10485760"' 2021-11-04 10:27:04.251 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_object_size 10485760 2021-11-04 10:27:04.293 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:04.296 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-11-04 10:27:04.299 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-11-04 10:27:04.301 | + inc/meta-config:merge_config_group:180 : local dir 2021-11-04 10:27:04.305 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2021-11-04 10:27:04.309 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2021-11-04 10:27:04.311 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-11-04 10:27:04.314 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2021-11-04 10:27:04.317 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2021-11-04 10:27:04.323 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2021-11-04 10:27:04.325 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2021-11-04 10:27:04.328 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2021-11-04 10:27:04.331 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-11-04 10:27:04.333 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-11-04 10:27:04.336 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2021-11-04 10:27:04.338 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-11-04 10:27:04.342 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2021-11-04 10:27:04.344 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2021-11-04 10:27:04.347 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-11-04 10:27:04.350 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2021-11-04 10:27:04.354 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2021-11-04 10:27:04.354 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2021-11-04 10:27:04.354 | BEGIN { 2021-11-04 10:27:04.354 | section = "" 2021-11-04 10:27:04.354 | last_section = "" 2021-11-04 10:27:04.354 | section_count = 0 2021-11-04 10:27:04.354 | } 2021-11-04 10:27:04.354 | /^\[.+\]/ { 2021-11-04 10:27:04.354 | gsub("[][]", "", $1); 2021-11-04 10:27:04.354 | section=$1 2021-11-04 10:27:04.355 | next 2021-11-04 10:27:04.355 | } 2021-11-04 10:27:04.355 | /^ *\#/ { 2021-11-04 10:27:04.355 | next 2021-11-04 10:27:04.355 | } 2021-11-04 10:27:04.355 | /^[^ \t]+/ { 2021-11-04 10:27:04.355 | # get offset of first = in $0 2021-11-04 10:27:04.355 | eq_idx = index($0, "=") 2021-11-04 10:27:04.355 | # extract attr & value from $0 2021-11-04 10:27:04.355 | attr = substr($0, 1, eq_idx - 1) 2021-11-04 10:27:04.355 | value = substr($0, eq_idx + 1) 2021-11-04 10:27:04.355 | # only need to strip trailing whitespace from attr 2021-11-04 10:27:04.355 | sub(/[ \t]*$/, "", attr) 2021-11-04 10:27:04.355 | # need to strip leading & trailing whitespace from value 2021-11-04 10:27:04.355 | sub(/^[ \t]*/, "", value) 2021-11-04 10:27:04.355 | sub(/[ \t]*$/, "", value) 2021-11-04 10:27:04.355 | 2021-11-04 10:27:04.355 | # cfg_attr_count: number of config lines per [section, attr] 2021-11-04 10:27:04.355 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-11-04 10:27:04.355 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-11-04 10:27:04.355 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-11-04 10:27:04.355 | if (! (section, attr) in cfg_attr_count) { 2021-11-04 10:27:04.355 | if (section != last_section) { 2021-11-04 10:27:04.355 | cfg_section[section_count++] = section 2021-11-04 10:27:04.355 | last_section = section 2021-11-04 10:27:04.355 | } 2021-11-04 10:27:04.355 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-11-04 10:27:04.355 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-11-04 10:27:04.355 | 2021-11-04 10:27:04.355 | cfg_attr[section, attr, 0] = value 2021-11-04 10:27:04.355 | cfg_attr_count[section, attr] = 1 2021-11-04 10:27:04.355 | } else { 2021-11-04 10:27:04.356 | lno = cfg_attr_count[section, attr]++ 2021-11-04 10:27:04.356 | cfg_attr[section, attr, lno] = value 2021-11-04 10:27:04.356 | } 2021-11-04 10:27:04.356 | } 2021-11-04 10:27:04.356 | END { 2021-11-04 10:27:04.356 | # Process each section in order 2021-11-04 10:27:04.356 | for (sno = 0; sno < section_count; sno++) { 2021-11-04 10:27:04.356 | section = cfg_section[sno] 2021-11-04 10:27:04.356 | # The ini routines simply append a config item immediately 2021-11-04 10:27:04.356 | # after the section header. To keep the same order as defined 2021-11-04 10:27:04.356 | # in local.conf, invoke the ini routines in the reverse order 2021-11-04 10:27:04.356 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-11-04 10:27:04.356 | attr = cfg_sec_attr_name[sno, attr_no] 2021-11-04 10:27:04.356 | if (cfg_attr_count[section, attr] == 1) 2021-11-04 10:27:04.356 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-11-04 10:27:04.356 | else { 2021-11-04 10:27:04.356 | # For multiline, invoke the ini routines in the reverse order 2021-11-04 10:27:04.356 | count = cfg_attr_count[section, attr] 2021-11-04 10:27:04.356 | print "inidelete " configfile " " section " " attr 2021-11-04 10:27:04.356 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-11-04 10:27:04.356 | for (l = count -2; l >= 0; l--) 2021-11-04 10:27:04.356 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-11-04 10:27:04.356 | } 2021-11-04 10:27:04.356 | } 2021-11-04 10:27:04.356 | } 2021-11-04 10:27:04.356 | } 2021-11-04 10:27:04.356 | ' 2021-11-04 10:27:04.356 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:04.357 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2021-11-04 10:27:04.359 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-11-04 10:27:04.361 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-11-04 10:27:04.364 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2021-11-04 10:27:04.366 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-11-04 10:27:04.370 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2021-11-04 10:27:04.372 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2021-11-04 10:27:04.372 | BEGIN { group = "" } 2021-11-04 10:27:04.372 | /^\[\[.+\|.*\]\]/ { 2021-11-04 10:27:04.372 | gsub("[][]", "", $1); 2021-11-04 10:27:04.372 | split($1, a, "|"); 2021-11-04 10:27:04.372 | if (a[1] == matchgroup && a[2] == configfile) { 2021-11-04 10:27:04.373 | group=a[1] 2021-11-04 10:27:04.373 | } else { 2021-11-04 10:27:04.373 | group="" 2021-11-04 10:27:04.373 | } 2021-11-04 10:27:04.373 | next 2021-11-04 10:27:04.373 | } 2021-11-04 10:27:04.373 | { 2021-11-04 10:27:04.373 | if (group != "") 2021-11-04 10:27:04.373 | print $0 2021-11-04 10:27:04.373 | } 2021-11-04 10:27:04.373 | ' /home/ubuntu/devstack/local.conf 2021-11-04 10:27:04.379 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2021-11-04 10:27:04.381 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2021-11-04 10:27:04.411 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:04.414 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ovs of_interface "ovs-ofctl"' 2021-11-04 10:27:04.417 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs of_interface ovs-ofctl 2021-11-04 10:27:04.453 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:27:04.456 | + ./stack.sh:main:1254 : is_service_enabled swift 2021-11-04 10:27:04.475 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:04.478 | + ./stack.sh:main:1255 : echo_summary 'Starting Swift' 2021-11-04 10:27:04.481 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:27:04.483 | + ./stack.sh:echo_summary:432 : echo -e Starting Swift 2021-11-04 10:27:04.486 | + ./stack.sh:main:1256 : start_swift 2021-11-04 10:27:04.489 | + lib/swift:start_swift:776 : restart_service memcached 2021-11-04 10:27:04.491 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2021-11-04 10:27:04.494 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart memcached 2021-11-04 10:27:04.524 | + lib/swift:start_swift:779 : is_ubuntu 2021-11-04 10:27:04.527 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:27:04.531 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:27:04.535 | + lib/swift:start_swift:780 : sudo /etc/init.d/rsync restart 2021-11-04 10:27:04.589 | Restarting rsync (via systemctl): rsync.service. 2021-11-04 10:27:04.594 | + lib/swift:start_swift:787 : '[' False == True ']' 2021-11-04 10:27:04.597 | + lib/swift:start_swift:806 : [[ 1 == 1 ]] 2021-11-04 10:27:04.600 | + lib/swift:start_swift:807 : local foreground_services type 2021-11-04 10:27:04.603 | + lib/swift:start_swift:809 : foreground_services='object container account' 2021-11-04 10:27:04.605 | + lib/swift:start_swift:810 : for type in ${foreground_services} 2021-11-04 10:27:04.608 | + lib/swift:start_swift:811 : run_process s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-11-04 10:27:04.611 | + functions-common:run_process:1564 : local service=s-object 2021-11-04 10:27:04.613 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-11-04 10:27:04.616 | + functions-common:run_process:1566 : local group= 2021-11-04 10:27:04.618 | + functions-common:run_process:1567 : local user= 2021-11-04 10:27:04.621 | + functions-common:run_process:1569 : local name=s-object 2021-11-04 10:27:04.623 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:27:04.626 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:27:04.628 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:27:04.630 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:27:04.634 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:27:04.638 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021624636 2021-11-04 10:27:04.641 | + functions-common:run_process:1572 : is_service_enabled s-object 2021-11-04 10:27:04.658 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:04.661 | + functions-common:run_process:1573 : _run_under_systemd s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' '' 2021-11-04 10:27:04.663 | + functions-common:_run_under_systemd:1529 : local service=s-object 2021-11-04 10:27:04.666 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-11-04 10:27:04.669 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-11-04 10:27:04.671 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-11-04 10:27:04.674 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-11-04 10:27:04.676 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ sudo ]] 2021-11-04 10:27:04.679 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ ^/ ]] 2021-11-04 10:27:04.681 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-object.service 2021-11-04 10:27:04.684 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:27:04.686 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:27:04.689 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ uwsgi ]] 2021-11-04 10:27:04.691 | + 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 2021-11-04 10:27:04.693 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-object.service 2021-11-04 10:27:04.696 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-11-04 10:27:04.699 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:27:04.701 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-11-04 10:27:04.703 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:27:04.705 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:27:04.708 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-object.service 2021-11-04 10:27:04.711 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:27:04.715 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-object.service Unit Description 'Devstack devstack@s-object.service' 2021-11-04 10:27:04.781 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service User ubuntu 2021-11-04 10:27:04.847 | + 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' 2021-11-04 10:27:04.905 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service KillMode process 2021-11-04 10:27:04.960 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service TimeoutStopSec 300 2021-11-04 10:27:05.019 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:27:05.080 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:27:05.082 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-object.service Install WantedBy multi-user.target 2021-11-04 10:27:05.153 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:27:05.567 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-object.service 2021-11-04 10:27:05.581 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-object.service → /etc/systemd/system/devstack@s-object.service. 2021-11-04 10:27:05.966 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-object.service 2021-11-04 10:27:05.993 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:27:05.998 | + functions-common:time_stop:2309 : local name 2021-11-04 10:27:05.998 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:27:06.001 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:27:06.003 | + functions-common:time_stop:2312 : local total 2021-11-04 10:27:06.005 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:27:06.008 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:27:06.011 | + functions-common:time_stop:2316 : start_time=1636021624636 2021-11-04 10:27:06.013 | + functions-common:time_stop:2318 : [[ -z 1636021624636 ]] 2021-11-04 10:27:06.016 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:27:06.021 | + functions-common:time_stop:2321 : end_time=1636021626018 2021-11-04 10:27:06.024 | + functions-common:time_stop:2322 : elapsed_time=1382 2021-11-04 10:27:06.026 | + functions-common:time_stop:2323 : total=3026 2021-11-04 10:27:06.029 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:27:06.033 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=4408 2021-11-04 10:27:06.034 | + lib/swift:start_swift:810 : for type in ${foreground_services} 2021-11-04 10:27:06.036 | + lib/swift:start_swift:811 : run_process s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-11-04 10:27:06.039 | + functions-common:run_process:1564 : local service=s-container 2021-11-04 10:27:06.041 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-11-04 10:27:06.044 | + functions-common:run_process:1566 : local group= 2021-11-04 10:27:06.046 | + functions-common:run_process:1567 : local user= 2021-11-04 10:27:06.049 | + functions-common:run_process:1569 : local name=s-container 2021-11-04 10:27:06.051 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:27:06.053 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:27:06.057 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:27:06.060 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:27:06.063 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:27:06.067 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021626065 2021-11-04 10:27:06.071 | + functions-common:run_process:1572 : is_service_enabled s-container 2021-11-04 10:27:06.088 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:06.091 | + functions-common:run_process:1573 : _run_under_systemd s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' '' 2021-11-04 10:27:06.094 | + functions-common:_run_under_systemd:1529 : local service=s-container 2021-11-04 10:27:06.096 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-11-04 10:27:06.099 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-11-04 10:27:06.102 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-11-04 10:27:06.105 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-11-04 10:27:06.107 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ sudo ]] 2021-11-04 10:27:06.110 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ ^/ ]] 2021-11-04 10:27:06.113 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-container.service 2021-11-04 10:27:06.116 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:27:06.119 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:27:06.121 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ uwsgi ]] 2021-11-04 10:27:06.124 | + 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 2021-11-04 10:27:06.127 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-container.service 2021-11-04 10:27:06.129 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-11-04 10:27:06.131 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:27:06.135 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-11-04 10:27:06.137 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:27:06.141 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:27:06.142 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-container.service 2021-11-04 10:27:06.145 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:27:06.149 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-container.service Unit Description 'Devstack devstack@s-container.service' 2021-11-04 10:27:06.215 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service User ubuntu 2021-11-04 10:27:06.282 | + 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' 2021-11-04 10:27:06.339 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service KillMode process 2021-11-04 10:27:06.396 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service TimeoutStopSec 300 2021-11-04 10:27:06.451 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:27:06.512 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:27:06.514 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-container.service Install WantedBy multi-user.target 2021-11-04 10:27:06.587 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:27:07.006 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-container.service 2021-11-04 10:27:07.021 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container.service → /etc/systemd/system/devstack@s-container.service. 2021-11-04 10:27:07.455 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-container.service 2021-11-04 10:27:07.480 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:27:07.483 | + functions-common:time_stop:2309 : local name 2021-11-04 10:27:07.486 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:27:07.489 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:27:07.493 | + functions-common:time_stop:2312 : local total 2021-11-04 10:27:07.496 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:27:07.499 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:27:07.502 | + functions-common:time_stop:2316 : start_time=1636021626065 2021-11-04 10:27:07.505 | + functions-common:time_stop:2318 : [[ -z 1636021626065 ]] 2021-11-04 10:27:07.511 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:27:07.516 | + functions-common:time_stop:2321 : end_time=1636021627513 2021-11-04 10:27:07.519 | + functions-common:time_stop:2322 : elapsed_time=1448 2021-11-04 10:27:07.521 | + functions-common:time_stop:2323 : total=4408 2021-11-04 10:27:07.524 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:27:07.527 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=5856 2021-11-04 10:27:07.531 | + lib/swift:start_swift:810 : for type in ${foreground_services} 2021-11-04 10:27:07.534 | + lib/swift:start_swift:811 : run_process s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-11-04 10:27:07.537 | + functions-common:run_process:1564 : local service=s-account 2021-11-04 10:27:07.540 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-11-04 10:27:07.542 | + functions-common:run_process:1566 : local group= 2021-11-04 10:27:07.545 | + functions-common:run_process:1567 : local user= 2021-11-04 10:27:07.547 | + functions-common:run_process:1569 : local name=s-account 2021-11-04 10:27:07.549 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:27:07.552 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:27:07.555 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:27:07.558 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:27:07.561 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:27:07.565 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021627563 2021-11-04 10:27:07.568 | + functions-common:run_process:1572 : is_service_enabled s-account 2021-11-04 10:27:07.588 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:07.591 | + functions-common:run_process:1573 : _run_under_systemd s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' '' 2021-11-04 10:27:07.593 | + functions-common:_run_under_systemd:1529 : local service=s-account 2021-11-04 10:27:07.596 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-11-04 10:27:07.598 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-11-04 10:27:07.601 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-11-04 10:27:07.603 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-11-04 10:27:07.605 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ sudo ]] 2021-11-04 10:27:07.608 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ ^/ ]] 2021-11-04 10:27:07.610 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-account.service 2021-11-04 10:27:07.613 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:27:07.616 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:27:07.619 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ uwsgi ]] 2021-11-04 10:27:07.622 | + 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 2021-11-04 10:27:07.625 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-account.service 2021-11-04 10:27:07.629 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-11-04 10:27:07.629 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:27:07.632 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-11-04 10:27:07.635 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:27:07.637 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:27:07.640 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-account.service 2021-11-04 10:27:07.642 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:27:07.649 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-account.service Unit Description 'Devstack devstack@s-account.service' 2021-11-04 10:27:07.715 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service User ubuntu 2021-11-04 10:27:07.786 | + 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' 2021-11-04 10:27:07.850 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service KillMode process 2021-11-04 10:27:07.911 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service TimeoutStopSec 300 2021-11-04 10:27:07.978 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:27:08.036 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:27:08.040 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-account.service Install WantedBy multi-user.target 2021-11-04 10:27:08.111 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:27:08.539 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-account.service 2021-11-04 10:27:08.553 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-account.service → /etc/systemd/system/devstack@s-account.service. 2021-11-04 10:27:08.974 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-account.service 2021-11-04 10:27:09.001 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:27:09.003 | + functions-common:time_stop:2309 : local name 2021-11-04 10:27:09.006 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:27:09.009 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:27:09.012 | + functions-common:time_stop:2312 : local total 2021-11-04 10:27:09.014 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:27:09.017 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:27:09.019 | + functions-common:time_stop:2316 : start_time=1636021627563 2021-11-04 10:27:09.022 | + functions-common:time_stop:2318 : [[ -z 1636021627563 ]] 2021-11-04 10:27:09.025 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:27:09.030 | + functions-common:time_stop:2321 : end_time=1636021629027 2021-11-04 10:27:09.034 | + functions-common:time_stop:2322 : elapsed_time=1464 2021-11-04 10:27:09.035 | + functions-common:time_stop:2323 : total=5856 2021-11-04 10:27:09.037 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:27:09.040 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=7320 2021-11-04 10:27:09.042 | + lib/swift:start_swift:814 : [[ False == \T\r\u\e ]] 2021-11-04 10:27:09.045 | + lib/swift:start_swift:819 : enable_service s-container-sync 2021-11-04 10:27:09.097 | + lib/swift:start_swift:820 : run_process s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-11-04 10:27:09.099 | + functions-common:run_process:1564 : local service=s-container-sync 2021-11-04 10:27:09.103 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-11-04 10:27:09.106 | + functions-common:run_process:1566 : local group= 2021-11-04 10:27:09.108 | + functions-common:run_process:1567 : local user= 2021-11-04 10:27:09.111 | + functions-common:run_process:1569 : local name=s-container-sync 2021-11-04 10:27:09.113 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:27:09.116 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:27:09.119 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:27:09.121 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:27:09.125 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:27:09.129 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021629126 2021-11-04 10:27:09.131 | + functions-common:run_process:1572 : is_service_enabled s-container-sync 2021-11-04 10:27:09.150 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:09.152 | + functions-common:run_process:1573 : _run_under_systemd s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' '' 2021-11-04 10:27:09.155 | + functions-common:_run_under_systemd:1529 : local service=s-container-sync 2021-11-04 10:27:09.157 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-11-04 10:27:09.160 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-11-04 10:27:09.162 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-11-04 10:27:09.166 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-11-04 10:27:09.168 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ sudo ]] 2021-11-04 10:27:09.171 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ ^/ ]] 2021-11-04 10:27:09.173 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-container-sync.service 2021-11-04 10:27:09.176 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:27:09.178 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:27:09.182 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ uwsgi ]] 2021-11-04 10:27:09.184 | + 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 2021-11-04 10:27:09.187 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-container-sync.service 2021-11-04 10:27:09.189 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-11-04 10:27:09.192 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:27:09.194 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-11-04 10:27:09.196 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:27:09.199 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:27:09.201 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-container-sync.service 2021-11-04 10:27:09.204 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:27:09.208 | + 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' 2021-11-04 10:27:09.273 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service User ubuntu 2021-11-04 10:27:09.347 | + 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' 2021-11-04 10:27:09.404 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service KillMode process 2021-11-04 10:27:09.459 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service TimeoutStopSec 300 2021-11-04 10:27:09.516 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:27:09.571 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:27:09.573 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Install WantedBy multi-user.target 2021-11-04 10:27:09.647 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:27:10.070 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-container-sync.service 2021-11-04 10:27:10.092 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container-sync.service → /etc/systemd/system/devstack@s-container-sync.service. 2021-11-04 10:27:10.493 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-container-sync.service 2021-11-04 10:27:10.518 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:27:10.522 | + functions-common:time_stop:2309 : local name 2021-11-04 10:27:10.525 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:27:10.527 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:27:10.529 | + functions-common:time_stop:2312 : local total 2021-11-04 10:27:10.532 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:27:10.534 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:27:10.540 | + functions-common:time_stop:2316 : start_time=1636021629126 2021-11-04 10:27:10.540 | + functions-common:time_stop:2318 : [[ -z 1636021629126 ]] 2021-11-04 10:27:10.542 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:27:10.547 | + functions-common:time_stop:2321 : end_time=1636021630544 2021-11-04 10:27:10.549 | + functions-common:time_stop:2322 : elapsed_time=1418 2021-11-04 10:27:10.552 | + functions-common:time_stop:2323 : total=7320 2021-11-04 10:27:10.555 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:27:10.557 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=8738 2021-11-04 10:27:10.559 | + lib/swift:start_swift:827 : is_service_enabled tls-proxy 2021-11-04 10:27:10.578 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:27:10.581 | + lib/swift:start_swift:831 : run_process s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-11-04 10:27:10.583 | + functions-common:run_process:1564 : local service=s-proxy 2021-11-04 10:27:10.585 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-11-04 10:27:10.588 | + functions-common:run_process:1566 : local group= 2021-11-04 10:27:10.590 | + functions-common:run_process:1567 : local user= 2021-11-04 10:27:10.593 | + functions-common:run_process:1569 : local name=s-proxy 2021-11-04 10:27:10.595 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:27:10.598 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:27:10.608 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:27:10.611 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:27:10.614 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:27:10.620 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021630617 2021-11-04 10:27:10.622 | + functions-common:run_process:1572 : is_service_enabled s-proxy 2021-11-04 10:27:10.643 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:10.646 | + functions-common:run_process:1573 : _run_under_systemd s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' '' 2021-11-04 10:27:10.652 | + functions-common:_run_under_systemd:1529 : local service=s-proxy 2021-11-04 10:27:10.652 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-11-04 10:27:10.654 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-11-04 10:27:10.657 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-11-04 10:27:10.659 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-11-04 10:27:10.662 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ sudo ]] 2021-11-04 10:27:10.665 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ ^/ ]] 2021-11-04 10:27:10.668 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-proxy.service 2021-11-04 10:27:10.670 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:27:10.672 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:27:10.677 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ uwsgi ]] 2021-11-04 10:27:10.679 | + 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 2021-11-04 10:27:10.683 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-proxy.service 2021-11-04 10:27:10.685 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-11-04 10:27:10.688 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:27:10.690 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-11-04 10:27:10.693 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:27:10.698 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:27:10.698 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-proxy.service 2021-11-04 10:27:10.701 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:27:10.705 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Unit Description 'Devstack devstack@s-proxy.service' 2021-11-04 10:27:10.769 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service User ubuntu 2021-11-04 10:27:10.843 | + 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' 2021-11-04 10:27:10.915 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service KillMode process 2021-11-04 10:27:10.974 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service TimeoutStopSec 300 2021-11-04 10:27:11.058 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:27:11.123 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:27:11.126 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Install WantedBy multi-user.target 2021-11-04 10:27:11.211 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:27:11.647 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-proxy.service 2021-11-04 10:27:11.666 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-proxy.service → /etc/systemd/system/devstack@s-proxy.service. 2021-11-04 10:27:12.077 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-proxy.service 2021-11-04 10:27:12.107 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:27:12.113 | + functions-common:time_stop:2309 : local name 2021-11-04 10:27:12.116 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:27:12.120 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:27:12.124 | + functions-common:time_stop:2312 : local total 2021-11-04 10:27:12.127 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:27:12.130 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:27:12.134 | + functions-common:time_stop:2316 : start_time=1636021630617 2021-11-04 10:27:12.137 | + functions-common:time_stop:2318 : [[ -z 1636021630617 ]] 2021-11-04 10:27:12.141 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:27:12.147 | + functions-common:time_stop:2321 : end_time=1636021632143 2021-11-04 10:27:12.150 | + functions-common:time_stop:2322 : elapsed_time=1526 2021-11-04 10:27:12.152 | + functions-common:time_stop:2323 : total=8738 2021-11-04 10:27:12.155 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:27:12.157 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=10264 2021-11-04 10:27:12.160 | + lib/swift:start_swift:836 : echo 'Waiting for swift proxy to start...' 2021-11-04 10:27:12.160 | Waiting for swift proxy to start... 2021-11-04 10:27:12.163 | + lib/swift:start_swift:837 : wait_for_service 60 http://10.222.0.49:8080/info 2021-11-04 10:27:12.166 | + functions:wait_for_service:457 : local timeout=60 2021-11-04 10:27:12.168 | + functions:wait_for_service:458 : local url=http://10.222.0.49:8080/info 2021-11-04 10:27:12.171 | + functions:wait_for_service:459 : local rval=0 2021-11-04 10:27:12.174 | + functions:wait_for_service:460 : time_start wait_for_service 2021-11-04 10:27:12.177 | + functions-common:time_start:2295 : local name=wait_for_service 2021-11-04 10:27:12.180 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:27:12.183 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:27:12.186 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:27:12.191 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021632188 2021-11-04 10:27:12.196 | + functions:wait_for_service:461 : timeout 60 bash -x 2021-11-04 10:27:12.204 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.49:8080/info 2021-11-04 10:27:12.218 | + :: : [[ 000 == 503 ]] 2021-11-04 10:27:12.219 | + :: : [[ 7 -eq 7 ]] 2021-11-04 10:27:12.220 | + :: : sleep 1 2021-11-04 10:27:13.224 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.49:8080/info 2021-11-04 10:27:13.238 | + :: : [[ 000 == 503 ]] 2021-11-04 10:27:13.239 | + :: : [[ 7 -eq 7 ]] 2021-11-04 10:27:13.241 | + :: : sleep 1 2021-11-04 10:27:14.244 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.49:8080/info 2021-11-04 10:27:14.259 | + :: : [[ 000 == 503 ]] 2021-11-04 10:27:14.260 | + :: : [[ 7 -eq 7 ]] 2021-11-04 10:27:14.261 | + :: : sleep 1 2021-11-04 10:27:15.266 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.49:8080/info 2021-11-04 10:27:15.288 | + :: : [[ 200 == 503 ]] 2021-11-04 10:27:15.289 | + :: : [[ 0 -eq 7 ]] 2021-11-04 10:27:15.293 | + functions:wait_for_service:466 : time_stop wait_for_service 2021-11-04 10:27:15.296 | + functions-common:time_stop:2309 : local name 2021-11-04 10:27:15.304 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:27:15.304 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:27:15.306 | + functions-common:time_stop:2312 : local total 2021-11-04 10:27:15.309 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:27:15.312 | + functions-common:time_stop:2315 : name=wait_for_service 2021-11-04 10:27:15.315 | + functions-common:time_stop:2316 : start_time=1636021632188 2021-11-04 10:27:15.318 | + functions-common:time_stop:2318 : [[ -z 1636021632188 ]] 2021-11-04 10:27:15.323 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:27:15.329 | + functions-common:time_stop:2321 : end_time=1636021635326 2021-11-04 10:27:15.331 | + functions-common:time_stop:2322 : elapsed_time=3138 2021-11-04 10:27:15.334 | + functions-common:time_stop:2323 : total=5972 2021-11-04 10:27:15.337 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:27:15.340 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=9110 2021-11-04 10:27:15.344 | + functions:wait_for_service:467 : return 0 2021-11-04 10:27:15.348 | + lib/swift:start_swift:841 : [[ False == \T\r\u\e ]] 2021-11-04 10:27:15.350 | + ./stack.sh:main:1262 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-11-04 10:27:15.353 | + ./stack.sh:main:1263 : is_service_enabled cinder 2021-11-04 10:27:15.374 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:15.377 | + ./stack.sh:main:1264 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-11-04 10:27:15.411 | + ./stack.sh:main:1267 : async_wait configure_neutron_nova 2021-11-04 10:27:15.466 | [17569 Async configure_neutron_nova:97099]: Waiting for completion of configure_neutron_nova running on PID 97099 (2 other jobs running) 2021-11-04 10:27:15.499 | [17569 Async configure_neutron_nova:97099]: Signaling child to exit 2021-11-04 10:27:15.499 | WAKEUP 2021-11-04 10:27:15.523 | [17569 Async configure_neutron_nova:97099]: Signaled 2021-11-04 10:27:15.524 | + lib/neutron:configure_neutron_nova:616 : is_neutron_legacy_enabled 2021-11-04 10:27:15.525 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-11-04 10:27:15.525 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-11-04 10:27:15.525 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-11-04 10:27:15.525 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-11-04 10:27:15.525 | + 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- ]] 2021-11-04 10:27:15.525 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-11-04 10:27:15.525 | + lib/neutron:configure_neutron_nova:618 : create_nova_conf_neutron /etc/nova/nova.conf 2021-11-04 10:27:15.525 | + lib/neutron-legacy:create_nova_conf_neutron:389 : local conf=/etc/nova/nova.conf 2021-11-04 10:27:15.525 | + lib/neutron-legacy:create_nova_conf_neutron:390 : iniset /etc/nova/nova.conf neutron auth_type password 2021-11-04 10:27:15.525 | + lib/neutron-legacy:create_nova_conf_neutron:391 : iniset /etc/nova/nova.conf neutron auth_url http://10.222.0.49/identity 2021-11-04 10:27:15.525 | + lib/neutron-legacy:create_nova_conf_neutron:392 : iniset /etc/nova/nova.conf neutron username neutron 2021-11-04 10:27:15.525 | + lib/neutron-legacy:create_nova_conf_neutron:393 : iniset /etc/nova/nova.conf neutron password Passw0rd 2021-11-04 10:27:15.525 | + lib/neutron-legacy:create_nova_conf_neutron:394 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2021-11-04 10:27:15.525 | + lib/neutron-legacy:create_nova_conf_neutron:395 : iniset /etc/nova/nova.conf neutron project_name service 2021-11-04 10:27:15.525 | + lib/neutron-legacy:create_nova_conf_neutron:396 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2021-11-04 10:27:15.525 | + lib/neutron-legacy:create_nova_conf_neutron:397 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2021-11-04 10:27:15.525 | + lib/neutron-legacy:create_nova_conf_neutron:398 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2021-11-04 10:27:15.525 | + lib/neutron-legacy:create_nova_conf_neutron:401 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2021-11-04 10:27:15.525 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2021-11-04 10:27:15.525 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2021-11-04 10:27:15.525 | + lib/neutron-legacy:create_nova_conf_neutron:403 : is_service_enabled q-meta 2021-11-04 10:27:15.525 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:15.525 | + lib/neutron-legacy:create_nova_conf_neutron:404 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2021-11-04 10:27:15.525 | + lib/neutron-legacy:create_nova_conf_neutron:407 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2021-11-04 10:27:15.525 | + lib/neutron-legacy:create_nova_conf_neutron:408 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2021-11-04 10:27:15.525 | + lib/neutron:configure_neutron_nova:619 : [[ superconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2021-11-04 10:27:15.525 | ++ lib/neutron:configure_neutron_nova:620 : seq 1 1 2021-11-04 10:27:15.525 | + lib/neutron:configure_neutron_nova:620 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-11-04 10:27:15.526 | + lib/neutron:configure_neutron_nova:621 : local conf 2021-11-04 10:27:15.526 | ++ lib/neutron:configure_neutron_nova:622 : conductor_conf 1 2021-11-04 10:27:15.526 | ++ lib/nova:conductor_conf:733 : local cell=1 2021-11-04 10:27:15.526 | ++ lib/nova:conductor_conf:734 : echo /etc/nova/nova_cell1.conf 2021-11-04 10:27:15.526 | + lib/neutron:configure_neutron_nova:622 : conf=/etc/nova/nova_cell1.conf 2021-11-04 10:27:15.526 | + lib/neutron:configure_neutron_nova:623 : create_nova_conf_neutron /etc/nova/nova_cell1.conf 2021-11-04 10:27:15.526 | + lib/neutron-legacy:create_nova_conf_neutron:389 : local conf=/etc/nova/nova_cell1.conf 2021-11-04 10:27:15.526 | + lib/neutron-legacy:create_nova_conf_neutron:390 : iniset /etc/nova/nova_cell1.conf neutron auth_type password 2021-11-04 10:27:15.526 | + lib/neutron-legacy:create_nova_conf_neutron:391 : iniset /etc/nova/nova_cell1.conf neutron auth_url http://10.222.0.49/identity 2021-11-04 10:27:15.526 | + lib/neutron-legacy:create_nova_conf_neutron:392 : iniset /etc/nova/nova_cell1.conf neutron username neutron 2021-11-04 10:27:15.526 | + lib/neutron-legacy:create_nova_conf_neutron:393 : iniset /etc/nova/nova_cell1.conf neutron password Passw0rd 2021-11-04 10:27:15.526 | + lib/neutron-legacy:create_nova_conf_neutron:394 : iniset /etc/nova/nova_cell1.conf neutron user_domain_name Default 2021-11-04 10:27:15.526 | + lib/neutron-legacy:create_nova_conf_neutron:395 : iniset /etc/nova/nova_cell1.conf neutron project_name service 2021-11-04 10:27:15.526 | + lib/neutron-legacy:create_nova_conf_neutron:396 : iniset /etc/nova/nova_cell1.conf neutron project_domain_name Default 2021-11-04 10:27:15.526 | + lib/neutron-legacy:create_nova_conf_neutron:397 : iniset /etc/nova/nova_cell1.conf neutron auth_strategy keystone 2021-11-04 10:27:15.526 | + lib/neutron-legacy:create_nova_conf_neutron:398 : iniset /etc/nova/nova_cell1.conf neutron region_name RegionOne 2021-11-04 10:27:15.526 | + lib/neutron-legacy:create_nova_conf_neutron:401 : neutron_plugin_create_nova_conf /etc/nova/nova_cell1.conf 2021-11-04 10:27:15.526 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2021-11-04 10:27:15.526 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2021-11-04 10:27:15.526 | + lib/neutron-legacy:create_nova_conf_neutron:403 : is_service_enabled q-meta 2021-11-04 10:27:15.526 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:15.526 | + lib/neutron-legacy:create_nova_conf_neutron:404 : iniset /etc/nova/nova_cell1.conf neutron service_metadata_proxy True 2021-11-04 10:27:15.526 | + lib/neutron-legacy:create_nova_conf_neutron:407 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_is_fatal True 2021-11-04 10:27:15.526 | + lib/neutron-legacy:create_nova_conf_neutron:408 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_timeout 300 2021-11-04 10:27:15.577 | [17569 Async configure_neutron_nova:97099]: finished configure_neutron_nova with result 0 in 1 seconds 2021-11-04 10:27:15.581 | + inc/async:async_wait:197 : return 0 2021-11-04 10:27:15.584 | + ./stack.sh:main:1273 : is_service_enabled nova 2021-11-04 10:27:15.601 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:15.604 | + ./stack.sh:main:1274 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-11-04 10:27:15.642 | + ./stack.sh:main:1275 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-11-04 10:27:15.677 | + ./stack.sh:main:1279 : is_service_enabled n-api 2021-11-04 10:27:15.696 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:15.699 | + ./stack.sh:main:1280 : echo_summary 'Starting Nova API' 2021-11-04 10:27:15.701 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:27:15.704 | + ./stack.sh:echo_summary:432 : echo -e Starting Nova API 2021-11-04 10:27:15.706 | + ./stack.sh:main:1281 : start_nova_api 2021-11-04 10:27:15.709 | + lib/nova:start_nova_api:859 : local service_port=8774 2021-11-04 10:27:15.712 | + lib/nova:start_nova_api:860 : local service_protocol=http 2021-11-04 10:27:15.715 | + lib/nova:start_nova_api:861 : local nova_url 2021-11-04 10:27:15.717 | + lib/nova:start_nova_api:862 : is_service_enabled tls-proxy 2021-11-04 10:27:15.735 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:27:15.738 | + lib/nova:start_nova_api:868 : 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 2021-11-04 10:27:15.740 | + lib/nova:start_nova_api:869 : 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 2021-11-04 10:27:15.745 | + lib/nova:start_nova_api:869 : 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 2021-11-04 10:27:15.749 | + lib/nova:start_nova_api:871 : '[' True == False ']' 2021-11-04 10:27:15.753 | ++ lib/nova:start_nova_api:879 : which uwsgi 2021-11-04 10:27:15.759 | + lib/nova:start_nova_api:879 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-11-04 10:27:15.762 | + functions-common:run_process:1564 : local service=n-api 2021-11-04 10:27:15.765 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-11-04 10:27:15.768 | + functions-common:run_process:1566 : local group= 2021-11-04 10:27:15.770 | + functions-common:run_process:1567 : local user= 2021-11-04 10:27:15.773 | + functions-common:run_process:1569 : local name=n-api 2021-11-04 10:27:15.776 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:27:15.778 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:27:15.781 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:27:15.783 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:27:15.787 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:27:15.791 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021635788 2021-11-04 10:27:15.794 | + functions-common:run_process:1572 : is_service_enabled n-api 2021-11-04 10:27:15.811 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:15.814 | + functions-common:run_process:1573 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' 2021-11-04 10:27:15.817 | + functions-common:_run_under_systemd:1529 : local service=n-api 2021-11-04 10:27:15.820 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-11-04 10:27:15.823 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-11-04 10:27:15.825 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-11-04 10:27:15.828 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-11-04 10:27:15.831 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2021-11-04 10:27:15.833 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2021-11-04 10:27:15.836 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-api.service 2021-11-04 10:27:15.839 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:27:15.841 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:27:15.844 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2021-11-04 10:27:15.847 | + 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 2021-11-04 10:27:15.850 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@n-api.service 2021-11-04 10:27:15.852 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-11-04 10:27:15.855 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2021-11-04 10:27:15.859 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2021-11-04 10:27:15.862 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@n-api.service 2021-11-04 10:27:15.865 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2021-11-04 10:27:15.870 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2021-11-04 10:27:15.940 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2021-11-04 10:27:16.006 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User ubuntu 2021-11-04 10:27:16.060 | + 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' 2021-11-04 10:27:16.117 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:27:16.171 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2021-11-04 10:27:16.226 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2021-11-04 10:27:16.284 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2021-11-04 10:27:16.340 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2021-11-04 10:27:16.395 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2021-11-04 10:27:16.452 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2021-11-04 10:27:16.455 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2021-11-04 10:27:16.521 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2021-11-04 10:27:16.951 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-api.service 2021-11-04 10:27:16.966 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2021-11-04 10:27:17.356 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-api.service 2021-11-04 10:27:17.439 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:27:17.442 | + functions-common:time_stop:2309 : local name 2021-11-04 10:27:17.445 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:27:17.448 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:27:17.450 | + functions-common:time_stop:2312 : local total 2021-11-04 10:27:17.453 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:27:17.456 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:27:17.458 | + functions-common:time_stop:2316 : start_time=1636021635788 2021-11-04 10:27:17.461 | + functions-common:time_stop:2318 : [[ -z 1636021635788 ]] 2021-11-04 10:27:17.465 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:27:17.469 | + functions-common:time_stop:2321 : end_time=1636021637466 2021-11-04 10:27:17.472 | + functions-common:time_stop:2322 : elapsed_time=1678 2021-11-04 10:27:17.474 | + functions-common:time_stop:2323 : total=10264 2021-11-04 10:27:17.478 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:27:17.480 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=11942 2021-11-04 10:27:17.483 | + lib/nova:start_nova_api:880 : nova_url=http://10.222.0.49/compute/v2.1/ 2021-11-04 10:27:17.486 | + lib/nova:start_nova_api:883 : echo 'Waiting for nova-api to start...' 2021-11-04 10:27:17.486 | Waiting for nova-api to start... 2021-11-04 10:27:17.489 | + lib/nova:start_nova_api:884 : wait_for_service 60 http://10.222.0.49/compute/v2.1/ 2021-11-04 10:27:17.493 | + functions:wait_for_service:457 : local timeout=60 2021-11-04 10:27:17.495 | + functions:wait_for_service:458 : local url=http://10.222.0.49/compute/v2.1/ 2021-11-04 10:27:17.498 | + functions:wait_for_service:459 : local rval=0 2021-11-04 10:27:17.500 | + functions:wait_for_service:460 : time_start wait_for_service 2021-11-04 10:27:17.504 | + functions-common:time_start:2295 : local name=wait_for_service 2021-11-04 10:27:17.506 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:27:17.509 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:27:17.512 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:27:17.517 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021637514 2021-11-04 10:27:17.520 | + functions:wait_for_service:461 : timeout 60 bash -x 2021-11-04 10:27:17.526 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.49/compute/v2.1/ 2021-11-04 10:27:23.369 | + :: : [[ 200 == 503 ]] 2021-11-04 10:27:23.370 | + :: : [[ 0 -eq 7 ]] 2021-11-04 10:27:23.374 | + functions:wait_for_service:466 : time_stop wait_for_service 2021-11-04 10:27:23.376 | + functions-common:time_stop:2309 : local name 2021-11-04 10:27:23.379 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:27:23.382 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:27:23.385 | + functions-common:time_stop:2312 : local total 2021-11-04 10:27:23.387 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:27:23.390 | + functions-common:time_stop:2315 : name=wait_for_service 2021-11-04 10:27:23.393 | + functions-common:time_stop:2316 : start_time=1636021637514 2021-11-04 10:27:23.395 | + functions-common:time_stop:2318 : [[ -z 1636021637514 ]] 2021-11-04 10:27:23.399 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:27:23.404 | + functions-common:time_stop:2321 : end_time=1636021643401 2021-11-04 10:27:23.406 | + functions-common:time_stop:2322 : elapsed_time=5887 2021-11-04 10:27:23.409 | + functions-common:time_stop:2323 : total=9110 2021-11-04 10:27:23.411 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:27:23.414 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=14997 2021-11-04 10:27:23.417 | + functions:wait_for_service:467 : return 0 2021-11-04 10:27:23.420 | + lib/nova:start_nova_api:888 : 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 2021-11-04 10:27:23.423 | + lib/nova:start_nova_api:888 : 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 2021-11-04 10:27:23.426 | + ./stack.sh:main:1284 : is_service_enabled ovn-controller ovn-controller-vtep 2021-11-04 10:27:23.446 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:23.449 | + ./stack.sh:main:1285 : echo_summary 'Starting OVN services' 2021-11-04 10:27:23.451 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:27:23.454 | + ./stack.sh:echo_summary:432 : echo -e Starting OVN services 2021-11-04 10:27:23.457 | + ./stack.sh:main:1286 : start_ovn_services 2021-11-04 10:27:23.460 | + lib/neutron-legacy:start_ovn_services:484 : [[ openvswitch == \o\v\n ]] 2021-11-04 10:27:23.462 | + ./stack.sh:main:1289 : is_service_enabled neutron-api 2021-11-04 10:27:23.482 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:27:23.484 | + ./stack.sh:main:1292 : is_service_enabled q-svc 2021-11-04 10:27:23.503 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:23.506 | + ./stack.sh:main:1293 : echo_summary 'Starting Neutron' 2021-11-04 10:27:23.509 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:27:23.512 | + ./stack.sh:echo_summary:432 : echo -e Starting Neutron 2021-11-04 10:27:23.515 | + ./stack.sh:main:1294 : configure_neutron_after_post_config 2021-11-04 10:27:23.517 | + lib/neutron-legacy:configure_neutron_after_post_config:477 : [[ router,neutron.services.metering.metering_plugin.MeteringPlugin != '' ]] 2021-11-04 10:27:23.520 | + lib/neutron-legacy:configure_neutron_after_post_config:478 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router,neutron.services.metering.metering_plugin.MeteringPlugin 2021-11-04 10:27:23.559 | + ./stack.sh:main:1295 : start_neutron_service_and_check 2021-11-04 10:27:23.562 | + lib/neutron-legacy:start_neutron_service_and_check:500 : local service_port=9696 2021-11-04 10:27:23.564 | + lib/neutron-legacy:start_neutron_service_and_check:501 : local service_protocol=http 2021-11-04 10:27:23.567 | + lib/neutron-legacy:start_neutron_service_and_check:502 : local cfg_file_options 2021-11-04 10:27:23.570 | + lib/neutron-legacy:start_neutron_service_and_check:503 : local neutron_url 2021-11-04 10:27:23.573 | ++ lib/neutron-legacy:start_neutron_service_and_check:505 : determine_config_files neutron-server 2021-11-04 10:27:23.576 | ++ lib/neutron-legacy:determine_config_files:328 : local opts= 2021-11-04 10:27:23.579 | ++ lib/neutron-legacy:determine_config_files:329 : case "$1" in 2021-11-04 10:27:23.582 | +++ lib/neutron-legacy:determine_config_files:330 : _determine_config_server 2021-11-04 10:27:23.584 | +++ lib/neutron-legacy:_determine_config_server:298 : [[ '' != '' ]] 2021-11-04 10:27:23.587 | +++ lib/neutron-legacy:_determine_config_server:305 : [[ 0 > 0 ]] 2021-11-04 10:27:23.589 | +++ lib/neutron-legacy:_determine_config_server:312 : local cfg_file 2021-11-04 10:27:23.592 | +++ lib/neutron-legacy:_determine_config_server:313 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-11-04 10:27:23.594 | +++ lib/neutron-legacy:_determine_config_server:317 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-11-04 10:27:23.597 | ++ lib/neutron-legacy:determine_config_files:330 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-11-04 10:27:23.601 | ++ lib/neutron-legacy:determine_config_files:333 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2021-11-04 10:27:23.603 | ++ lib/neutron-legacy:determine_config_files:336 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-11-04 10:27:23.606 | + lib/neutron-legacy:start_neutron_service_and_check:505 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-11-04 10:27:23.609 | + lib/neutron-legacy:start_neutron_service_and_check:507 : is_service_enabled tls-proxy 2021-11-04 10:27:23.626 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:27:23.629 | + lib/neutron-legacy:start_neutron_service_and_check:512 : '[' False == True ']' 2021-11-04 10:27:23.632 | + lib/neutron-legacy:start_neutron_service_and_check:519 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-11-04 10:27:23.634 | + functions-common:run_process:1564 : local service=q-svc 2021-11-04 10:27:23.637 | + 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' 2021-11-04 10:27:23.640 | + functions-common:run_process:1566 : local group= 2021-11-04 10:27:23.642 | + functions-common:run_process:1567 : local user= 2021-11-04 10:27:23.645 | + functions-common:run_process:1569 : local name=q-svc 2021-11-04 10:27:23.648 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:27:23.650 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:27:23.653 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:27:23.656 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:27:23.659 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:27:23.665 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021643661 2021-11-04 10:27:23.667 | + functions-common:run_process:1572 : is_service_enabled q-svc 2021-11-04 10:27:23.684 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:23.687 | + 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' '' '' 2021-11-04 10:27:23.690 | + functions-common:_run_under_systemd:1529 : local service=q-svc 2021-11-04 10:27:23.692 | + 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' 2021-11-04 10:27:23.695 | + 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' 2021-11-04 10:27:23.699 | + 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' 2021-11-04 10:27:23.701 | + 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' 2021-11-04 10:27:23.704 | + 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 ]] 2021-11-04 10:27:23.706 | + 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 =~ ^/ ]] 2021-11-04 10:27:23.710 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-svc.service 2021-11-04 10:27:23.714 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:27:23.717 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:27:23.721 | + 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 ]] 2021-11-04 10:27:23.724 | + 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 2021-11-04 10:27:23.726 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-svc.service 2021-11-04 10:27:23.729 | + 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' 2021-11-04 10:27:23.731 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:27:23.733 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-11-04 10:27:23.735 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:27:23.737 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:27:23.740 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2021-11-04 10:27:23.743 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:27:23.748 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2021-11-04 10:27:23.816 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User ubuntu 2021-11-04 10:27:23.887 | + 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' 2021-11-04 10:27:23.946 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2021-11-04 10:27:24.004 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2021-11-04 10:27:24.063 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:27:24.118 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:27:24.120 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2021-11-04 10:27:24.191 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:27:24.603 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-svc.service 2021-11-04 10:27:24.618 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2021-11-04 10:27:25.006 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-svc.service 2021-11-04 10:27:25.033 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:27:25.037 | + functions-common:time_stop:2309 : local name 2021-11-04 10:27:25.039 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:27:25.042 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:27:25.045 | + functions-common:time_stop:2312 : local total 2021-11-04 10:27:25.047 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:27:25.050 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:27:25.052 | + functions-common:time_stop:2316 : start_time=1636021643661 2021-11-04 10:27:25.055 | + functions-common:time_stop:2318 : [[ -z 1636021643661 ]] 2021-11-04 10:27:25.058 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:27:25.063 | + functions-common:time_stop:2321 : end_time=1636021645060 2021-11-04 10:27:25.066 | + functions-common:time_stop:2322 : elapsed_time=1399 2021-11-04 10:27:25.068 | + functions-common:time_stop:2323 : total=11942 2021-11-04 10:27:25.072 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:27:25.074 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=13341 2021-11-04 10:27:25.077 | + lib/neutron-legacy:start_neutron_service_and_check:520 : neutron_url=http://10.222.0.49:9696 2021-11-04 10:27:25.080 | + lib/neutron-legacy:start_neutron_service_and_check:522 : is_service_enabled tls-proxy 2021-11-04 10:27:25.106 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:27:25.109 | + lib/neutron-legacy:start_neutron_service_and_check:526 : echo 'Waiting for Neutron to start...' 2021-11-04 10:27:25.109 | Waiting for Neutron to start... 2021-11-04 10:27:25.111 | + lib/neutron-legacy:start_neutron_service_and_check:528 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.49:9696' 2021-11-04 10:27:25.113 | + lib/neutron-legacy:start_neutron_service_and_check:529 : test_with_retry 'wget --no-proxy -q -O- http://10.222.0.49:9696' 'Neutron did not start' 60 2021-11-04 10:27:25.116 | + functions-common:test_with_retry:2247 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.49:9696' 2021-11-04 10:27:25.119 | + functions-common:test_with_retry:2248 : local 'failmsg=Neutron did not start' 2021-11-04 10:27:25.121 | + functions-common:test_with_retry:2249 : local until=60 2021-11-04 10:27:25.124 | + functions-common:test_with_retry:2250 : local sleep=0.5 2021-11-04 10:27:25.126 | + functions-common:test_with_retry:2252 : time_start test_with_retry 2021-11-04 10:27:25.129 | + functions-common:time_start:2295 : local name=test_with_retry 2021-11-04 10:27:25.132 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:27:25.134 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:27:25.138 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:27:25.142 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021645140 2021-11-04 10:27:25.145 | + functions-common:test_with_retry:2253 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.222.0.49:9696; do sleep 0.5; done' 2021-11-04 10:27:31.229 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.222.0.49:9696/v2.0/"}]}]}+ functions-common:test_with_retry:2256 : time_stop test_with_retry 2021-11-04 10:27:31.233 | + functions-common:time_stop:2309 : local name 2021-11-04 10:27:31.238 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:27:31.245 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:27:31.248 | + functions-common:time_stop:2312 : local total 2021-11-04 10:27:31.250 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:27:31.253 | + functions-common:time_stop:2315 : name=test_with_retry 2021-11-04 10:27:31.257 | + functions-common:time_stop:2316 : start_time=1636021645140 2021-11-04 10:27:31.261 | + functions-common:time_stop:2318 : [[ -z 1636021645140 ]] 2021-11-04 10:27:31.266 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:27:31.275 | + functions-common:time_stop:2321 : end_time=1636021651268 2021-11-04 10:27:31.277 | + functions-common:time_stop:2322 : elapsed_time=6128 2021-11-04 10:27:31.281 | + functions-common:time_stop:2323 : total=0 2021-11-04 10:27:31.284 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:27:31.286 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=6128 2021-11-04 10:27:31.290 | + ./stack.sh:main:1300 : is_service_enabled placement 2021-11-04 10:27:31.314 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:31.316 | + ./stack.sh:main:1301 : echo_summary 'Starting Placement' 2021-11-04 10:27:31.319 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:27:31.321 | + ./stack.sh:echo_summary:432 : echo -e Starting Placement 2021-11-04 10:27:31.324 | + ./stack.sh:main:1302 : start_placement 2021-11-04 10:27:31.326 | + lib/placement:start_placement:160 : start_placement_api 2021-11-04 10:27:31.329 | + lib/placement:start_placement_api:146 : [[ uwsgi == \u\w\s\g\i ]] 2021-11-04 10:27:31.333 | ++ lib/placement:start_placement_api:147 : which uwsgi 2021-11-04 10:27:31.338 | + lib/placement:start_placement_api:147 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-11-04 10:27:31.341 | + functions-common:run_process:1564 : local service=placement-api 2021-11-04 10:27:31.344 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-11-04 10:27:31.346 | + functions-common:run_process:1566 : local group= 2021-11-04 10:27:31.349 | + functions-common:run_process:1567 : local user= 2021-11-04 10:27:31.352 | + functions-common:run_process:1569 : local name=placement-api 2021-11-04 10:27:31.354 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:27:31.357 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:27:31.360 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:27:31.363 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:27:31.366 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:27:31.371 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021651368 2021-11-04 10:27:31.374 | + functions-common:run_process:1572 : is_service_enabled placement-api 2021-11-04 10:27:31.392 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:31.395 | + functions-common:run_process:1573 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' 2021-11-04 10:27:31.398 | + functions-common:_run_under_systemd:1529 : local service=placement-api 2021-11-04 10:27:31.400 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-11-04 10:27:31.403 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-11-04 10:27:31.405 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-11-04 10:27:31.408 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-11-04 10:27:31.410 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2021-11-04 10:27:31.414 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2021-11-04 10:27:31.416 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@placement-api.service 2021-11-04 10:27:31.419 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:27:31.422 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:27:31.424 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2021-11-04 10:27:31.427 | + 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 2021-11-04 10:27:31.429 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@placement-api.service 2021-11-04 10:27:31.432 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-11-04 10:27:31.434 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2021-11-04 10:27:31.436 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2021-11-04 10:27:31.439 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2021-11-04 10:27:31.441 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2021-11-04 10:27:31.446 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2021-11-04 10:27:31.512 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2021-11-04 10:27:31.578 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User ubuntu 2021-11-04 10:27:31.634 | + 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' 2021-11-04 10:27:31.689 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:27:31.743 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2021-11-04 10:27:31.798 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2021-11-04 10:27:31.855 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2021-11-04 10:27:31.917 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2021-11-04 10:27:31.972 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2021-11-04 10:27:32.026 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2021-11-04 10:27:32.029 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2021-11-04 10:27:32.093 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2021-11-04 10:27:32.502 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@placement-api.service 2021-11-04 10:27:32.517 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2021-11-04 10:27:32.921 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@placement-api.service 2021-11-04 10:27:33.001 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:27:33.005 | + functions-common:time_stop:2309 : local name 2021-11-04 10:27:33.009 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:27:33.013 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:27:33.015 | + functions-common:time_stop:2312 : local total 2021-11-04 10:27:33.021 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:27:33.023 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:27:33.026 | + functions-common:time_stop:2316 : start_time=1636021651368 2021-11-04 10:27:33.028 | + functions-common:time_stop:2318 : [[ -z 1636021651368 ]] 2021-11-04 10:27:33.031 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:27:33.036 | + functions-common:time_stop:2321 : end_time=1636021653033 2021-11-04 10:27:33.039 | + functions-common:time_stop:2322 : elapsed_time=1665 2021-11-04 10:27:33.042 | + functions-common:time_stop:2323 : total=13341 2021-11-04 10:27:33.045 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:27:33.048 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=15006 2021-11-04 10:27:33.050 | + lib/placement:start_placement_api:153 : echo 'Waiting for placement-api to start...' 2021-11-04 10:27:33.050 | Waiting for placement-api to start... 2021-11-04 10:27:33.054 | + lib/placement:start_placement_api:154 : wait_for_service 60 http://10.222.0.49/placement 2021-11-04 10:27:33.056 | + functions:wait_for_service:457 : local timeout=60 2021-11-04 10:27:33.059 | + functions:wait_for_service:458 : local url=http://10.222.0.49/placement 2021-11-04 10:27:33.063 | + functions:wait_for_service:459 : local rval=0 2021-11-04 10:27:33.067 | + functions:wait_for_service:460 : time_start wait_for_service 2021-11-04 10:27:33.071 | + functions-common:time_start:2295 : local name=wait_for_service 2021-11-04 10:27:33.073 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:27:33.076 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:27:33.080 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:27:33.085 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021653082 2021-11-04 10:27:33.088 | + functions:wait_for_service:461 : timeout 60 bash -x 2021-11-04 10:27:33.095 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.49/placement 2021-11-04 10:27:36.124 | + :: : [[ 200 == 503 ]] 2021-11-04 10:27:36.125 | + :: : [[ 0 -eq 7 ]] 2021-11-04 10:27:36.129 | + functions:wait_for_service:466 : time_stop wait_for_service 2021-11-04 10:27:36.131 | + functions-common:time_stop:2309 : local name 2021-11-04 10:27:36.134 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:27:36.138 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:27:36.139 | + functions-common:time_stop:2312 : local total 2021-11-04 10:27:36.141 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:27:36.144 | + functions-common:time_stop:2315 : name=wait_for_service 2021-11-04 10:27:36.147 | + functions-common:time_stop:2316 : start_time=1636021653082 2021-11-04 10:27:36.150 | + functions-common:time_stop:2318 : [[ -z 1636021653082 ]] 2021-11-04 10:27:36.153 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:27:36.158 | + functions-common:time_stop:2321 : end_time=1636021656155 2021-11-04 10:27:36.161 | + functions-common:time_stop:2322 : elapsed_time=3073 2021-11-04 10:27:36.164 | + functions-common:time_stop:2323 : total=14997 2021-11-04 10:27:36.167 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:27:36.169 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=18070 2021-11-04 10:27:36.172 | + functions:wait_for_service:467 : return 0 2021-11-04 10:27:36.175 | + ./stack.sh:main:1305 : is_service_enabled neutron 2021-11-04 10:27:36.194 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:36.197 | + ./stack.sh:main:1306 : start_neutron 2021-11-04 10:27:36.200 | + lib/neutron:start_neutron:702 : is_neutron_legacy_enabled 2021-11-04 10:27:36.204 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-11-04 10:27:36.204 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-11-04 10:27:36.212 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-11-04 10:27:36.215 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-11-04 10:27:36.218 | + 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- ]] 2021-11-04 10:27:36.220 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-11-04 10:27:36.223 | + lib/neutron:start_neutron:704 : start_mutnauq_l2_agent 2021-11-04 10:27:36.226 | + lib/neutron-legacy:start_mutnauq_l2_agent:535 : 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' 2021-11-04 10:27:36.229 | + functions-common:run_process:1564 : local service=q-agt 2021-11-04 10:27:36.232 | + 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' 2021-11-04 10:27:36.235 | + functions-common:run_process:1566 : local group= 2021-11-04 10:27:36.237 | + functions-common:run_process:1567 : local user= 2021-11-04 10:27:36.240 | + functions-common:run_process:1569 : local name=q-agt 2021-11-04 10:27:36.243 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:27:36.246 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:27:36.248 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:27:36.251 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:27:36.254 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:27:36.259 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021656257 2021-11-04 10:27:36.262 | + functions-common:run_process:1572 : is_service_enabled q-agt 2021-11-04 10:27:36.279 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:36.282 | + 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' '' '' 2021-11-04 10:27:36.284 | + functions-common:_run_under_systemd:1529 : local service=q-agt 2021-11-04 10:27:36.288 | + 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' 2021-11-04 10:27:36.290 | + 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' 2021-11-04 10:27:36.293 | + 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' 2021-11-04 10:27:36.295 | + 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' 2021-11-04 10:27:36.298 | + 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 ]] 2021-11-04 10:27:36.301 | + 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 =~ ^/ ]] 2021-11-04 10:27:36.303 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-agt.service 2021-11-04 10:27:36.306 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:27:36.309 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:27:36.311 | + 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 ]] 2021-11-04 10:27:36.314 | + 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 2021-11-04 10:27:36.316 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-agt.service 2021-11-04 10:27:36.319 | + 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' 2021-11-04 10:27:36.321 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:27:36.324 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-11-04 10:27:36.326 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:27:36.328 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:27:36.331 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2021-11-04 10:27:36.333 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:27:36.338 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2021-11-04 10:27:36.403 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User ubuntu 2021-11-04 10:27:36.470 | + 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' 2021-11-04 10:27:36.525 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2021-11-04 10:27:36.580 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2021-11-04 10:27:36.646 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:27:36.701 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:27:36.703 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2021-11-04 10:27:36.769 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:27:37.175 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-agt.service 2021-11-04 10:27:37.189 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2021-11-04 10:27:37.583 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-agt.service 2021-11-04 10:27:37.610 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:27:37.612 | + functions-common:time_stop:2309 : local name 2021-11-04 10:27:37.616 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:27:37.619 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:27:37.622 | + functions-common:time_stop:2312 : local total 2021-11-04 10:27:37.625 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:27:37.628 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:27:37.632 | + functions-common:time_stop:2316 : start_time=1636021656257 2021-11-04 10:27:37.635 | + functions-common:time_stop:2318 : [[ -z 1636021656257 ]] 2021-11-04 10:27:37.639 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:27:37.644 | + functions-common:time_stop:2321 : end_time=1636021657641 2021-11-04 10:27:37.647 | + functions-common:time_stop:2322 : elapsed_time=1384 2021-11-04 10:27:37.650 | + functions-common:time_stop:2323 : total=15006 2021-11-04 10:27:37.652 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:27:37.655 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=16390 2021-11-04 10:27:37.662 | + lib/neutron-legacy:start_mutnauq_l2_agent:537 : is_provider_network 2021-11-04 10:27:37.665 | + functions-common:is_provider_network:2158 : '[' '' == True ']' 2021-11-04 10:27:37.668 | + functions-common:is_provider_network:2161 : return 1 2021-11-04 10:27:37.670 | + lib/neutron:start_neutron:705 : start_mutnauq_other_agents 2021-11-04 10:27:37.673 | + lib/neutron-legacy:start_mutnauq_other_agents:553 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-11-04 10:27:37.675 | + functions-common:run_process:1564 : local service=q-dhcp 2021-11-04 10:27:37.678 | + 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' 2021-11-04 10:27:37.681 | + functions-common:run_process:1566 : local group= 2021-11-04 10:27:37.683 | + functions-common:run_process:1567 : local user= 2021-11-04 10:27:37.686 | + functions-common:run_process:1569 : local name=q-dhcp 2021-11-04 10:27:37.688 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:27:37.691 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:27:37.694 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:27:37.696 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:27:37.700 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:27:37.704 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021657702 2021-11-04 10:27:37.707 | + functions-common:run_process:1572 : is_service_enabled q-dhcp 2021-11-04 10:27:37.727 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:37.730 | + 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' '' '' 2021-11-04 10:27:37.732 | + functions-common:_run_under_systemd:1529 : local service=q-dhcp 2021-11-04 10:27:37.735 | + 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' 2021-11-04 10:27:37.737 | + 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' 2021-11-04 10:27:37.741 | + 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' 2021-11-04 10:27:37.744 | + 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' 2021-11-04 10:27:37.746 | + 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 ]] 2021-11-04 10:27:37.749 | + 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 =~ ^/ ]] 2021-11-04 10:27:37.752 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-dhcp.service 2021-11-04 10:27:37.754 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:27:37.757 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:27:37.759 | + 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 ]] 2021-11-04 10:27:37.762 | + 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 2021-11-04 10:27:37.765 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-dhcp.service 2021-11-04 10:27:37.767 | + 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' 2021-11-04 10:27:37.769 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:27:37.772 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-11-04 10:27:37.774 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:27:37.777 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:27:37.779 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2021-11-04 10:27:37.782 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:27:37.787 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2021-11-04 10:27:37.853 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User ubuntu 2021-11-04 10:27:37.930 | + 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' 2021-11-04 10:27:37.986 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2021-11-04 10:27:38.043 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2021-11-04 10:27:38.100 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:27:38.154 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:27:38.157 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2021-11-04 10:27:38.220 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:27:38.650 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-dhcp.service 2021-11-04 10:27:38.665 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2021-11-04 10:27:39.074 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-dhcp.service 2021-11-04 10:27:39.099 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:27:39.106 | + functions-common:time_stop:2309 : local name 2021-11-04 10:27:39.109 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:27:39.111 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:27:39.114 | + functions-common:time_stop:2312 : local total 2021-11-04 10:27:39.117 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:27:39.120 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:27:39.123 | + functions-common:time_stop:2316 : start_time=1636021657702 2021-11-04 10:27:39.125 | + functions-common:time_stop:2318 : [[ -z 1636021657702 ]] 2021-11-04 10:27:39.128 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:27:39.135 | + functions-common:time_stop:2321 : end_time=1636021659132 2021-11-04 10:27:39.138 | + functions-common:time_stop:2322 : elapsed_time=1430 2021-11-04 10:27:39.141 | + functions-common:time_stop:2323 : total=16390 2021-11-04 10:27:39.144 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:27:39.146 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=17820 2021-11-04 10:27:39.151 | + lib/neutron-legacy:start_mutnauq_other_agents:555 : is_service_enabled neutron-vpnaas 2021-11-04 10:27:39.174 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:27:39.181 | ++ lib/neutron-legacy:start_mutnauq_other_agents:558 : determine_config_files neutron-l3-agent 2021-11-04 10:27:39.184 | ++ lib/neutron-legacy:determine_config_files:328 : local opts= 2021-11-04 10:27:39.188 | ++ lib/neutron-legacy:determine_config_files:329 : case "$1" in 2021-11-04 10:27:39.192 | +++ lib/neutron-legacy:determine_config_files:331 : _determine_config_l3 2021-11-04 10:27:39.196 | +++ lib/neutron-legacy:_determine_config_l3:321 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-11-04 10:27:39.199 | +++ lib/neutron-legacy:_determine_config_l3:322 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-11-04 10:27:39.202 | ++ lib/neutron-legacy:determine_config_files:331 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-11-04 10:27:39.205 | ++ lib/neutron-legacy:determine_config_files:333 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2021-11-04 10:27:39.207 | ++ lib/neutron-legacy:determine_config_files:336 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-11-04 10:27:39.210 | + lib/neutron-legacy:start_mutnauq_other_agents:558 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-11-04 10:27:39.213 | + functions-common:run_process:1564 : local service=q-l3 2021-11-04 10:27:39.216 | + 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' 2021-11-04 10:27:39.218 | + functions-common:run_process:1566 : local group= 2021-11-04 10:27:39.221 | + functions-common:run_process:1567 : local user= 2021-11-04 10:27:39.224 | + functions-common:run_process:1569 : local name=q-l3 2021-11-04 10:27:39.227 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:27:39.230 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:27:39.233 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:27:39.235 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:27:39.239 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:27:39.245 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021659242 2021-11-04 10:27:39.247 | + functions-common:run_process:1572 : is_service_enabled q-l3 2021-11-04 10:27:39.268 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:39.271 | + 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' '' '' 2021-11-04 10:27:39.274 | + functions-common:_run_under_systemd:1529 : local service=q-l3 2021-11-04 10:27:39.277 | + 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' 2021-11-04 10:27:39.279 | + 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' 2021-11-04 10:27:39.282 | + 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' 2021-11-04 10:27:39.285 | + 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' 2021-11-04 10:27:39.289 | + 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 ]] 2021-11-04 10:27:39.291 | + 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 =~ ^/ ]] 2021-11-04 10:27:39.295 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-l3.service 2021-11-04 10:27:39.298 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:27:39.300 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:27:39.304 | + 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 ]] 2021-11-04 10:27:39.307 | + 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 2021-11-04 10:27:39.310 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-l3.service 2021-11-04 10:27:39.312 | + 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' 2021-11-04 10:27:39.315 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:27:39.318 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-11-04 10:27:39.321 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:27:39.323 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:27:39.326 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2021-11-04 10:27:39.328 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:27:39.333 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2021-11-04 10:27:39.407 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User ubuntu 2021-11-04 10:27:39.478 | + 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' 2021-11-04 10:27:39.538 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2021-11-04 10:27:39.603 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2021-11-04 10:27:39.666 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:27:39.723 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:27:39.726 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2021-11-04 10:27:39.808 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:27:40.269 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-l3.service 2021-11-04 10:27:40.284 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2021-11-04 10:27:40.700 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-l3.service 2021-11-04 10:27:40.723 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:27:40.725 | + functions-common:time_stop:2309 : local name 2021-11-04 10:27:40.729 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:27:40.732 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:27:40.741 | + functions-common:time_stop:2312 : local total 2021-11-04 10:27:40.747 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:27:40.747 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:27:40.751 | + functions-common:time_stop:2316 : start_time=1636021659242 2021-11-04 10:27:40.752 | + functions-common:time_stop:2318 : [[ -z 1636021659242 ]] 2021-11-04 10:27:40.756 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:27:40.762 | + functions-common:time_stop:2321 : end_time=1636021660757 2021-11-04 10:27:40.767 | + functions-common:time_stop:2322 : elapsed_time=1515 2021-11-04 10:27:40.767 | + functions-common:time_stop:2323 : total=17820 2021-11-04 10:27:40.771 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:27:40.772 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=19335 2021-11-04 10:27:40.775 | + lib/neutron-legacy:start_mutnauq_other_agents:561 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-11-04 10:27:40.778 | + functions-common:run_process:1564 : local service=q-meta 2021-11-04 10:27:40.780 | + 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' 2021-11-04 10:27:40.783 | + functions-common:run_process:1566 : local group= 2021-11-04 10:27:40.786 | + functions-common:run_process:1567 : local user= 2021-11-04 10:27:40.789 | + functions-common:run_process:1569 : local name=q-meta 2021-11-04 10:27:40.792 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:27:40.795 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:27:40.797 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:27:40.800 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:27:40.804 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:27:40.809 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021660806 2021-11-04 10:27:40.812 | + functions-common:run_process:1572 : is_service_enabled q-meta 2021-11-04 10:27:40.839 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:40.843 | + 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' '' '' 2021-11-04 10:27:40.843 | + functions-common:_run_under_systemd:1529 : local service=q-meta 2021-11-04 10:27:40.847 | + 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' 2021-11-04 10:27:40.851 | + 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' 2021-11-04 10:27:40.855 | + 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' 2021-11-04 10:27:40.855 | + 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' 2021-11-04 10:27:40.859 | + 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 ]] 2021-11-04 10:27:40.863 | + 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 =~ ^/ ]] 2021-11-04 10:27:40.863 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-meta.service 2021-11-04 10:27:40.866 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:27:40.871 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:27:40.873 | + 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 ]] 2021-11-04 10:27:40.876 | + 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 2021-11-04 10:27:40.879 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-meta.service 2021-11-04 10:27:40.883 | + 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' 2021-11-04 10:27:40.891 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:27:40.895 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-11-04 10:27:40.895 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:27:40.899 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:27:40.901 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2021-11-04 10:27:40.903 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:27:40.911 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2021-11-04 10:27:40.982 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User ubuntu 2021-11-04 10:27:41.075 | + 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' 2021-11-04 10:27:41.143 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2021-11-04 10:27:41.207 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2021-11-04 10:27:41.273 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:27:41.335 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:27:41.340 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2021-11-04 10:27:41.429 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:27:41.900 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-meta.service 2021-11-04 10:27:41.914 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2021-11-04 10:27:42.356 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-meta.service 2021-11-04 10:27:42.389 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:27:42.397 | + functions-common:time_stop:2309 : local name 2021-11-04 10:27:42.400 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:27:42.403 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:27:42.405 | + functions-common:time_stop:2312 : local total 2021-11-04 10:27:42.408 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:27:42.411 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:27:42.414 | + functions-common:time_stop:2316 : start_time=1636021660806 2021-11-04 10:27:42.417 | + functions-common:time_stop:2318 : [[ -z 1636021660806 ]] 2021-11-04 10:27:42.420 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:27:42.425 | + functions-common:time_stop:2321 : end_time=1636021662422 2021-11-04 10:27:42.429 | + functions-common:time_stop:2322 : elapsed_time=1616 2021-11-04 10:27:42.431 | + functions-common:time_stop:2323 : total=19335 2021-11-04 10:27:42.434 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:27:42.436 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=20951 2021-11-04 10:27:42.439 | + lib/neutron-legacy:start_mutnauq_other_agents:562 : 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' 2021-11-04 10:27:42.441 | + functions-common:run_process:1564 : local service=q-metering 2021-11-04 10:27:42.444 | + 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' 2021-11-04 10:27:42.446 | + functions-common:run_process:1566 : local group= 2021-11-04 10:27:42.449 | + functions-common:run_process:1567 : local user= 2021-11-04 10:27:42.452 | + functions-common:run_process:1569 : local name=q-metering 2021-11-04 10:27:42.454 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:27:42.457 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:27:42.459 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:27:42.462 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:27:42.467 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:27:42.472 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021662468 2021-11-04 10:27:42.475 | + functions-common:run_process:1572 : is_service_enabled q-metering 2021-11-04 10:27:42.504 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:42.507 | + 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' '' '' 2021-11-04 10:27:42.509 | + functions-common:_run_under_systemd:1529 : local service=q-metering 2021-11-04 10:27:42.512 | + 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' 2021-11-04 10:27:42.515 | + 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' 2021-11-04 10:27:42.518 | + 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' 2021-11-04 10:27:42.521 | + 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' 2021-11-04 10:27:42.524 | + 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 ]] 2021-11-04 10:27:42.527 | + 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 =~ ^/ ]] 2021-11-04 10:27:42.530 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-metering.service 2021-11-04 10:27:42.532 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:27:42.535 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:27:42.543 | + 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 ]] 2021-11-04 10:27:42.544 | + 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 2021-11-04 10:27:42.547 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-metering.service 2021-11-04 10:27:42.551 | + 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' 2021-11-04 10:27:42.554 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:27:42.558 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-11-04 10:27:42.563 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:27:42.563 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:27:42.567 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-metering.service 2021-11-04 10:27:42.567 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:27:42.574 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Unit Description 'Devstack devstack@q-metering.service' 2021-11-04 10:27:42.659 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service User ubuntu 2021-11-04 10:27:42.747 | + 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' 2021-11-04 10:27:42.831 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service KillMode process 2021-11-04 10:27:42.909 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service TimeoutStopSec 300 2021-11-04 10:27:42.979 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:27:43.044 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:27:43.049 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Install WantedBy multi-user.target 2021-11-04 10:27:43.152 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:27:43.619 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-metering.service 2021-11-04 10:27:43.633 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-metering.service → /etc/systemd/system/devstack@q-metering.service. 2021-11-04 10:27:44.048 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-metering.service 2021-11-04 10:27:44.076 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:27:44.079 | + functions-common:time_stop:2309 : local name 2021-11-04 10:27:44.083 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:27:44.086 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:27:44.088 | + functions-common:time_stop:2312 : local total 2021-11-04 10:27:44.091 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:27:44.094 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:27:44.096 | + functions-common:time_stop:2316 : start_time=1636021662468 2021-11-04 10:27:44.099 | + functions-common:time_stop:2318 : [[ -z 1636021662468 ]] 2021-11-04 10:27:44.104 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:27:44.107 | + functions-common:time_stop:2321 : end_time=1636021664104 2021-11-04 10:27:44.109 | + functions-common:time_stop:2322 : elapsed_time=1636 2021-11-04 10:27:44.112 | + functions-common:time_stop:2323 : total=20951 2021-11-04 10:27:44.115 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:27:44.118 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=22587 2021-11-04 10:27:44.121 | + ./stack.sh:main:1309 : is_service_enabled q-svc 2021-11-04 10:27:44.143 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:27:44.146 | + ./stack.sh:main:1309 : [[ True == \T\r\u\e ]] 2021-11-04 10:27:44.148 | + ./stack.sh:main:1310 : echo_summary 'Creating initial neutron network elements' 2021-11-04 10:27:44.151 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:27:44.154 | + ./stack.sh:echo_summary:432 : echo -e Creating initial neutron network elements 2021-11-04 10:27:44.156 | + ./stack.sh:main:1313 : type -p neutron_plugin_create_initial_networks 2021-11-04 10:27:44.159 | + ./stack.sh:main:1316 : create_neutron_initial_network 2021-11-04 10:27:44.162 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:150 : local project_id 2021-11-04 10:27:44.169 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : grep ' demo ' 2021-11-04 10:27:44.170 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : get_field 1 2021-11-04 10:27:44.173 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:27:44.175 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : oscwrap project list 2021-11-04 10:27:44.181 | ++ functions-common:get_field:727 : read data 2021-11-04 10:27:47.026 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:27:47.026 | from cryptography.utils import int_from_bytes 2021-11-04 10:27:47.026 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:27:47.027 | from cryptography.utils import int_from_bytes 2021-11-04 10:27:47.278 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:27:47.289 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-11-04 10:27:47.291 | ++ functions-common:get_field:731 : field='$2' 2021-11-04 10:27:47.297 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-11-04 10:27:47.299 | ++ functions-common:get_field:733 : echo '| fd01c8cf764b4181b6e7103f1c29009e | demo |' 2021-11-04 10:27:47.305 | ++ functions-common:get_field:727 : read data 2021-11-04 10:27:47.309 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : project_id=fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:27:47.311 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:152 : die_if_not_set 152 project_id 'Failure retrieving project_id for demo' 2021-11-04 10:27:47.314 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-11-04 10:27:47.337 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : type -p neutron_plugin_create_initial_network_profile 2021-11-04 10:27:47.339 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:159 : is_networking_extension_supported auto-allocated-topology 2021-11-04 10:27:47.342 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=auto-allocated-topology 2021-11-04 10:27:47.346 | ++ 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 2021-11-04 10:27:50.521 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:27:50.521 | from cryptography.utils import int_from_bytes 2021-11-04 10:27:50.521 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:27:50.521 | from cryptography.utils import int_from_bytes 2021-11-04 10:27:50.718 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:27:50.721 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2021-11-04 10:27:50.721 | address-scope 2021-11-04 10:27:50.721 | router-admin-state-down-before-update 2021-11-04 10:27:50.721 | agent 2021-11-04 10:27:50.721 | agent-resources-synced 2021-11-04 10:27:50.722 | allowed-address-pairs 2021-11-04 10:27:50.722 | auto-allocated-topology 2021-11-04 10:27:50.722 | availability_zone 2021-11-04 10:27:50.722 | availability_zone_filter 2021-11-04 10:27:50.722 | default-subnetpools 2021-11-04 10:27:50.722 | dhcp_agent_scheduler 2021-11-04 10:27:50.722 | dvr 2021-11-04 10:27:50.722 | empty-string-filtering 2021-11-04 10:27:50.722 | external-net 2021-11-04 10:27:50.722 | extra_dhcp_opt 2021-11-04 10:27:50.722 | extraroute 2021-11-04 10:27:50.722 | extraroute-atomic 2021-11-04 10:27:50.722 | filter-validation 2021-11-04 10:27:50.722 | fip-port-details 2021-11-04 10:27:50.722 | flavors 2021-11-04 10:27:50.722 | floatingip-pools 2021-11-04 10:27:50.722 | ip-substring-filtering 2021-11-04 10:27:50.722 | router 2021-11-04 10:27:50.722 | ext-gw-mode 2021-11-04 10:27:50.722 | l3-ha 2021-11-04 10:27:50.722 | l3-flavors 2021-11-04 10:27:50.722 | l3-port-ip-change-not-allowed 2021-11-04 10:27:50.722 | l3_agent_scheduler 2021-11-04 10:27:50.722 | metering 2021-11-04 10:27:50.722 | metering_source_and_destination_fields 2021-11-04 10:27:50.722 | multi-provider 2021-11-04 10:27:50.722 | net-mtu 2021-11-04 10:27:50.722 | net-mtu-writable 2021-11-04 10:27:50.722 | network_availability_zone 2021-11-04 10:27:50.722 | network-ip-availability 2021-11-04 10:27:50.722 | pagination 2021-11-04 10:27:50.722 | port-device-profile 2021-11-04 10:27:50.722 | port-mac-address-regenerate 2021-11-04 10:27:50.722 | port-numa-affinity-policy 2021-11-04 10:27:50.722 | binding 2021-11-04 10:27:50.722 | binding-extended 2021-11-04 10:27:50.722 | port-security 2021-11-04 10:27:50.722 | project-id 2021-11-04 10:27:50.723 | provider 2021-11-04 10:27:50.723 | quotas 2021-11-04 10:27:50.723 | quota_details 2021-11-04 10:27:50.723 | rbac-policies 2021-11-04 10:27:50.723 | rbac-address-group 2021-11-04 10:27:50.723 | rbac-address-scope 2021-11-04 10:27:50.723 | rbac-security-groups 2021-11-04 10:27:50.723 | rbac-subnetpool 2021-11-04 10:27:50.723 | revision-if-match 2021-11-04 10:27:50.723 | standard-attr-revisions 2021-11-04 10:27:50.723 | router_availability_zone 2021-11-04 10:27:50.723 | security-groups-normalized-cidr 2021-11-04 10:27:50.723 | port-security-groups-filtering 2021-11-04 10:27:50.723 | security-groups-remote-address-group 2021-11-04 10:27:50.723 | security-groups-shared-filtering 2021-11-04 10:27:50.723 | security-group 2021-11-04 10:27:50.723 | service-type 2021-11-04 10:27:50.723 | sorting 2021-11-04 10:27:50.723 | standard-attr-description 2021-11-04 10:27:50.723 | stateful-security-group 2021-11-04 10:27:50.723 | subnet_onboard 2021-11-04 10:27:50.723 | subnet-service-types 2021-11-04 10:27:50.723 | subnet_allocation 2021-11-04 10:27:50.723 | subnetpool-prefix-ops 2021-11-04 10:27:50.723 | standard-attr-tag 2021-11-04 10:27:50.723 | standard-attr-timestamp' 2021-11-04 10:27:50.724 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2021-11-04 10:27:50.724 | address-scope 2021-11-04 10:27:50.724 | router-admin-state-down-before-update 2021-11-04 10:27:50.724 | agent 2021-11-04 10:27:50.724 | agent-resources-synced 2021-11-04 10:27:50.724 | allowed-address-pairs 2021-11-04 10:27:50.724 | auto-allocated-topology 2021-11-04 10:27:50.724 | availability_zone 2021-11-04 10:27:50.724 | availability_zone_filter 2021-11-04 10:27:50.724 | default-subnetpools 2021-11-04 10:27:50.724 | dhcp_agent_scheduler 2021-11-04 10:27:50.724 | dvr 2021-11-04 10:27:50.724 | empty-string-filtering 2021-11-04 10:27:50.724 | external-net 2021-11-04 10:27:50.724 | extra_dhcp_opt 2021-11-04 10:27:50.724 | extraroute 2021-11-04 10:27:50.724 | extraroute-atomic 2021-11-04 10:27:50.724 | filter-validation 2021-11-04 10:27:50.725 | fip-port-details 2021-11-04 10:27:50.725 | flavors 2021-11-04 10:27:50.725 | floatingip-pools 2021-11-04 10:27:50.725 | ip-substring-filtering 2021-11-04 10:27:50.725 | router 2021-11-04 10:27:50.725 | ext-gw-mode 2021-11-04 10:27:50.725 | l3-ha 2021-11-04 10:27:50.725 | l3-flavors 2021-11-04 10:27:50.725 | l3-port-ip-change-not-allowed 2021-11-04 10:27:50.725 | l3_agent_scheduler 2021-11-04 10:27:50.725 | metering 2021-11-04 10:27:50.725 | metering_source_and_destination_fields 2021-11-04 10:27:50.725 | multi-provider 2021-11-04 10:27:50.725 | net-mtu 2021-11-04 10:27:50.725 | net-mtu-writable 2021-11-04 10:27:50.725 | network_availability_zone 2021-11-04 10:27:50.725 | network-ip-availability 2021-11-04 10:27:50.725 | pagination 2021-11-04 10:27:50.725 | port-device-profile 2021-11-04 10:27:50.725 | port-mac-address-regenerate 2021-11-04 10:27:50.725 | port-numa-affinity-policy 2021-11-04 10:27:50.725 | binding 2021-11-04 10:27:50.725 | binding-extended 2021-11-04 10:27:50.725 | port-security 2021-11-04 10:27:50.725 | project-id 2021-11-04 10:27:50.725 | provider 2021-11-04 10:27:50.726 | quotas 2021-11-04 10:27:50.726 | quota_details 2021-11-04 10:27:50.726 | rbac-policies 2021-11-04 10:27:50.726 | rbac-address-group 2021-11-04 10:27:50.726 | rbac-address-scope 2021-11-04 10:27:50.726 | rbac-security-groups 2021-11-04 10:27:50.726 | rbac-subnetpool 2021-11-04 10:27:50.726 | revision-if-match 2021-11-04 10:27:50.726 | standard-attr-revisions 2021-11-04 10:27:50.726 | router_availability_zone 2021-11-04 10:27:50.726 | security-groups-normalized-cidr 2021-11-04 10:27:50.726 | port-security-groups-filtering 2021-11-04 10:27:50.726 | security-groups-remote-address-group 2021-11-04 10:27:50.726 | security-groups-shared-filtering 2021-11-04 10:27:50.726 | security-group 2021-11-04 10:27:50.726 | service-type 2021-11-04 10:27:50.726 | sorting 2021-11-04 10:27:50.726 | standard-attr-description 2021-11-04 10:27:50.726 | stateful-security-group 2021-11-04 10:27:50.726 | subnet_onboard 2021-11-04 10:27:50.726 | subnet-service-types 2021-11-04 10:27:50.726 | subnet_allocation 2021-11-04 10:27:50.726 | subnetpool-prefix-ops 2021-11-04 10:27:50.726 | standard-attr-tag 2021-11-04 10:27:50.726 | standard-attr-timestamp =~ auto-allocated-topology ]] 2021-11-04 10:27:50.728 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2021-11-04 10:27:50.731 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ True == \T\r\u\e ]] 2021-11-04 10:27:50.733 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : [[ 4 =~ 4.* ]] 2021-11-04 10:27:50.737 | ++ 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 2021-11-04 10:27:53.903 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:27:53.904 | from cryptography.utils import int_from_bytes 2021-11-04 10:27:53.904 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:27:53.904 | from cryptography.utils import int_from_bytes 2021-11-04 10:27:54.119 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:27:54.122 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : SUBNETPOOL_V4_ID=51a219e9-b7a4-4966-980d-219cb6596072 2021-11-04 10:27:54.132 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : [[ 4 =~ .*6 ]] 2021-11-04 10:27:54.135 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:170 : is_provider_network 2021-11-04 10:27:54.137 | + functions-common:is_provider_network:2158 : '[' '' == True ']' 2021-11-04 10:27:54.140 | + functions-common:is_provider_network:2161 : return 1 2021-11-04 10:27:54.144 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:200 : grep ' id ' 2021-11-04 10:27:54.145 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:200 : get_field 2 2021-11-04 10:27:54.145 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:200 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create --project fd01c8cf764b4181b6e7103f1c29009e private 2021-11-04 10:27:54.149 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:27:54.152 | ++ functions-common:get_field:727 : read data 2021-11-04 10:27:57.847 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:27:57.848 | from cryptography.utils import int_from_bytes 2021-11-04 10:27:57.848 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:27:57.848 | from cryptography.utils import int_from_bytes 2021-11-04 10:27:58.060 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:27:58.063 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-11-04 10:27:58.065 | ++ functions-common:get_field:731 : field='$3' 2021-11-04 10:27:58.069 | ++ functions-common:get_field:733 : echo '| id | 21e99cb2-29a0-4dc5-8386-0c3f5df76ad8 |' 2021-11-04 10:27:58.069 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-11-04 10:27:58.076 | ++ functions-common:get_field:727 : read data 2021-11-04 10:27:58.079 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:200 : NET_ID=21e99cb2-29a0-4dc5-8386-0c3f5df76ad8 2021-11-04 10:27:58.082 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : die_if_not_set 201 NET_ID 'Failure creating NET_ID for private fd01c8cf764b4181b6e7103f1c29009e' 2021-11-04 10:27:58.085 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-11-04 10:27:58.103 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:203 : [[ 4 =~ 4.* ]] 2021-11-04 10:27:58.107 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : _neutron_create_private_subnet_v4 fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:27:58.110 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : local project_id=fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:27:58.112 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:253 : '[' -z 51a219e9-b7a4-4966-980d-219cb6596072 ']' 2021-11-04 10:27:58.116 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : local 'subnet_params=--project fd01c8cf764b4181b6e7103f1c29009e ' 2021-11-04 10:27:58.118 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+='--ip-version 4 ' 2021-11-04 10:27:58.121 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n 172.20.0.1 ]] 2021-11-04 10:27:58.123 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : subnet_params+='--gateway 172.20.0.1 ' 2021-11-04 10:27:58.126 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : subnet_params+='--subnet-pool 51a219e9-b7a4-4966-980d-219cb6596072 ' 2021-11-04 10:27:58.129 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+=' ' 2021-11-04 10:27:58.132 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+='--network 21e99cb2-29a0-4dc5-8386-0c3f5df76ad8 private-subnet' 2021-11-04 10:27:58.134 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : local subnet_id 2021-11-04 10:27:58.138 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --project fd01c8cf764b4181b6e7103f1c29009e --ip-version 4 --gateway 172.20.0.1 --subnet-pool 51a219e9-b7a4-4966-980d-219cb6596072 --network 21e99cb2-29a0-4dc5-8386-0c3f5df76ad8 private-subnet 2021-11-04 10:27:58.139 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : grep ' id ' 2021-11-04 10:27:58.140 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : get_field 2 2021-11-04 10:27:58.143 | +++ functions-common:get_field:726 : local data field 2021-11-04 10:27:58.146 | +++ functions-common:get_field:727 : read data 2021-11-04 10:28:01.895 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:01.895 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:01.895 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:01.895 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:02.114 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:28:02.117 | +++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-11-04 10:28:02.119 | +++ functions-common:get_field:731 : field='$3' 2021-11-04 10:28:02.122 | +++ functions-common:get_field:733 : echo '| id | a6008cea-e8a3-49b5-8b8a-b578cd0725f7 |' 2021-11-04 10:28:02.123 | +++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-11-04 10:28:02.129 | +++ functions-common:get_field:727 : read data 2021-11-04 10:28:02.133 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : subnet_id=a6008cea-e8a3-49b5-8b8a-b578cd0725f7 2021-11-04 10:28:02.135 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : die_if_not_set 266 subnet_id 'Failure creating private IPv4 subnet for fd01c8cf764b4181b6e7103f1c29009e' 2021-11-04 10:28:02.148 | ++ functions-common:die_if_not_set:216 : local exitcode=0 2021-11-04 10:28:02.166 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : echo a6008cea-e8a3-49b5-8b8a-b578cd0725f7 2021-11-04 10:28:02.170 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : SUBNET_ID=a6008cea-e8a3-49b5-8b8a-b578cd0725f7 2021-11-04 10:28:02.173 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:208 : [[ 4 =~ .*6 ]] 2021-11-04 10:28:02.175 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : is_networking_extension_supported router 2021-11-04 10:28:02.178 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=router 2021-11-04 10:28:02.187 | ++ 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 2021-11-04 10:28:04.918 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:04.918 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:04.918 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:04.918 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:05.122 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:28:05.126 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2021-11-04 10:28:05.126 | address-scope 2021-11-04 10:28:05.126 | router-admin-state-down-before-update 2021-11-04 10:28:05.126 | agent 2021-11-04 10:28:05.126 | agent-resources-synced 2021-11-04 10:28:05.126 | allowed-address-pairs 2021-11-04 10:28:05.126 | auto-allocated-topology 2021-11-04 10:28:05.126 | availability_zone 2021-11-04 10:28:05.126 | availability_zone_filter 2021-11-04 10:28:05.126 | default-subnetpools 2021-11-04 10:28:05.126 | dhcp_agent_scheduler 2021-11-04 10:28:05.126 | dvr 2021-11-04 10:28:05.126 | empty-string-filtering 2021-11-04 10:28:05.126 | external-net 2021-11-04 10:28:05.126 | extra_dhcp_opt 2021-11-04 10:28:05.126 | extraroute 2021-11-04 10:28:05.126 | extraroute-atomic 2021-11-04 10:28:05.126 | filter-validation 2021-11-04 10:28:05.126 | fip-port-details 2021-11-04 10:28:05.126 | flavors 2021-11-04 10:28:05.126 | floatingip-pools 2021-11-04 10:28:05.126 | ip-substring-filtering 2021-11-04 10:28:05.126 | router 2021-11-04 10:28:05.126 | ext-gw-mode 2021-11-04 10:28:05.126 | l3-ha 2021-11-04 10:28:05.126 | l3-flavors 2021-11-04 10:28:05.126 | l3-port-ip-change-not-allowed 2021-11-04 10:28:05.126 | l3_agent_scheduler 2021-11-04 10:28:05.126 | metering 2021-11-04 10:28:05.126 | metering_source_and_destination_fields 2021-11-04 10:28:05.126 | multi-provider 2021-11-04 10:28:05.127 | net-mtu 2021-11-04 10:28:05.127 | net-mtu-writable 2021-11-04 10:28:05.127 | network_availability_zone 2021-11-04 10:28:05.127 | network-ip-availability 2021-11-04 10:28:05.127 | pagination 2021-11-04 10:28:05.127 | port-device-profile 2021-11-04 10:28:05.127 | port-mac-address-regenerate 2021-11-04 10:28:05.127 | port-numa-affinity-policy 2021-11-04 10:28:05.127 | binding 2021-11-04 10:28:05.127 | binding-extended 2021-11-04 10:28:05.127 | port-security 2021-11-04 10:28:05.127 | project-id 2021-11-04 10:28:05.127 | provider 2021-11-04 10:28:05.127 | quotas 2021-11-04 10:28:05.127 | quota_details 2021-11-04 10:28:05.127 | rbac-policies 2021-11-04 10:28:05.127 | rbac-address-group 2021-11-04 10:28:05.127 | rbac-address-scope 2021-11-04 10:28:05.127 | rbac-security-groups 2021-11-04 10:28:05.127 | rbac-subnetpool 2021-11-04 10:28:05.127 | revision-if-match 2021-11-04 10:28:05.127 | standard-attr-revisions 2021-11-04 10:28:05.127 | router_availability_zone 2021-11-04 10:28:05.127 | security-groups-normalized-cidr 2021-11-04 10:28:05.127 | port-security-groups-filtering 2021-11-04 10:28:05.127 | security-groups-remote-address-group 2021-11-04 10:28:05.127 | security-groups-shared-filtering 2021-11-04 10:28:05.127 | security-group 2021-11-04 10:28:05.127 | service-type 2021-11-04 10:28:05.127 | sorting 2021-11-04 10:28:05.127 | standard-attr-description 2021-11-04 10:28:05.127 | stateful-security-group 2021-11-04 10:28:05.127 | subnet_onboard 2021-11-04 10:28:05.127 | subnet-service-types 2021-11-04 10:28:05.127 | subnet_allocation 2021-11-04 10:28:05.127 | subnetpool-prefix-ops 2021-11-04 10:28:05.128 | standard-attr-tag 2021-11-04 10:28:05.128 | standard-attr-timestamp' 2021-11-04 10:28:05.128 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2021-11-04 10:28:05.128 | address-scope 2021-11-04 10:28:05.128 | router-admin-state-down-before-update 2021-11-04 10:28:05.128 | agent 2021-11-04 10:28:05.129 | agent-resources-synced 2021-11-04 10:28:05.129 | allowed-address-pairs 2021-11-04 10:28:05.129 | auto-allocated-topology 2021-11-04 10:28:05.129 | availability_zone 2021-11-04 10:28:05.129 | availability_zone_filter 2021-11-04 10:28:05.129 | default-subnetpools 2021-11-04 10:28:05.129 | dhcp_agent_scheduler 2021-11-04 10:28:05.129 | dvr 2021-11-04 10:28:05.129 | empty-string-filtering 2021-11-04 10:28:05.129 | external-net 2021-11-04 10:28:05.129 | extra_dhcp_opt 2021-11-04 10:28:05.129 | extraroute 2021-11-04 10:28:05.129 | extraroute-atomic 2021-11-04 10:28:05.129 | filter-validation 2021-11-04 10:28:05.129 | fip-port-details 2021-11-04 10:28:05.129 | flavors 2021-11-04 10:28:05.129 | floatingip-pools 2021-11-04 10:28:05.129 | ip-substring-filtering 2021-11-04 10:28:05.129 | router 2021-11-04 10:28:05.129 | ext-gw-mode 2021-11-04 10:28:05.129 | l3-ha 2021-11-04 10:28:05.129 | l3-flavors 2021-11-04 10:28:05.129 | l3-port-ip-change-not-allowed 2021-11-04 10:28:05.129 | l3_agent_scheduler 2021-11-04 10:28:05.129 | metering 2021-11-04 10:28:05.129 | metering_source_and_destination_fields 2021-11-04 10:28:05.129 | multi-provider 2021-11-04 10:28:05.129 | net-mtu 2021-11-04 10:28:05.129 | net-mtu-writable 2021-11-04 10:28:05.129 | network_availability_zone 2021-11-04 10:28:05.130 | network-ip-availability 2021-11-04 10:28:05.130 | pagination 2021-11-04 10:28:05.130 | port-device-profile 2021-11-04 10:28:05.130 | port-mac-address-regenerate 2021-11-04 10:28:05.130 | port-numa-affinity-policy 2021-11-04 10:28:05.130 | binding 2021-11-04 10:28:05.130 | binding-extended 2021-11-04 10:28:05.130 | port-security 2021-11-04 10:28:05.130 | project-id 2021-11-04 10:28:05.130 | provider 2021-11-04 10:28:05.130 | quotas 2021-11-04 10:28:05.130 | quota_details 2021-11-04 10:28:05.130 | rbac-policies 2021-11-04 10:28:05.130 | rbac-address-group 2021-11-04 10:28:05.130 | rbac-address-scope 2021-11-04 10:28:05.130 | rbac-security-groups 2021-11-04 10:28:05.130 | rbac-subnetpool 2021-11-04 10:28:05.130 | revision-if-match 2021-11-04 10:28:05.130 | standard-attr-revisions 2021-11-04 10:28:05.130 | router_availability_zone 2021-11-04 10:28:05.130 | security-groups-normalized-cidr 2021-11-04 10:28:05.130 | port-security-groups-filtering 2021-11-04 10:28:05.130 | security-groups-remote-address-group 2021-11-04 10:28:05.130 | security-groups-shared-filtering 2021-11-04 10:28:05.130 | security-group 2021-11-04 10:28:05.130 | service-type 2021-11-04 10:28:05.130 | sorting 2021-11-04 10:28:05.130 | standard-attr-description 2021-11-04 10:28:05.130 | stateful-security-group 2021-11-04 10:28:05.130 | subnet_onboard 2021-11-04 10:28:05.130 | subnet-service-types 2021-11-04 10:28:05.130 | subnet_allocation 2021-11-04 10:28:05.130 | subnetpool-prefix-ops 2021-11-04 10:28:05.130 | standard-attr-tag 2021-11-04 10:28:05.130 | standard-attr-timestamp =~ router ]] 2021-11-04 10:28:05.132 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2021-11-04 10:28:05.135 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : is_networking_extension_supported external-net 2021-11-04 10:28:05.138 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=external-net 2021-11-04 10:28:05.142 | ++ 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 2021-11-04 10:28:08.264 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:08.264 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:08.265 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:08.265 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:08.470 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:28:08.473 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2021-11-04 10:28:08.473 | address-scope 2021-11-04 10:28:08.473 | router-admin-state-down-before-update 2021-11-04 10:28:08.473 | agent 2021-11-04 10:28:08.473 | agent-resources-synced 2021-11-04 10:28:08.473 | allowed-address-pairs 2021-11-04 10:28:08.473 | auto-allocated-topology 2021-11-04 10:28:08.474 | availability_zone 2021-11-04 10:28:08.474 | availability_zone_filter 2021-11-04 10:28:08.474 | default-subnetpools 2021-11-04 10:28:08.474 | dhcp_agent_scheduler 2021-11-04 10:28:08.474 | dvr 2021-11-04 10:28:08.474 | empty-string-filtering 2021-11-04 10:28:08.474 | external-net 2021-11-04 10:28:08.474 | extra_dhcp_opt 2021-11-04 10:28:08.474 | extraroute 2021-11-04 10:28:08.474 | extraroute-atomic 2021-11-04 10:28:08.474 | filter-validation 2021-11-04 10:28:08.474 | fip-port-details 2021-11-04 10:28:08.474 | flavors 2021-11-04 10:28:08.474 | floatingip-pools 2021-11-04 10:28:08.474 | ip-substring-filtering 2021-11-04 10:28:08.474 | router 2021-11-04 10:28:08.474 | ext-gw-mode 2021-11-04 10:28:08.474 | l3-ha 2021-11-04 10:28:08.474 | l3-flavors 2021-11-04 10:28:08.474 | l3-port-ip-change-not-allowed 2021-11-04 10:28:08.474 | l3_agent_scheduler 2021-11-04 10:28:08.474 | metering 2021-11-04 10:28:08.474 | metering_source_and_destination_fields 2021-11-04 10:28:08.474 | multi-provider 2021-11-04 10:28:08.474 | net-mtu 2021-11-04 10:28:08.474 | net-mtu-writable 2021-11-04 10:28:08.474 | network_availability_zone 2021-11-04 10:28:08.474 | network-ip-availability 2021-11-04 10:28:08.474 | pagination 2021-11-04 10:28:08.474 | port-device-profile 2021-11-04 10:28:08.474 | port-mac-address-regenerate 2021-11-04 10:28:08.474 | port-numa-affinity-policy 2021-11-04 10:28:08.474 | binding 2021-11-04 10:28:08.475 | binding-extended 2021-11-04 10:28:08.475 | port-security 2021-11-04 10:28:08.475 | project-id 2021-11-04 10:28:08.475 | provider 2021-11-04 10:28:08.475 | quotas 2021-11-04 10:28:08.475 | quota_details 2021-11-04 10:28:08.475 | rbac-policies 2021-11-04 10:28:08.475 | rbac-address-group 2021-11-04 10:28:08.475 | rbac-address-scope 2021-11-04 10:28:08.475 | rbac-security-groups 2021-11-04 10:28:08.475 | rbac-subnetpool 2021-11-04 10:28:08.475 | revision-if-match 2021-11-04 10:28:08.475 | standard-attr-revisions 2021-11-04 10:28:08.475 | router_availability_zone 2021-11-04 10:28:08.475 | security-groups-normalized-cidr 2021-11-04 10:28:08.475 | port-security-groups-filtering 2021-11-04 10:28:08.475 | security-groups-remote-address-group 2021-11-04 10:28:08.475 | security-groups-shared-filtering 2021-11-04 10:28:08.475 | security-group 2021-11-04 10:28:08.475 | service-type 2021-11-04 10:28:08.475 | sorting 2021-11-04 10:28:08.475 | standard-attr-description 2021-11-04 10:28:08.475 | stateful-security-group 2021-11-04 10:28:08.475 | subnet_onboard 2021-11-04 10:28:08.475 | subnet-service-types 2021-11-04 10:28:08.475 | subnet_allocation 2021-11-04 10:28:08.475 | subnetpool-prefix-ops 2021-11-04 10:28:08.475 | standard-attr-tag 2021-11-04 10:28:08.475 | standard-attr-timestamp' 2021-11-04 10:28:08.478 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2021-11-04 10:28:08.478 | address-scope 2021-11-04 10:28:08.478 | router-admin-state-down-before-update 2021-11-04 10:28:08.478 | agent 2021-11-04 10:28:08.478 | agent-resources-synced 2021-11-04 10:28:08.478 | allowed-address-pairs 2021-11-04 10:28:08.478 | auto-allocated-topology 2021-11-04 10:28:08.478 | availability_zone 2021-11-04 10:28:08.478 | availability_zone_filter 2021-11-04 10:28:08.478 | default-subnetpools 2021-11-04 10:28:08.478 | dhcp_agent_scheduler 2021-11-04 10:28:08.478 | dvr 2021-11-04 10:28:08.478 | empty-string-filtering 2021-11-04 10:28:08.478 | external-net 2021-11-04 10:28:08.478 | extra_dhcp_opt 2021-11-04 10:28:08.478 | extraroute 2021-11-04 10:28:08.478 | extraroute-atomic 2021-11-04 10:28:08.478 | filter-validation 2021-11-04 10:28:08.478 | fip-port-details 2021-11-04 10:28:08.478 | flavors 2021-11-04 10:28:08.478 | floatingip-pools 2021-11-04 10:28:08.478 | ip-substring-filtering 2021-11-04 10:28:08.478 | router 2021-11-04 10:28:08.478 | ext-gw-mode 2021-11-04 10:28:08.478 | l3-ha 2021-11-04 10:28:08.478 | l3-flavors 2021-11-04 10:28:08.479 | l3-port-ip-change-not-allowed 2021-11-04 10:28:08.479 | l3_agent_scheduler 2021-11-04 10:28:08.479 | metering 2021-11-04 10:28:08.479 | metering_source_and_destination_fields 2021-11-04 10:28:08.479 | multi-provider 2021-11-04 10:28:08.479 | net-mtu 2021-11-04 10:28:08.479 | net-mtu-writable 2021-11-04 10:28:08.479 | network_availability_zone 2021-11-04 10:28:08.479 | network-ip-availability 2021-11-04 10:28:08.479 | pagination 2021-11-04 10:28:08.479 | port-device-profile 2021-11-04 10:28:08.479 | port-mac-address-regenerate 2021-11-04 10:28:08.479 | port-numa-affinity-policy 2021-11-04 10:28:08.479 | binding 2021-11-04 10:28:08.479 | binding-extended 2021-11-04 10:28:08.479 | port-security 2021-11-04 10:28:08.479 | project-id 2021-11-04 10:28:08.479 | provider 2021-11-04 10:28:08.479 | quotas 2021-11-04 10:28:08.479 | quota_details 2021-11-04 10:28:08.479 | rbac-policies 2021-11-04 10:28:08.479 | rbac-address-group 2021-11-04 10:28:08.479 | rbac-address-scope 2021-11-04 10:28:08.479 | rbac-security-groups 2021-11-04 10:28:08.479 | rbac-subnetpool 2021-11-04 10:28:08.479 | revision-if-match 2021-11-04 10:28:08.479 | standard-attr-revisions 2021-11-04 10:28:08.479 | router_availability_zone 2021-11-04 10:28:08.479 | security-groups-normalized-cidr 2021-11-04 10:28:08.479 | port-security-groups-filtering 2021-11-04 10:28:08.479 | security-groups-remote-address-group 2021-11-04 10:28:08.479 | security-groups-shared-filtering 2021-11-04 10:28:08.479 | security-group 2021-11-04 10:28:08.479 | service-type 2021-11-04 10:28:08.479 | sorting 2021-11-04 10:28:08.479 | standard-attr-description 2021-11-04 10:28:08.479 | stateful-security-group 2021-11-04 10:28:08.480 | subnet_onboard 2021-11-04 10:28:08.480 | subnet-service-types 2021-11-04 10:28:08.480 | subnet_allocation 2021-11-04 10:28:08.480 | subnetpool-prefix-ops 2021-11-04 10:28:08.480 | standard-attr-tag 2021-11-04 10:28:08.480 | standard-attr-timestamp =~ external-net ]] 2021-11-04 10:28:08.480 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2021-11-04 10:28:08.483 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : [[ True == \T\r\u\e ]] 2021-11-04 10:28:08.488 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : oscwrap --os-cloud devstack-admin --os-region RegionOne router create --project fd01c8cf764b4181b6e7103f1c29009e router1 2021-11-04 10:28:08.488 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : grep ' id ' 2021-11-04 10:28:08.490 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : get_field 2 2021-11-04 10:28:08.493 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:28:08.496 | ++ functions-common:get_field:727 : read data 2021-11-04 10:28:12.030 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:12.030 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:12.030 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:12.031 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:12.244 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:28:12.247 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-11-04 10:28:12.249 | ++ functions-common:get_field:731 : field='$3' 2021-11-04 10:28:12.252 | ++ functions-common:get_field:733 : echo '| id | 6b012804-85c1-4f29-acac-8dc9e6f6deef |' 2021-11-04 10:28:12.253 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-11-04 10:28:12.260 | ++ functions-common:get_field:727 : read data 2021-11-04 10:28:12.264 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : ROUTER_ID=6b012804-85c1-4f29-acac-8dc9e6f6deef 2021-11-04 10:28:12.266 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:219 : die_if_not_set 219 ROUTER_ID 'Failure creating ROUTER_ID for fd01c8cf764b4181b6e7103f1c29009e router1' 2021-11-04 10:28:12.269 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-11-04 10:28:12.287 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:226 : EXTERNAL_NETWORK_FLAGS=--external 2021-11-04 10:28:12.289 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : is_networking_extension_supported auto-allocated-topology 2021-11-04 10:28:12.292 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=auto-allocated-topology 2021-11-04 10:28:12.295 | ++ 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 2021-11-04 10:28:15.101 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:15.101 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:15.101 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:15.101 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:15.303 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:28:15.307 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2021-11-04 10:28:15.307 | address-scope 2021-11-04 10:28:15.307 | router-admin-state-down-before-update 2021-11-04 10:28:15.307 | agent 2021-11-04 10:28:15.307 | agent-resources-synced 2021-11-04 10:28:15.307 | allowed-address-pairs 2021-11-04 10:28:15.307 | auto-allocated-topology 2021-11-04 10:28:15.307 | availability_zone 2021-11-04 10:28:15.307 | availability_zone_filter 2021-11-04 10:28:15.307 | default-subnetpools 2021-11-04 10:28:15.307 | dhcp_agent_scheduler 2021-11-04 10:28:15.307 | dvr 2021-11-04 10:28:15.307 | empty-string-filtering 2021-11-04 10:28:15.307 | external-net 2021-11-04 10:28:15.307 | extra_dhcp_opt 2021-11-04 10:28:15.307 | extraroute 2021-11-04 10:28:15.307 | extraroute-atomic 2021-11-04 10:28:15.307 | filter-validation 2021-11-04 10:28:15.307 | fip-port-details 2021-11-04 10:28:15.307 | flavors 2021-11-04 10:28:15.307 | floatingip-pools 2021-11-04 10:28:15.307 | ip-substring-filtering 2021-11-04 10:28:15.307 | router 2021-11-04 10:28:15.307 | ext-gw-mode 2021-11-04 10:28:15.307 | l3-ha 2021-11-04 10:28:15.307 | l3-flavors 2021-11-04 10:28:15.308 | l3-port-ip-change-not-allowed 2021-11-04 10:28:15.308 | l3_agent_scheduler 2021-11-04 10:28:15.308 | metering 2021-11-04 10:28:15.308 | metering_source_and_destination_fields 2021-11-04 10:28:15.308 | multi-provider 2021-11-04 10:28:15.308 | net-mtu 2021-11-04 10:28:15.308 | net-mtu-writable 2021-11-04 10:28:15.308 | network_availability_zone 2021-11-04 10:28:15.308 | network-ip-availability 2021-11-04 10:28:15.308 | pagination 2021-11-04 10:28:15.308 | port-device-profile 2021-11-04 10:28:15.308 | port-mac-address-regenerate 2021-11-04 10:28:15.308 | port-numa-affinity-policy 2021-11-04 10:28:15.308 | binding 2021-11-04 10:28:15.308 | binding-extended 2021-11-04 10:28:15.308 | port-security 2021-11-04 10:28:15.308 | project-id 2021-11-04 10:28:15.308 | provider 2021-11-04 10:28:15.308 | quotas 2021-11-04 10:28:15.308 | quota_details 2021-11-04 10:28:15.308 | rbac-policies 2021-11-04 10:28:15.308 | rbac-address-group 2021-11-04 10:28:15.308 | rbac-address-scope 2021-11-04 10:28:15.308 | rbac-security-groups 2021-11-04 10:28:15.308 | rbac-subnetpool 2021-11-04 10:28:15.308 | revision-if-match 2021-11-04 10:28:15.308 | standard-attr-revisions 2021-11-04 10:28:15.308 | router_availability_zone 2021-11-04 10:28:15.308 | security-groups-normalized-cidr 2021-11-04 10:28:15.308 | port-security-groups-filtering 2021-11-04 10:28:15.308 | security-groups-remote-address-group 2021-11-04 10:28:15.308 | security-groups-shared-filtering 2021-11-04 10:28:15.308 | security-group 2021-11-04 10:28:15.308 | service-type 2021-11-04 10:28:15.308 | sorting 2021-11-04 10:28:15.308 | standard-attr-description 2021-11-04 10:28:15.308 | stateful-security-group 2021-11-04 10:28:15.308 | subnet_onboard 2021-11-04 10:28:15.308 | subnet-service-types 2021-11-04 10:28:15.309 | subnet_allocation 2021-11-04 10:28:15.309 | subnetpool-prefix-ops 2021-11-04 10:28:15.309 | standard-attr-tag 2021-11-04 10:28:15.309 | standard-attr-timestamp' 2021-11-04 10:28:15.309 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2021-11-04 10:28:15.309 | address-scope 2021-11-04 10:28:15.310 | router-admin-state-down-before-update 2021-11-04 10:28:15.310 | agent 2021-11-04 10:28:15.310 | agent-resources-synced 2021-11-04 10:28:15.310 | allowed-address-pairs 2021-11-04 10:28:15.310 | auto-allocated-topology 2021-11-04 10:28:15.310 | availability_zone 2021-11-04 10:28:15.310 | availability_zone_filter 2021-11-04 10:28:15.310 | default-subnetpools 2021-11-04 10:28:15.310 | dhcp_agent_scheduler 2021-11-04 10:28:15.310 | dvr 2021-11-04 10:28:15.310 | empty-string-filtering 2021-11-04 10:28:15.310 | external-net 2021-11-04 10:28:15.310 | extra_dhcp_opt 2021-11-04 10:28:15.310 | extraroute 2021-11-04 10:28:15.310 | extraroute-atomic 2021-11-04 10:28:15.310 | filter-validation 2021-11-04 10:28:15.310 | fip-port-details 2021-11-04 10:28:15.310 | flavors 2021-11-04 10:28:15.310 | floatingip-pools 2021-11-04 10:28:15.310 | ip-substring-filtering 2021-11-04 10:28:15.310 | router 2021-11-04 10:28:15.310 | ext-gw-mode 2021-11-04 10:28:15.310 | l3-ha 2021-11-04 10:28:15.310 | l3-flavors 2021-11-04 10:28:15.310 | l3-port-ip-change-not-allowed 2021-11-04 10:28:15.310 | l3_agent_scheduler 2021-11-04 10:28:15.310 | metering 2021-11-04 10:28:15.310 | metering_source_and_destination_fields 2021-11-04 10:28:15.310 | multi-provider 2021-11-04 10:28:15.310 | net-mtu 2021-11-04 10:28:15.310 | net-mtu-writable 2021-11-04 10:28:15.310 | network_availability_zone 2021-11-04 10:28:15.310 | network-ip-availability 2021-11-04 10:28:15.310 | pagination 2021-11-04 10:28:15.310 | port-device-profile 2021-11-04 10:28:15.310 | port-mac-address-regenerate 2021-11-04 10:28:15.310 | port-numa-affinity-policy 2021-11-04 10:28:15.311 | binding 2021-11-04 10:28:15.311 | binding-extended 2021-11-04 10:28:15.311 | port-security 2021-11-04 10:28:15.311 | project-id 2021-11-04 10:28:15.311 | provider 2021-11-04 10:28:15.311 | quotas 2021-11-04 10:28:15.311 | quota_details 2021-11-04 10:28:15.311 | rbac-policies 2021-11-04 10:28:15.311 | rbac-address-group 2021-11-04 10:28:15.311 | rbac-address-scope 2021-11-04 10:28:15.311 | rbac-security-groups 2021-11-04 10:28:15.311 | rbac-subnetpool 2021-11-04 10:28:15.311 | revision-if-match 2021-11-04 10:28:15.311 | standard-attr-revisions 2021-11-04 10:28:15.311 | router_availability_zone 2021-11-04 10:28:15.311 | security-groups-normalized-cidr 2021-11-04 10:28:15.311 | port-security-groups-filtering 2021-11-04 10:28:15.311 | security-groups-remote-address-group 2021-11-04 10:28:15.311 | security-groups-shared-filtering 2021-11-04 10:28:15.311 | security-group 2021-11-04 10:28:15.311 | service-type 2021-11-04 10:28:15.311 | sorting 2021-11-04 10:28:15.311 | standard-attr-description 2021-11-04 10:28:15.311 | stateful-security-group 2021-11-04 10:28:15.311 | subnet_onboard 2021-11-04 10:28:15.311 | subnet-service-types 2021-11-04 10:28:15.311 | subnet_allocation 2021-11-04 10:28:15.311 | subnetpool-prefix-ops 2021-11-04 10:28:15.311 | standard-attr-tag 2021-11-04 10:28:15.311 | standard-attr-timestamp =~ auto-allocated-topology ]] 2021-11-04 10:28:15.313 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2021-11-04 10:28:15.316 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS='--external --default' 2021-11-04 10:28:15.319 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:231 : '[' True = True ']' 2021-11-04 10:28:15.323 | ++ 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 2021-11-04 10:28:15.324 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : grep ' id ' 2021-11-04 10:28:15.324 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : get_field 2 2021-11-04 10:28:15.328 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:28:15.331 | ++ functions-common:get_field:727 : read data 2021-11-04 10:28:18.431 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:18.431 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:18.431 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:18.431 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:18.640 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:28:18.643 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-11-04 10:28:18.647 | ++ functions-common:get_field:731 : field='$3' 2021-11-04 10:28:18.650 | ++ functions-common:get_field:733 : echo '| id | 628efe0a-a278-40d2-9521-566f240b75c8 |' 2021-11-04 10:28:18.651 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-11-04 10:28:18.657 | ++ functions-common:get_field:727 : read data 2021-11-04 10:28:18.661 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : EXT_NET_ID=628efe0a-a278-40d2-9521-566f240b75c8 2021-11-04 10:28:18.664 | + 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' 2021-11-04 10:28:18.667 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-11-04 10:28:18.684 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:238 : [[ 4 =~ 4.* ]] 2021-11-04 10:28:18.687 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : _neutron_configure_router_v4 2021-11-04 10:28:18.689 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:322 : openstack --os-cloud devstack-admin --os-region RegionOne router add subnet 6b012804-85c1-4f29-acac-8dc9e6f6deef a6008cea-e8a3-49b5-8b8a-b578cd0725f7 2021-11-04 10:28:23.329 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:23.329 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:23.329 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:23.329 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:23.546 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : local id_and_ext_gw_ip 2021-11-04 10:28:23.550 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : _neutron_create_public_subnet_v4 628efe0a-a278-40d2-9521-566f240b75c8 2021-11-04 10:28:23.553 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local 'subnet_params=--ip-version 4 ' 2021-11-04 10:28:23.555 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : subnet_params+=' ' 2021-11-04 10:28:23.557 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : [[ -n 172.25.6.1 ]] 2021-11-04 10:28:23.560 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : subnet_params+='--gateway 172.25.6.1 ' 2021-11-04 10:28:23.562 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+='--network 628efe0a-a278-40d2-9521-566f240b75c8 --subnet-range 172.25.6.0/24 --no-dhcp ' 2021-11-04 10:28:23.564 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : subnet_params+=public-subnet 2021-11-04 10:28:23.567 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : local id_and_ext_gw_ip 2021-11-04 10:28:23.572 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : grep -e gateway_ip -e ' id ' 2021-11-04 10:28:23.572 | +++ 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 628efe0a-a278-40d2-9521-566f240b75c8 --subnet-range 172.25.6.0/24 --no-dhcp public-subnet 2021-11-04 10:28:27.031 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:27.031 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:27.031 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:27.031 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:27.254 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:28:27.258 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : id_and_ext_gw_ip='| gateway_ip | 172.25.6.1 | 2021-11-04 10:28:27.258 | | id | 5e55e0f2-f6fc-4e13-b62d-1c0535262173 |' 2021-11-04 10:28:27.260 | ++ 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' 2021-11-04 10:28:27.263 | ++ functions-common:die_if_not_set:216 : local exitcode=0 2021-11-04 10:28:27.280 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:305 : echo '|' gateway_ip '|' 172.25.6.1 '|' '|' id '|' 5e55e0f2-f6fc-4e13-b62d-1c0535262173 '|' 2021-11-04 10:28:27.283 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : id_and_ext_gw_ip='| gateway_ip | 172.25.6.1 | | id | 5e55e0f2-f6fc-4e13-b62d-1c0535262173 |' 2021-11-04 10:28:27.285 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : local ext_gw_ip 2021-11-04 10:28:27.289 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 172.25.6.1 '|' '|' id '|' 5e55e0f2-f6fc-4e13-b62d-1c0535262173 '|' 2021-11-04 10:28:27.290 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 2 2021-11-04 10:28:27.292 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:28:27.295 | ++ functions-common:get_field:727 : read data 2021-11-04 10:28:27.297 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-11-04 10:28:27.299 | ++ functions-common:get_field:731 : field='$3' 2021-11-04 10:28:27.303 | ++ functions-common:get_field:733 : echo '| gateway_ip | 172.25.6.1 | | id | 5e55e0f2-f6fc-4e13-b62d-1c0535262173 |' 2021-11-04 10:28:27.304 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-11-04 10:28:27.310 | ++ functions-common:get_field:727 : read data 2021-11-04 10:28:27.314 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : ext_gw_ip=172.25.6.1 2021-11-04 10:28:27.318 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : echo '|' gateway_ip '|' 172.25.6.1 '|' '|' id '|' 5e55e0f2-f6fc-4e13-b62d-1c0535262173 '|' 2021-11-04 10:28:27.318 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : get_field 5 2021-11-04 10:28:27.321 | ++ functions-common:get_field:726 : local data field 2021-11-04 10:28:27.323 | ++ functions-common:get_field:727 : read data 2021-11-04 10:28:27.325 | ++ functions-common:get_field:728 : '[' 5 -lt 0 ']' 2021-11-04 10:28:27.328 | ++ functions-common:get_field:731 : field='$6' 2021-11-04 10:28:27.331 | ++ functions-common:get_field:733 : echo '| gateway_ip | 172.25.6.1 | | id | 5e55e0f2-f6fc-4e13-b62d-1c0535262173 |' 2021-11-04 10:28:27.331 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2021-11-04 10:28:27.337 | ++ functions-common:get_field:727 : read data 2021-11-04 10:28:27.340 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : PUB_SUBNET_ID=5e55e0f2-f6fc-4e13-b62d-1c0535262173 2021-11-04 10:28:27.343 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : openstack --os-cloud devstack-admin --os-region RegionOne router set --external-gateway 628efe0a-a278-40d2-9521-566f240b75c8 6b012804-85c1-4f29-acac-8dc9e6f6deef 2021-11-04 10:28:31.762 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:31.762 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:31.762 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:31.762 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:31.965 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:333 : [[ openvswitch == \o\v\n ]] 2021-11-04 10:28:31.968 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:333 : is_service_enabled q-l3 neutron-l3 2021-11-04 10:28:31.988 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:31.991 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : local ext_gw_interface=none 2021-11-04 10:28:31.994 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : is_neutron_ovs_base_plugin 2021-11-04 10:28:31.996 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:17 : return 0 2021-11-04 10:28:31.999 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:337 : _neutron_get_ext_gw_interface 2021-11-04 10:28:32.001 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2021-11-04 10:28:32.005 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 : sudo ovs-vsctl set Bridge br-data other_config:disable-in-band=true 2021-11-04 10:28:32.025 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-data 2021-11-04 10:28:32.028 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:337 : ext_gw_interface=br-data 2021-11-04 10:28:32.030 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : [[ br-data != \n\o\n\e ]] 2021-11-04 10:28:32.032 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local cidr_len=24 2021-11-04 10:28:32.035 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : local 'testcmd=ip -o link | grep -q br-data' 2021-11-04 10:28:32.038 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : test_with_retry 'ip -o link | grep -q br-data' 'br-data creation failed' 2021-11-04 10:28:32.040 | + functions-common:test_with_retry:2247 : local 'testcmd=ip -o link | grep -q br-data' 2021-11-04 10:28:32.043 | + functions-common:test_with_retry:2248 : local 'failmsg=br-data creation failed' 2021-11-04 10:28:32.045 | + functions-common:test_with_retry:2249 : local until=10 2021-11-04 10:28:32.048 | + functions-common:test_with_retry:2250 : local sleep=0.5 2021-11-04 10:28:32.051 | + functions-common:test_with_retry:2252 : time_start test_with_retry 2021-11-04 10:28:32.054 | + functions-common:time_start:2295 : local name=test_with_retry 2021-11-04 10:28:32.056 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:28:32.058 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:28:32.062 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:28:32.067 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021712063 2021-11-04 10:28:32.069 | + functions-common:test_with_retry:2253 : timeout 10 sh -c 'while ! ip -o link | grep -q br-data; do sleep 0.5; done' 2021-11-04 10:28:32.078 | + functions-common:test_with_retry:2256 : time_stop test_with_retry 2021-11-04 10:28:32.080 | + functions-common:time_stop:2309 : local name 2021-11-04 10:28:32.083 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:28:32.086 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:28:32.089 | + functions-common:time_stop:2312 : local total 2021-11-04 10:28:32.092 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:28:32.094 | + functions-common:time_stop:2315 : name=test_with_retry 2021-11-04 10:28:32.097 | + functions-common:time_stop:2316 : start_time=1636021712063 2021-11-04 10:28:32.100 | + functions-common:time_stop:2318 : [[ -z 1636021712063 ]] 2021-11-04 10:28:32.103 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:28:32.107 | + functions-common:time_stop:2321 : end_time=1636021712104 2021-11-04 10:28:32.109 | + functions-common:time_stop:2322 : elapsed_time=41 2021-11-04 10:28:32.112 | + functions-common:time_stop:2323 : total=6128 2021-11-04 10:28:32.115 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:28:32.118 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=6169 2021-11-04 10:28:32.122 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : ip addr show dev br-data 2021-11-04 10:28:32.122 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : grep -c 172.25.6.1 2021-11-04 10:28:32.133 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : [[ 0 == 0 ]] 2021-11-04 10:28:32.136 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : [[ True == \F\a\l\s\e ]] 2021-11-04 10:28:32.138 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : [[ False == \T\r\u\e ]] 2021-11-04 10:28:32.140 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : [[ True == \T\r\u\e ]] 2021-11-04 10:28:32.143 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:354 : sudo ip addr add 172.25.6.1/24 dev br-data 2021-11-04 10:28:32.156 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:355 : sudo ip link set br-data up 2021-11-04 10:28:32.172 | ++ 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 2021-11-04 10:28:32.172 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : cut -f2 '-d'\''' 2021-11-04 10:28:32.174 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : awk -Fip_address '{ print $2 }' 2021-11-04 10:28:32.179 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : tr '\n' ' ' 2021-11-04 10:28:34.451 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:34.451 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:34.451 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:34.451 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:34.660 | ++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:28:34.664 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : ROUTER_GW_IP=' 172.25.6.3 ' 2021-11-04 10:28:34.667 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:358 : die_if_not_set 358 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2021-11-04 10:28:34.670 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-11-04 10:28:34.687 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:360 : _neutron_set_router_id 2021-11-04 10:28:34.690 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2021-11-04 10:28:34.693 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:243 : [[ 4 =~ .*6 ]] 2021-11-04 10:28:34.695 | + ./stack.sh:main:1321 : is_service_enabled nova 2021-11-04 10:28:34.715 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:34.718 | + ./stack.sh:main:1322 : echo_summary 'Starting Nova' 2021-11-04 10:28:34.724 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:28:34.726 | + ./stack.sh:echo_summary:432 : echo -e Starting Nova 2021-11-04 10:28:34.729 | + ./stack.sh:main:1323 : start_nova 2021-11-04 10:28:34.732 | + lib/nova:start_nova:1062 : start_nova_rest 2021-11-04 10:28:34.734 | + lib/nova:start_nova_rest:970 : 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 2021-11-04 10:28:34.737 | + lib/nova:start_nova_rest:971 : 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 2021-11-04 10:28:34.740 | + lib/nova:start_nova_rest:971 : 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 2021-11-04 10:28:34.743 | + lib/nova:start_nova_rest:973 : local api_cell_conf=/etc/nova/nova.conf 2021-11-04 10:28:34.745 | + lib/nova:start_nova_rest:974 : local compute_cell_conf=/etc/nova/nova.conf 2021-11-04 10:28:34.748 | + lib/nova:start_nova_rest:976 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-11-04 10:28:34.750 | + functions-common:run_process:1564 : local service=n-sch 2021-11-04 10:28:34.754 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-11-04 10:28:34.757 | + functions-common:run_process:1566 : local group= 2021-11-04 10:28:34.759 | + functions-common:run_process:1567 : local user= 2021-11-04 10:28:34.762 | + functions-common:run_process:1569 : local name=n-sch 2021-11-04 10:28:34.765 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:28:34.767 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:28:34.771 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:28:34.773 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:28:34.777 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:28:34.781 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021714778 2021-11-04 10:28:34.784 | + functions-common:run_process:1572 : is_service_enabled n-sch 2021-11-04 10:28:34.803 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:34.806 | + functions-common:run_process:1573 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' 2021-11-04 10:28:34.809 | + functions-common:_run_under_systemd:1529 : local service=n-sch 2021-11-04 10:28:34.812 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-11-04 10:28:34.814 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-11-04 10:28:34.818 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-11-04 10:28:34.821 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-11-04 10:28:34.823 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2021-11-04 10:28:34.826 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2021-11-04 10:28:34.829 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-sch.service 2021-11-04 10:28:34.832 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:28:34.835 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:28:34.837 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2021-11-04 10:28:34.841 | + 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 2021-11-04 10:28:34.843 | + functions-common:write_user_unit_file:1446 : local service=devstack@n-sch.service 2021-11-04 10:28:34.846 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-11-04 10:28:34.850 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:28:34.852 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-11-04 10:28:34.854 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:28:34.857 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:28:34.859 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2021-11-04 10:28:34.862 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:28:34.867 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2021-11-04 10:28:34.951 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User ubuntu 2021-11-04 10:28:35.042 | + 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' 2021-11-04 10:28:35.102 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2021-11-04 10:28:35.170 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2021-11-04 10:28:35.229 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:28:35.289 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:28:35.291 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2021-11-04 10:28:35.363 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:28:35.799 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-sch.service 2021-11-04 10:28:35.814 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2021-11-04 10:28:36.229 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-sch.service 2021-11-04 10:28:36.257 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:28:36.260 | + functions-common:time_stop:2309 : local name 2021-11-04 10:28:36.263 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:28:36.265 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:28:36.268 | + functions-common:time_stop:2312 : local total 2021-11-04 10:28:36.271 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:28:36.273 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:28:36.276 | + functions-common:time_stop:2316 : start_time=1636021714778 2021-11-04 10:28:36.279 | + functions-common:time_stop:2318 : [[ -z 1636021714778 ]] 2021-11-04 10:28:36.282 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:28:36.287 | + functions-common:time_stop:2321 : end_time=1636021716284 2021-11-04 10:28:36.290 | + functions-common:time_stop:2322 : elapsed_time=1506 2021-11-04 10:28:36.292 | + functions-common:time_stop:2323 : total=22587 2021-11-04 10:28:36.295 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:28:36.297 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=24093 2021-11-04 10:28:36.301 | + lib/nova:start_nova_rest:977 : '[' True == False ']' 2021-11-04 10:28:36.304 | ++ lib/nova:start_nova_rest:980 : which uwsgi 2021-11-04 10:28:36.309 | + lib/nova:start_nova_rest:980 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-11-04 10:28:36.312 | + functions-common:run_process:1564 : local service=n-api-meta 2021-11-04 10:28:36.314 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-11-04 10:28:36.317 | + functions-common:run_process:1566 : local group= 2021-11-04 10:28:36.320 | + functions-common:run_process:1567 : local user= 2021-11-04 10:28:36.322 | + functions-common:run_process:1569 : local name=n-api-meta 2021-11-04 10:28:36.325 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:28:36.328 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:28:36.330 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:28:36.334 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:28:36.337 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:28:36.342 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021716339 2021-11-04 10:28:36.345 | + functions-common:run_process:1572 : is_service_enabled n-api-meta 2021-11-04 10:28:36.364 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:36.367 | + 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' '' '' 2021-11-04 10:28:36.370 | + functions-common:_run_under_systemd:1529 : local service=n-api-meta 2021-11-04 10:28:36.372 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-11-04 10:28:36.375 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-11-04 10:28:36.377 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-11-04 10:28:36.380 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-11-04 10:28:36.383 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2021-11-04 10:28:36.385 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2021-11-04 10:28:36.388 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-api-meta.service 2021-11-04 10:28:36.391 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:28:36.393 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:28:36.396 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2021-11-04 10:28:36.399 | + 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 2021-11-04 10:28:36.402 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@n-api-meta.service 2021-11-04 10:28:36.404 | + 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' 2021-11-04 10:28:36.407 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2021-11-04 10:28:36.410 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2021-11-04 10:28:36.412 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2021-11-04 10:28:36.415 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2021-11-04 10:28:36.419 | + 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' 2021-11-04 10:28:36.486 | + 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 2021-11-04 10:28:36.557 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User ubuntu 2021-11-04 10:28:36.614 | + 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' 2021-11-04 10:28:36.670 | + 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' 2021-11-04 10:28:36.731 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2021-11-04 10:28:36.793 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2021-11-04 10:28:36.853 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2021-11-04 10:28:36.920 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2021-11-04 10:28:36.984 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2021-11-04 10:28:37.047 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2021-11-04 10:28:37.050 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2021-11-04 10:28:37.123 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2021-11-04 10:28:37.563 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-api-meta.service 2021-11-04 10:28:37.578 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2021-11-04 10:28:38.011 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-api-meta.service 2021-11-04 10:28:38.096 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:28:38.100 | + functions-common:time_stop:2309 : local name 2021-11-04 10:28:38.103 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:28:38.105 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:28:38.108 | + functions-common:time_stop:2312 : local total 2021-11-04 10:28:38.110 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:28:38.113 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:28:38.116 | + functions-common:time_stop:2316 : start_time=1636021716339 2021-11-04 10:28:38.118 | + functions-common:time_stop:2318 : [[ -z 1636021716339 ]] 2021-11-04 10:28:38.124 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:28:38.126 | + functions-common:time_stop:2321 : end_time=1636021718123 2021-11-04 10:28:38.130 | + functions-common:time_stop:2322 : elapsed_time=1784 2021-11-04 10:28:38.133 | + functions-common:time_stop:2323 : total=24093 2021-11-04 10:28:38.135 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:28:38.138 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=25877 2021-11-04 10:28:38.141 | + lib/nova:start_nova_rest:983 : 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 2021-11-04 10:28:38.144 | + lib/nova:start_nova_rest:983 : 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 2021-11-04 10:28:38.148 | + lib/nova:start_nova:1063 : start_nova_console_proxies 2021-11-04 10:28:38.151 | + lib/nova:start_nova_console_proxies:998 : 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 2021-11-04 10:28:38.156 | + lib/nova:start_nova_console_proxies:1000 : 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 2021-11-04 10:28:38.159 | + lib/nova:start_nova_console_proxies:1000 : 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 2021-11-04 10:28:38.162 | + lib/nova:start_nova_console_proxies:1002 : local api_cell_conf=/etc/nova/nova.conf 2021-11-04 10:28:38.165 | + lib/nova:start_nova_console_proxies:1004 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-11-04 10:28:38.168 | + lib/nova:start_nova_console_proxies:1009 : enable_nova_console_proxies 2021-11-04 10:28:38.173 | ++ lib/nova:enable_nova_console_proxies:987 : seq 1 1 2021-11-04 10:28:38.176 | + lib/nova:enable_nova_console_proxies:987 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-11-04 10:28:38.178 | + lib/nova:enable_nova_console_proxies:988 : for srv in n-novnc n-spice n-sproxy 2021-11-04 10:28:38.181 | + lib/nova:enable_nova_console_proxies:989 : is_service_enabled n-novnc 2021-11-04 10:28:38.201 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:28:38.203 | + lib/nova:enable_nova_console_proxies:988 : for srv in n-novnc n-spice n-sproxy 2021-11-04 10:28:38.206 | + lib/nova:enable_nova_console_proxies:989 : is_service_enabled n-spice 2021-11-04 10:28:38.232 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:28:38.235 | + lib/nova:enable_nova_console_proxies:988 : for srv in n-novnc n-spice n-sproxy 2021-11-04 10:28:38.239 | + lib/nova:enable_nova_console_proxies:989 : is_service_enabled n-sproxy 2021-11-04 10:28:38.263 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:28:38.263 | ++ lib/nova:start_nova_console_proxies:1010 : seq 1 1 2021-11-04 10:28:38.271 | + lib/nova:start_nova_console_proxies:1010 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-11-04 10:28:38.271 | + lib/nova:start_nova_console_proxies:1011 : local conf 2021-11-04 10:28:38.279 | ++ lib/nova:start_nova_console_proxies:1012 : conductor_conf 1 2021-11-04 10:28:38.279 | ++ lib/nova:conductor_conf:733 : local cell=1 2021-11-04 10:28:38.283 | ++ lib/nova:conductor_conf:734 : echo /etc/nova/nova_cell1.conf 2021-11-04 10:28:38.287 | + lib/nova:start_nova_console_proxies:1012 : conf=/etc/nova/nova_cell1.conf 2021-11-04 10:28:38.288 | + lib/nova:start_nova_console_proxies:1013 : run_process n-novnc-cell1 '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-11-04 10:28:38.291 | + functions-common:run_process:1564 : local service=n-novnc-cell1 2021-11-04 10:28:38.295 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-11-04 10:28:38.299 | + functions-common:run_process:1566 : local group= 2021-11-04 10:28:38.299 | + functions-common:run_process:1567 : local user= 2021-11-04 10:28:38.303 | + functions-common:run_process:1569 : local name=n-novnc-cell1 2021-11-04 10:28:38.307 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:28:38.307 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:28:38.311 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:28:38.313 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:28:38.315 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:28:38.320 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021718317 2021-11-04 10:28:38.323 | + functions-common:run_process:1572 : is_service_enabled n-novnc-cell1 2021-11-04 10:28:38.346 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:28:38.349 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:28:38.352 | + functions-common:time_stop:2309 : local name 2021-11-04 10:28:38.355 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:28:38.358 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:28:38.360 | + functions-common:time_stop:2312 : local total 2021-11-04 10:28:38.363 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:28:38.366 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:28:38.377 | + functions-common:time_stop:2316 : start_time=1636021718317 2021-11-04 10:28:38.377 | + functions-common:time_stop:2318 : [[ -z 1636021718317 ]] 2021-11-04 10:28:38.382 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:28:38.385 | + functions-common:time_stop:2321 : end_time=1636021718379 2021-11-04 10:28:38.385 | + functions-common:time_stop:2322 : elapsed_time=62 2021-11-04 10:28:38.391 | + functions-common:time_stop:2323 : total=25877 2021-11-04 10:28:38.391 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:28:38.395 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=25939 2021-11-04 10:28:38.395 | + lib/nova:start_nova_console_proxies:1014 : run_process n-spice-cell1 '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-11-04 10:28:38.398 | + functions-common:run_process:1564 : local service=n-spice-cell1 2021-11-04 10:28:38.402 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-11-04 10:28:38.405 | + functions-common:run_process:1566 : local group= 2021-11-04 10:28:38.405 | + functions-common:run_process:1567 : local user= 2021-11-04 10:28:38.407 | + functions-common:run_process:1569 : local name=n-spice-cell1 2021-11-04 10:28:38.411 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:28:38.413 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:28:38.415 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:28:38.418 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:28:38.423 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:28:38.427 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021718422 2021-11-04 10:28:38.428 | + functions-common:run_process:1572 : is_service_enabled n-spice-cell1 2021-11-04 10:28:38.449 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:28:38.451 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:28:38.452 | + functions-common:time_stop:2309 : local name 2021-11-04 10:28:38.455 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:28:38.459 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:28:38.461 | + functions-common:time_stop:2312 : local total 2021-11-04 10:28:38.463 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:28:38.466 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:28:38.469 | + functions-common:time_stop:2316 : start_time=1636021718422 2021-11-04 10:28:38.471 | + functions-common:time_stop:2318 : [[ -z 1636021718422 ]] 2021-11-04 10:28:38.477 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:28:38.480 | + functions-common:time_stop:2321 : end_time=1636021718477 2021-11-04 10:28:38.482 | + functions-common:time_stop:2322 : elapsed_time=55 2021-11-04 10:28:38.485 | + functions-common:time_stop:2323 : total=25939 2021-11-04 10:28:38.488 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:28:38.491 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=25994 2021-11-04 10:28:38.496 | + lib/nova:start_nova_console_proxies:1015 : run_process n-sproxy-cell1 '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2021-11-04 10:28:38.503 | + functions-common:run_process:1564 : local service=n-sproxy-cell1 2021-11-04 10:28:38.506 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2021-11-04 10:28:38.509 | + functions-common:run_process:1566 : local group= 2021-11-04 10:28:38.511 | + functions-common:run_process:1567 : local user= 2021-11-04 10:28:38.514 | + functions-common:run_process:1569 : local name=n-sproxy-cell1 2021-11-04 10:28:38.516 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:28:38.520 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:28:38.525 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:28:38.529 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:28:38.535 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:28:38.539 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021718536 2021-11-04 10:28:38.542 | + functions-common:run_process:1572 : is_service_enabled n-sproxy-cell1 2021-11-04 10:28:38.565 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:28:38.569 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:28:38.572 | + functions-common:time_stop:2309 : local name 2021-11-04 10:28:38.575 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:28:38.578 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:28:38.580 | + functions-common:time_stop:2312 : local total 2021-11-04 10:28:38.583 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:28:38.586 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:28:38.589 | + functions-common:time_stop:2316 : start_time=1636021718536 2021-11-04 10:28:38.591 | + functions-common:time_stop:2318 : [[ -z 1636021718536 ]] 2021-11-04 10:28:38.599 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:28:38.604 | + functions-common:time_stop:2321 : end_time=1636021718598 2021-11-04 10:28:38.604 | + functions-common:time_stop:2322 : elapsed_time=62 2021-11-04 10:28:38.607 | + functions-common:time_stop:2323 : total=25994 2021-11-04 10:28:38.610 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:28:38.613 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=26056 2021-11-04 10:28:38.616 | + lib/nova:start_nova_console_proxies:1019 : 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 2021-11-04 10:28:38.619 | + lib/nova:start_nova_console_proxies:1019 : 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 2021-11-04 10:28:38.622 | + lib/nova:start_nova:1064 : start_nova_conductor 2021-11-04 10:28:38.625 | + lib/nova:start_nova_conductor:1032 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-11-04 10:28:38.627 | + lib/nova:start_nova_conductor:1038 : enable_nova_fleet 2021-11-04 10:28:38.631 | + lib/nova:enable_nova_fleet:1023 : is_service_enabled n-cond 2021-11-04 10:28:38.658 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:38.661 | + lib/nova:enable_nova_fleet:1024 : enable_service n-super-cond 2021-11-04 10:28:38.733 | ++ lib/nova:enable_nova_fleet:1025 : seq 1 1 2021-11-04 10:28:38.743 | + lib/nova:enable_nova_fleet:1025 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-11-04 10:28:38.749 | + lib/nova:enable_nova_fleet:1026 : enable_service n-cond-cell1 2021-11-04 10:28:38.866 | + lib/nova:start_nova_conductor:1039 : is_service_enabled n-super-cond 2021-11-04 10:28:38.908 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:38.919 | + lib/nova:start_nova_conductor:1040 : run_process n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-11-04 10:28:38.932 | + functions-common:run_process:1564 : local service=n-super-cond 2021-11-04 10:28:38.941 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-11-04 10:28:38.947 | + functions-common:run_process:1566 : local group= 2021-11-04 10:28:38.957 | + functions-common:run_process:1567 : local user= 2021-11-04 10:28:38.964 | + functions-common:run_process:1569 : local name=n-super-cond 2021-11-04 10:28:38.970 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:28:38.976 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:28:38.982 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:28:38.989 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:28:38.999 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:28:39.008 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021719005 2021-11-04 10:28:39.011 | + functions-common:run_process:1572 : is_service_enabled n-super-cond 2021-11-04 10:28:39.037 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:39.040 | + functions-common:run_process:1573 : _run_under_systemd n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' 2021-11-04 10:28:39.042 | + functions-common:_run_under_systemd:1529 : local service=n-super-cond 2021-11-04 10:28:39.045 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-11-04 10:28:39.048 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-11-04 10:28:39.052 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-11-04 10:28:39.054 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-11-04 10:28:39.058 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2021-11-04 10:28:39.060 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2021-11-04 10:28:39.063 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-super-cond.service 2021-11-04 10:28:39.067 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:28:39.070 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:28:39.072 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2021-11-04 10:28:39.075 | + 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 2021-11-04 10:28:39.078 | + functions-common:write_user_unit_file:1446 : local service=devstack@n-super-cond.service 2021-11-04 10:28:39.080 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-11-04 10:28:39.083 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:28:39.086 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-11-04 10:28:39.089 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:28:39.091 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:28:39.093 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@n-super-cond.service 2021-11-04 10:28:39.096 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:28:39.101 | + 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' 2021-11-04 10:28:39.177 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service User ubuntu 2021-11-04 10:28:39.253 | + 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' 2021-11-04 10:28:39.314 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service KillMode process 2021-11-04 10:28:39.388 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service TimeoutStopSec 300 2021-11-04 10:28:39.476 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:28:39.552 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:28:39.557 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Install WantedBy multi-user.target 2021-11-04 10:28:39.660 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:28:40.161 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-super-cond.service 2021-11-04 10:28:40.178 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-super-cond.service → /etc/systemd/system/devstack@n-super-cond.service. 2021-11-04 10:28:40.648 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-super-cond.service 2021-11-04 10:28:40.673 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:28:40.676 | + functions-common:time_stop:2309 : local name 2021-11-04 10:28:40.682 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:28:40.688 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:28:40.697 | + functions-common:time_stop:2312 : local total 2021-11-04 10:28:40.701 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:28:40.709 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:28:40.714 | + functions-common:time_stop:2316 : start_time=1636021719005 2021-11-04 10:28:40.721 | + functions-common:time_stop:2318 : [[ -z 1636021719005 ]] 2021-11-04 10:28:40.729 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:28:40.737 | + functions-common:time_stop:2321 : end_time=1636021720731 2021-11-04 10:28:40.740 | + functions-common:time_stop:2322 : elapsed_time=1726 2021-11-04 10:28:40.745 | + functions-common:time_stop:2323 : total=26056 2021-11-04 10:28:40.748 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:28:40.751 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=27782 2021-11-04 10:28:40.762 | ++ lib/nova:start_nova_conductor:1042 : seq 1 1 2021-11-04 10:28:40.767 | + lib/nova:start_nova_conductor:1042 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-11-04 10:28:40.770 | + lib/nova:start_nova_conductor:1043 : is_service_enabled n-cond-cell1 2021-11-04 10:28:40.816 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:40.820 | + lib/nova:start_nova_conductor:1044 : local conf 2021-11-04 10:28:40.832 | ++ lib/nova:start_nova_conductor:1045 : conductor_conf 1 2021-11-04 10:28:40.838 | ++ lib/nova:conductor_conf:733 : local cell=1 2021-11-04 10:28:40.847 | ++ lib/nova:conductor_conf:734 : echo /etc/nova/nova_cell1.conf 2021-11-04 10:28:40.856 | + lib/nova:start_nova_conductor:1045 : conf=/etc/nova/nova_cell1.conf 2021-11-04 10:28:40.864 | + lib/nova:start_nova_conductor:1046 : run_process n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-11-04 10:28:40.867 | + functions-common:run_process:1564 : local service=n-cond-cell1 2021-11-04 10:28:40.873 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-11-04 10:28:40.876 | + functions-common:run_process:1566 : local group= 2021-11-04 10:28:40.879 | + functions-common:run_process:1567 : local user= 2021-11-04 10:28:40.882 | + functions-common:run_process:1569 : local name=n-cond-cell1 2021-11-04 10:28:40.884 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:28:40.892 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:28:40.896 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:28:40.898 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:28:40.904 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:28:40.906 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021720903 2021-11-04 10:28:40.909 | + functions-common:run_process:1572 : is_service_enabled n-cond-cell1 2021-11-04 10:28:40.930 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:40.933 | + functions-common:run_process:1573 : _run_under_systemd n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' '' 2021-11-04 10:28:40.936 | + functions-common:_run_under_systemd:1529 : local service=n-cond-cell1 2021-11-04 10:28:40.938 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-11-04 10:28:40.941 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-11-04 10:28:40.944 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-11-04 10:28:40.947 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-11-04 10:28:40.950 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ sudo ]] 2021-11-04 10:28:40.952 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ ^/ ]] 2021-11-04 10:28:40.955 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-cond-cell1.service 2021-11-04 10:28:40.960 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:28:40.962 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:28:40.965 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ uwsgi ]] 2021-11-04 10:28:40.968 | + 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 2021-11-04 10:28:40.971 | + functions-common:write_user_unit_file:1446 : local service=devstack@n-cond-cell1.service 2021-11-04 10:28:40.973 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-11-04 10:28:40.977 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:28:40.979 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-11-04 10:28:40.982 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:28:40.984 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:28:40.987 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@n-cond-cell1.service 2021-11-04 10:28:40.990 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:28:40.995 | + 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' 2021-11-04 10:28:41.071 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service User ubuntu 2021-11-04 10:28:41.156 | + 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' 2021-11-04 10:28:41.223 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service KillMode process 2021-11-04 10:28:41.293 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service TimeoutStopSec 300 2021-11-04 10:28:41.364 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:28:41.435 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:28:41.437 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Install WantedBy multi-user.target 2021-11-04 10:28:41.522 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:28:42.047 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-cond-cell1.service 2021-11-04 10:28:42.062 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond-cell1.service → /etc/systemd/system/devstack@n-cond-cell1.service. 2021-11-04 10:28:42.544 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-cond-cell1.service 2021-11-04 10:28:42.577 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:28:42.584 | + functions-common:time_stop:2309 : local name 2021-11-04 10:28:42.588 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:28:42.598 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:28:42.602 | + functions-common:time_stop:2312 : local total 2021-11-04 10:28:42.611 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:28:42.611 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:28:42.618 | + functions-common:time_stop:2316 : start_time=1636021720903 2021-11-04 10:28:42.622 | + functions-common:time_stop:2318 : [[ -z 1636021720903 ]] 2021-11-04 10:28:42.631 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:28:42.639 | + functions-common:time_stop:2321 : end_time=1636021722630 2021-11-04 10:28:42.644 | + functions-common:time_stop:2322 : elapsed_time=1727 2021-11-04 10:28:42.652 | + functions-common:time_stop:2323 : total=27782 2021-11-04 10:28:42.660 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:28:42.668 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=29509 2021-11-04 10:28:42.672 | + lib/nova:start_nova:1065 : start_nova_compute 2021-11-04 10:28:42.675 | + lib/nova:start_nova_compute:895 : 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 2021-11-04 10:28:42.678 | + lib/nova:start_nova_compute:896 : 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 2021-11-04 10:28:42.688 | + lib/nova:start_nova_compute:896 : 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 2021-11-04 10:28:42.692 | + lib/nova:start_nova_compute:898 : local compute_cell_conf=/etc/nova/nova.conf 2021-11-04 10:28:42.696 | + lib/nova:start_nova_compute:901 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2021-11-04 10:28:42.703 | + lib/nova:start_nova_compute:903 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2021-11-04 10:28:42.712 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-11-04 10:28:42.719 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-11-04 10:28:42.726 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2021-11-04 10:28:42.734 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-11-04 10:28:42.743 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2021-11-04 10:28:42.755 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2021-11-04 10:28:42.764 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2021-11-04 10:28:42.773 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2021-11-04 10:28:42.778 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2021-11-04 10:28:42.780 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2021-11-04 10:28:42.780 | BEGIN { 2021-11-04 10:28:42.780 | section = "" 2021-11-04 10:28:42.780 | last_section = "" 2021-11-04 10:28:42.780 | section_count = 0 2021-11-04 10:28:42.780 | } 2021-11-04 10:28:42.780 | /^\[.+\]/ { 2021-11-04 10:28:42.780 | gsub("[][]", "", $1); 2021-11-04 10:28:42.780 | section=$1 2021-11-04 10:28:42.780 | next 2021-11-04 10:28:42.780 | } 2021-11-04 10:28:42.780 | /^ *\#/ { 2021-11-04 10:28:42.780 | next 2021-11-04 10:28:42.780 | } 2021-11-04 10:28:42.780 | /^[^ \t]+/ { 2021-11-04 10:28:42.780 | # get offset of first = in $0 2021-11-04 10:28:42.780 | eq_idx = index($0, "=") 2021-11-04 10:28:42.780 | # extract attr & value from $0 2021-11-04 10:28:42.780 | attr = substr($0, 1, eq_idx - 1) 2021-11-04 10:28:42.780 | value = substr($0, eq_idx + 1) 2021-11-04 10:28:42.780 | # only need to strip trailing whitespace from attr 2021-11-04 10:28:42.780 | sub(/[ \t]*$/, "", attr) 2021-11-04 10:28:42.780 | # need to strip leading & trailing whitespace from value 2021-11-04 10:28:42.780 | sub(/^[ \t]*/, "", value) 2021-11-04 10:28:42.780 | sub(/[ \t]*$/, "", value) 2021-11-04 10:28:42.780 | 2021-11-04 10:28:42.780 | # cfg_attr_count: number of config lines per [section, attr] 2021-11-04 10:28:42.780 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-11-04 10:28:42.781 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-11-04 10:28:42.781 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-11-04 10:28:42.781 | if (! (section, attr) in cfg_attr_count) { 2021-11-04 10:28:42.781 | if (section != last_section) { 2021-11-04 10:28:42.781 | cfg_section[section_count++] = section 2021-11-04 10:28:42.781 | last_section = section 2021-11-04 10:28:42.781 | } 2021-11-04 10:28:42.781 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-11-04 10:28:42.781 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-11-04 10:28:42.781 | 2021-11-04 10:28:42.781 | cfg_attr[section, attr, 0] = value 2021-11-04 10:28:42.781 | cfg_attr_count[section, attr] = 1 2021-11-04 10:28:42.781 | } else { 2021-11-04 10:28:42.781 | lno = cfg_attr_count[section, attr]++ 2021-11-04 10:28:42.781 | cfg_attr[section, attr, lno] = value 2021-11-04 10:28:42.781 | } 2021-11-04 10:28:42.781 | } 2021-11-04 10:28:42.781 | END { 2021-11-04 10:28:42.781 | # Process each section in order 2021-11-04 10:28:42.781 | for (sno = 0; sno < section_count; sno++) { 2021-11-04 10:28:42.781 | section = cfg_section[sno] 2021-11-04 10:28:42.781 | # The ini routines simply append a config item immediately 2021-11-04 10:28:42.781 | # after the section header. To keep the same order as defined 2021-11-04 10:28:42.781 | # in local.conf, invoke the ini routines in the reverse order 2021-11-04 10:28:42.781 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-11-04 10:28:42.781 | attr = cfg_sec_attr_name[sno, attr_no] 2021-11-04 10:28:42.781 | if (cfg_attr_count[section, attr] == 1) 2021-11-04 10:28:42.781 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-11-04 10:28:42.781 | else { 2021-11-04 10:28:42.781 | # For multiline, invoke the ini routines in the reverse order 2021-11-04 10:28:42.781 | count = cfg_attr_count[section, attr] 2021-11-04 10:28:42.781 | print "inidelete " configfile " " section " " attr 2021-11-04 10:28:42.781 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-11-04 10:28:42.781 | for (l = count -2; l >= 0; l--) 2021-11-04 10:28:42.781 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-11-04 10:28:42.782 | } 2021-11-04 10:28:42.782 | } 2021-11-04 10:28:42.782 | } 2021-11-04 10:28:42.782 | } 2021-11-04 10:28:42.782 | ' 2021-11-04 10:28:42.787 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2021-11-04 10:28:42.788 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-11-04 10:28:42.791 | + inc/meta-config:merge_config_file:164 : read a 2021-11-04 10:28:42.804 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-11-04 10:28:42.812 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2021-11-04 10:28:42.821 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-11-04 10:28:42.829 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2021-11-04 10:28:42.836 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2021-11-04 10:28:42.836 | BEGIN { group = "" } 2021-11-04 10:28:42.836 | /^\[\[.+\|.*\]\]/ { 2021-11-04 10:28:42.836 | gsub("[][]", "", $1); 2021-11-04 10:28:42.836 | split($1, a, "|"); 2021-11-04 10:28:42.836 | if (a[1] == matchgroup && a[2] == configfile) { 2021-11-04 10:28:42.836 | group=a[1] 2021-11-04 10:28:42.836 | } else { 2021-11-04 10:28:42.836 | group="" 2021-11-04 10:28:42.836 | } 2021-11-04 10:28:42.836 | next 2021-11-04 10:28:42.836 | } 2021-11-04 10:28:42.836 | { 2021-11-04 10:28:42.836 | if (group != "") 2021-11-04 10:28:42.836 | print $0 2021-11-04 10:28:42.836 | } 2021-11-04 10:28:42.836 | ' /home/ubuntu/devstack/local.conf 2021-11-04 10:28:42.853 | + lib/nova:start_nova_compute:905 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-11-04 10:28:42.860 | + lib/nova:start_nova_compute:912 : iniset /etc/nova/nova-cpu.conf workarounds disable_group_policy_check_upcall True 2021-11-04 10:28:42.915 | + lib/nova:start_nova_compute:915 : iniset /etc/nova/nova-cpu.conf filter_scheduler track_instance_changes False 2021-11-04 10:28:42.976 | + lib/nova:start_nova_compute:916 : iniset_rpc_backend nova /etc/nova/nova-cpu.conf DEFAULT nova_cell1 2021-11-04 10:28:42.984 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-11-04 10:28:42.988 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova-cpu.conf 2021-11-04 10:28:42.993 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-11-04 10:28:42.997 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2021-11-04 10:28:43.005 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-11-04 10:28:43.044 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:43.053 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2021-11-04 10:28:43.057 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2021-11-04 10:28:43.060 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-11-04 10:28:43.089 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:43.094 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/nova_cell1 2021-11-04 10:28:43.101 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova-cpu.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/nova_cell1 2021-11-04 10:28:43.143 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-11-04 10:28:43.147 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-11-04 10:28:43.156 | + lib/nova:start_nova_compute:920 : inidelete /etc/nova/nova-cpu.conf database connection 2021-11-04 10:28:43.199 | + lib/nova:start_nova_compute:921 : inidelete /etc/nova/nova-cpu.conf api_database connection 2021-11-04 10:28:43.244 | + lib/nova:start_nova_compute:926 : configure_console_compute 2021-11-04 10:28:43.252 | + lib/nova:configure_console_compute:615 : local offset 2021-11-04 10:28:43.261 | + lib/nova:configure_console_compute:616 : offset=0 2021-11-04 10:28:43.264 | + lib/nova:configure_console_compute:620 : local default_proxyclient_addr 2021-11-04 10:28:43.271 | ++ lib/nova:configure_console_compute:621 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2021-11-04 10:28:43.324 | + lib/nova:configure_console_compute:621 : default_proxyclient_addr=10.222.0.49 2021-11-04 10:28:43.331 | + lib/nova:configure_console_compute:625 : is_service_enabled n-cpu 2021-11-04 10:28:43.371 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:28:43.382 | + lib/nova:configure_console_compute:641 : is_service_enabled n-novnc 2021-11-04 10:28:43.431 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:28:43.433 | + lib/nova:configure_console_compute:641 : '[' False '!=' False ']' 2021-11-04 10:28:43.436 | + lib/nova:configure_console_compute:649 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2021-11-04 10:28:43.480 | + lib/nova:configure_console_compute:652 : is_service_enabled n-spice 2021-11-04 10:28:43.503 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:28:43.506 | + lib/nova:configure_console_compute:662 : is_service_enabled n-sproxy 2021-11-04 10:28:43.528 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:28:43.531 | + lib/nova:start_nova_compute:929 : '[' -n '' ']' 2021-11-04 10:28:43.534 | + lib/nova:start_nova_compute:934 : [[ libvirt == \l\i\b\v\i\r\t ]] 2021-11-04 10:28:43.537 | + lib/nova:start_nova_compute:934 : [[ kvm == \q\e\m\u ]] 2021-11-04 10:28:43.539 | + lib/nova:start_nova_compute:938 : [[ libvirt = \l\i\b\v\i\r\t ]] 2021-11-04 10:28:43.542 | + lib/nova:start_nova_compute:942 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt 2021-11-04 10:28:43.545 | + functions-common:run_process:1564 : local service=n-cpu 2021-11-04 10:28:43.548 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2021-11-04 10:28:43.551 | + functions-common:run_process:1566 : local group=libvirt 2021-11-04 10:28:43.559 | + functions-common:run_process:1567 : local user= 2021-11-04 10:28:43.559 | + functions-common:run_process:1569 : local name=n-cpu 2021-11-04 10:28:43.560 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:28:43.563 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:28:43.566 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:28:43.569 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:28:43.575 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:28:43.580 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021723576 2021-11-04 10:28:43.583 | + functions-common:run_process:1572 : is_service_enabled n-cpu 2021-11-04 10:28:43.609 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:28:43.614 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:28:43.618 | + functions-common:time_stop:2309 : local name 2021-11-04 10:28:43.621 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:28:43.624 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:28:43.627 | + functions-common:time_stop:2312 : local total 2021-11-04 10:28:43.631 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:28:43.634 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:28:43.637 | + functions-common:time_stop:2316 : start_time=1636021723576 2021-11-04 10:28:43.639 | + functions-common:time_stop:2318 : [[ -z 1636021723576 ]] 2021-11-04 10:28:43.644 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:28:43.649 | + functions-common:time_stop:2321 : end_time=1636021723646 2021-11-04 10:28:43.655 | + functions-common:time_stop:2322 : elapsed_time=70 2021-11-04 10:28:43.661 | + functions-common:time_stop:2323 : total=29509 2021-11-04 10:28:43.666 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:28:43.669 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=29579 2021-11-04 10:28:43.673 | + lib/nova:start_nova_compute:964 : 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 2021-11-04 10:28:43.676 | + lib/nova:start_nova_compute:964 : 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 2021-11-04 10:28:43.679 | + lib/nova:start_nova:1066 : is_service_enabled n-api 2021-11-04 10:28:43.699 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:43.702 | + lib/nova:start_nova:1068 : echo 'Dumping cells_v2 mapping' 2021-11-04 10:28:43.702 | Dumping cells_v2 mapping 2021-11-04 10:28:43.704 | + lib/nova:start_nova:1069 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2021-11-04 10:28:47.239 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:47.240 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:47.240 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:28:47.240 | from cryptography.utils import int_from_bytes 2021-11-04 10:28:47.240 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-11-04 10:28:47.240 | | Name | UUID | Transport URL | Database Connection | Disabled | 2021-11-04 10:28:47.240 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-11-04 10:28:47.240 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8 | False | 2021-11-04 10:28:47.240 | | cell1 | 62f7553b-81e9-4864-938a-5f9e9f8d30b7 | rabbit://stackrabbit:Passw0rd@10.222.0.49:5672/nova_cell1 | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8 | False | 2021-11-04 10:28:47.240 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-11-04 10:28:47.671 | + ./stack.sh:main:1324 : async_runfunc create_flavors 2021-11-04 10:28:47.674 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2021-11-04 10:28:47.737 | + inc/async:async_inner:63 : create_flavors 2021-11-04 10:28:47.780 | [17569 Async create_flavors:108843]: running: create_flavors 2021-11-04 10:28:47.783 | + ./stack.sh:main:1326 : is_service_enabled cinder 2021-11-04 10:28:47.803 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:47.807 | + ./stack.sh:main:1327 : echo_summary 'Starting Cinder' 2021-11-04 10:28:47.809 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:28:47.812 | + ./stack.sh:echo_summary:432 : echo -e Starting Cinder 2021-11-04 10:28:47.815 | + ./stack.sh:main:1328 : start_cinder 2021-11-04 10:28:47.818 | + lib/cinder:start_cinder:505 : local service_port=8776 2021-11-04 10:28:47.821 | + lib/cinder:start_cinder:506 : local service_protocol=http 2021-11-04 10:28:47.823 | + lib/cinder:start_cinder:507 : local cinder_url 2021-11-04 10:28:47.826 | + lib/cinder:start_cinder:508 : is_service_enabled tls-proxy 2021-11-04 10:28:47.847 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:28:47.850 | + lib/cinder:start_cinder:512 : '[' lioadm = tgtadm ']' 2021-11-04 10:28:47.853 | + 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 ]] 2021-11-04 10:28:47.856 | + lib/cinder:start_cinder:533 : '[' True == False ']' 2021-11-04 10:28:47.860 | ++ lib/cinder:start_cinder:541 : which uwsgi 2021-11-04 10:28:47.865 | + lib/cinder:start_cinder:541 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-11-04 10:28:47.868 | + functions-common:run_process:1564 : local service=c-api 2021-11-04 10:28:47.872 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-11-04 10:28:47.875 | + functions-common:run_process:1566 : local group= 2021-11-04 10:28:47.878 | + functions-common:run_process:1567 : local user= 2021-11-04 10:28:47.880 | + functions-common:run_process:1569 : local name=c-api 2021-11-04 10:28:47.885 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:28:47.888 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:28:47.891 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:28:47.894 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:28:47.898 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:28:47.902 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021727899 2021-11-04 10:28:47.905 | + functions-common:run_process:1572 : is_service_enabled c-api 2021-11-04 10:28:47.923 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:47.926 | + functions-common:run_process:1573 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' 2021-11-04 10:28:47.928 | + functions-common:_run_under_systemd:1529 : local service=c-api 2021-11-04 10:28:47.931 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-11-04 10:28:47.933 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-11-04 10:28:47.936 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-11-04 10:28:47.939 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-11-04 10:28:47.941 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2021-11-04 10:28:47.944 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2021-11-04 10:28:47.946 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@c-api.service 2021-11-04 10:28:47.949 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:28:47.951 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:28:47.954 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2021-11-04 10:28:47.957 | + 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 2021-11-04 10:28:47.960 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@c-api.service 2021-11-04 10:28:47.962 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-11-04 10:28:47.964 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2021-11-04 10:28:47.967 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2021-11-04 10:28:47.969 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@c-api.service 2021-11-04 10:28:47.972 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2021-11-04 10:28:47.977 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2021-11-04 10:28:48.041 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2021-11-04 10:28:48.110 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User ubuntu 2021-11-04 10:28:48.166 | + 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' 2021-11-04 10:28:48.228 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:28:48.286 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2021-11-04 10:28:48.346 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2021-11-04 10:28:48.401 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2021-11-04 10:28:48.457 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2021-11-04 10:28:48.513 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2021-11-04 10:28:48.568 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2021-11-04 10:28:48.571 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2021-11-04 10:28:48.639 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2021-11-04 10:28:49.099 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@c-api.service 2021-11-04 10:28:49.113 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2021-11-04 10:28:49.543 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@c-api.service 2021-11-04 10:28:49.631 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:28:49.636 | + functions-common:time_stop:2309 : local name 2021-11-04 10:28:49.644 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:28:49.653 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:28:49.656 | + functions-common:time_stop:2312 : local total 2021-11-04 10:28:49.658 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:28:49.661 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:28:49.664 | + functions-common:time_stop:2316 : start_time=1636021727899 2021-11-04 10:28:49.667 | + functions-common:time_stop:2318 : [[ -z 1636021727899 ]] 2021-11-04 10:28:49.670 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:28:49.677 | + functions-common:time_stop:2321 : end_time=1636021729672 2021-11-04 10:28:49.680 | + functions-common:time_stop:2322 : elapsed_time=1773 2021-11-04 10:28:49.683 | + functions-common:time_stop:2323 : total=29579 2021-11-04 10:28:49.686 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:28:49.689 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=31352 2021-11-04 10:28:49.694 | + lib/cinder:start_cinder:542 : cinder_url=http://10.222.0.49/volume/v3 2021-11-04 10:28:49.699 | + lib/cinder:start_cinder:546 : echo 'Waiting for Cinder API to start...' 2021-11-04 10:28:49.699 | Waiting for Cinder API to start... 2021-11-04 10:28:49.702 | + lib/cinder:start_cinder:547 : wait_for_service 60 http://10.222.0.49/volume/v3 2021-11-04 10:28:49.705 | + functions:wait_for_service:457 : local timeout=60 2021-11-04 10:28:49.709 | + functions:wait_for_service:458 : local url=http://10.222.0.49/volume/v3 2021-11-04 10:28:49.712 | + functions:wait_for_service:459 : local rval=0 2021-11-04 10:28:49.714 | + functions:wait_for_service:460 : time_start wait_for_service 2021-11-04 10:28:49.717 | + functions-common:time_start:2295 : local name=wait_for_service 2021-11-04 10:28:49.720 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:28:49.723 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:28:49.727 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:28:49.732 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021729729 2021-11-04 10:28:49.735 | + functions:wait_for_service:461 : timeout 60 bash -x 2021-11-04 10:28:49.742 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.49/volume/v3 2021-11-04 10:28:54.048 | + :: : [[ 401 == 503 ]] 2021-11-04 10:28:54.051 | + :: : [[ 0 -eq 7 ]] 2021-11-04 10:28:54.054 | + functions:wait_for_service:466 : time_stop wait_for_service 2021-11-04 10:28:54.057 | + functions-common:time_stop:2309 : local name 2021-11-04 10:28:54.059 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:28:54.062 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:28:54.064 | + functions-common:time_stop:2312 : local total 2021-11-04 10:28:54.068 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:28:54.070 | + functions-common:time_stop:2315 : name=wait_for_service 2021-11-04 10:28:54.073 | + functions-common:time_stop:2316 : start_time=1636021729729 2021-11-04 10:28:54.075 | + functions-common:time_stop:2318 : [[ -z 1636021729729 ]] 2021-11-04 10:28:54.078 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:28:54.083 | + functions-common:time_stop:2321 : end_time=1636021734080 2021-11-04 10:28:54.086 | + functions-common:time_stop:2322 : elapsed_time=4351 2021-11-04 10:28:54.088 | + functions-common:time_stop:2323 : total=18070 2021-11-04 10:28:54.093 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:28:54.093 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=22421 2021-11-04 10:28:54.096 | + functions:wait_for_service:467 : return 0 2021-11-04 10:28:54.099 | + lib/cinder:start_cinder:551 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:54.101 | + functions-common:run_process:1564 : local service=c-sch 2021-11-04 10:28:54.104 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:54.106 | + functions-common:run_process:1566 : local group= 2021-11-04 10:28:54.109 | + functions-common:run_process:1567 : local user= 2021-11-04 10:28:54.112 | + functions-common:run_process:1569 : local name=c-sch 2021-11-04 10:28:54.115 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:28:54.117 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:28:54.120 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:28:54.122 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:28:54.126 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:28:54.131 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021734128 2021-11-04 10:28:54.137 | + functions-common:run_process:1572 : is_service_enabled c-sch 2021-11-04 10:28:54.152 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:54.154 | + functions-common:run_process:1573 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' 2021-11-04 10:28:54.157 | + functions-common:_run_under_systemd:1529 : local service=c-sch 2021-11-04 10:28:54.160 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:54.162 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:54.165 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:54.167 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:54.173 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2021-11-04 10:28:54.173 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2021-11-04 10:28:54.176 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@c-sch.service 2021-11-04 10:28:54.179 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:28:54.181 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:28:54.184 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2021-11-04 10:28:54.187 | + 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 2021-11-04 10:28:54.189 | + functions-common:write_user_unit_file:1446 : local service=devstack@c-sch.service 2021-11-04 10:28:54.193 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:54.195 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:28:54.198 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-11-04 10:28:54.200 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:28:54.203 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:28:54.206 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2021-11-04 10:28:54.208 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:28:54.213 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2021-11-04 10:28:54.282 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User ubuntu 2021-11-04 10:28:54.356 | + 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' 2021-11-04 10:28:54.411 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2021-11-04 10:28:54.466 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2021-11-04 10:28:54.522 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:28:54.581 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:28:54.583 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2021-11-04 10:28:54.650 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:28:55.109 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@c-sch.service 2021-11-04 10:28:55.123 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2021-11-04 10:28:55.565 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@c-sch.service 2021-11-04 10:28:55.595 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:28:55.600 | + functions-common:time_stop:2309 : local name 2021-11-04 10:28:55.602 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:28:55.605 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:28:55.607 | + functions-common:time_stop:2312 : local total 2021-11-04 10:28:55.610 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:28:55.614 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:28:55.617 | + functions-common:time_stop:2316 : start_time=1636021734128 2021-11-04 10:28:55.620 | + functions-common:time_stop:2318 : [[ -z 1636021734128 ]] 2021-11-04 10:28:55.623 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:28:55.629 | + functions-common:time_stop:2321 : end_time=1636021735625 2021-11-04 10:28:55.634 | + functions-common:time_stop:2322 : elapsed_time=1497 2021-11-04 10:28:55.635 | + functions-common:time_stop:2323 : total=31352 2021-11-04 10:28:55.639 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:28:55.642 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=32849 2021-11-04 10:28:55.646 | + lib/cinder:start_cinder:552 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:55.649 | + functions-common:run_process:1564 : local service=c-bak 2021-11-04 10:28:55.651 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:55.654 | + functions-common:run_process:1566 : local group= 2021-11-04 10:28:55.656 | + functions-common:run_process:1567 : local user= 2021-11-04 10:28:55.659 | + functions-common:run_process:1569 : local name=c-bak 2021-11-04 10:28:55.662 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:28:55.665 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:28:55.668 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:28:55.670 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:28:55.674 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:28:55.679 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021735676 2021-11-04 10:28:55.682 | + functions-common:run_process:1572 : is_service_enabled c-bak 2021-11-04 10:28:55.703 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:55.707 | + functions-common:run_process:1573 : _run_under_systemd c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 2021-11-04 10:28:55.710 | + functions-common:_run_under_systemd:1529 : local service=c-bak 2021-11-04 10:28:55.714 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:55.717 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:55.725 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:55.728 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:55.731 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ sudo ]] 2021-11-04 10:28:55.734 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2021-11-04 10:28:55.736 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@c-bak.service 2021-11-04 10:28:55.743 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:28:55.746 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:28:55.749 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2021-11-04 10:28:55.752 | + 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 2021-11-04 10:28:55.755 | + functions-common:write_user_unit_file:1446 : local service=devstack@c-bak.service 2021-11-04 10:28:55.758 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:55.760 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:28:55.763 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-11-04 10:28:55.766 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:28:55.768 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:28:55.777 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@c-bak.service 2021-11-04 10:28:55.778 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:28:55.783 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Unit Description 'Devstack devstack@c-bak.service' 2021-11-04 10:28:55.864 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service User ubuntu 2021-11-04 10:28:55.942 | + 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' 2021-11-04 10:28:56.016 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service KillMode process 2021-11-04 10:28:56.077 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service TimeoutStopSec 300 2021-11-04 10:28:56.178 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:28:56.262 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:28:56.265 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Install WantedBy multi-user.target 2021-11-04 10:28:56.362 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:28:56.890 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@c-bak.service 2021-11-04 10:28:56.907 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-bak.service → /etc/systemd/system/devstack@c-bak.service. 2021-11-04 10:28:57.378 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@c-bak.service 2021-11-04 10:28:57.410 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:28:57.414 | + functions-common:time_stop:2309 : local name 2021-11-04 10:28:57.417 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:28:57.421 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:28:57.425 | + functions-common:time_stop:2312 : local total 2021-11-04 10:28:57.433 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:28:57.436 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:28:57.441 | + functions-common:time_stop:2316 : start_time=1636021735676 2021-11-04 10:28:57.443 | + functions-common:time_stop:2318 : [[ -z 1636021735676 ]] 2021-11-04 10:28:57.448 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:28:57.452 | + functions-common:time_stop:2321 : end_time=1636021737449 2021-11-04 10:28:57.455 | + functions-common:time_stop:2322 : elapsed_time=1773 2021-11-04 10:28:57.458 | + functions-common:time_stop:2323 : total=32849 2021-11-04 10:28:57.461 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:28:57.464 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=34622 2021-11-04 10:28:57.467 | + lib/cinder:start_cinder:553 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:57.470 | + functions-common:run_process:1564 : local service=c-vol 2021-11-04 10:28:57.473 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:57.476 | + functions-common:run_process:1566 : local group= 2021-11-04 10:28:57.479 | + functions-common:run_process:1567 : local user= 2021-11-04 10:28:57.481 | + functions-common:run_process:1569 : local name=c-vol 2021-11-04 10:28:57.484 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:28:57.487 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:28:57.490 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:28:57.493 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:28:57.498 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:28:57.502 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021737498 2021-11-04 10:28:57.505 | + functions-common:run_process:1572 : is_service_enabled c-vol 2021-11-04 10:28:57.527 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:57.530 | + functions-common:run_process:1573 : _run_under_systemd c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 2021-11-04 10:28:57.533 | + functions-common:_run_under_systemd:1529 : local service=c-vol 2021-11-04 10:28:57.536 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:57.539 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:57.542 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:57.544 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:57.547 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2021-11-04 10:28:57.551 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2021-11-04 10:28:57.553 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@c-vol.service 2021-11-04 10:28:57.556 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:28:57.563 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:28:57.563 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2021-11-04 10:28:57.565 | + 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 2021-11-04 10:28:57.568 | + functions-common:write_user_unit_file:1446 : local service=devstack@c-vol.service 2021-11-04 10:28:57.571 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-11-04 10:28:57.573 | + functions-common:write_user_unit_file:1448 : local group= 2021-11-04 10:28:57.576 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2021-11-04 10:28:57.579 | + functions-common:write_user_unit_file:1450 : local extra= 2021-11-04 10:28:57.583 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2021-11-04 10:28:57.586 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2021-11-04 10:28:57.588 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2021-11-04 10:28:57.594 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2021-11-04 10:28:57.687 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User ubuntu 2021-11-04 10:28:57.771 | + 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' 2021-11-04 10:28:57.845 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2021-11-04 10:28:57.924 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2021-11-04 10:28:58.007 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:28:58.076 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2021-11-04 10:28:58.079 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2021-11-04 10:28:58.161 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2021-11-04 10:28:58.662 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@c-vol.service 2021-11-04 10:28:58.681 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2021-11-04 10:28:59.112 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@c-vol.service 2021-11-04 10:28:59.150 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:28:59.154 | + functions-common:time_stop:2309 : local name 2021-11-04 10:28:59.163 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:28:59.169 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:28:59.179 | + functions-common:time_stop:2312 : local total 2021-11-04 10:28:59.187 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:28:59.187 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:28:59.187 | + functions-common:time_stop:2316 : start_time=1636021737498 2021-11-04 10:28:59.198 | + functions-common:time_stop:2318 : [[ -z 1636021737498 ]] 2021-11-04 10:28:59.204 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:28:59.220 | + functions-common:time_stop:2321 : end_time=1636021739206 2021-11-04 10:28:59.237 | + functions-common:time_stop:2322 : elapsed_time=1708 2021-11-04 10:28:59.243 | + functions-common:time_stop:2323 : total=34622 2021-11-04 10:28:59.251 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:28:59.263 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=36330 2021-11-04 10:28:59.271 | + ./stack.sh:main:1329 : create_volume_types 2021-11-04 10:28:59.295 | + lib/cinder:create_volume_types:571 : is_service_enabled c-api 2021-11-04 10:28:59.332 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:59.337 | + lib/cinder:create_volume_types:571 : [[ -n lvm:lvmdriver-1 ]] 2021-11-04 10:28:59.340 | + lib/cinder:create_volume_types:572 : local be be_name 2021-11-04 10:28:59.343 | + lib/cinder:create_volume_types:573 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2021-11-04 10:28:59.345 | + lib/cinder:create_volume_types:574 : be_name=lvmdriver-1 2021-11-04 10:28:59.348 | + lib/cinder:create_volume_types:576 : is_service_enabled keystone 2021-11-04 10:28:59.372 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:28:59.375 | + lib/cinder:create_volume_types:577 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=lvmdriver-1 lvmdriver-1 2021-11-04 10:29:03.151 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:03.151 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:03.151 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:03.151 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:03.151 | +-------------+--------------------------------------+ 2021-11-04 10:29:03.151 | | Field | Value | 2021-11-04 10:29:03.151 | +-------------+--------------------------------------+ 2021-11-04 10:29:03.151 | | description | None | 2021-11-04 10:29:03.151 | | id | e6566d46-5963-427c-bf2c-168fe05fb889 | 2021-11-04 10:29:03.151 | | is_public | True | 2021-11-04 10:29:03.151 | | name | lvmdriver-1 | 2021-11-04 10:29:03.151 | | properties | volume_backend_name='lvmdriver-1' | 2021-11-04 10:29:03.151 | +-------------+--------------------------------------+ 2021-11-04 10:29:03.358 | + lib/cinder:create_volume_types:591 : [[ False == \T\r\u\e ]] 2021-11-04 10:29:03.361 | + ./stack.sh:main:1334 : [[ False == \T\r\u\e ]] 2021-11-04 10:29:03.364 | + ./stack.sh:main:1342 : is_service_enabled glance 2021-11-04 10:29:03.384 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:29:03.387 | + ./stack.sh:main:1343 : echo_summary 'Starting Glance' 2021-11-04 10:29:03.389 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:29:03.392 | + ./stack.sh:echo_summary:432 : echo -e Starting Glance 2021-11-04 10:29:03.395 | + ./stack.sh:main:1344 : start_glance 2021-11-04 10:29:03.398 | + lib/glance:start_glance:609 : local service_protocol=http 2021-11-04 10:29:03.401 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2021-11-04 10:29:03.421 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:29:03.425 | + lib/glance:start_glance:616 : [[ False == False ]] 2021-11-04 10:29:03.430 | ++ lib/glance:start_glance:617 : which uwsgi 2021-11-04 10:29:03.434 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-11-04 10:29:03.438 | + functions-common:run_process:1564 : local service=g-api 2021-11-04 10:29:03.440 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-11-04 10:29:03.443 | + functions-common:run_process:1566 : local group= 2021-11-04 10:29:03.446 | + functions-common:run_process:1567 : local user= 2021-11-04 10:29:03.449 | + functions-common:run_process:1569 : local name=g-api 2021-11-04 10:29:03.452 | + functions-common:run_process:1571 : time_start run_process 2021-11-04 10:29:03.454 | + functions-common:time_start:2295 : local name=run_process 2021-11-04 10:29:03.457 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:29:03.460 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:29:03.464 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:29:03.468 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021743465 2021-11-04 10:29:03.472 | + functions-common:run_process:1572 : is_service_enabled g-api 2021-11-04 10:29:03.498 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:29:03.501 | + functions-common:run_process:1573 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' 2021-11-04 10:29:03.504 | + functions-common:_run_under_systemd:1529 : local service=g-api 2021-11-04 10:29:03.506 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-11-04 10:29:03.509 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-11-04 10:29:03.512 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-11-04 10:29:03.515 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-11-04 10:29:03.517 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2021-11-04 10:29:03.520 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2021-11-04 10:29:03.522 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@g-api.service 2021-11-04 10:29:03.525 | + functions-common:_run_under_systemd:1536 : local group= 2021-11-04 10:29:03.527 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2021-11-04 10:29:03.530 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2021-11-04 10:29:03.533 | + 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 2021-11-04 10:29:03.547 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@g-api.service 2021-11-04 10:29:03.547 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-11-04 10:29:03.547 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2021-11-04 10:29:03.551 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2021-11-04 10:29:03.555 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@g-api.service 2021-11-04 10:29:03.555 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2021-11-04 10:29:03.563 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2021-11-04 10:29:03.706 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2021-11-04 10:29:03.818 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User ubuntu 2021-11-04 10:29:03.888 | + 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' 2021-11-04 10:29:03.948 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2021-11-04 10:29:04.010 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2021-11-04 10:29:04.082 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2021-11-04 10:29:04.168 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2021-11-04 10:29:04.232 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2021-11-04 10:29:04.289 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2021-11-04 10:29:04.357 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2021-11-04 10:29:04.360 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2021-11-04 10:29:04.445 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2021-11-04 10:29:04.933 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@g-api.service 2021-11-04 10:29:04.947 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2021-11-04 10:29:05.431 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@g-api.service 2021-11-04 10:29:05.522 | + functions-common:run_process:1575 : time_stop run_process 2021-11-04 10:29:05.529 | + functions-common:time_stop:2309 : local name 2021-11-04 10:29:05.538 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:29:05.551 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:29:05.560 | + functions-common:time_stop:2312 : local total 2021-11-04 10:29:05.571 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:29:05.582 | + functions-common:time_stop:2315 : name=run_process 2021-11-04 10:29:05.590 | + functions-common:time_stop:2316 : start_time=1636021743465 2021-11-04 10:29:05.595 | + functions-common:time_stop:2318 : [[ -z 1636021743465 ]] 2021-11-04 10:29:05.607 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:29:05.615 | + functions-common:time_stop:2321 : end_time=1636021745610 2021-11-04 10:29:05.635 | + functions-common:time_stop:2322 : elapsed_time=2145 2021-11-04 10:29:05.635 | + functions-common:time_stop:2323 : total=36330 2021-11-04 10:29:05.635 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:29:05.647 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=38475 2021-11-04 10:29:05.647 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2021-11-04 10:29:05.686 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:29:05.686 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.222.0.49) to start...' 2021-11-04 10:29:05.686 | Waiting for g-api (10.222.0.49) to start... 2021-11-04 10:29:05.686 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.222.0.49/image 2021-11-04 10:29:05.686 | + functions:wait_for_service:457 : local timeout=60 2021-11-04 10:29:05.691 | + functions:wait_for_service:458 : local url=http://10.222.0.49/image 2021-11-04 10:29:05.691 | + functions:wait_for_service:459 : local rval=0 2021-11-04 10:29:05.695 | + functions:wait_for_service:460 : time_start wait_for_service 2021-11-04 10:29:05.696 | + functions-common:time_start:2295 : local name=wait_for_service 2021-11-04 10:29:05.699 | + functions-common:time_start:2296 : local start_time= 2021-11-04 10:29:05.702 | + functions-common:time_start:2297 : [[ -n '' ]] 2021-11-04 10:29:05.707 | ++ functions-common:time_start:2300 : date +%s%3N 2021-11-04 10:29:05.711 | + functions-common:time_start:2300 : _TIME_START[$name]=1636021745707 2021-11-04 10:29:05.714 | + functions:wait_for_service:461 : timeout 60 bash -x 2021-11-04 10:29:05.722 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.49/image 2021-11-04 10:29:09.934 | + :: : [[ 300 == 503 ]] 2021-11-04 10:29:09.936 | + :: : [[ 0 -eq 7 ]] 2021-11-04 10:29:09.944 | + functions:wait_for_service:466 : time_stop wait_for_service 2021-11-04 10:29:09.962 | + functions-common:time_stop:2309 : local name 2021-11-04 10:29:09.972 | + functions-common:time_stop:2310 : local end_time 2021-11-04 10:29:09.976 | + functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:29:09.982 | + functions-common:time_stop:2312 : local total 2021-11-04 10:29:09.985 | + functions-common:time_stop:2313 : local start_time 2021-11-04 10:29:09.989 | + functions-common:time_stop:2315 : name=wait_for_service 2021-11-04 10:29:09.991 | + functions-common:time_stop:2316 : start_time=1636021745707 2021-11-04 10:29:09.994 | + functions-common:time_stop:2318 : [[ -z 1636021745707 ]] 2021-11-04 10:29:09.998 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:29:10.004 | + functions-common:time_stop:2321 : end_time=1636021750000 2021-11-04 10:29:10.006 | + functions-common:time_stop:2322 : elapsed_time=4293 2021-11-04 10:29:10.009 | + functions-common:time_stop:2323 : total=22421 2021-11-04 10:29:10.012 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:29:10.015 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=26714 2021-11-04 10:29:10.018 | + functions:wait_for_service:467 : return 0 2021-11-04 10:29:10.021 | + ./stack.sh:main:1358 : is_service_enabled mysql postgresql 2021-11-04 10:29:10.046 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:29:10.050 | + ./stack.sh:main:1358 : is_service_enabled glance 2021-11-04 10:29:10.077 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:29:10.080 | + ./stack.sh:main:1359 : echo_summary 'Uploading images' 2021-11-04 10:29:10.085 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:29:10.087 | + ./stack.sh:echo_summary:432 : echo -e Uploading images 2021-11-04 10:29:10.090 | + ./stack.sh:main:1361 : for image_url in ${IMAGE_URLS//,/ } 2021-11-04 10:29:10.093 | + ./stack.sh:main:1362 : upload_image http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-11-04 10:29:10.097 | + functions:upload_image:132 : local image_url=http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-11-04 10:29:10.103 | + functions:upload_image:134 : local image image_fname image_name 2021-11-04 10:29:10.105 | + functions:upload_image:137 : mkdir -p /home/ubuntu/devstack/files/images 2021-11-04 10:29:10.109 | ++ functions:upload_image:138 : basename http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-11-04 10:29:10.114 | + functions:upload_image:138 : image_fname=ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-11-04 10:29:10.117 | + functions:upload_image:139 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx != file* ]] 2021-11-04 10:29:10.120 | + functions:upload_image:141 : [[ ! -f /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx ]] 2021-11-04 10:29:10.122 | + 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 2021-11-04 10:29:10.125 | --2021-11-04 10:29:10-- http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-11-04 10:29:10.127 | Connecting to 10.100.0.9:80... connected. 2021-11-04 10:29:10.128 | HTTP request sent, awaiting response... 200 OK 2021-11-04 10:29:10.128 | Length: 645922816 (616M) 2021-11-04 10:29:10.128 | Saving to: ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ 2021-11-04 10:29:10.152 | 2021-11-04 10:29:10.456 | 0K ........ ........ ........ ........ 5% 101M 6s 2021-11-04 10:29:10.769 | 32768K ........ ........ ........ ........ 10% 102M 5s 2021-11-04 10:29:11.062 | 65536K ........ ........ ........ ........ 15% 109M 5s 2021-11-04 10:29:11.352 | 98304K ........ ........ ........ ........ 20% 111M 5s 2021-11-04 10:29:11.647 | 131072K ........ ........ ........ ........ 25% 108M 4s 2021-11-04 10:29:11.937 | 163840K ........ ........ ........ ........ 31% 110M 4s 2021-11-04 10:29:12.226 | 196608K ........ ........ ........ ........ 36% 111M 4s 2021-11-04 10:29:12.518 | 229376K ........ ........ ........ ........ 41% 111M 3s 2021-11-04 10:29:12.805 | 262144K ........ ........ ........ ........ 46% 110M 3s 2021-11-04 10:29:13.100 | 294912K ........ ........ ........ ........ 51% 111M 3s 2021-11-04 10:29:13.384 | 327680K ........ ........ ........ ........ 57% 110M 2s 2021-11-04 10:29:13.675 | 360448K ........ ........ ........ ........ 62% 110M 2s 2021-11-04 10:29:13.965 | 393216K ........ ........ ........ ........ 67% 110M 2s 2021-11-04 10:29:14.260 | 425984K ........ ........ ........ ........ 72% 109M 2s 2021-11-04 10:29:14.564 | 458752K ........ ........ ........ ........ 77% 105M 1s 2021-11-04 10:29:14.851 | 491520K ........ ........ ........ ........ 83% 111M 1s 2021-11-04 10:29:15.146 | 524288K ........ ........ ........ ........ 88% 108M 1s 2021-11-04 10:29:15.436 | 557056K ........ ........ ........ ........ 93% 110M 0s 2021-11-04 10:29:15.731 | 589824K ........ ........ ........ ........ 98% 109M 0s 2021-11-04 10:29:15.794 | 622592K ........ 100% 111M=5.7s 2021-11-04 10:29:15.794 | 2021-11-04 10:29:15.794 | 2021-11-04 10:29:15 (109 MB/s) - ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ saved [645922816/645922816] 2021-11-04 10:29:15.794 | 2021-11-04 10:29:15.797 | + functions:upload_image:143 : [[ 0 -ne 0 ]] 2021-11-04 10:29:15.800 | + functions:upload_image:148 : image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-11-04 10:29:15.803 | + functions:upload_image:162 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ openvz ]] 2021-11-04 10:29:15.806 | + functions:upload_image:169 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vmdk ]] 2021-11-04 10:29:15.808 | + functions:upload_image:283 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.hds ]] 2021-11-04 10:29:15.811 | + functions:upload_image:294 : local kernel= 2021-11-04 10:29:15.813 | + functions:upload_image:295 : local ramdisk= 2021-11-04 10:29:15.816 | + functions:upload_image:296 : local disk_format= 2021-11-04 10:29:15.819 | + functions:upload_image:297 : local container_format= 2021-11-04 10:29:15.824 | + functions:upload_image:298 : local unpack= 2021-11-04 10:29:15.826 | + functions:upload_image:299 : local img_property= 2021-11-04 10:29:15.828 | + functions:upload_image:303 : [[ libvirt == \l\i\b\v\i\r\t ]] 2021-11-04 10:29:15.831 | + functions:upload_image:304 : [[ kvm == \q\e\m\u ]] 2021-11-04 10:29:15.833 | + functions:upload_image:304 : [[ kvm == \k\v\m ]] 2021-11-04 10:29:15.835 | + functions:upload_image:305 : img_property=hw_rng_model=virtio 2021-11-04 10:29:15.838 | + functions:upload_image:309 : case "$image_fname" in 2021-11-04 10:29:15.840 | + functions:upload_image:374 : local extension=04-minimal-cloudimg-amd64-sync.vhdx 2021-11-04 10:29:15.843 | ++ functions:upload_image:375 : basename /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx .04-minimal-cloudimg-amd64-sync.vhdx 2021-11-04 10:29:15.848 | + functions:upload_image:375 : image_name=ubuntu-16 2021-11-04 10:29:15.852 | ++ functions:upload_image:376 : echo ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-11-04 10:29:15.857 | ++ functions:upload_image:376 : grep -oP '(?<=\.)vhdx?(?=\.|$)' 2021-11-04 10:29:15.863 | + functions:upload_image:376 : disk_format=vhdx 2021-11-04 10:29:15.866 | + functions:upload_image:377 : container_format=bare 2021-11-04 10:29:15.868 | + functions:upload_image:378 : '[' vhdx == gz ']' 2021-11-04 10:29:15.870 | + functions:upload_image:385 : is_arch ppc64le 2021-11-04 10:29:15.875 | ++ functions-common:is_arch:428 : uname -m 2021-11-04 10:29:15.879 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c\6\4\l\e ]] 2021-11-04 10:29:15.882 | + functions:upload_image:385 : is_arch ppc64 2021-11-04 10:29:15.888 | ++ functions-common:is_arch:428 : uname -m 2021-11-04 10:29:15.892 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c\6\4 ]] 2021-11-04 10:29:15.895 | + functions:upload_image:385 : is_arch ppc 2021-11-04 10:29:15.899 | ++ functions-common:is_arch:428 : uname -m 2021-11-04 10:29:15.903 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c ]] 2021-11-04 10:29:15.905 | + functions:upload_image:389 : is_arch aarch64 2021-11-04 10:29:15.908 | ++ functions-common:is_arch:428 : uname -m 2021-11-04 10:29:15.913 | + functions-common:is_arch:428 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2021-11-04 10:29:15.915 | + functions:upload_image:393 : '[' bare = bare ']' 2021-11-04 10:29:15.918 | + functions:upload_image:394 : '[' '' = zcat ']' 2021-11-04 10:29:15.934 | + functions:upload_image:396 : '[' '' = bunzip2 ']' 2021-11-04 10:29:15.935 | + functions:upload_image:398 : '[' '' = unxz ']' 2021-11-04 10:29:15.935 | + 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 2021-11-04 10:29:15.935 | + functions:_upload_image:104 : local image_name=ubuntu-16 2021-11-04 10:29:15.935 | + functions:_upload_image:105 : shift 2021-11-04 10:29:15.935 | + functions:_upload_image:106 : local container=bare 2021-11-04 10:29:15.935 | + functions:_upload_image:107 : shift 2021-11-04 10:29:15.937 | + functions:_upload_image:108 : local disk=vhdx 2021-11-04 10:29:15.940 | + functions:_upload_image:109 : shift 2021-11-04 10:29:15.942 | + functions:_upload_image:110 : local image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-11-04 10:29:15.944 | + functions:_upload_image:111 : shift 2021-11-04 10:29:15.947 | + functions:_upload_image:112 : local properties 2021-11-04 10:29:15.949 | + functions:_upload_image:113 : local useimport 2021-11-04 10:29:15.952 | ++ functions:_upload_image:115 : _image_properties_to_arg hw_rng_model=virtio 2021-11-04 10:29:15.954 | ++ functions:_image_properties_to_arg:87 : local result= 2021-11-04 10:29:15.956 | ++ functions:_image_properties_to_arg:88 : for property in $* 2021-11-04 10:29:15.959 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_rng_model=virtio' 2021-11-04 10:29:15.961 | ++ functions:_image_properties_to_arg:91 : echo --property hw_rng_model=virtio 2021-11-04 10:29:15.963 | + functions:_upload_image:115 : properties='--property hw_rng_model=virtio' 2021-11-04 10:29:15.966 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2021-11-04 10:29:15.968 | + 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 2021-11-04 10:29:20.793 | + inc/async:async_inner:64 : rc=0 2021-11-04 10:29:20.824 | [108843 Async create_flavors:108843]: finished successfully 2021-11-04 10:29:35.524 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.524 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.524 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.524 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.524 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-11-04 10:29:35.524 | | Field | Value | 2021-11-04 10:29:35.524 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-11-04 10:29:35.524 | | container_format | bare | 2021-11-04 10:29:35.524 | | created_at | 2021-11-04T10:29:18Z | 2021-11-04 10:29:35.524 | | disk_format | vhdx | 2021-11-04 10:29:35.524 | | file | /v2/images/8caad51b-98a7-4199-8261-e3bea3e1bb37/file | 2021-11-04 10:29:35.524 | | id | 8caad51b-98a7-4199-8261-e3bea3e1bb37 | 2021-11-04 10:29:35.524 | | min_disk | 0 | 2021-11-04 10:29:35.524 | | min_ram | 0 | 2021-11-04 10:29:35.524 | | name | ubuntu-16 | 2021-11-04 10:29:35.524 | | owner | 02b7cb0577d74fd4aec0ac80d580679e | 2021-11-04 10:29:35.524 | | properties | hw_rng_model='virtio', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/ubuntu-16', owner_specified.openstack.sha256='' | 2021-11-04 10:29:35.524 | | protected | False | 2021-11-04 10:29:35.525 | | schema | /v2/schemas/image | 2021-11-04 10:29:35.525 | | status | queued | 2021-11-04 10:29:35.525 | | tags | | 2021-11-04 10:29:35.525 | | updated_at | 2021-11-04T10:29:18Z | 2021-11-04 10:29:35.525 | | visibility | public | 2021-11-04 10:29:35.525 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-11-04 10:29:35.758 | + ./stack.sh:main:1366 : async_wait create_flavors 2021-11-04 10:29:35.830 | [17569 Async create_flavors:108843]: Waiting for completion of create_flavors running on PID 108843 (2 other jobs running) 2021-11-04 10:29:35.874 | [17569 Async create_flavors:108843]: Signaling child to exit 2021-11-04 10:29:35.874 | WAKEUP 2021-11-04 10:29:35.901 | [17569 Async create_flavors:108843]: Signaled 2021-11-04 10:29:35.908 | + lib/nova:create_flavors:1133 : is_service_enabled n-api 2021-11-04 10:29:35.908 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:29:35.908 | + lib/nova:create_flavors:1134 : grep -q ds512M 2021-11-04 10:29:35.908 | + lib/nova:create_flavors:1134 : openstack --os-region-name=RegionOne flavor list 2021-11-04 10:29:35.908 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.908 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.908 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.908 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.908 | + lib/nova:create_flavors:1136 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2021-11-04 10:29:35.908 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.908 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.908 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.908 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.908 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.908 | | Field | Value | 2021-11-04 10:29:35.908 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.908 | | OS-FLV-DISABLED:disabled | False | 2021-11-04 10:29:35.908 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-11-04 10:29:35.909 | | description | None | 2021-11-04 10:29:35.909 | | disk | 1 | 2021-11-04 10:29:35.909 | | id | c1 | 2021-11-04 10:29:35.909 | | name | cirros256 | 2021-11-04 10:29:35.909 | | os-flavor-access:is_public | True | 2021-11-04 10:29:35.909 | | properties | hw_rng:allowed='True' | 2021-11-04 10:29:35.909 | | ram | 256 | 2021-11-04 10:29:35.909 | | rxtx_factor | 1.0 | 2021-11-04 10:29:35.909 | | swap | | 2021-11-04 10:29:35.909 | | vcpus | 1 | 2021-11-04 10:29:35.909 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.909 | + lib/nova:create_flavors:1137 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2021-11-04 10:29:35.909 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.909 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.909 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.909 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.909 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.909 | | Field | Value | 2021-11-04 10:29:35.909 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.909 | | OS-FLV-DISABLED:disabled | False | 2021-11-04 10:29:35.909 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-11-04 10:29:35.909 | | description | None | 2021-11-04 10:29:35.909 | | disk | 5 | 2021-11-04 10:29:35.909 | | id | d1 | 2021-11-04 10:29:35.909 | | name | ds512M | 2021-11-04 10:29:35.909 | | os-flavor-access:is_public | True | 2021-11-04 10:29:35.909 | | properties | hw_rng:allowed='True' | 2021-11-04 10:29:35.909 | | ram | 512 | 2021-11-04 10:29:35.909 | | rxtx_factor | 1.0 | 2021-11-04 10:29:35.909 | | swap | | 2021-11-04 10:29:35.909 | | vcpus | 1 | 2021-11-04 10:29:35.909 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.909 | + lib/nova:create_flavors:1138 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2021-11-04 10:29:35.909 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.910 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.910 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.910 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.910 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.910 | | Field | Value | 2021-11-04 10:29:35.910 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.910 | | OS-FLV-DISABLED:disabled | False | 2021-11-04 10:29:35.910 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-11-04 10:29:35.910 | | description | None | 2021-11-04 10:29:35.910 | | disk | 10 | 2021-11-04 10:29:35.910 | | id | d2 | 2021-11-04 10:29:35.910 | | name | ds1G | 2021-11-04 10:29:35.910 | | os-flavor-access:is_public | True | 2021-11-04 10:29:35.910 | | properties | hw_rng:allowed='True' | 2021-11-04 10:29:35.910 | | ram | 1024 | 2021-11-04 10:29:35.910 | | rxtx_factor | 1.0 | 2021-11-04 10:29:35.910 | | swap | | 2021-11-04 10:29:35.910 | | vcpus | 1 | 2021-11-04 10:29:35.910 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.910 | + lib/nova:create_flavors:1139 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2021-11-04 10:29:35.910 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.910 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.910 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.910 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.910 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.910 | | Field | Value | 2021-11-04 10:29:35.910 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.910 | | OS-FLV-DISABLED:disabled | False | 2021-11-04 10:29:35.910 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-11-04 10:29:35.910 | | description | None | 2021-11-04 10:29:35.910 | | disk | 10 | 2021-11-04 10:29:35.910 | | id | d3 | 2021-11-04 10:29:35.910 | | name | ds2G | 2021-11-04 10:29:35.910 | | os-flavor-access:is_public | True | 2021-11-04 10:29:35.910 | | properties | hw_rng:allowed='True' | 2021-11-04 10:29:35.911 | | ram | 2048 | 2021-11-04 10:29:35.911 | | rxtx_factor | 1.0 | 2021-11-04 10:29:35.911 | | swap | | 2021-11-04 10:29:35.911 | | vcpus | 2 | 2021-11-04 10:29:35.911 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.911 | + lib/nova:create_flavors:1140 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2021-11-04 10:29:35.911 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.911 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.911 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.911 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.911 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.911 | | Field | Value | 2021-11-04 10:29:35.911 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.911 | | OS-FLV-DISABLED:disabled | False | 2021-11-04 10:29:35.911 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-11-04 10:29:35.911 | | description | None | 2021-11-04 10:29:35.911 | | disk | 20 | 2021-11-04 10:29:35.911 | | id | d4 | 2021-11-04 10:29:35.911 | | name | ds4G | 2021-11-04 10:29:35.911 | | os-flavor-access:is_public | True | 2021-11-04 10:29:35.911 | | properties | hw_rng:allowed='True' | 2021-11-04 10:29:35.911 | | ram | 4096 | 2021-11-04 10:29:35.911 | | rxtx_factor | 1.0 | 2021-11-04 10:29:35.911 | | swap | | 2021-11-04 10:29:35.911 | | vcpus | 4 | 2021-11-04 10:29:35.911 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.911 | + lib/nova:create_flavors:1143 : grep -q m1.tiny 2021-11-04 10:29:35.911 | + lib/nova:create_flavors:1143 : openstack --os-region-name=RegionOne flavor list 2021-11-04 10:29:35.911 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.911 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.911 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.912 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.912 | + lib/nova:create_flavors:1144 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2021-11-04 10:29:35.912 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.912 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.912 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.912 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.912 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.912 | | Field | Value | 2021-11-04 10:29:35.912 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.912 | | OS-FLV-DISABLED:disabled | False | 2021-11-04 10:29:35.912 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-11-04 10:29:35.912 | | description | None | 2021-11-04 10:29:35.912 | | disk | 1 | 2021-11-04 10:29:35.912 | | id | 1 | 2021-11-04 10:29:35.912 | | name | m1.tiny | 2021-11-04 10:29:35.912 | | os-flavor-access:is_public | True | 2021-11-04 10:29:35.912 | | properties | hw_rng:allowed='True' | 2021-11-04 10:29:35.912 | | ram | 512 | 2021-11-04 10:29:35.912 | | rxtx_factor | 1.0 | 2021-11-04 10:29:35.912 | | swap | | 2021-11-04 10:29:35.912 | | vcpus | 1 | 2021-11-04 10:29:35.912 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.912 | + lib/nova:create_flavors:1145 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2021-11-04 10:29:35.912 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.912 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.912 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.912 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.912 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.912 | | Field | Value | 2021-11-04 10:29:35.912 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.912 | | OS-FLV-DISABLED:disabled | False | 2021-11-04 10:29:35.912 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-11-04 10:29:35.912 | | description | None | 2021-11-04 10:29:35.912 | | disk | 20 | 2021-11-04 10:29:35.912 | | id | 2 | 2021-11-04 10:29:35.913 | | name | m1.small | 2021-11-04 10:29:35.913 | | os-flavor-access:is_public | True | 2021-11-04 10:29:35.913 | | properties | hw_rng:allowed='True' | 2021-11-04 10:29:35.913 | | ram | 2048 | 2021-11-04 10:29:35.913 | | rxtx_factor | 1.0 | 2021-11-04 10:29:35.913 | | swap | | 2021-11-04 10:29:35.913 | | vcpus | 1 | 2021-11-04 10:29:35.913 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.913 | + lib/nova:create_flavors:1146 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2021-11-04 10:29:35.913 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.913 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.913 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.913 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.913 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.913 | | Field | Value | 2021-11-04 10:29:35.913 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.913 | | OS-FLV-DISABLED:disabled | False | 2021-11-04 10:29:35.913 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-11-04 10:29:35.913 | | description | None | 2021-11-04 10:29:35.913 | | disk | 40 | 2021-11-04 10:29:35.913 | | id | 3 | 2021-11-04 10:29:35.913 | | name | m1.medium | 2021-11-04 10:29:35.913 | | os-flavor-access:is_public | True | 2021-11-04 10:29:35.913 | | properties | hw_rng:allowed='True' | 2021-11-04 10:29:35.913 | | ram | 4096 | 2021-11-04 10:29:35.913 | | rxtx_factor | 1.0 | 2021-11-04 10:29:35.913 | | swap | | 2021-11-04 10:29:35.913 | | vcpus | 2 | 2021-11-04 10:29:35.913 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.913 | + lib/nova:create_flavors:1147 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2021-11-04 10:29:35.913 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.913 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.913 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.913 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.913 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.914 | | Field | Value | 2021-11-04 10:29:35.914 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.914 | | OS-FLV-DISABLED:disabled | False | 2021-11-04 10:29:35.914 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-11-04 10:29:35.914 | | description | None | 2021-11-04 10:29:35.914 | | disk | 80 | 2021-11-04 10:29:35.914 | | id | 4 | 2021-11-04 10:29:35.914 | | name | m1.large | 2021-11-04 10:29:35.914 | | os-flavor-access:is_public | True | 2021-11-04 10:29:35.914 | | properties | hw_rng:allowed='True' | 2021-11-04 10:29:35.914 | | ram | 8192 | 2021-11-04 10:29:35.914 | | rxtx_factor | 1.0 | 2021-11-04 10:29:35.914 | | swap | | 2021-11-04 10:29:35.914 | | vcpus | 4 | 2021-11-04 10:29:35.914 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.914 | + lib/nova:create_flavors:1148 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2021-11-04 10:29:35.914 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.914 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.914 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:35.914 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:35.914 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.914 | | Field | Value | 2021-11-04 10:29:35.914 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.914 | | OS-FLV-DISABLED:disabled | False | 2021-11-04 10:29:35.914 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-11-04 10:29:35.914 | | description | None | 2021-11-04 10:29:35.914 | | disk | 160 | 2021-11-04 10:29:35.914 | | id | 5 | 2021-11-04 10:29:35.914 | | name | m1.xlarge | 2021-11-04 10:29:35.914 | | os-flavor-access:is_public | True | 2021-11-04 10:29:35.914 | | properties | hw_rng:allowed='True' | 2021-11-04 10:29:35.914 | | ram | 16384 | 2021-11-04 10:29:35.914 | | rxtx_factor | 1.0 | 2021-11-04 10:29:35.915 | | swap | | 2021-11-04 10:29:35.915 | | vcpus | 8 | 2021-11-04 10:29:35.915 | +----------------------------+-----------------------+ 2021-11-04 10:29:35.964 | [17569 Async create_flavors:108843]: finished create_flavors with result 0 in 33 seconds 2021-11-04 10:29:35.968 | + inc/async:async_wait:197 : return 0 2021-11-04 10:29:35.971 | + ./stack.sh:main:1368 : is_service_enabled horizon 2021-11-04 10:29:35.989 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:29:35.992 | + ./stack.sh:main:1382 : is_service_enabled nova 2021-11-04 10:29:36.011 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:29:36.013 | + ./stack.sh:main:1382 : is_service_enabled keystone 2021-11-04 10:29:36.031 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:29:36.034 | + ./stack.sh:main:1383 : USERRC_PARAMS='-PA --target-dir /home/ubuntu/devstack/accrc' 2021-11-04 10:29:36.036 | + ./stack.sh:main:1385 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-11-04 10:29:36.039 | + ./stack.sh:main:1389 : /home/ubuntu/devstack/tools/create_userrc.sh -PA --target-dir /home/ubuntu/devstack/accrc 2021-11-04 10:29:36.052 | + home/ubuntu/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2021-11-04 10:29:36.054 | ++ 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 2021-11-04 10:29:36.056 | + home/ubuntu/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/home/ubuntu/devstack/accrc'\'' --' 2021-11-04 10:29:36.058 | + home/ubuntu/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/home/ubuntu/devstack/accrc'\''' -- 2021-11-04 10:29:36.059 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /home/ubuntu/devstack/accrc -- 2021-11-04 10:29:36.061 | + home/ubuntu/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2021-11-04 10:29:36.062 | + home/ubuntu/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2021-11-04 10:29:36.064 | + home/ubuntu/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2021-11-04 10:29:36.066 | + home/ubuntu/devstack/tools/create_userrc.sh:main:92 : MODE= 2021-11-04 10:29:36.067 | + home/ubuntu/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2021-11-04 10:29:36.069 | + home/ubuntu/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2021-11-04 10:29:36.070 | + home/ubuntu/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2021-11-04 10:29:36.072 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2021-11-04 10:29:36.073 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-11-04 10:29:36.075 | + home/ubuntu/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2021-11-04 10:29:36.076 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-11-04 10:29:36.078 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 4 -gt 0 ']' 2021-11-04 10:29:36.079 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-11-04 10:29:36.081 | + home/ubuntu/devstack/tools/create_userrc.sh:main:118 : MODE=all 2021-11-04 10:29:36.082 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-11-04 10:29:36.084 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2021-11-04 10:29:36.085 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-11-04 10:29:36.087 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/home/ubuntu/devstack/accrc 2021-11-04 10:29:36.089 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : shift 2021-11-04 10:29:36.090 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-11-04 10:29:36.092 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2021-11-04 10:29:36.093 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-11-04 10:29:36.094 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : shift 2021-11-04 10:29:36.096 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : break 2021-11-04 10:29:36.097 | + home/ubuntu/devstack/tools/create_userrc.sh:main:129 : '[' -z Passw0rd ']' 2021-11-04 10:29:36.099 | + home/ubuntu/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2021-11-04 10:29:36.101 | + home/ubuntu/devstack/tools/create_userrc.sh:main:142 : '[' -z admin -a '' ']' 2021-11-04 10:29:36.102 | + home/ubuntu/devstack/tools/create_userrc.sh:main:146 : '[' -z admin -a -z '' ']' 2021-11-04 10:29:36.104 | + home/ubuntu/devstack/tools/create_userrc.sh:main:150 : '[' -z admin ']' 2021-11-04 10:29:36.105 | + home/ubuntu/devstack/tools/create_userrc.sh:main:154 : '[' -z http://10.222.0.49/identity ']' 2021-11-04 10:29:36.107 | + home/ubuntu/devstack/tools/create_userrc.sh:main:158 : '[' -z default -a -z '' ']' 2021-11-04 10:29:36.108 | + home/ubuntu/devstack/tools/create_userrc.sh:main:163 : '[' -z default -a -z '' ']' 2021-11-04 10:29:36.110 | + home/ubuntu/devstack/tools/create_userrc.sh:main:168 : USER_PASS=Passw0rd 2021-11-04 10:29:36.112 | + home/ubuntu/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2021-11-04 10:29:36.113 | + home/ubuntu/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2021-11-04 10:29:36.115 | + home/ubuntu/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2021-11-04 10:29:36.119 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep ,True 2021-11-04 10:29:36.119 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2021-11-04 10:29:36.119 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep -v service 2021-11-04 10:29:36.119 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-11-04 10:29:36.120 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-11-04 10:29:38.673 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:38.673 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:38.673 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:38.673 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:38.869 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 02b7cb0577d74fd4aec0ac80d580679e --long --quote none -f csv 2021-11-04 10:29:38.869 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-11-04 10:29:38.870 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-11-04 10:29:38.872 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-11-04 10:29:41.065 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:41.065 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:41.065 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:41.065 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:41.258 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-11-04 10:29:41.259 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-11-04 10:29:41.261 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-11-04 10:29:41.263 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-11-04 10:29:41.264 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 8071c00078c941aba48f4bba446fc881 admin 02b7cb0577d74fd4aec0ac80d580679e admin Passw0rd 2021-11-04 10:29:41.266 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=8071c00078c941aba48f4bba446fc881 2021-11-04 10:29:41.268 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-11-04 10:29:41.269 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=02b7cb0577d74fd4aec0ac80d580679e 2021-11-04 10:29:41.271 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=admin 2021-11-04 10:29:41.273 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-11-04 10:29:41.274 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/admin 2021-11-04 10:29:41.278 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/admin/admin 2021-11-04 10:29:41.280 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-11-04 10:29:41.288 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-11-04 10:29:41.289 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-11-04 10:29:41.291 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-11-04 10:29:41.292 | + 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 2021-11-04 10:29:41.294 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:41.295 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-11-04 10:29:41.297 | + 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 2021-11-04 10:29:41.299 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:41.300 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-11-04 10:29:41.302 | + 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 2021-11-04 10:29:41.303 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:41.305 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-11-04 10:29:41.306 | + 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 2021-11-04 10:29:41.308 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:41.309 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-11-04 10:29:41.311 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-11-04 10:29:41.312 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-11-04 10:29:41.314 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-11-04 10:29:41.315 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-11-04 10:29:41.317 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 0e774422b4574bbca3db8b1be57c3efa --long --quote none -f csv 2021-11-04 10:29:41.318 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-11-04 10:29:41.318 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-11-04 10:29:41.321 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-11-04 10:29:43.536 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:43.536 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:43.536 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:43.536 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:43.729 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a alt_demo '!=' admin ']' 2021-11-04 10:29:43.731 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$alt_demo_password' 2021-11-04 10:29:43.732 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-11-04 10:29:43.734 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-11-04 10:29:43.736 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 4a1e95245364490d93f185f9afa28cab alt_demo 0e774422b4574bbca3db8b1be57c3efa alt_demo Passw0rd 2021-11-04 10:29:43.738 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=4a1e95245364490d93f185f9afa28cab 2021-11-04 10:29:43.739 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=alt_demo 2021-11-04 10:29:43.741 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:29:43.742 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2021-11-04 10:29:43.744 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-11-04 10:29:43.745 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2021-11-04 10:29:43.749 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/alt_demo 2021-11-04 10:29:43.751 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-11-04 10:29:43.754 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-11-04 10:29:43.756 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-11-04 10:29:43.757 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-11-04 10:29:43.759 | + 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 2021-11-04 10:29:43.760 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:43.762 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-11-04 10:29:43.763 | + 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 2021-11-04 10:29:43.765 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:43.767 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-11-04 10:29:43.768 | + 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 2021-11-04 10:29:43.770 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:43.771 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-11-04 10:29:43.773 | + 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 2021-11-04 10:29:43.774 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:43.776 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-11-04 10:29:43.777 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-11-04 10:29:43.779 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-11-04 10:29:43.780 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-11-04 10:29:43.782 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-11-04 10:29:43.784 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-11-04 10:29:43.785 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-11-04 10:29:43.787 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 8071c00078c941aba48f4bba446fc881 admin 0e774422b4574bbca3db8b1be57c3efa alt_demo Passw0rd 2021-11-04 10:29:43.789 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=8071c00078c941aba48f4bba446fc881 2021-11-04 10:29:43.790 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-11-04 10:29:43.792 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=0e774422b4574bbca3db8b1be57c3efa 2021-11-04 10:29:43.793 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2021-11-04 10:29:43.795 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-11-04 10:29:43.796 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2021-11-04 10:29:43.800 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/admin 2021-11-04 10:29:43.802 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-11-04 10:29:43.805 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-11-04 10:29:43.807 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-11-04 10:29:43.808 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-11-04 10:29:43.810 | + 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 2021-11-04 10:29:43.811 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:43.813 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-11-04 10:29:43.814 | + 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 2021-11-04 10:29:43.816 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:43.817 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-11-04 10:29:43.819 | + 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 2021-11-04 10:29:43.820 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:43.822 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-11-04 10:29:43.823 | + 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 2021-11-04 10:29:43.825 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:43.827 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-11-04 10:29:43.828 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-11-04 10:29:43.830 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-11-04 10:29:43.832 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-11-04 10:29:43.833 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-11-04 10:29:43.835 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-11-04 10:29:43.836 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 5f544e97c97b49df972ec54f1414606d --long --quote none -f csv 2021-11-04 10:29:43.837 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-11-04 10:29:43.841 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-11-04 10:29:46.063 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:46.063 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:46.063 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:46.063 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:46.254 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2021-11-04 10:29:46.256 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2021-11-04 10:29:46.257 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-11-04 10:29:46.259 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-11-04 10:29:46.260 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry edca82e0d3624f848577056240ac561e demo 5f544e97c97b49df972ec54f1414606d invisible_to_admin Passw0rd 2021-11-04 10:29:46.262 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=edca82e0d3624f848577056240ac561e 2021-11-04 10:29:46.264 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2021-11-04 10:29:46.265 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=5f544e97c97b49df972ec54f1414606d 2021-11-04 10:29:46.267 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=invisible_to_admin 2021-11-04 10:29:46.269 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-11-04 10:29:46.270 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/invisible_to_admin 2021-11-04 10:29:46.274 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/invisible_to_admin/demo 2021-11-04 10:29:46.276 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-11-04 10:29:46.279 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-11-04 10:29:46.280 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-11-04 10:29:46.282 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-11-04 10:29:46.284 | + 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 2021-11-04 10:29:46.285 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:46.287 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-11-04 10:29:46.288 | + 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 2021-11-04 10:29:46.290 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:46.291 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-11-04 10:29:46.293 | + 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 2021-11-04 10:29:46.294 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:46.296 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-11-04 10:29:46.298 | + 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 2021-11-04 10:29:46.299 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:46.301 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-11-04 10:29:46.302 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-11-04 10:29:46.304 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-11-04 10:29:46.305 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-11-04 10:29:46.307 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-11-04 10:29:46.309 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project b030588087d94979ab03bbb5be08ffd1 --long --quote none -f csv 2021-11-04 10:29:46.309 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-11-04 10:29:46.309 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-11-04 10:29:46.313 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-11-04 10:29:48.523 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:48.524 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:48.524 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:48.524 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:48.719 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest2 '!=' admin ']' 2021-11-04 10:29:48.721 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest2_password' 2021-11-04 10:29:48.723 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-11-04 10:29:48.724 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-11-04 10:29:48.726 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 037072ecbfc240ce84a1f7dd3e0ac7f4 swiftusertest2 b030588087d94979ab03bbb5be08ffd1 swiftprojecttest2 Passw0rd 2021-11-04 10:29:48.727 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=037072ecbfc240ce84a1f7dd3e0ac7f4 2021-11-04 10:29:48.729 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest2 2021-11-04 10:29:48.730 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=b030588087d94979ab03bbb5be08ffd1 2021-11-04 10:29:48.732 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest2 2021-11-04 10:29:48.733 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-11-04 10:29:48.735 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest2 2021-11-04 10:29:48.739 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest2/swiftusertest2 2021-11-04 10:29:48.741 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-11-04 10:29:48.744 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-11-04 10:29:48.746 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-11-04 10:29:48.748 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-11-04 10:29:48.750 | + 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 2021-11-04 10:29:48.752 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:48.754 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-11-04 10:29:48.755 | + 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 2021-11-04 10:29:48.757 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:48.759 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-11-04 10:29:48.760 | + 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 2021-11-04 10:29:48.762 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:48.763 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-11-04 10:29:48.766 | + 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 2021-11-04 10:29:48.767 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:48.769 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-11-04 10:29:48.771 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-11-04 10:29:48.772 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-11-04 10:29:48.774 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-11-04 10:29:48.776 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-11-04 10:29:48.778 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project c72064dd40ea4b129981006c2de01c9d --long --quote none -f csv 2021-11-04 10:29:48.780 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-11-04 10:29:48.780 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-11-04 10:29:48.784 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-11-04 10:29:51.010 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:51.010 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:51.010 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:51.010 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:51.201 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest4 '!=' admin ']' 2021-11-04 10:29:51.204 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest4_password' 2021-11-04 10:29:51.205 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-11-04 10:29:51.207 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-11-04 10:29:51.208 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 9d6064d9a46e4c008eabb3d4479a88b3 swiftusertest4 c72064dd40ea4b129981006c2de01c9d swiftprojecttest4 Passw0rd 2021-11-04 10:29:51.210 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=9d6064d9a46e4c008eabb3d4479a88b3 2021-11-04 10:29:51.211 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest4 2021-11-04 10:29:51.213 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=c72064dd40ea4b129981006c2de01c9d 2021-11-04 10:29:51.214 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest4 2021-11-04 10:29:51.216 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-11-04 10:29:51.217 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest4 2021-11-04 10:29:51.221 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest4/swiftusertest4 2021-11-04 10:29:51.223 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-11-04 10:29:51.226 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-11-04 10:29:51.228 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-11-04 10:29:51.229 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-11-04 10:29:51.231 | + 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 2021-11-04 10:29:51.232 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:51.234 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-11-04 10:29:51.236 | + 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 2021-11-04 10:29:51.237 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:51.239 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-11-04 10:29:51.240 | + 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 2021-11-04 10:29:51.242 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:51.244 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-11-04 10:29:51.245 | + 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 2021-11-04 10:29:51.247 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:51.248 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-11-04 10:29:51.250 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-11-04 10:29:51.252 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-11-04 10:29:51.254 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-11-04 10:29:51.255 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-11-04 10:29:51.258 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-11-04 10:29:51.258 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-11-04 10:29:51.258 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project cb4e78e3170f4af9b6fb9559d1f53be2 --long --quote none -f csv 2021-11-04 10:29:51.260 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-11-04 10:29:53.541 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:53.541 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:53.541 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:53.541 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:53.758 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest3 '!=' admin ']' 2021-11-04 10:29:53.759 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest3_password' 2021-11-04 10:29:53.761 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-11-04 10:29:53.762 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-11-04 10:29:53.764 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry dffea4aecf764b568c49c7c50f2c5cf4 swiftusertest3 cb4e78e3170f4af9b6fb9559d1f53be2 swiftprojecttest1 Passw0rd 2021-11-04 10:29:53.768 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=dffea4aecf764b568c49c7c50f2c5cf4 2021-11-04 10:29:53.769 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest3 2021-11-04 10:29:53.771 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=cb4e78e3170f4af9b6fb9559d1f53be2 2021-11-04 10:29:53.772 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2021-11-04 10:29:53.774 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-11-04 10:29:53.776 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2021-11-04 10:29:53.780 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest3 2021-11-04 10:29:53.781 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-11-04 10:29:53.785 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-11-04 10:29:53.787 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-11-04 10:29:53.788 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-11-04 10:29:53.790 | + 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 2021-11-04 10:29:53.791 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:53.793 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-11-04 10:29:53.794 | + 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 2021-11-04 10:29:53.796 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:53.798 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-11-04 10:29:53.799 | + 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 2021-11-04 10:29:53.801 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:53.802 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-11-04 10:29:53.804 | + 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 2021-11-04 10:29:53.805 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:53.807 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-11-04 10:29:53.808 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-11-04 10:29:53.810 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-11-04 10:29:53.811 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest1 '!=' admin ']' 2021-11-04 10:29:53.814 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest1_password' 2021-11-04 10:29:53.815 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-11-04 10:29:53.817 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-11-04 10:29:53.818 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 4d7b55b7aa144d3d98e99581c2213d28 swiftusertest1 cb4e78e3170f4af9b6fb9559d1f53be2 swiftprojecttest1 Passw0rd 2021-11-04 10:29:53.820 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=4d7b55b7aa144d3d98e99581c2213d28 2021-11-04 10:29:53.821 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest1 2021-11-04 10:29:53.823 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=cb4e78e3170f4af9b6fb9559d1f53be2 2021-11-04 10:29:53.825 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2021-11-04 10:29:53.826 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-11-04 10:29:53.828 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2021-11-04 10:29:53.832 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest1 2021-11-04 10:29:53.834 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-11-04 10:29:53.837 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-11-04 10:29:53.838 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-11-04 10:29:53.840 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-11-04 10:29:53.841 | + 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 2021-11-04 10:29:53.843 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:53.845 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-11-04 10:29:53.846 | + 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 2021-11-04 10:29:53.848 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:53.849 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-11-04 10:29:53.851 | + 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 2021-11-04 10:29:53.852 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:53.854 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-11-04 10:29:53.855 | + 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 2021-11-04 10:29:53.857 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:53.858 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-11-04 10:29:53.860 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-11-04 10:29:53.862 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-11-04 10:29:53.864 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-11-04 10:29:53.866 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-11-04 10:29:53.868 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project fd01c8cf764b4181b6e7103f1c29009e --long --quote none -f csv 2021-11-04 10:29:53.869 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-11-04 10:29:53.871 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-11-04 10:29:53.872 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-11-04 10:29:56.129 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:56.129 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:56.129 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:29:56.129 | from cryptography.utils import int_from_bytes 2021-11-04 10:29:56.319 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2021-11-04 10:29:56.321 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2021-11-04 10:29:56.322 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-11-04 10:29:56.324 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-11-04 10:29:56.325 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry edca82e0d3624f848577056240ac561e demo fd01c8cf764b4181b6e7103f1c29009e demo Passw0rd 2021-11-04 10:29:56.327 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=edca82e0d3624f848577056240ac561e 2021-11-04 10:29:56.329 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2021-11-04 10:29:56.331 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:29:56.332 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2021-11-04 10:29:56.334 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-11-04 10:29:56.335 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2021-11-04 10:29:56.339 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/demo 2021-11-04 10:29:56.340 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-11-04 10:29:56.345 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-11-04 10:29:56.346 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-11-04 10:29:56.348 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-11-04 10:29:56.349 | + 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 2021-11-04 10:29:56.351 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:56.352 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-11-04 10:29:56.353 | + 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 2021-11-04 10:29:56.355 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:56.356 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-11-04 10:29:56.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 2021-11-04 10:29:56.360 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:56.361 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-11-04 10:29:56.363 | + 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 2021-11-04 10:29:56.364 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:56.366 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-11-04 10:29:56.367 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-11-04 10:29:56.369 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-11-04 10:29:56.371 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-11-04 10:29:56.372 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-11-04 10:29:56.374 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-11-04 10:29:56.375 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-11-04 10:29:56.377 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 8071c00078c941aba48f4bba446fc881 admin fd01c8cf764b4181b6e7103f1c29009e demo Passw0rd 2021-11-04 10:29:56.378 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=8071c00078c941aba48f4bba446fc881 2021-11-04 10:29:56.380 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-11-04 10:29:56.381 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=fd01c8cf764b4181b6e7103f1c29009e 2021-11-04 10:29:56.383 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2021-11-04 10:29:56.384 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-11-04 10:29:56.386 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2021-11-04 10:29:56.389 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/admin 2021-11-04 10:29:56.391 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-11-04 10:29:56.394 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-11-04 10:29:56.396 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-11-04 10:29:56.397 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-11-04 10:29:56.399 | + 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 2021-11-04 10:29:56.401 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:56.402 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-11-04 10:29:56.404 | + 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 2021-11-04 10:29:56.406 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:56.408 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-11-04 10:29:56.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 2021-11-04 10:29:56.411 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-11-04 10:29:56.412 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-11-04 10:29:56.414 | + 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 2021-11-04 10:29:56.415 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-11-04 10:29:56.417 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-11-04 10:29:56.419 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-11-04 10:29:56.421 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-11-04 10:29:56.423 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-11-04 10:29:56.426 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-11-04 10:29:56.429 | + ./stack.sh:main:1394 : save_stackenv 2021-11-04 10:29:56.432 | + functions-common:save_stackenv:60 : local tag= 2021-11-04 10:29:56.435 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-11-04 10:29:56.440 | + functions-common:save_stackenv:62 : time_stamp=2021-11-04-102956 2021-11-04 10:29:56.442 | + functions-common:save_stackenv:63 : echo '# 2021-11-04-102956 ' 2021-11-04 10:29:56.450 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:29:56.453 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-11-04 10:29:56.455 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:29:56.458 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-11-04 10:29:56.461 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:29:56.463 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-11-04 10:29:56.465 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:29:56.468 | + 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 2021-11-04 10:29:56.471 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:29:56.473 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.49 2021-11-04 10:29:56.476 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:29:56.478 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.49/identity 2021-11-04 10:29:56.481 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:29:56.483 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-11-04-095721 2021-11-04 10:29:56.486 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:29:56.489 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-11-04 10:29:56.491 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:29:56.494 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.49 2021-11-04 10:29:56.496 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:29:56.499 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-11-04 10:29:56.501 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:29:56.504 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-11-04 10:29:56.506 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:29:56.509 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-11-04 10:29:56.511 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-04 10:29:56.513 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-11-04 10:29:56.516 | + ./stack.sh:main:1405 : merge_config_group /home/ubuntu/devstack/local.conf extra 2021-11-04 10:29:56.519 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-11-04 10:29:56.521 | + inc/meta-config:merge_config_group:171 : shift 2021-11-04 10:29:56.524 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2021-11-04 10:29:56.526 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-11-04 10:29:56.529 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-11-04 10:29:56.531 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-11-04 10:29:56.535 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf extra 2021-11-04 10:29:56.538 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-11-04 10:29:56.540 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2021-11-04 10:29:56.543 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-11-04 10:29:56.545 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2021-11-04 10:29:56.546 | /^\[\[.+\|.*\]\]/ { 2021-11-04 10:29:56.546 | gsub("[][]", "", $1); 2021-11-04 10:29:56.546 | split($1, a, "|"); 2021-11-04 10:29:56.546 | if (a[1] == matchgroup) 2021-11-04 10:29:56.546 | print a[2] 2021-11-04 10:29:56.546 | } 2021-11-04 10:29:56.546 | ' /home/ubuntu/devstack/local.conf 2021-11-04 10:29:56.600 | + ./stack.sh:main:1412 : run_phase stack extra 2021-11-04 10:29:56.602 | + functions-common:run_phase:1737 : local mode=stack 2021-11-04 10:29:56.605 | + functions-common:run_phase:1738 : local phase=extra 2021-11-04 10:29:56.608 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-11-04 10:29:56.613 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2021-11-04 10:29:56.616 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-11-04 10:29:56.619 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2021-11-04 10:29:56.625 | + functions-common:run_phase:1747 : local extra 2021-11-04 10:29:56.630 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-11-04 10:29:56.643 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2021-11-04 10:29:56.646 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-11-04 10:29:56.649 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-11-04 10:29:56.651 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack extra 2021-11-04 10:29:56.654 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-11-04 10:29:56.673 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:29:56.676 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-11-04 10:29:56.679 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-11-04 10:29:56.681 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2021-11-04 10:29:56.684 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-11-04 10:29:56.686 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-11-04 10:29:56.689 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-11-04 10:29:56.693 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2021-11-04 10:29:56.696 | ++ extras.d/80-tempest.sh:source:15 : : 2021-11-04 10:29:56.698 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2021-11-04 10:29:56.701 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2021-11-04 10:29:56.704 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2021-11-04 10:29:56.706 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-11-04 10:29:56.709 | + functions-common:run_phase:1764 : run_plugins stack extra 2021-11-04 10:29:56.712 | + functions-common:run_plugins:1723 : local mode=stack 2021-11-04 10:29:56.714 | + functions-common:run_plugins:1724 : local phase=extra 2021-11-04 10:29:56.719 | + functions-common:run_plugins:1726 : local plugins= 2021-11-04 10:29:56.722 | + functions-common:run_plugins:1727 : local plugin 2021-11-04 10:29:56.725 | + ./stack.sh:main:1420 : merge_config_group /home/ubuntu/devstack/local.conf post-extra 2021-11-04 10:29:56.727 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-11-04 10:29:56.730 | + inc/meta-config:merge_config_group:171 : shift 2021-11-04 10:29:56.732 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2021-11-04 10:29:56.736 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-11-04 10:29:56.739 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-11-04 10:29:56.741 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-11-04 10:29:56.745 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-extra 2021-11-04 10:29:56.747 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-11-04 10:29:56.751 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2021-11-04 10:29:56.753 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-11-04 10:29:56.757 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2021-11-04 10:29:56.757 | /^\[\[.+\|.*\]\]/ { 2021-11-04 10:29:56.757 | gsub("[][]", "", $1); 2021-11-04 10:29:56.757 | split($1, a, "|"); 2021-11-04 10:29:56.757 | if (a[1] == matchgroup) 2021-11-04 10:29:56.757 | print a[2] 2021-11-04 10:29:56.757 | } 2021-11-04 10:29:56.757 | ' /home/ubuntu/devstack/local.conf 2021-11-04 10:29:56.764 | + ./stack.sh:main:1429 : is_service_enabled n-cpu 2021-11-04 10:29:56.783 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:29:56.786 | + ./stack.sh:main:1434 : service_check 2021-11-04 10:29:56.789 | + functions-common:service_check:1602 : local service 2021-11-04 10:29:56.792 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:56.794 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@key.service 2021-11-04 10:29:56.915 | Failed to get unit file state for devstack@key.service: No such file or directory 2021-11-04 10:29:56.919 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:56.922 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-api.service 2021-11-04 10:29:56.936 | enabled 2021-11-04 10:29:56.940 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-api.service --no-pager 2021-11-04 10:29:56.974 | ● devstack@n-api.service - Devstack devstack@n-api.service 2021-11-04 10:29:56.974 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2021-11-04 10:29:56.974 | Active: active (running) since Thu 2021-11-04 10:27:17 UTC; 2min 39s ago 2021-11-04 10:29:56.974 | Main PID: 101839 (uwsgi) 2021-11-04 10:29:56.974 | Status: "uWSGI is ready" 2021-11-04 10:29:56.974 | Tasks: 3 (limit: 14304) 2021-11-04 10:29:56.974 | Memory: 243.9M 2021-11-04 10:29:56.974 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2021-11-04 10:29:56.974 | ├─101839 nova-apiuWSGI master 2021-11-04 10:29:56.974 | ├─101840 nova-apiuWSGI worker 1 2021-11-04 10:29:56.974 | └─101841 nova-apiuWSGI worker 2 2021-11-04 10:29:56.974 | 2021-11-04 10:29:56.974 | Nov 04 10:29:17 n-d-808921-2 devstack@n-api.service[101841]: [pid: 101841|app: 0|req: 17/32] 10.222.0.49 () {64 vars in 1332 bytes} [Thu Nov 4 10:29:17 2021] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 104 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2021-11-04 10:29:56.974 | Nov 04 10:29:20 n-d-808921-2 devstack@n-api.service[101840]: DEBUG nova.api.openstack.wsgi [None req-889e12cb-9a13-403d-ad30-4f931f23a442 admin admin] Calling method '>' {{(pid=101840) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2021-11-04 10:29:56.974 | Nov 04 10:29:20 n-d-808921-2 devstack@n-api.service[101840]: INFO nova.api.openstack.requestlog [None req-889e12cb-9a13-403d-ad30-4f931f23a442 admin admin] 10.222.0.49 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.001459 2021-11-04 10:29:56.974 | Nov 04 10:29:20 n-d-808921-2 devstack@n-api.service[101840]: [pid: 101840|app: 0|req: 16/33] 10.222.0.49 () {54 vars in 930 bytes} [Thu Nov 4 10:29:20 2021] GET /compute/v2.1 => generated 388 bytes in 2 msecs (HTTP/1.1 200) 9 headers in 357 bytes (2 switches on core 0) 2021-11-04 10:29:56.975 | Nov 04 10:29:20 n-d-808921-2 devstack@n-api.service[101841]: DEBUG nova.api.openstack.wsgi [None req-73ff35c8-3ffa-4cab-b6ad-f1cf5c80e753 admin admin] Action: 'create', calling method: >, body: {"flavor": {"id": "5", "swap": 0, "ram": 16384, "vcpus": 8, "name": "m1.xlarge", "os-flavor-access:is_public": true, "disk": 160, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0}} {{(pid=101841) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2021-11-04 10:29:56.975 | Nov 04 10:29:20 n-d-808921-2 devstack@n-api.service[101841]: INFO nova.api.openstack.requestlog [None req-73ff35c8-3ffa-4cab-b6ad-f1cf5c80e753 admin admin] 10.222.0.49 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.156601 2021-11-04 10:29:56.975 | Nov 04 10:29:20 n-d-808921-2 devstack@n-api.service[101841]: [pid: 101841|app: 0|req: 18/34] 10.222.0.49 () {64 vars in 1282 bytes} [Thu Nov 4 10:29:20 2021] POST /compute/v2.1/flavors => generated 408 bytes in 165 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2021-11-04 10:29:56.975 | Nov 04 10:29:20 n-d-808921-2 devstack@n-api.service[101840]: DEBUG nova.api.openstack.wsgi [None req-82d1ce8d-87b5-4806-8754-4305f2cd2722 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=101840) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2021-11-04 10:29:56.975 | Nov 04 10:29:20 n-d-808921-2 devstack@n-api.service[101840]: INFO nova.api.openstack.requestlog [None req-82d1ce8d-87b5-4806-8754-4305f2cd2722 admin admin] 10.222.0.49 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.097670 2021-11-04 10:29:56.975 | Nov 04 10:29:20 n-d-808921-2 devstack@n-api.service[101840]: [pid: 101840|app: 0|req: 17/35] 10.222.0.49 () {64 vars in 1332 bytes} [Thu Nov 4 10:29:20 2021] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 100 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2021-11-04 10:29:56.978 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:56.980 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-cond.service 2021-11-04 10:29:56.993 | Failed to get unit file state for devstack@n-cond.service: No such file or directory 2021-11-04 10:29:56.997 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.000 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-sch.service 2021-11-04 10:29:57.014 | enabled 2021-11-04 10:29:57.019 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-sch.service --no-pager 2021-11-04 10:29:57.037 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2021-11-04 10:29:57.037 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2021-11-04 10:29:57.037 | Active: active (running) since Thu 2021-11-04 10:28:36 UTC; 1min 20s ago 2021-11-04 10:29:57.037 | Main PID: 106649 (nova-scheduler) 2021-11-04 10:29:57.037 | Tasks: 3 (limit: 14304) 2021-11-04 10:29:57.037 | Memory: 148.9M 2021-11-04 10:29:57.037 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2021-11-04 10:29:57.037 | ├─106649 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-11-04 10:29:57.037 | ├─107909 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-11-04 10:29:57.037 | └─107910 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-11-04 10:29:57.037 | 2021-11-04 10:29:57.037 | Nov 04 10:28:40 n-d-808921-2 nova-scheduler[106649]: DEBUG oslo_service.service [None req-e36f434c-f21e-43c6-bdc1-720bf78060d8 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=106649) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.037 | Nov 04 10:28:40 n-d-808921-2 nova-scheduler[106649]: DEBUG oslo_service.service [None req-e36f434c-f21e-43c6-bdc1-720bf78060d8 None None] oslo_messaging_rabbit.ssl_version = {{(pid=106649) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.037 | Nov 04 10:28:40 n-d-808921-2 nova-scheduler[106649]: DEBUG oslo_service.service [None req-e36f434c-f21e-43c6-bdc1-720bf78060d8 None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=106649) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.037 | Nov 04 10:28:40 n-d-808921-2 nova-scheduler[106649]: DEBUG oslo_service.service [None req-e36f434c-f21e-43c6-bdc1-720bf78060d8 None None] oslo_messaging_notifications.retry = -1 {{(pid=106649) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.037 | Nov 04 10:28:40 n-d-808921-2 nova-scheduler[106649]: DEBUG oslo_service.service [None req-e36f434c-f21e-43c6-bdc1-720bf78060d8 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=106649) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.037 | Nov 04 10:28:40 n-d-808921-2 nova-scheduler[106649]: DEBUG oslo_service.service [None req-e36f434c-f21e-43c6-bdc1-720bf78060d8 None None] oslo_messaging_notifications.transport_url = **** {{(pid=106649) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.037 | Nov 04 10:28:40 n-d-808921-2 nova-scheduler[106649]: DEBUG oslo_service.service [None req-e36f434c-f21e-43c6-bdc1-720bf78060d8 None None] oslo_reports.file_event_handler = None {{(pid=106649) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.037 | Nov 04 10:28:40 n-d-808921-2 nova-scheduler[106649]: DEBUG oslo_service.service [None req-e36f434c-f21e-43c6-bdc1-720bf78060d8 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=106649) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.037 | Nov 04 10:28:40 n-d-808921-2 nova-scheduler[106649]: DEBUG oslo_service.service [None req-e36f434c-f21e-43c6-bdc1-720bf78060d8 None None] oslo_reports.log_dir = None {{(pid=106649) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.037 | Nov 04 10:28:40 n-d-808921-2 nova-scheduler[106649]: DEBUG oslo_service.service [None req-e36f434c-f21e-43c6-bdc1-720bf78060d8 None None] ******************************************************************************** {{(pid=106649) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2021-11-04 10:29:57.040 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.044 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-api-meta.service 2021-11-04 10:29:57.058 | enabled 2021-11-04 10:29:57.062 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-api-meta.service --no-pager 2021-11-04 10:29:57.080 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2021-11-04 10:29:57.080 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2021-11-04 10:29:57.080 | Active: active (running) since Thu 2021-11-04 10:28:38 UTC; 1min 18s ago 2021-11-04 10:29:57.080 | Main PID: 107111 (uwsgi) 2021-11-04 10:29:57.080 | Status: "uWSGI is ready" 2021-11-04 10:29:57.080 | Tasks: 4 (limit: 14304) 2021-11-04 10:29:57.080 | Memory: 206.7M 2021-11-04 10:29:57.080 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2021-11-04 10:29:57.080 | ├─107111 nova-api-metauWSGI master 2021-11-04 10:29:57.080 | ├─107112 nova-api-metauWSGI worker 1 2021-11-04 10:29:57.080 | ├─107113 nova-api-metauWSGI worker 2 2021-11-04 10:29:57.080 | └─107114 nova-api-metauWSGI http 1 2021-11-04 10:29:57.080 | 2021-11-04 10:29:57.080 | Nov 04 10:28:43 n-d-808921-2 devstack@n-api-meta.service[107113]: DEBUG oslo_db.sqlalchemy.engines [None req-4a1755e4-7c4f-4818-876e-e90a515c5e86 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=107113) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2021-11-04 10:29:57.080 | Nov 04 10:28:43 n-d-808921-2 devstack@n-api-meta.service[107112]: DEBUG oslo_concurrency.lockutils [None req-e252b3ab-853d-4fbc-878c-8660e273aa41 None None] Lock "62f7553b-81e9-4864-938a-5f9e9f8d30b7" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=107112) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:386}} 2021-11-04 10:29:57.081 | Nov 04 10:28:43 n-d-808921-2 devstack@n-api-meta.service[107112]: DEBUG oslo_concurrency.lockutils [None req-e252b3ab-853d-4fbc-878c-8660e273aa41 None None] Lock "62f7553b-81e9-4864-938a-5f9e9f8d30b7" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.003s {{(pid=107112) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:400}} 2021-11-04 10:29:57.081 | Nov 04 10:28:43 n-d-808921-2 devstack@n-api-meta.service[107112]: DEBUG oslo_db.sqlalchemy.engines [None req-e252b3ab-853d-4fbc-878c-8660e273aa41 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=107112) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2021-11-04 10:29:57.081 | Nov 04 10:28:43 n-d-808921-2 devstack@n-api-meta.service[107112]: DEBUG oslo_db.sqlalchemy.engines [None req-e252b3ab-853d-4fbc-878c-8660e273aa41 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=107112) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2021-11-04 10:29:57.081 | Nov 04 10:28:43 n-d-808921-2 devstack@n-api-meta.service[107113]: WARNING nova.api.metadata.handler [None req-4a1755e4-7c4f-4818-876e-e90a515c5e86 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2021-11-04 10:29:57.081 | Nov 04 10:28:43 n-d-808921-2 devstack@n-api-meta.service[107113]: WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x55bb81cb69a0 pid: 107113 (default app) 2021-11-04 10:29:57.081 | Nov 04 10:28:43 n-d-808921-2 devstack@n-api-meta.service[107112]: DEBUG oslo_db.sqlalchemy.engines [None req-e252b3ab-853d-4fbc-878c-8660e273aa41 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=107112) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2021-11-04 10:29:57.081 | Nov 04 10:28:43 n-d-808921-2 devstack@n-api-meta.service[107112]: WARNING nova.api.metadata.handler [None req-e252b3ab-853d-4fbc-878c-8660e273aa41 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2021-11-04 10:29:57.081 | Nov 04 10:28:43 n-d-808921-2 devstack@n-api-meta.service[107112]: WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x55bb81cb69a0 pid: 107112 (default app) 2021-11-04 10:29:57.084 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.086 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@placement-api.service 2021-11-04 10:29:57.101 | enabled 2021-11-04 10:29:57.105 | + functions-common:service_check:1609 : sudo systemctl status devstack@placement-api.service --no-pager 2021-11-04 10:29:57.122 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2021-11-04 10:29:57.122 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2021-11-04 10:29:57.122 | Active: active (running) since Thu 2021-11-04 10:27:32 UTC; 2min 24s ago 2021-11-04 10:29:57.123 | Main PID: 103016 (uwsgi) 2021-11-04 10:29:57.123 | Status: "uWSGI is ready" 2021-11-04 10:29:57.123 | Tasks: 3 (limit: 14304) 2021-11-04 10:29:57.123 | Memory: 146.9M 2021-11-04 10:29:57.123 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2021-11-04 10:29:57.123 | ├─103016 placementuWSGI master 2021-11-04 10:29:57.123 | ├─103028 placementuWSGI worker 1 2021-11-04 10:29:57.123 | └─103029 placementuWSGI worker 2 2021-11-04 10:29:57.123 | 2021-11-04 10:29:57.123 | Nov 04 10:27:36 n-d-808921-2 devstack@placement-api.service[103029]: [pid: 103029|app: 0|req: 1/1] 10.222.0.49 () {50 vars in 776 bytes} [Thu Nov 4 10:27:36 2021] GET /placement => generated 136 bytes in 16 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-11-04 10:29:57.123 | Nov 04 10:28:39 n-d-808921-2 devstack@placement-api.service[103028]: DEBUG placement.requestlog [None req-cb876a5a-5f2b-4592-b2a6-482058d04339 None None] Starting request: 10.222.0.49 "GET /placement/" {{(pid=103028) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2021-11-04 10:29:57.123 | Nov 04 10:28:39 n-d-808921-2 devstack@placement-api.service[103028]: INFO placement.requestlog [None req-cb876a5a-5f2b-4592-b2a6-482058d04339 None None] 10.222.0.49 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-11-04 10:29:57.123 | Nov 04 10:28:39 n-d-808921-2 devstack@placement-api.service[103028]: [pid: 103028|app: 0|req: 1/2] 10.222.0.49 () {54 vars in 916 bytes} [Thu Nov 4 10:28:39 2021] GET /placement => generated 136 bytes in 27 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-11-04 10:29:57.123 | Nov 04 10:28:44 n-d-808921-2 devstack@placement-api.service[103029]: DEBUG placement.requestlog [None req-14a32c61-fcae-42d0-91e5-6e541e0da42c None None] Starting request: 10.222.0.49 "GET /placement/" {{(pid=103029) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2021-11-04 10:29:57.123 | Nov 04 10:28:44 n-d-808921-2 devstack@placement-api.service[103029]: INFO placement.requestlog [None req-14a32c61-fcae-42d0-91e5-6e541e0da42c None None] 10.222.0.49 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-11-04 10:29:57.123 | Nov 04 10:28:44 n-d-808921-2 devstack@placement-api.service[103029]: [pid: 103029|app: 0|req: 2/3] 10.222.0.49 () {54 vars in 916 bytes} [Thu Nov 4 10:28:44 2021] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-11-04 10:29:57.123 | Nov 04 10:28:45 n-d-808921-2 devstack@placement-api.service[103028]: DEBUG placement.requestlog [None req-6806dbdf-6216-4d3e-8ef3-d619d857a8c7 None None] Starting request: 10.222.0.49 "GET /placement/" {{(pid=103028) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2021-11-04 10:29:57.123 | Nov 04 10:28:45 n-d-808921-2 devstack@placement-api.service[103028]: INFO placement.requestlog [None req-6806dbdf-6216-4d3e-8ef3-d619d857a8c7 None None] 10.222.0.49 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-11-04 10:29:57.123 | Nov 04 10:28:45 n-d-808921-2 devstack@placement-api.service[103028]: [pid: 103028|app: 0|req: 2/4] 10.222.0.49 () {54 vars in 916 bytes} [Thu Nov 4 10:28:45 2021] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-11-04 10:29:57.126 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.129 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@placement-client.service 2021-11-04 10:29:57.142 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2021-11-04 10:29:57.146 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.149 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@g-api.service 2021-11-04 10:29:57.164 | enabled 2021-11-04 10:29:57.169 | + functions-common:service_check:1609 : sudo systemctl status devstack@g-api.service --no-pager 2021-11-04 10:29:57.186 | ● devstack@g-api.service - Devstack devstack@g-api.service 2021-11-04 10:29:57.186 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2021-11-04 10:29:57.186 | Active: active (running) since Thu 2021-11-04 10:29:05 UTC; 51s ago 2021-11-04 10:29:57.186 | Main PID: 111148 (uwsgi) 2021-11-04 10:29:57.186 | Status: "uWSGI is ready" 2021-11-04 10:29:57.186 | Tasks: 7 (limit: 14304) 2021-11-04 10:29:57.186 | Memory: 212.1M 2021-11-04 10:29:57.186 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2021-11-04 10:29:57.186 | ├─111148 glance-apiuWSGI master 2021-11-04 10:29:57.186 | ├─111150 glance-apiuWSGI worker 1 2021-11-04 10:29:57.186 | └─111151 glance-apiuWSGI worker 2 2021-11-04 10:29:57.186 | 2021-11-04 10:29:57.186 | Nov 04 10:29:35 n-d-808921-2 devstack@g-api.service[111150]: DEBUG glance_store.location [None req-0f6e5cc2-a1eb-42e3-bcb5-e18442050727 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=111150) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2021-11-04 10:29:57.186 | Nov 04 10:29:35 n-d-808921-2 devstack@g-api.service[111150]: DEBUG glance_store.location [None req-0f6e5cc2-a1eb-42e3-bcb5-e18442050727 admin admin] Registering scheme swift+https with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=111150) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2021-11-04 10:29:57.186 | Nov 04 10:29:35 n-d-808921-2 devstack@g-api.service[111150]: DEBUG glance_store.location [None req-0f6e5cc2-a1eb-42e3-bcb5-e18442050727 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=111150) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2021-11-04 10:29:57.187 | Nov 04 10:29:35 n-d-808921-2 devstack@g-api.service[111150]: DEBUG glance_store.location [None req-0f6e5cc2-a1eb-42e3-bcb5-e18442050727 admin admin] Registering scheme swift+http with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=111150) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2021-11-04 10:29:57.187 | Nov 04 10:29:35 n-d-808921-2 devstack@g-api.service[111150]: DEBUG glance_store.location [None req-0f6e5cc2-a1eb-42e3-bcb5-e18442050727 admin admin] Registering scheme swift+https with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=111150) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2021-11-04 10:29:57.187 | Nov 04 10:29:35 n-d-808921-2 devstack@g-api.service[111150]: DEBUG glance_store.location [None req-0f6e5cc2-a1eb-42e3-bcb5-e18442050727 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=111150) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2021-11-04 10:29:57.187 | Nov 04 10:29:35 n-d-808921-2 devstack@g-api.service[111150]: DEBUG glance_store.location [None req-0f6e5cc2-a1eb-42e3-bcb5-e18442050727 admin admin] Registering scheme swift+http with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=111150) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2021-11-04 10:29:57.187 | Nov 04 10:29:35 n-d-808921-2 devstack@g-api.service[111150]: DEBUG glance_store.location [None req-0f6e5cc2-a1eb-42e3-bcb5-e18442050727 admin admin] Registering scheme swift+config with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=111150) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2021-11-04 10:29:57.187 | Nov 04 10:29:35 n-d-808921-2 devstack@g-api.service[111150]: DEBUG glance_store.backend [None req-0f6e5cc2-a1eb-42e3-bcb5-e18442050727 admin admin] Skipping store.set_acls... not implemented. {{(pid=111150) set_acls /usr/local/lib/python3.8/dist-packages/glance_store/backend.py:509}} 2021-11-04 10:29:57.187 | Nov 04 10:29:35 n-d-808921-2 devstack@g-api.service[111150]: [pid: 111150|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 865 bytes} [Thu Nov 4 10:29:18 2021] PUT /v2/images/8caad51b-98a7-4199-8261-e3bea3e1bb37/file => generated 0 bytes in 16881 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2021-11-04 10:29:57.190 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.193 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@c-sch.service 2021-11-04 10:29:57.208 | enabled 2021-11-04 10:29:57.212 | + functions-common:service_check:1609 : sudo systemctl status devstack@c-sch.service --no-pager 2021-11-04 10:29:57.229 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2021-11-04 10:29:57.229 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2021-11-04 10:29:57.229 | Active: active (running) since Thu 2021-11-04 10:28:55 UTC; 1min 1s ago 2021-11-04 10:29:57.230 | Main PID: 109811 (cinder-schedule) 2021-11-04 10:29:57.230 | Tasks: 2 (limit: 14304) 2021-11-04 10:29:57.230 | Memory: 102.5M 2021-11-04 10:29:57.230 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2021-11-04 10:29:57.230 | └─109811 /usr/bin/python3.8 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2021-11-04 10:29:57.230 | 2021-11-04 10:29:57.230 | Nov 04 10:29:00 n-d-808921-2 cinder-scheduler[109811]: INFO cinder.manager [None req-0f030d08-ac84-47d7-ade3-a27dce2cfeee None None] Initiating service 1 cleanup 2021-11-04 10:29:57.230 | Nov 04 10:29:00 n-d-808921-2 cinder-scheduler[109811]: INFO cinder.manager [None req-0f030d08-ac84-47d7-ade3-a27dce2cfeee None None] Service 1 cleanup completed. 2021-11-04 10:29:57.230 | Nov 04 10:29:00 n-d-808921-2 cinder-scheduler[109811]: DEBUG cinder.service [None req-0f030d08-ac84-47d7-ade3-a27dce2cfeee None None] Creating RPC server for service cinder-scheduler {{(pid=109811) start /opt/stack/cinder/cinder/service.py:231}} 2021-11-04 10:29:57.230 | Nov 04 10:29:00 n-d-808921-2 cinder-scheduler[109811]: DEBUG cinder.service [None req-0f030d08-ac84-47d7-ade3-a27dce2cfeee None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=109811) start /opt/stack/cinder/cinder/service.py:237}} 2021-11-04 10:29:57.230 | Nov 04 10:29:01 n-d-808921-2 cinder-scheduler[109811]: DEBUG cinder.scheduler.host_manager [None req-2dd26cb3-e987-4285-9e27-00ebd1880f45 None None] Received backup service update from n-d-808921-2: {'backend_state': True, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=109811) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:544}} 2021-11-04 10:29:57.230 | Nov 04 10:29:08 n-d-808921-2 cinder-scheduler[109811]: DEBUG cinder.scheduler.host_manager [None req-ae4e8ffb-7977-4d3d-a84e-8e1f8505217d None None] Received volume service update from n-d-808921-2@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-808921-2: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=109811) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:575}} 2021-11-04 10:29:57.230 | Nov 04 10:29:08 n-d-808921-2 cinder-scheduler[109811]: DEBUG cinder.utils [None req-ae4e8ffb-7977-4d3d-a84e-8e1f8505217d None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=109811) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:772}} 2021-11-04 10:29:57.230 | Nov 04 10:29:08 n-d-808921-2 cinder-scheduler[109811]: DEBUG cinder.scheduler.host_manager [None req-ae4e8ffb-7977-4d3d-a84e-8e1f8505217d None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'n-d-808921-2@lvmdriver-1#lvmdriver-1', 'total': 48.82, 'free': 48.82, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 48.82, 'reported_at': datetime.datetime(2021, 11, 4, 10, 29, 8, 914268)}, {'type': 'backend', 'name_to_id': 'n-d-808921-2@lvmdriver-1', 'total': 48.82, 'free': 48.82, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 48.82, 'reported_at': datetime.datetime(2021, 11, 4, 10, 29, 8, 914268)}]. {{(pid=109811) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:899}} 2021-11-04 10:29:57.230 | Nov 04 10:29:08 n-d-808921-2 cinder-scheduler[109811]: DEBUG cinder.scheduler.host_manager [None req-ae4e8ffb-7977-4d3d-a84e-8e1f8505217d None None] Updating capabilities for n-d-808921-2@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-808921-2: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(2021, 11, 4, 10, 29, 8, 873821)} {{(pid=109811) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:368}} 2021-11-04 10:29:57.230 | Nov 04 10:29:08 n-d-808921-2 cinder-scheduler[109811]: DEBUG cinder.utils [None req-ae4e8ffb-7977-4d3d-a84e-8e1f8505217d None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=109811) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:772}} 2021-11-04 10:29:57.234 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.237 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@c-api.service 2021-11-04 10:29:57.252 | enabled 2021-11-04 10:29:57.256 | + functions-common:service_check:1609 : sudo systemctl status devstack@c-api.service --no-pager 2021-11-04 10:29:57.274 | ● devstack@c-api.service - Devstack devstack@c-api.service 2021-11-04 10:29:57.274 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2021-11-04 10:29:57.274 | Active: active (running) since Thu 2021-11-04 10:28:49 UTC; 1min 7s ago 2021-11-04 10:29:57.274 | Main PID: 109366 (uwsgi) 2021-11-04 10:29:57.274 | Status: "uWSGI is ready" 2021-11-04 10:29:57.274 | Tasks: 5 (limit: 14304) 2021-11-04 10:29:57.274 | Memory: 223.4M 2021-11-04 10:29:57.274 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2021-11-04 10:29:57.275 | ├─109366 cinder-apiuWSGI master 2021-11-04 10:29:57.275 | ├─109370 cinder-apiuWSGI worker 1 2021-11-04 10:29:57.275 | └─109371 cinder-apiuWSGI worker 2 2021-11-04 10:29:57.275 | 2021-11-04 10:29:57.275 | Nov 04 10:29:02 n-d-808921-2 devstack@c-api.service[109370]: warnings.warn(deprecated_msg) 2021-11-04 10:29:57.275 | Nov 04 10:29:02 n-d-808921-2 devstack@c-api.service[109370]: INFO cinder.api.openstack.wsgi [req-1b413487-75bd-41d1-a141-78618a1b0a5a req-b2990efe-07d5-4cdb-9f2a-9a5ec466d37e admin admin] POST http://10.222.0.49/volume/v3/02b7cb0577d74fd4aec0ac80d580679e/types/e6566d46-5963-427c-bf2c-168fe05fb889/extra_specs 2021-11-04 10:29:57.275 | Nov 04 10:29:02 n-d-808921-2 devstack@c-api.service[109370]: /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. 2021-11-04 10:29:57.275 | Nov 04 10:29:02 n-d-808921-2 devstack@c-api.service[109370]: warnings.warn( 2021-11-04 10:29:57.275 | Nov 04 10:29:02 n-d-808921-2 devstack@c-api.service[109370]: DEBUG cinder.api.openstack.wsgi [req-1b413487-75bd-41d1-a141-78618a1b0a5a req-b2990efe-07d5-4cdb-9f2a-9a5ec466d37e admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "lvmdriver-1"}} {{(pid=109370) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:854}} 2021-11-04 10:29:57.275 | Nov 04 10:29:02 n-d-808921-2 devstack@c-api.service[109370]: /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. 2021-11-04 10:29:57.275 | Nov 04 10:29:02 n-d-808921-2 devstack@c-api.service[109370]: warnings.warn('Policy enforcement is depending on the value of ' 2021-11-04 10:29:57.275 | Nov 04 10:29:02 n-d-808921-2 devstack@c-api.service[109370]: DEBUG oslo_db.sqlalchemy.engines [req-1b413487-75bd-41d1-a141-78618a1b0a5a req-b2990efe-07d5-4cdb-9f2a-9a5ec466d37e 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=109370) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2021-11-04 10:29:57.275 | Nov 04 10:29:03 n-d-808921-2 devstack@c-api.service[109370]: INFO cinder.api.openstack.wsgi [req-1b413487-75bd-41d1-a141-78618a1b0a5a req-b2990efe-07d5-4cdb-9f2a-9a5ec466d37e admin admin] http://10.222.0.49/volume/v3/02b7cb0577d74fd4aec0ac80d580679e/types/e6566d46-5963-427c-bf2c-168fe05fb889/extra_specs returned with HTTP 200 2021-11-04 10:29:57.275 | Nov 04 10:29:03 n-d-808921-2 devstack@c-api.service[109370]: [pid: 109370|app: 0|req: 1/3] 10.222.0.49 () {62 vars in 1454 bytes} [Thu Nov 4 10:29:02 2021] POST /volume/v3/02b7cb0577d74fd4aec0ac80d580679e/types/e6566d46-5963-427c-bf2c-168fe05fb889/extra_specs => generated 55 bytes in 718 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2021-11-04 10:29:57.278 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.281 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@c-vol.service 2021-11-04 10:29:57.296 | enabled 2021-11-04 10:29:57.300 | + functions-common:service_check:1609 : sudo systemctl status devstack@c-vol.service --no-pager 2021-11-04 10:29:57.318 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2021-11-04 10:29:57.318 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2021-11-04 10:29:57.318 | Active: active (running) since Thu 2021-11-04 10:28:59 UTC; 58s ago 2021-11-04 10:29:57.318 | Main PID: 110561 (cinder-volume) 2021-11-04 10:29:57.318 | Tasks: 3 (limit: 14304) 2021-11-04 10:29:57.318 | Memory: 134.1M 2021-11-04 10:29:57.318 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2021-11-04 10:29:57.318 | ├─110561 /usr/bin/python3.8 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2021-11-04 10:29:57.318 | └─110784 /usr/bin/python3.8 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2021-11-04 10:29:57.318 | 2021-11-04 10:29:57.318 | Nov 04 10:29:09 n-d-808921-2 sudo[111252]: 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 2021-11-04 10:29:57.318 | Nov 04 10:29:09 n-d-808921-2 sudo[111252]: pam_unix(sudo:session): session opened for user root by (uid=0) 2021-11-04 10:29:57.318 | Nov 04 10:29:09 n-d-808921-2 sudo[111252]: pam_unix(sudo:session): session closed for user root 2021-11-04 10:29:57.318 | Nov 04 10:29:09 n-d-808921-2 cinder-volume[110784]: DEBUG oslo_concurrency.processutils [None req-ae4e8ffb-7977-4d3d-a84e-8e1f8505217d 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.750s {{(pid=110784) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}} 2021-11-04 10:29:57.318 | Nov 04 10:29:09 n-d-808921-2 cinder-volume[110784]: DEBUG oslo_concurrency.processutils [None req-ae4e8ffb-7977-4d3d-a84e-8e1f8505217d 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=110784) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:384}} 2021-11-04 10:29:57.319 | Nov 04 10:29:09 n-d-808921-2 sudo[111261]: 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 2021-11-04 10:29:57.319 | Nov 04 10:29:09 n-d-808921-2 sudo[111261]: pam_unix(sudo:session): session opened for user root by (uid=0) 2021-11-04 10:29:57.319 | Nov 04 10:29:10 n-d-808921-2 sudo[111261]: pam_unix(sudo:session): session closed for user root 2021-11-04 10:29:57.319 | Nov 04 10:29:10 n-d-808921-2 cinder-volume[110784]: DEBUG oslo_concurrency.processutils [None req-ae4e8ffb-7977-4d3d-a84e-8e1f8505217d 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.818s {{(pid=110784) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}} 2021-11-04 10:29:57.319 | Nov 04 10:29:10 n-d-808921-2 cinder-volume[110784]: INFO cinder.volume.manager [None req-ae4e8ffb-7977-4d3d-a84e-8e1f8505217d None None] Driver post RPC initialization completed successfully. 2021-11-04 10:29:57.322 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.325 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ovn-controller.service 2021-11-04 10:29:57.339 | Failed to get unit file state for devstack@ovn-controller.service: No such file or directory 2021-11-04 10:29:57.344 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.346 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ovn-northd.service 2021-11-04 10:29:57.360 | Failed to get unit file state for devstack@ovn-northd.service: No such file or directory 2021-11-04 10:29:57.365 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.367 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2021-11-04 10:29:57.381 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2021-11-04 10:29:57.385 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.388 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ovsdb-server.service 2021-11-04 10:29:57.401 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2021-11-04 10:29:57.405 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.408 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-svc.service 2021-11-04 10:29:57.421 | enabled 2021-11-04 10:29:57.425 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-svc.service --no-pager 2021-11-04 10:29:57.442 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2021-11-04 10:29:57.442 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2021-11-04 10:29:57.442 | Active: active (running) since Thu 2021-11-04 10:27:25 UTC; 2min 32s ago 2021-11-04 10:29:57.442 | Main PID: 102424 (/usr/bin/python) 2021-11-04 10:29:57.442 | Tasks: 8 (limit: 14304) 2021-11-04 10:29:57.442 | Memory: 370.4M 2021-11-04 10:29:57.443 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2021-11-04 10:29:57.443 | ├─102424 /usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2021-11-04 10:29:57.443 | ├─102535 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) 2021-11-04 10:29:57.443 | ├─102536 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) 2021-11-04 10:29:57.443 | ├─102537 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) 2021-11-04 10:29:57.443 | └─102538 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) 2021-11-04 10:29:57.443 | 2021-11-04 10:29:57.443 | Nov 04 10:29:15 n-d-808921-2 neutron-server[102537]: DEBUG neutron_lib.callbacks.manager [None req-f80fdd70-3d6c-46d1-bb0b-6dc7e7dadd82 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8751241177335', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-537325'] for agent, after_update {{(pid=102537) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:175}} 2021-11-04 10:29:57.443 | Nov 04 10:29:16 n-d-808921-2 neutron-server[102537]: DEBUG neutron_lib.callbacks.manager [None req-68ccea95-22f1-48d3-8f1d-5a34f6451e01 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8751241177335', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-537325'] for agent, after_update {{(pid=102537) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:175}} 2021-11-04 10:29:57.443 | Nov 04 10:29:18 n-d-808921-2 neutron-server[102537]: DEBUG neutron_lib.callbacks.manager [None req-84c8780c-7dd5-4036-9a9a-f2a936e743dd None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8751241177335', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-537325'] for agent, after_update {{(pid=102537) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:175}} 2021-11-04 10:29:57.443 | Nov 04 10:29:18 n-d-808921-2 neutron-server[102537]: DEBUG neutron_lib.callbacks.manager [None req-abd8e312-9747-4fa1-9929-ace514793e58 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8751241177335', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-537325'] for agent, after_update {{(pid=102537) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:175}} 2021-11-04 10:29:57.443 | Nov 04 10:29:22 n-d-808921-2 neutron-server[102538]: DEBUG neutron.db.agents_db [None req-d7231223-8dcb-43f1-9977-1df388bc64ad None None] Agent healthcheck: found 5 active agents {{(pid=102538) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} 2021-11-04 10:29:57.443 | Nov 04 10:29:43 n-d-808921-2 neutron-server[102537]: DEBUG neutron_lib.callbacks.manager [None req-a5210078-854b-4e08-b7f1-78a47eae7c55 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8751241177335', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-537325'] for agent, after_update {{(pid=102537) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:175}} 2021-11-04 10:29:57.443 | Nov 04 10:29:45 n-d-808921-2 neutron-server[102537]: DEBUG neutron_lib.callbacks.manager [None req-c246915b-804f-476e-bd25-f98651a9f118 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8751241177335', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-537325'] for agent, after_update {{(pid=102537) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:175}} 2021-11-04 10:29:57.443 | Nov 04 10:29:46 n-d-808921-2 neutron-server[102537]: DEBUG neutron_lib.callbacks.manager [None req-68ccea95-22f1-48d3-8f1d-5a34f6451e01 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8751241177335', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-537325'] for agent, after_update {{(pid=102537) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:175}} 2021-11-04 10:29:57.443 | Nov 04 10:29:48 n-d-808921-2 neutron-server[102537]: DEBUG neutron_lib.callbacks.manager [None req-84c8780c-7dd5-4036-9a9a-f2a936e743dd None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8751241177335', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-537325'] for agent, after_update {{(pid=102537) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:175}} 2021-11-04 10:29:57.443 | Nov 04 10:29:48 n-d-808921-2 neutron-server[102537]: DEBUG neutron_lib.callbacks.manager [None req-abd8e312-9747-4fa1-9929-ace514793e58 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8751241177335', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-537325'] for agent, after_update {{(pid=102537) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:175}} 2021-11-04 10:29:57.447 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.449 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-ovn-metadata-agent.service 2021-11-04 10:29:57.463 | Failed to get unit file state for devstack@q-ovn-metadata-agent.service: No such file or directory 2021-11-04 10:29:57.467 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.469 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@rabbit.service 2021-11-04 10:29:57.482 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2021-11-04 10:29:57.486 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.489 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@tempest.service 2021-11-04 10:29:57.502 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2021-11-04 10:29:57.506 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.509 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@mysql.service 2021-11-04 10:29:57.522 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2021-11-04 10:29:57.526 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.529 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@etcd3.service 2021-11-04 10:29:57.542 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2021-11-04 10:29:57.546 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.549 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@dstat.service 2021-11-04 10:29:57.564 | enabled 2021-11-04 10:29:57.568 | + functions-common:service_check:1609 : sudo systemctl status devstack@dstat.service --no-pager 2021-11-04 10:29:57.586 | ● devstack@dstat.service - Devstack devstack@dstat.service 2021-11-04 10:29:57.586 | Loaded: loaded (/etc/systemd/system/devstack@dstat.service; enabled; vendor preset: enabled) 2021-11-04 10:29:57.586 | Active: active (running) since Thu 2021-11-04 10:12:43 UTC; 17min ago 2021-11-04 10:29:57.586 | Main PID: 77953 (dstat.sh) 2021-11-04 10:29:57.586 | Tasks: 3 (limit: 14304) 2021-11-04 10:29:57.586 | Memory: 18.7M 2021-11-04 10:29:57.586 | CGroup: /system.slice/system-devstack.slice/devstack@dstat.service 2021-11-04 10:29:57.586 | ├─77953 /bin/bash /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs 2021-11-04 10:29:57.586 | ├─78073 python3 /usr/bin/dstat -tcmndrylpg --tcp --output /opt/stack/logs/dstat-csv.log 2021-11-04 10:29:57.587 | └─78074 python3 /usr/bin/dstat -tcmndrylpg --swap --tcp 2021-11-04 10:29:57.587 | 2021-11-04 10:29:57.587 | Nov 04 10:29:47 n-d-808921-2 dstat.sh[78074]: 04-11 10:29:47| 25 3 67 4 0|5259M 555M 171M 5688M|6111 276 | 0 392k| 0 25.0 | 439 3929 |3.25 3.07 2.41|1.0 0 1.0| 0 0 | 0 0 | 23 215 0 59 0 2021-11-04 10:29:57.587 | Nov 04 10:29:48 n-d-808921-2 dstat.sh[78074]: 04-11 10:29:48| 27 5 61 6 0|5222M 593M 171M 5689M| 117k 115k| 0 508k| 0 33.0 |1271 5608 |3.25 3.07 2.41|2.0 1.0 77| 0 0 | 0 0 | 23 215 0 59 0 2021-11-04 10:29:57.587 | Nov 04 10:29:49 n-d-808921-2 dstat.sh[78074]: 04-11 10:29:49| 28 3 61 8 0|5250M 564M 171M 5689M| 69k 9605 | 0 492k| 0 49.0 | 615 4918 |3.25 3.07 2.41|1.0 0 3.0| 0 0 | 0 0 | 23 215 0 59 0 2021-11-04 10:29:57.587 | Nov 04 10:29:50 n-d-808921-2 dstat.sh[78074]: 04-11 10:29:50| 27 3 62 7 0|5274M 540M 171M 5689M| 42k 38k| 0 456k| 0 38.0 | 665 4624 |3.25 3.07 2.41|1.0 0 0| 0 0 | 0 0 | 23 215 0 57 0 2021-11-04 10:29:57.587 | Nov 04 10:29:51 n-d-808921-2 dstat.sh[78074]: 04-11 10:29:51| 26 4 59 9 0|5233M 581M 171M 5689M| 102k 84k| 0 512k| 0 42.0 |1215 5867 |3.07 3.04 2.40|1.0 0 77| 0 0 | 0 0 | 23 215 0 58 0 2021-11-04 10:29:57.587 | Nov 04 10:29:52 n-d-808921-2 dstat.sh[78074]: 04-11 10:29:52| 27 3 67 3 0|5262M 552M 171M 5689M|8543 4276 | 0 312k| 0 14.0 | 422 3713 |3.07 3.04 2.40|1.0 0 1.0| 0 0 | 0 0 | 23 215 0 58 0 2021-11-04 10:29:57.587 | Nov 04 10:29:53 n-d-808921-2 dstat.sh[78074]: 04-11 10:29:53| 25 5 67 2 0|5216M 598M 171M 5689M| 115k 113k| 0 292k| 0 14.0 |1561 5507 |3.07 3.04 2.40|1.0 0 139| 0 0 | 0 0 | 23 215 0 58 0 2021-11-04 10:29:57.587 | Nov 04 10:29:54 n-d-808921-2 dstat.sh[78074]: 04-11 10:29:54| 28 2 68 2 0|5245M 569M 171M 5689M|4866 3709 | 0 304k| 0 16.0 | 438 3610 |3.07 3.04 2.40|1.0 0 1.0| 0 0 | 0 0 | 23 215 0 47 0 2021-11-04 10:29:57.587 | Nov 04 10:29:55 n-d-808921-2 dstat.sh[78074]: 04-11 10:29:55| 25 3 63 8 0|5271M 543M 171M 5689M|8918 5374 | 0 588k| 0 37.0 | 448 3813 |3.07 3.04 2.40|1.0 2.0 0| 0 0 | 0 0 | 23 215 0 47 0 2021-11-04 10:29:57.587 | Nov 04 10:29:56 n-d-808921-2 dstat.sh[78074]: 04-11 10:29:56| 24 12 51 12 0|5214M 599M 171M 5690M| 113k 101k|1368k 836k|44.0 59.0 |3416 11k|2.90 3.01 2.39| 0 1.0 381| 0 0 | 0 0 | 23 215 0 46 0 2021-11-04 10:29:57.592 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.594 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-crt.service 2021-11-04 10:29:57.608 | Failed to get unit file state for devstack@n-crt.service: No such file or directory 2021-11-04 10:29:57.613 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.615 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-cauth.service 2021-11-04 10:29:57.630 | Failed to get unit file state for devstack@n-cauth.service: No such file or directory 2021-11-04 10:29:57.634 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.637 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-agt.service 2021-11-04 10:29:57.652 | enabled 2021-11-04 10:29:57.656 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-agt.service --no-pager 2021-11-04 10:29:57.674 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2021-11-04 10:29:57.674 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2021-11-04 10:29:57.674 | Active: active (running) since Thu 2021-11-04 10:27:37 UTC; 2min 20s ago 2021-11-04 10:29:57.674 | Main PID: 103490 (neutron-openvsw) 2021-11-04 10:29:57.674 | Tasks: 8 (limit: 14304) 2021-11-04 10:29:57.674 | Memory: 226.5M 2021-11-04 10:29:57.674 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2021-11-04 10:29:57.674 | ├─103490 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) 2021-11-04 10:29:57.674 | ├─105094 /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/tmplcutrnkf/privsep.sock 2021-11-04 10:29:57.674 | ├─105182 /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/tmp2lm2wmzd/privsep.sock 2021-11-04 10:29:57.674 | └─105185 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2021-11-04 10:29:57.674 | 2021-11-04 10:29:57.674 | Nov 04 10:29:52 n-d-808921-2 neutron-openvswitch-agent[103490]: DEBUG neutron.agent.linux.utils [None req-d98998ba-9b3c-4e67-922b-b9dcc717a205 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 105185. {{(pid=103490) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2021-11-04 10:29:57.674 | Nov 04 10:29:52 n-d-808921-2 neutron-openvswitch-agent[103490]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-d98998ba-9b3c-4e67-922b-b9dcc717a205 None None] Agent rpc_loop - iteration:61 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2021-11-04 10:29:57.674 | Nov 04 10:29:54 n-d-808921-2 neutron-openvswitch-agent[103490]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-d98998ba-9b3c-4e67-922b-b9dcc717a205 None None] Agent rpc_loop - iteration:62 started 2021-11-04 10:29:57.675 | Nov 04 10:29:54 n-d-808921-2 neutron-openvswitch-agent[103490]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-d98998ba-9b3c-4e67-922b-b9dcc717a205 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x1b34eba,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=2866414968597969248,duration_nsec=607000000,duration_sec=131,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=103490) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2021-11-04 10:29:57.675 | Nov 04 10:29:54 n-d-808921-2 neutron-openvswitch-agent[103490]: DEBUG neutron.agent.linux.utils [None req-d98998ba-9b3c-4e67-922b-b9dcc717a205 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 105185. {{(pid=103490) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2021-11-04 10:29:57.675 | Nov 04 10:29:54 n-d-808921-2 neutron-openvswitch-agent[103490]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-d98998ba-9b3c-4e67-922b-b9dcc717a205 None None] Agent rpc_loop - iteration:62 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2021-11-04 10:29:57.675 | Nov 04 10:29:56 n-d-808921-2 neutron-openvswitch-agent[103490]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-d98998ba-9b3c-4e67-922b-b9dcc717a205 None None] Agent rpc_loop - iteration:63 started 2021-11-04 10:29:57.675 | Nov 04 10:29:56 n-d-808921-2 neutron-openvswitch-agent[103490]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-d98998ba-9b3c-4e67-922b-b9dcc717a205 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x1b34ebc,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=2866414968597969248,duration_nsec=607000000,duration_sec=133,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=103490) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2021-11-04 10:29:57.675 | Nov 04 10:29:56 n-d-808921-2 neutron-openvswitch-agent[103490]: DEBUG neutron.agent.linux.utils [None req-d98998ba-9b3c-4e67-922b-b9dcc717a205 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 105185. {{(pid=103490) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2021-11-04 10:29:57.675 | Nov 04 10:29:56 n-d-808921-2 neutron-openvswitch-agent[103490]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-d98998ba-9b3c-4e67-922b-b9dcc717a205 None None] Agent rpc_loop - iteration:63 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2021-11-04 10:29:57.678 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.681 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-dhcp.service 2021-11-04 10:29:57.697 | enabled 2021-11-04 10:29:57.701 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-dhcp.service --no-pager 2021-11-04 10:29:57.718 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2021-11-04 10:29:57.718 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2021-11-04 10:29:57.718 | Active: active (running) since Thu 2021-11-04 10:27:39 UTC; 2min 18s ago 2021-11-04 10:29:57.718 | Main PID: 103853 (neutron-dhcp-ag) 2021-11-04 10:29:57.718 | Tasks: 16 (limit: 14304) 2021-11-04 10:29:57.718 | Memory: 340.4M 2021-11-04 10:29:57.718 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2021-11-04 10:29:57.718 | ├─103853 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) 2021-11-04 10:29:57.718 | ├─105463 /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/tmpfm5bts36/privsep.sock 2021-11-04 10:29:57.718 | ├─105502 /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/tmp1kb35nw5/privsep.sock 2021-11-04 10:29:57.719 | ├─105557 /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/tmp76kgua2r/privsep.sock 2021-11-04 10:29:57.719 | ├─105614 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-11-04 10:29:57.719 | ├─105615 /usr/bin/python3.8 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-11-04 10:29:57.719 | └─105684 dnsmasq --no-hosts --pid-file=/opt/stack/data/neutron/dhcp/21e99cb2-29a0-4dc5-8386-0c3f5df76ad8/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/21e99cb2-29a0-4dc5-8386-0c3f5df76ad8/host --addn-hosts=/opt/stack/data/neutron/dhcp/21e99cb2-29a0-4dc5-8386-0c3f5df76ad8/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/21e99cb2-29a0-4dc5-8386-0c3f5df76ad8/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/21e99cb2-29a0-4dc5-8386-0c3f5df76ad8/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-a6008cea-e8a3-49b5-8b8a-b578cd0725f7,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 2021-11-04 10:29:57.719 | 2021-11-04 10:29:57.719 | Nov 04 10:28:27 n-d-808921-2 neutron-dhcp-agent[103853]: DEBUG neutron.agent.dhcp.agent [None req-84b9dff8-4d1a-479f-9128-0e00d599a062 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '5e55e0f2-f6fc-4e13-b62d-1c0535262173', 'name': 'public-subnet', 'tenant_id': '02b7cb0577d74fd4aec0ac80d580679e', 'network_id': '628efe0a-a278-40d2-9521-566f240b75c8', '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': '2021-11-04T10:28:26Z', 'updated_at': '2021-11-04T10:28:26Z', 'revision_number': 0, 'project_id': '02b7cb0577d74fd4aec0ac80d580679e', 'network': {'id': '628efe0a-a278-40d2-9521-566f240b75c8', 'name': 'public', 'tenant_id': '02b7cb0577d74fd4aec0ac80d580679e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['5e55e0f2-f6fc-4e13-b62d-1c0535262173'], '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': '2021-11-04T10:28:18Z', 'updated_at': '2021-11-04T10:28:26Z', 'revision_number': 2, 'project_id': '02b7cb0577d74fd4aec0ac80d580679e', 'provider:network_type': 'flat', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': None}}, 'priority': 3},) {} {{(pid=103853) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2021-11-04 10:29:57.719 | Nov 04 10:28:27 n-d-808921-2 neutron-dhcp-agent[103853]: DEBUG oslo_concurrency.lockutils [None req-7b190957-dec6-4f7e-8ffe-f59e26edb2a9 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=103853) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:386}} 2021-11-04 10:29:57.719 | Nov 04 10:28:27 n-d-808921-2 neutron-dhcp-agent[103853]: DEBUG oslo_concurrency.lockutils [None req-7b190957-dec6-4f7e-8ffe-f59e26edb2a9 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.001s {{(pid=103853) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:400}} 2021-11-04 10:29:57.719 | Nov 04 10:28:30 n-d-808921-2 neutron-dhcp-agent[103853]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=103853) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2021-11-04 10:29:57.719 | Nov 04 10:28:34 n-d-808921-2 neutron-dhcp-agent[103853]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments (,) {} {{(pid=103853) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2021-11-04 10:29:57.719 | Nov 04 10:28:34 n-d-808921-2 neutron-dhcp-agent[103853]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments (,) {} {{(pid=103853) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2021-11-04 10:29:57.719 | Nov 04 10:28:43 n-d-808921-2 neutron-dhcp-agent[103853]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=103853) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:386}} 2021-11-04 10:29:57.719 | Nov 04 10:28:43 n-d-808921-2 neutron-dhcp-agent[103853]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" "released" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.006s {{(pid=103853) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:400}} 2021-11-04 10:29:57.719 | Nov 04 10:29:43 n-d-808921-2 neutron-dhcp-agent[103853]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=103853) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:386}} 2021-11-04 10:29:57.719 | Nov 04 10:29:43 n-d-808921-2 neutron-dhcp-agent[103853]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" "released" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=103853) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:400}} 2021-11-04 10:29:57.723 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.725 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-l3.service 2021-11-04 10:29:57.740 | enabled 2021-11-04 10:29:57.744 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-l3.service --no-pager 2021-11-04 10:29:57.761 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2021-11-04 10:29:57.761 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2021-11-04 10:29:57.761 | Active: active (running) since Thu 2021-11-04 10:27:40 UTC; 2min 17s ago 2021-11-04 10:29:57.761 | Main PID: 104247 (neutron-l3-agen) 2021-11-04 10:29:57.761 | Tasks: 19 (limit: 14304) 2021-11-04 10:29:57.761 | Memory: 343.2M 2021-11-04 10:29:57.761 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2021-11-04 10:29:57.761 | ├─104247 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) 2021-11-04 10:29:57.761 | ├─105158 /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/tmpc07bxh6x/privsep.sock 2021-11-04 10:29:57.761 | ├─105875 /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/tmpsz1ct4mp/privsep.sock 2021-11-04 10:29:57.761 | ├─105969 /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/tmpdwrqsmsu/privsep.sock 2021-11-04 10:29:57.761 | ├─106189 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-11-04 10:29:57.761 | ├─106190 /usr/bin/python3.8 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-11-04 10:29:57.761 | └─106201 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/6b012804-85c1-4f29-acac-8dc9e6f6deef.conf 2021-11-04 10:29:57.761 | 2021-11-04 10:29:57.761 | Nov 04 10:28:45 n-d-808921-2 neutron-l3-agent[104247]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" "released" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=104247) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:400}} 2021-11-04 10:29:57.762 | Nov 04 10:28:45 n-d-808921-2 neutron-l3-agent[104247]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=104247) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:386}} 2021-11-04 10:29:57.762 | Nov 04 10:28:45 n-d-808921-2 neutron-l3-agent[104247]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" "released" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.000s {{(pid=104247) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:400}} 2021-11-04 10:29:57.762 | Nov 04 10:28:45 n-d-808921-2 neutron-l3-agent[104247]: DEBUG oslo.privsep.daemon [-] privsep: reply[737c4169-6af2-4b6c-8045-b2545efbda55]: (4, ('ARPING 172.25.6.3 from 172.25.6.3 qg-64058d17-c0\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 1)) {{(pid=105875) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}} 2021-11-04 10:29:57.762 | Nov 04 10:29:06 n-d-808921-2 neutron-l3-agent[104247]: DEBUG oslo_service.periodic_task [None req-33f00bd1-8766-4b24-b544-be7bca411e61 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=104247) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}} 2021-11-04 10:29:57.762 | Nov 04 10:29:45 n-d-808921-2 neutron-l3-agent[104247]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=104247) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:386}} 2021-11-04 10:29:57.762 | Nov 04 10:29:45 n-d-808921-2 neutron-l3-agent[104247]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" "released" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=104247) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:400}} 2021-11-04 10:29:57.762 | Nov 04 10:29:45 n-d-808921-2 neutron-l3-agent[104247]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=104247) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:386}} 2021-11-04 10:29:57.762 | Nov 04 10:29:45 n-d-808921-2 neutron-l3-agent[104247]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" "released" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.000s {{(pid=104247) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:400}} 2021-11-04 10:29:57.762 | Nov 04 10:29:46 n-d-808921-2 neutron-l3-agent[104247]: DEBUG oslo_service.periodic_task [None req-33f00bd1-8766-4b24-b544-be7bca411e61 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=104247) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}} 2021-11-04 10:29:57.765 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.768 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-meta.service 2021-11-04 10:29:57.781 | enabled 2021-11-04 10:29:57.785 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-meta.service --no-pager 2021-11-04 10:29:57.802 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2021-11-04 10:29:57.802 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2021-11-04 10:29:57.802 | Active: active (running) since Thu 2021-11-04 10:27:42 UTC; 2min 15s ago 2021-11-04 10:29:57.802 | Main PID: 104611 (neutron-metadat) 2021-11-04 10:29:57.802 | Tasks: 4 (limit: 14304) 2021-11-04 10:29:57.802 | Memory: 121.9M 2021-11-04 10:29:57.802 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2021-11-04 10:29:57.802 | ├─104611 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) 2021-11-04 10:29:57.802 | ├─105087 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) 2021-11-04 10:29:57.802 | └─105088 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) 2021-11-04 10:29:57.802 | 2021-11-04 10:29:57.802 | Nov 04 10:27:46 n-d-808921-2 neutron-metadata-agent[104611]: DEBUG oslo_service.service [None req-68ccea95-22f1-48d3-8f1d-5a34f6451e01 None None] oslo_messaging_rabbit.ssl = False {{(pid=104611) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.802 | Nov 04 10:27:46 n-d-808921-2 neutron-metadata-agent[104611]: DEBUG oslo_service.service [None req-68ccea95-22f1-48d3-8f1d-5a34f6451e01 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=104611) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.802 | Nov 04 10:27:46 n-d-808921-2 neutron-metadata-agent[104611]: DEBUG oslo_service.service [None req-68ccea95-22f1-48d3-8f1d-5a34f6451e01 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=104611) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.803 | Nov 04 10:27:46 n-d-808921-2 neutron-metadata-agent[104611]: DEBUG oslo_service.service [None req-68ccea95-22f1-48d3-8f1d-5a34f6451e01 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=104611) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.803 | Nov 04 10:27:46 n-d-808921-2 neutron-metadata-agent[104611]: DEBUG oslo_service.service [None req-68ccea95-22f1-48d3-8f1d-5a34f6451e01 None None] oslo_messaging_rabbit.ssl_version = {{(pid=104611) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.803 | Nov 04 10:27:46 n-d-808921-2 neutron-metadata-agent[104611]: DEBUG oslo_service.service [None req-68ccea95-22f1-48d3-8f1d-5a34f6451e01 None None] oslo_messaging_notifications.driver = [] {{(pid=104611) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.803 | Nov 04 10:27:46 n-d-808921-2 neutron-metadata-agent[104611]: DEBUG oslo_service.service [None req-68ccea95-22f1-48d3-8f1d-5a34f6451e01 None None] oslo_messaging_notifications.retry = -1 {{(pid=104611) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.803 | Nov 04 10:27:46 n-d-808921-2 neutron-metadata-agent[104611]: DEBUG oslo_service.service [None req-68ccea95-22f1-48d3-8f1d-5a34f6451e01 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=104611) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.803 | Nov 04 10:27:46 n-d-808921-2 neutron-metadata-agent[104611]: DEBUG oslo_service.service [None req-68ccea95-22f1-48d3-8f1d-5a34f6451e01 None None] oslo_messaging_notifications.transport_url = **** {{(pid=104611) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.803 | Nov 04 10:27:46 n-d-808921-2 neutron-metadata-agent[104611]: DEBUG oslo_service.service [None req-68ccea95-22f1-48d3-8f1d-5a34f6451e01 None None] ******************************************************************************** {{(pid=104611) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2021-11-04 10:29:57.806 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.809 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-metering.service 2021-11-04 10:29:57.823 | enabled 2021-11-04 10:29:57.827 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-metering.service --no-pager 2021-11-04 10:29:57.844 | ● devstack@q-metering.service - Devstack devstack@q-metering.service 2021-11-04 10:29:57.844 | Loaded: loaded (/etc/systemd/system/devstack@q-metering.service; enabled; vendor preset: enabled) 2021-11-04 10:29:57.844 | Active: active (running) since Thu 2021-11-04 10:27:44 UTC; 2min 13s ago 2021-11-04 10:29:57.844 | Main PID: 104982 (neutron-meterin) 2021-11-04 10:29:57.844 | Tasks: 2 (limit: 14304) 2021-11-04 10:29:57.844 | Memory: 105.9M 2021-11-04 10:29:57.844 | CGroup: /system.slice/system-devstack.slice/devstack@q-metering.service 2021-11-04 10:29:57.844 | └─104982 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) 2021-11-04 10:29:57.844 | 2021-11-04 10:29:57.844 | Nov 04 10:29:48 n-d-808921-2 neutron-metering-agent[104982]: DEBUG neutron.services.metering.agents.metering_agent [-] Sync router namespaces {{(pid=104982) _sync_router_namespaces /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:302}} 2021-11-04 10:29:57.844 | Nov 04 10:29:48 n-d-808921-2 neutron-metering-agent[104982]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=104982) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:386}} 2021-11-04 10:29:57.844 | Nov 04 10:29:48 n-d-808921-2 neutron-metering-agent[104982]: 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=104982) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2021-11-04 10:29:57.844 | Nov 04 10:29:48 n-d-808921-2 neutron-metering-agent[104982]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" "released" by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=104982) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:400}} 2021-11-04 10:29:57.844 | Nov 04 10:29:48 n-d-808921-2 neutron-metering-agent[104982]: DEBUG neutron.services.metering.agents.metering_agent [-] Retrieving traffic counters for routers [{}]. {{(pid=104982) _add_metering_infos /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:219}} 2021-11-04 10:29:57.844 | Nov 04 10:29:48 n-d-808921-2 neutron-metering-agent[104982]: DEBUG neutron.services.metering.agents.metering_agent [-] Get router traffic counters {{(pid=104982) _get_traffic_counters /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:298}} 2021-11-04 10:29:57.844 | Nov 04 10:29:48 n-d-808921-2 neutron-metering-agent[104982]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=104982) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:386}} 2021-11-04 10:29:57.844 | Nov 04 10:29:48 n-d-808921-2 neutron-metering-agent[104982]: 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=104982) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2021-11-04 10:29:57.845 | Nov 04 10:29:48 n-d-808921-2 neutron-metering-agent[104982]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" "released" by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=104982) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:400}} 2021-11-04 10:29:57.845 | Nov 04 10:29:48 n-d-808921-2 neutron-metering-agent[104982]: DEBUG neutron.services.metering.agents.metering_agent [-] Traffic counters [None] retrieved for routers [{}]. {{(pid=104982) _add_metering_infos /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:223}} 2021-11-04 10:29:57.848 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.851 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-vpn.service 2021-11-04 10:29:57.865 | Failed to get unit file state for devstack@q-vpn.service: No such file or directory 2021-11-04 10:29:57.868 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.871 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@g-reg.service 2021-11-04 10:29:57.885 | Failed to get unit file state for devstack@g-reg.service: No such file or directory 2021-11-04 10:29:57.889 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.892 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@cinder.service 2021-11-04 10:29:57.905 | Failed to get unit file state for devstack@cinder.service: No such file or directory 2021-11-04 10:29:57.909 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.912 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@c-bak.service 2021-11-04 10:29:57.927 | enabled 2021-11-04 10:29:57.931 | + functions-common:service_check:1609 : sudo systemctl status devstack@c-bak.service --no-pager 2021-11-04 10:29:57.948 | ● devstack@c-bak.service - Devstack devstack@c-bak.service 2021-11-04 10:29:57.948 | Loaded: loaded (/etc/systemd/system/devstack@c-bak.service; enabled; vendor preset: enabled) 2021-11-04 10:29:57.948 | Active: active (running) since Thu 2021-11-04 10:28:57 UTC; 1min 0s ago 2021-11-04 10:29:57.948 | Main PID: 110203 (cinder-backup) 2021-11-04 10:29:57.948 | Tasks: 3 (limit: 14304) 2021-11-04 10:29:57.948 | Memory: 119.1M 2021-11-04 10:29:57.948 | CGroup: /system.slice/system-devstack.slice/devstack@c-bak.service 2021-11-04 10:29:57.948 | ├─110203 /usr/bin/python3.8 /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf 2021-11-04 10:29:57.948 | └─110648 /usr/bin/python3.8 /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf 2021-11-04 10:29:57.948 | 2021-11-04 10:29:57.948 | Nov 04 10:29:01 n-d-808921-2 cinder-backup[110203]: DEBUG oslo_service.service [None req-ed54c6fc-0d66-4a0f-8c87-d63f2cc31137 None None] vault.kv_version = 2 {{(pid=110203) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.948 | Nov 04 10:29:01 n-d-808921-2 cinder-backup[110203]: DEBUG oslo_service.service [None req-ed54c6fc-0d66-4a0f-8c87-d63f2cc31137 None None] vault.namespace = None {{(pid=110203) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.948 | Nov 04 10:29:01 n-d-808921-2 cinder-backup[110203]: DEBUG oslo_service.service [None req-ed54c6fc-0d66-4a0f-8c87-d63f2cc31137 None None] vault.root_token_id = None {{(pid=110203) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.948 | Nov 04 10:29:01 n-d-808921-2 cinder-backup[110203]: DEBUG oslo_service.service [None req-ed54c6fc-0d66-4a0f-8c87-d63f2cc31137 None None] vault.split_loggers = False {{(pid=110203) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.948 | Nov 04 10:29:01 n-d-808921-2 cinder-backup[110203]: DEBUG oslo_service.service [None req-ed54c6fc-0d66-4a0f-8c87-d63f2cc31137 None None] vault.ssl_ca_crt_file = None {{(pid=110203) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.948 | Nov 04 10:29:01 n-d-808921-2 cinder-backup[110203]: DEBUG oslo_service.service [None req-ed54c6fc-0d66-4a0f-8c87-d63f2cc31137 None None] vault.timeout = None {{(pid=110203) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.948 | Nov 04 10:29:01 n-d-808921-2 cinder-backup[110203]: DEBUG oslo_service.service [None req-ed54c6fc-0d66-4a0f-8c87-d63f2cc31137 None None] vault.use_ssl = False {{(pid=110203) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.948 | Nov 04 10:29:01 n-d-808921-2 cinder-backup[110203]: DEBUG oslo_service.service [None req-ed54c6fc-0d66-4a0f-8c87-d63f2cc31137 None None] vault.vault_url = http://127.0.0.1:8200 {{(pid=110203) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:57.948 | Nov 04 10:29:01 n-d-808921-2 cinder-backup[110203]: DEBUG oslo_service.service [None req-ed54c6fc-0d66-4a0f-8c87-d63f2cc31137 None None] ******************************************************************************** {{(pid=110203) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2021-11-04 10:29:57.948 | Nov 04 10:29:01 n-d-808921-2 cinder-backup[110648]: DEBUG cinder.service [None req-2dd26cb3-e987-4285-9e27-00ebd1880f45 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=110648) start /opt/stack/cinder/cinder/service.py:237}} 2021-11-04 10:29:57.952 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.954 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-proxy.service 2021-11-04 10:29:57.969 | enabled 2021-11-04 10:29:57.973 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-proxy.service --no-pager 2021-11-04 10:29:57.991 | ● devstack@s-proxy.service - Devstack devstack@s-proxy.service 2021-11-04 10:29:57.991 | Loaded: loaded (/etc/systemd/system/devstack@s-proxy.service; enabled; vendor preset: enabled) 2021-11-04 10:29:57.991 | Active: active (running) since Thu 2021-11-04 10:27:12 UTC; 2min 45s ago 2021-11-04 10:29:57.991 | Main PID: 101029 (swift-proxy-ser) 2021-11-04 10:29:57.991 | Tasks: 2 (limit: 14304) 2021-11-04 10:29:57.991 | Memory: 80.1M 2021-11-04 10:29:57.991 | CGroup: /system.slice/system-devstack.slice/devstack@s-proxy.service 2021-11-04 10:29:57.991 | ├─101029 /usr/bin/python3.8 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2021-11-04 10:29:57.991 | └─101122 /usr/bin/python3.8 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2021-11-04 10:29:57.991 | 2021-11-04 10:29:57.992 | Nov 04 10:29:19 n-d-808921-2 proxy-server[101122]: Validating token access rules against request 2021-11-04 10:29:57.992 | Nov 04 10:29:19 n-d-808921-2 swift-proxy-server[101122]: proxy-server: Validating token access rules against request 2021-11-04 10:29:57.992 | Nov 04 10:29:19 n-d-808921-2 swift-proxy-server[101122]: proxy-server: Received request from user: user_id 7c86903aac344b31b43f64cf54e809c2, project_id 1b7081accb8144a4bd2106b5b2b05a5a, roles ResellerAdmin,service 2021-11-04 10:29:57.992 | Nov 04 10:29:19 n-d-808921-2 swift-proxy-server[101122]: proxy-server: Using identity: {'user': ('7c86903aac344b31b43f64cf54e809c2', 'glance-swift'), 'tenant': ('1b7081accb8144a4bd2106b5b2b05a5a', 'service'), 'roles': ['ResellerAdmin', 'service'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: tx84e4b9604d594b808f39e-006183b5ff) 2021-11-04 10:29:57.992 | Nov 04 10:29:19 n-d-808921-2 proxy-server[101122]: Received request from user: user_id 7c86903aac344b31b43f64cf54e809c2, project_id 1b7081accb8144a4bd2106b5b2b05a5a, roles ResellerAdmin,service 2021-11-04 10:29:57.992 | Nov 04 10:29:19 n-d-808921-2 proxy-server[101122]: Using identity: {'user': ('7c86903aac344b31b43f64cf54e809c2', 'glance-swift'), 'tenant': ('1b7081accb8144a4bd2106b5b2b05a5a', 'service'), 'roles': ['ResellerAdmin', 'service'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: tx84e4b9604d594b808f39e-006183b5ff) 2021-11-04 10:29:57.992 | Nov 04 10:29:19 n-d-808921-2 swift-proxy-server[101122]: proxy-server: User 1b7081accb8144a4bd2106b5b2b05a5a has reseller admin authorizing (txn: tx84e4b9604d594b808f39e-006183b5ff) (client_ip: 10.222.0.49) 2021-11-04 10:29:57.992 | Nov 04 10:29:19 n-d-808921-2 proxy-server[101122]: User 1b7081accb8144a4bd2106b5b2b05a5a has reseller admin authorizing (txn: tx84e4b9604d594b808f39e-006183b5ff) (client_ip: 10.222.0.49) 2021-11-04 10:29:57.992 | Nov 04 10:29:35 n-d-808921-2 proxy-server[101122]: 10.222.0.49 10.222.0.49 04/Nov/2021/10/29/35 PUT /v1/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance/8caad51b-98a7-4199-8261-e3bea3e1bb37 HTTP/1.0 201 - python-swiftclient-3.12.0 gAAAAABhg7X-... 645922816 - - tx84e4b9604d594b808f39e-006183b5ff - 15.7544 - - 1636021759.627516747 1636021775.381958485 0 2021-11-04 10:29:57.992 | Nov 04 10:29:35 n-d-808921-2 swift-proxy-server[101122]: proxy-server: 10.222.0.49 10.222.0.49 04/Nov/2021/10/29/35 PUT /v1/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance/8caad51b-98a7-4199-8261-e3bea3e1bb37 HTTP/1.0 201 - python-swiftclient-3.12.0 gAAAAABhg7X-... 645922816 - - tx84e4b9604d594b808f39e-006183b5ff - 15.7544 - - 1636021759.627516747 1636021775.381958485 0 2021-11-04 10:29:57.995 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:57.998 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-object.service 2021-11-04 10:29:58.012 | enabled 2021-11-04 10:29:58.016 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-object.service --no-pager 2021-11-04 10:29:58.033 | ● devstack@s-object.service - Devstack devstack@s-object.service 2021-11-04 10:29:58.033 | Loaded: loaded (/etc/systemd/system/devstack@s-object.service; enabled; vendor preset: enabled) 2021-11-04 10:29:58.033 | Active: active (running) since Thu 2021-11-04 10:27:05 UTC; 2min 52s ago 2021-11-04 10:29:58.033 | Main PID: 99532 (swift-object-se) 2021-11-04 10:29:58.033 | Tasks: 23 (limit: 14304) 2021-11-04 10:29:58.033 | Memory: 55.1M 2021-11-04 10:29:58.033 | CGroup: /system.slice/system-devstack.slice/devstack@s-object.service 2021-11-04 10:29:58.033 | ├─99532 /usr/bin/python3.8 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-11-04 10:29:58.033 | ├─99888 /usr/bin/python3.8 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-11-04 10:29:58.033 | └─99913 /usr/bin/python3.8 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-11-04 10:29:58.033 | 2021-11-04 10:29:58.033 | Nov 04 10:27:05 n-d-808921-2 systemd[1]: Started Devstack devstack@s-object.service. 2021-11-04 10:29:58.033 | Nov 04 10:27:07 n-d-808921-2 object-server[99532]: Started child 99888 from parent 99532 2021-11-04 10:29:58.033 | Nov 04 10:27:07 n-d-808921-2 swift-object-server[99532]: object-server: Started child 99888 from parent 99532 2021-11-04 10:29:58.033 | Nov 04 10:27:07 n-d-808921-2 object-server[99532]: Started child 99913 from parent 99532 2021-11-04 10:29:58.033 | Nov 04 10:27:07 n-d-808921-2 swift-object-server[99532]: object-server: Started child 99913 from parent 99532 2021-11-04 10:29:58.033 | Nov 04 10:29:35 n-d-808921-2 object-server[99888]: 127.0.0.1 - - [04/Nov/2021:10:29:35 +0000] "PUT /sdb1/222/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance/8caad51b-98a7-4199-8261-e3bea3e1bb37" 201 - "PUT http://10.222.0.49:8080/v1/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance/8caad51b-98a7-4199-8261-e3bea3e1bb37" "tx84e4b9604d594b808f39e-006183b5ff" "proxy-server 101122" 15.7284 "-" 99888 0 2021-11-04 10:29:58.033 | Nov 04 10:29:35 n-d-808921-2 swift-object-server[99888]: object-server: 127.0.0.1 - - [04/Nov/2021:10:29:35 +0000] "PUT /sdb1/222/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance/8caad51b-98a7-4199-8261-e3bea3e1bb37" 201 - "PUT http://10.222.0.49:8080/v1/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance/8caad51b-98a7-4199-8261-e3bea3e1bb37" "tx84e4b9604d594b808f39e-006183b5ff" "proxy-server 101122" 15.7284 "-" 99888 0 2021-11-04 10:29:58.037 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:58.039 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-container.service 2021-11-04 10:29:58.054 | enabled 2021-11-04 10:29:58.058 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-container.service --no-pager 2021-11-04 10:29:58.074 | ● devstack@s-container.service - Devstack devstack@s-container.service 2021-11-04 10:29:58.075 | Loaded: loaded (/etc/systemd/system/devstack@s-container.service; enabled; vendor preset: enabled) 2021-11-04 10:29:58.075 | Active: active (running) since Thu 2021-11-04 10:27:07 UTC; 2min 50s ago 2021-11-04 10:29:58.075 | Main PID: 99894 (swift-container) 2021-11-04 10:29:58.075 | Tasks: 3 (limit: 14304) 2021-11-04 10:29:58.075 | Memory: 53.3M 2021-11-04 10:29:58.075 | CGroup: /system.slice/system-devstack.slice/devstack@s-container.service 2021-11-04 10:29:58.075 | ├─ 99894 /usr/bin/python3.8 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-11-04 10:29:58.075 | ├─100249 /usr/bin/python3.8 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-11-04 10:29:58.075 | └─100250 /usr/bin/python3.8 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-11-04 10:29:58.075 | 2021-11-04 10:29:58.075 | Nov 04 10:27:08 n-d-808921-2 container-server[99894]: Started child 100249 from parent 99894 2021-11-04 10:29:58.075 | Nov 04 10:27:08 n-d-808921-2 swift-container-server[99894]: container-server: Started child 100249 from parent 99894 2021-11-04 10:29:58.075 | Nov 04 10:27:08 n-d-808921-2 container-server[99894]: Started child 100250 from parent 99894 2021-11-04 10:29:58.075 | Nov 04 10:27:08 n-d-808921-2 swift-container-server[99894]: container-server: Started child 100250 from parent 99894 2021-11-04 10:29:58.075 | Nov 04 10:29:19 n-d-808921-2 container-server[100250]: 127.0.0.1 - - [04/Nov/2021:10:29:19 +0000] "PUT /sdb1/98/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance" 201 - "PUT http://10.222.0.49:8080/v1/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance" "tx2c3963e71202466aa4862-006183b5ff" "proxy-server 101122" 0.1018 "-" 100250 0 2021-11-04 10:29:58.075 | Nov 04 10:29:19 n-d-808921-2 swift-container-server[100250]: container-server: 127.0.0.1 - - [04/Nov/2021:10:29:19 +0000] "PUT /sdb1/98/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance" 201 - "PUT http://10.222.0.49:8080/v1/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance" "tx2c3963e71202466aa4862-006183b5ff" "proxy-server 101122" 0.1018 "-" 100250 0 2021-11-04 10:29:58.075 | Nov 04 10:29:19 n-d-808921-2 container-server[100250]: 127.0.0.1 - - [04/Nov/2021:10:29:19 +0000] "HEAD /sdb1/98/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance" 204 - "HEAD http://10.222.0.49:8080/v1/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance?format=json&states=listing" "tx84e4b9604d594b808f39e-006183b5ff" "proxy-server 101122" 0.0033 "-" 100250 0 2021-11-04 10:29:58.075 | Nov 04 10:29:19 n-d-808921-2 swift-container-server[100250]: container-server: 127.0.0.1 - - [04/Nov/2021:10:29:19 +0000] "HEAD /sdb1/98/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance" 204 - "HEAD http://10.222.0.49:8080/v1/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance?format=json&states=listing" "tx84e4b9604d594b808f39e-006183b5ff" "proxy-server 101122" 0.0033 "-" 100250 0 2021-11-04 10:29:58.075 | Nov 04 10:29:35 n-d-808921-2 container-server[100250]: 127.0.0.1 - - [04/Nov/2021:10:29:35 +0000] "PUT /sdb1/98/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance/8caad51b-98a7-4199-8261-e3bea3e1bb37" 201 - "PUT http://10.222.0.49:8080/sdb1/222/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance/8caad51b-98a7-4199-8261-e3bea3e1bb37" "tx84e4b9604d594b808f39e-006183b5ff" "object-server 99888" 0.0010 "-" 100250 0 2021-11-04 10:29:58.075 | Nov 04 10:29:35 n-d-808921-2 swift-container-server[100250]: container-server: 127.0.0.1 - - [04/Nov/2021:10:29:35 +0000] "PUT /sdb1/98/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance/8caad51b-98a7-4199-8261-e3bea3e1bb37" 201 - "PUT http://10.222.0.49:8080/sdb1/222/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance/8caad51b-98a7-4199-8261-e3bea3e1bb37" "tx84e4b9604d594b808f39e-006183b5ff" "object-server 99888" 0.0010 "-" 100250 0 2021-11-04 10:29:58.078 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:58.081 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-account.service 2021-11-04 10:29:58.096 | enabled 2021-11-04 10:29:58.100 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-account.service --no-pager 2021-11-04 10:29:58.118 | ● devstack@s-account.service - Devstack devstack@s-account.service 2021-11-04 10:29:58.118 | Loaded: loaded (/etc/systemd/system/devstack@s-account.service; enabled; vendor preset: enabled) 2021-11-04 10:29:58.118 | Active: active (running) since Thu 2021-11-04 10:27:08 UTC; 2min 49s ago 2021-11-04 10:29:58.118 | Main PID: 100256 (swift-account-s) 2021-11-04 10:29:58.118 | Tasks: 3 (limit: 14304) 2021-11-04 10:29:58.118 | Memory: 52.4M 2021-11-04 10:29:58.118 | CGroup: /system.slice/system-devstack.slice/devstack@s-account.service 2021-11-04 10:29:58.118 | ├─100256 /usr/bin/python3.8 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-11-04 10:29:58.118 | ├─100648 /usr/bin/python3.8 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-11-04 10:29:58.119 | └─100649 /usr/bin/python3.8 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-11-04 10:29:58.119 | 2021-11-04 10:29:58.119 | Nov 04 10:29:19 n-d-808921-2 account-server[100649]: 127.0.0.1 - - [04/Nov/2021:10:29:19 +0000] "HEAD /sdb1/235/AUTH_1b7081accb8144a4bd2106b5b2b05a5a" 404 - "HEAD http://10.222.0.49:8080/v1/AUTH_1b7081accb8144a4bd2106b5b2b05a5a?format=json" "txcd5a52254ae2459cabeb5-006183b5ff" "proxy-server 101122" 0.0021 "-" 100649 - 2021-11-04 10:29:58.119 | Nov 04 10:29:19 n-d-808921-2 swift-account-server[100649]: account-server: 127.0.0.1 - - [04/Nov/2021:10:29:19 +0000] "HEAD /sdb1/235/AUTH_1b7081accb8144a4bd2106b5b2b05a5a" 404 - "HEAD http://10.222.0.49:8080/v1/AUTH_1b7081accb8144a4bd2106b5b2b05a5a?format=json" "txcd5a52254ae2459cabeb5-006183b5ff" "proxy-server 101122" 0.0021 "-" 100649 - 2021-11-04 10:29:58.119 | Nov 04 10:29:19 n-d-808921-2 account-server[100649]: 127.0.0.1 - - [04/Nov/2021:10:29:19 +0000] "HEAD /sdb1/235/AUTH_1b7081accb8144a4bd2106b5b2b05a5a" 404 - "HEAD http://10.222.0.49:8080/v1/AUTH_1b7081accb8144a4bd2106b5b2b05a5a?format=json" "txcd5a52254ae2459cabeb5-006183b5ff" "proxy-server 101122" 0.0004 "-" 100649 - 2021-11-04 10:29:58.119 | Nov 04 10:29:19 n-d-808921-2 swift-account-server[100649]: account-server: 127.0.0.1 - - [04/Nov/2021:10:29:19 +0000] "HEAD /sdb1/235/AUTH_1b7081accb8144a4bd2106b5b2b05a5a" 404 - "HEAD http://10.222.0.49:8080/v1/AUTH_1b7081accb8144a4bd2106b5b2b05a5a?format=json" "txcd5a52254ae2459cabeb5-006183b5ff" "proxy-server 101122" 0.0004 "-" 100649 - 2021-11-04 10:29:58.119 | Nov 04 10:29:19 n-d-808921-2 account-server[100649]: 127.0.0.1 - - [04/Nov/2021:10:29:19 +0000] "PUT /sdb1/235/AUTH_1b7081accb8144a4bd2106b5b2b05a5a" 201 - "-" "tx2c3963e71202466aa4862-006183b5ff" "-" 0.1942 "-" 100649 - 2021-11-04 10:29:58.119 | Nov 04 10:29:19 n-d-808921-2 swift-account-server[100649]: account-server: 127.0.0.1 - - [04/Nov/2021:10:29:19 +0000] "PUT /sdb1/235/AUTH_1b7081accb8144a4bd2106b5b2b05a5a" 201 - "-" "tx2c3963e71202466aa4862-006183b5ff" "-" 0.1942 "-" 100649 - 2021-11-04 10:29:58.119 | Nov 04 10:29:19 n-d-808921-2 account-server[100649]: 127.0.0.1 - - [04/Nov/2021:10:29:19 +0000] "HEAD /sdb1/235/AUTH_1b7081accb8144a4bd2106b5b2b05a5a" 204 - "HEAD http://10.222.0.49:8080/v1/AUTH_1b7081accb8144a4bd2106b5b2b05a5a?format=json" "tx2c3963e71202466aa4862-006183b5ff" "proxy-server 101122" 0.0022 "-" 100649 - 2021-11-04 10:29:58.119 | Nov 04 10:29:19 n-d-808921-2 swift-account-server[100649]: account-server: 127.0.0.1 - - [04/Nov/2021:10:29:19 +0000] "HEAD /sdb1/235/AUTH_1b7081accb8144a4bd2106b5b2b05a5a" 204 - "HEAD http://10.222.0.49:8080/v1/AUTH_1b7081accb8144a4bd2106b5b2b05a5a?format=json" "tx2c3963e71202466aa4862-006183b5ff" "proxy-server 101122" 0.0022 "-" 100649 - 2021-11-04 10:29:58.119 | Nov 04 10:29:19 n-d-808921-2 account-server[100649]: 127.0.0.1 - - [04/Nov/2021:10:29:19 +0000] "PUT /sdb1/235/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/98/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance" "tx2c3963e71202466aa4862-006183b5ff" "container-server 100250" 0.0024 "-" 100649 0 2021-11-04 10:29:58.119 | Nov 04 10:29:19 n-d-808921-2 swift-account-server[100649]: account-server: 127.0.0.1 - - [04/Nov/2021:10:29:19 +0000] "PUT /sdb1/235/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/98/AUTH_1b7081accb8144a4bd2106b5b2b05a5a/glance" "tx2c3963e71202466aa4862-006183b5ff" "container-server 100250" 0.0024 "-" 100649 0 2021-11-04 10:29:58.122 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:58.125 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@heat.service 2021-11-04 10:29:58.138 | Failed to get unit file state for devstack@heat.service: No such file or directory 2021-11-04 10:29:58.142 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:58.145 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@h-api.service 2021-11-04 10:29:58.164 | Failed to get unit file state for devstack@h-api.service: No such file or directory 2021-11-04 10:29:58.168 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:58.171 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@h-api-cfn.service 2021-11-04 10:29:58.184 | Failed to get unit file state for devstack@h-api-cfn.service: No such file or directory 2021-11-04 10:29:58.188 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:58.191 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@h-api-cw.service 2021-11-04 10:29:58.204 | Failed to get unit file state for devstack@h-api-cw.service: No such file or directory 2021-11-04 10:29:58.208 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:58.211 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@h-eng.service 2021-11-04 10:29:58.224 | Failed to get unit file state for devstack@h-eng.service: No such file or directory 2021-11-04 10:29:58.228 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:58.231 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-acentral.service 2021-11-04 10:29:58.244 | Failed to get unit file state for devstack@ceilometer-acentral.service: No such file or directory 2021-11-04 10:29:58.248 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:58.251 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-acompute.service 2021-11-04 10:29:58.264 | Failed to get unit file state for devstack@ceilometer-acompute.service: No such file or directory 2021-11-04 10:29:58.268 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:58.271 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-collector.service 2021-11-04 10:29:58.284 | Failed to get unit file state for devstack@ceilometer-collector.service: No such file or directory 2021-11-04 10:29:58.288 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:58.290 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-api.service 2021-11-04 10:29:58.304 | Failed to get unit file state for devstack@ceilometer-api.service: No such file or directory 2021-11-04 10:29:58.307 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:58.310 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-anotification.service 2021-11-04 10:29:58.322 | Failed to get unit file state for devstack@ceilometer-anotification.service: No such file or directory 2021-11-04 10:29:58.327 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:58.330 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-container-sync.service 2021-11-04 10:29:58.345 | enabled 2021-11-04 10:29:58.348 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-container-sync.service --no-pager 2021-11-04 10:29:58.365 | ● devstack@s-container-sync.service - Devstack devstack@s-container-sync.service 2021-11-04 10:29:58.365 | Loaded: loaded (/etc/systemd/system/devstack@s-container-sync.service; enabled; vendor preset: enabled) 2021-11-04 10:29:58.365 | Active: active (running) since Thu 2021-11-04 10:27:10 UTC; 2min 47s ago 2021-11-04 10:29:58.365 | Main PID: 100655 (swift-container) 2021-11-04 10:29:58.365 | Tasks: 1 (limit: 14304) 2021-11-04 10:29:58.365 | Memory: 36.9M 2021-11-04 10:29:58.365 | CGroup: /system.slice/system-devstack.slice/devstack@s-container-sync.service 2021-11-04 10:29:58.365 | └─100655 /usr/bin/python3.8 /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf 2021-11-04 10:29:58.365 | 2021-11-04 10:29:58.365 | Nov 04 10:27:10 n-d-808921-2 systemd[1]: Started Devstack devstack@s-container-sync.service. 2021-11-04 10:29:58.365 | Nov 04 10:27:11 n-d-808921-2 container-sync[100655]: Starting 100655 2021-11-04 10:29:58.365 | Nov 04 10:27:11 n-d-808921-2 container-sync[100655]: Configuration option internal_client_conf_path not defined. Using default configuration, See internal-client.conf-sample for options 2021-11-04 10:29:58.369 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:58.371 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-super-cond.service 2021-11-04 10:29:58.386 | enabled 2021-11-04 10:29:58.389 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-super-cond.service --no-pager 2021-11-04 10:29:58.407 | ● devstack@n-super-cond.service - Devstack devstack@n-super-cond.service 2021-11-04 10:29:58.407 | Loaded: loaded (/etc/systemd/system/devstack@n-super-cond.service; enabled; vendor preset: enabled) 2021-11-04 10:29:58.407 | Active: active (running) since Thu 2021-11-04 10:28:40 UTC; 1min 17s ago 2021-11-04 10:29:58.407 | Main PID: 107919 (nova-conductor) 2021-11-04 10:29:58.407 | Tasks: 3 (limit: 14304) 2021-11-04 10:29:58.407 | Memory: 148.5M 2021-11-04 10:29:58.407 | CGroup: /system.slice/system-devstack.slice/devstack@n-super-cond.service 2021-11-04 10:29:58.407 | ├─107919 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-11-04 10:29:58.407 | ├─108793 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-11-04 10:29:58.407 | └─108794 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-11-04 10:29:58.408 | 2021-11-04 10:29:58.408 | Nov 04 10:28:45 n-d-808921-2 nova-conductor[107919]: DEBUG oslo_service.service [None req-e4ea308c-a23a-476a-9e47-94772c77b5d0 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=107919) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:58.408 | Nov 04 10:28:45 n-d-808921-2 nova-conductor[107919]: DEBUG oslo_service.service [None req-e4ea308c-a23a-476a-9e47-94772c77b5d0 None None] oslo_messaging_rabbit.ssl_version = {{(pid=107919) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:58.408 | Nov 04 10:28:45 n-d-808921-2 nova-conductor[107919]: DEBUG oslo_service.service [None req-e4ea308c-a23a-476a-9e47-94772c77b5d0 None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=107919) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:58.408 | Nov 04 10:28:45 n-d-808921-2 nova-conductor[107919]: DEBUG oslo_service.service [None req-e4ea308c-a23a-476a-9e47-94772c77b5d0 None None] oslo_messaging_notifications.retry = -1 {{(pid=107919) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:58.408 | Nov 04 10:28:45 n-d-808921-2 nova-conductor[107919]: DEBUG oslo_service.service [None req-e4ea308c-a23a-476a-9e47-94772c77b5d0 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=107919) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:58.408 | Nov 04 10:28:45 n-d-808921-2 nova-conductor[107919]: DEBUG oslo_service.service [None req-e4ea308c-a23a-476a-9e47-94772c77b5d0 None None] oslo_messaging_notifications.transport_url = **** {{(pid=107919) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:58.408 | Nov 04 10:28:45 n-d-808921-2 nova-conductor[107919]: DEBUG oslo_service.service [None req-e4ea308c-a23a-476a-9e47-94772c77b5d0 None None] oslo_reports.file_event_handler = None {{(pid=107919) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:58.408 | Nov 04 10:28:45 n-d-808921-2 nova-conductor[107919]: DEBUG oslo_service.service [None req-e4ea308c-a23a-476a-9e47-94772c77b5d0 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=107919) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:58.408 | Nov 04 10:28:45 n-d-808921-2 nova-conductor[107919]: DEBUG oslo_service.service [None req-e4ea308c-a23a-476a-9e47-94772c77b5d0 None None] oslo_reports.log_dir = None {{(pid=107919) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:58.408 | Nov 04 10:28:45 n-d-808921-2 nova-conductor[107919]: DEBUG oslo_service.service [None req-e4ea308c-a23a-476a-9e47-94772c77b5d0 None None] ******************************************************************************** {{(pid=107919) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2021-11-04 10:29:58.411 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2021-11-04 10:29:58.414 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-cond-cell1.service 2021-11-04 10:29:58.427 | enabled 2021-11-04 10:29:58.431 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-cond-cell1.service --no-pager 2021-11-04 10:29:58.452 | ● devstack@n-cond-cell1.service - Devstack devstack@n-cond-cell1.service 2021-11-04 10:29:58.452 | Loaded: loaded (/etc/systemd/system/devstack@n-cond-cell1.service; enabled; vendor preset: enabled) 2021-11-04 10:29:58.452 | Active: active (running) since Thu 2021-11-04 10:28:42 UTC; 1min 15s ago 2021-11-04 10:29:58.452 | Main PID: 108307 (nova-conductor) 2021-11-04 10:29:58.452 | Tasks: 3 (limit: 14304) 2021-11-04 10:29:58.452 | Memory: 142.3M 2021-11-04 10:29:58.452 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond-cell1.service 2021-11-04 10:29:58.452 | ├─108307 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-11-04 10:29:58.452 | ├─108798 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-11-04 10:29:58.453 | └─108799 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-11-04 10:29:58.453 | 2021-11-04 10:29:58.453 | Nov 04 10:28:46 n-d-808921-2 nova-conductor[108307]: DEBUG oslo_service.service [None req-5e55ee0d-cc88-4a0e-bb8d-8910fd7d2b9c None None] oslo_messaging_notifications.driver = [] {{(pid=108307) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:58.453 | Nov 04 10:28:46 n-d-808921-2 nova-conductor[108307]: DEBUG oslo_service.service [None req-5e55ee0d-cc88-4a0e-bb8d-8910fd7d2b9c None None] oslo_messaging_notifications.retry = -1 {{(pid=108307) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:58.453 | Nov 04 10:28:46 n-d-808921-2 nova-conductor[108307]: DEBUG oslo_service.service [None req-5e55ee0d-cc88-4a0e-bb8d-8910fd7d2b9c None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=108307) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:58.453 | Nov 04 10:28:46 n-d-808921-2 nova-conductor[108307]: DEBUG oslo_service.service [None req-5e55ee0d-cc88-4a0e-bb8d-8910fd7d2b9c None None] oslo_messaging_notifications.transport_url = **** {{(pid=108307) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:58.453 | Nov 04 10:28:46 n-d-808921-2 nova-conductor[108307]: DEBUG oslo_service.service [None req-5e55ee0d-cc88-4a0e-bb8d-8910fd7d2b9c None None] oslo_reports.file_event_handler = None {{(pid=108307) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:58.453 | Nov 04 10:28:46 n-d-808921-2 nova-conductor[108307]: DEBUG oslo_service.service [None req-5e55ee0d-cc88-4a0e-bb8d-8910fd7d2b9c None None] oslo_reports.file_event_handler_interval = 1 {{(pid=108307) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:58.453 | Nov 04 10:28:46 n-d-808921-2 nova-conductor[108307]: DEBUG oslo_service.service [None req-5e55ee0d-cc88-4a0e-bb8d-8910fd7d2b9c None None] oslo_reports.log_dir = None {{(pid=108307) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2021-11-04 10:29:58.453 | Nov 04 10:28:46 n-d-808921-2 nova-conductor[108307]: DEBUG oslo_service.service [None req-5e55ee0d-cc88-4a0e-bb8d-8910fd7d2b9c None None] ******************************************************************************** {{(pid=108307) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2021-11-04 10:29:58.453 | Nov 04 10:28:46 n-d-808921-2 nova-conductor[108799]: DEBUG nova.service [None req-e248d1a7-d5ff-43d3-8aac-4339d30ced56 None None] Join ServiceGroup membership for this service conductor {{(pid=108799) start /opt/stack/nova/nova/service.py:199}} 2021-11-04 10:29:58.454 | Nov 04 10:28:46 n-d-808921-2 nova-conductor[108799]: DEBUG nova.servicegroup.drivers.db [None req-e248d1a7-d5ff-43d3-8aac-4339d30ced56 None None] DB_Driver: join new ServiceGroup member n-d-808921-2 to the conductor group, service = {{(pid=108799) join /opt/stack/nova/nova/servicegroup/drivers/db.py:44}} 2021-11-04 10:29:58.457 | + ./stack.sh:main:1440 : is_service_enabled n-api 2021-11-04 10:29:58.476 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:29:58.479 | + ./stack.sh:main:1441 : is_service_enabled n-cpu 2021-11-04 10:29:58.497 | + functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:29:58.501 | + ./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.' 2021-11-04 10:29:58.503 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:29:58.506 | + ./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. 2021-11-04 10:29:58.509 | + ./stack.sh:main:1455 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2021-11-04 10:30:02.382 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:02.382 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:02.382 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:02.382 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:02.382 | +--------------------------------------------------------------------+ 2021-11-04 10:30:02.382 | | Upgrade Check Results | 2021-11-04 10:30:02.382 | +--------------------------------------------------------------------+ 2021-11-04 10:30:02.382 | | Check: Cells v2 | 2021-11-04 10:30:02.382 | | Result: Success | 2021-11-04 10:30:02.382 | | Details: No host mappings or compute nodes were found. Remember to | 2021-11-04 10:30:02.382 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2021-11-04 10:30:02.382 | | compute hosts are deployed. | 2021-11-04 10:30:02.382 | +--------------------------------------------------------------------+ 2021-11-04 10:30:02.382 | | Check: Placement API | 2021-11-04 10:30:02.382 | | Result: Success | 2021-11-04 10:30:02.382 | | Details: None | 2021-11-04 10:30:02.382 | +--------------------------------------------------------------------+ 2021-11-04 10:30:02.382 | | Check: Cinder API | 2021-11-04 10:30:02.382 | | Result: Success | 2021-11-04 10:30:02.382 | | Details: None | 2021-11-04 10:30:02.382 | +--------------------------------------------------------------------+ 2021-11-04 10:30:02.382 | | Check: Policy Scope-based Defaults | 2021-11-04 10:30:02.382 | | Result: Success | 2021-11-04 10:30:02.382 | | Details: None | 2021-11-04 10:30:02.382 | +--------------------------------------------------------------------+ 2021-11-04 10:30:02.382 | | Check: Policy File JSON to YAML Migration | 2021-11-04 10:30:02.382 | | Result: Success | 2021-11-04 10:30:02.382 | | Details: None | 2021-11-04 10:30:02.382 | +--------------------------------------------------------------------+ 2021-11-04 10:30:02.382 | | Check: Older than N-1 computes | 2021-11-04 10:30:02.383 | | Result: Success | 2021-11-04 10:30:02.383 | | Details: None | 2021-11-04 10:30:02.383 | +--------------------------------------------------------------------+ 2021-11-04 10:30:02.383 | | Check: hw_machine_type unset | 2021-11-04 10:30:02.383 | | Result: Success | 2021-11-04 10:30:02.383 | | Details: None | 2021-11-04 10:30:02.383 | +--------------------------------------------------------------------+ 2021-11-04 10:30:02.846 | + ./stack.sh:main:1462 : [[ -x /home/ubuntu/devstack/local.sh ]] 2021-11-04 10:30:02.848 | + ./stack.sh:main:1463 : echo 'Running user script /home/ubuntu/devstack/local.sh' 2021-11-04 10:30:02.848 | Running user script /home/ubuntu/devstack/local.sh 2021-11-04 10:30:02.851 | + ./stack.sh:main:1464 : /home/ubuntu/devstack/local.sh 2021-11-04 10:30:02.853 | Before updating nova flavors: 2021-11-04 10:30:05.064 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:05.064 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:05.064 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:05.064 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:05.064 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-11-04 10:30:05.064 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2021-11-04 10:30:05.064 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-11-04 10:30:05.064 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2021-11-04 10:30:05.064 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2021-11-04 10:30:05.065 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2021-11-04 10:30:05.065 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2021-11-04 10:30:05.065 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2021-11-04 10:30:05.065 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2021-11-04 10:30:05.065 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2021-11-04 10:30:05.065 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2021-11-04 10:30:05.065 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2021-11-04 10:30:05.065 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2021-11-04 10:30:05.065 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-11-04 10:30:06.947 | ERROR (CommandError): No flavor with a name or ID of '42' exists. 2021-11-04 10:30:07.043 | Flavor 42 not found 2021-11-04 10:30:08.667 | ERROR (CommandError): No flavor with a name or ID of '84' exists. 2021-11-04 10:30:08.761 | Flavor 84 not found 2021-11-04 10:30:10.387 | ERROR (CommandError): No flavor with a name or ID of '451' exists. 2021-11-04 10:30:10.477 | Flavor 451 not found 2021-11-04 10:30:12.138 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-11-04 10:30:12.138 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-11-04 10:30:12.138 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-11-04 10:30:12.138 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-11-04 10:30:12.139 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-11-04 10:30:13.847 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-11-04 10:30:13.847 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-11-04 10:30:13.847 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-11-04 10:30:13.847 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-11-04 10:30:13.847 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-11-04 10:30:15.604 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-11-04 10:30:15.604 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-11-04 10:30:15.604 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-11-04 10:30:15.604 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-11-04 10:30:15.604 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-11-04 10:30:17.385 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-11-04 10:30:17.385 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-11-04 10:30:17.385 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-11-04 10:30:17.385 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-11-04 10:30:17.385 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-11-04 10:30:17.475 | After updating nova flavors: 2021-11-04 10:30:19.044 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-11-04 10:30:19.044 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-11-04 10:30:19.044 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-11-04 10:30:19.044 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-11-04 10:30:19.044 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-11-04 10:30:19.045 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-11-04 10:30:19.045 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-11-04 10:30:19.045 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-11-04 10:30:19.045 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-11-04 10:30:19.045 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-11-04 10:30:19.045 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-11-04 10:30:19.045 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-11-04 10:30:19.045 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-11-04 10:30:19.045 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-11-04 10:30:19.045 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-11-04 10:30:19.045 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-11-04 10:30:19.045 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-11-04 10:30:19.045 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-11-04 10:30:21.480 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:21.480 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:21.480 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:21.480 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:24.239 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:24.239 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:24.239 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:24.239 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:24.449 | Neutron networks: 2021-11-04 10:30:26.791 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:26.791 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:26.791 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:26.791 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:26.791 | +--------------------------------------+---------+--------------------------------------+ 2021-11-04 10:30:26.791 | | ID | Name | Subnets | 2021-11-04 10:30:26.791 | +--------------------------------------+---------+--------------------------------------+ 2021-11-04 10:30:26.791 | | 21e99cb2-29a0-4dc5-8386-0c3f5df76ad8 | private | a6008cea-e8a3-49b5-8b8a-b578cd0725f7 | 2021-11-04 10:30:26.791 | | 628efe0a-a278-40d2-9521-566f240b75c8 | public | 5e55e0f2-f6fc-4e13-b62d-1c0535262173 | 2021-11-04 10:30:26.791 | +--------------------------------------+---------+--------------------------------------+ 2021-11-04 10:30:29.353 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:29.353 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:29.353 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:29.353 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:31.891 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:31.891 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:31.891 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:31.891 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:31.891 | +---------------------------+--------------------------------------+ 2021-11-04 10:30:31.891 | | Field | Value | 2021-11-04 10:30:31.891 | +---------------------------+--------------------------------------+ 2021-11-04 10:30:31.891 | | admin_state_up | UP | 2021-11-04 10:30:31.891 | | availability_zone_hints | | 2021-11-04 10:30:31.891 | | availability_zones | nova | 2021-11-04 10:30:31.892 | | created_at | 2021-11-04T10:27:57Z | 2021-11-04 10:30:31.892 | | description | | 2021-11-04 10:30:31.892 | | dns_domain | None | 2021-11-04 10:30:31.892 | | id | 21e99cb2-29a0-4dc5-8386-0c3f5df76ad8 | 2021-11-04 10:30:31.892 | | ipv4_address_scope | None | 2021-11-04 10:30:31.892 | | ipv6_address_scope | None | 2021-11-04 10:30:31.892 | | is_default | None | 2021-11-04 10:30:31.892 | | is_vlan_transparent | None | 2021-11-04 10:30:31.892 | | mtu | 1500 | 2021-11-04 10:30:31.892 | | name | private | 2021-11-04 10:30:31.892 | | port_security_enabled | True | 2021-11-04 10:30:31.892 | | project_id | fd01c8cf764b4181b6e7103f1c29009e | 2021-11-04 10:30:31.892 | | provider:network_type | vlan | 2021-11-04 10:30:31.892 | | provider:physical_network | physnet1 | 2021-11-04 10:30:31.892 | | provider:segmentation_id | 155 | 2021-11-04 10:30:31.892 | | qos_policy_id | None | 2021-11-04 10:30:31.892 | | revision_number | 3 | 2021-11-04 10:30:31.892 | | router:external | Internal | 2021-11-04 10:30:31.892 | | segments | None | 2021-11-04 10:30:31.892 | | shared | False | 2021-11-04 10:30:31.892 | | status | ACTIVE | 2021-11-04 10:30:31.892 | | subnets | a6008cea-e8a3-49b5-8b8a-b578cd0725f7 | 2021-11-04 10:30:31.892 | | tags | | 2021-11-04 10:30:31.892 | | updated_at | 2021-11-04T10:30:24Z | 2021-11-04 10:30:31.892 | +---------------------------+--------------------------------------+ 2021-11-04 10:30:34.428 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:34.428 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:34.428 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:34.428 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:34.429 | +---------------------------+--------------------------------------+ 2021-11-04 10:30:34.429 | | Field | Value | 2021-11-04 10:30:34.429 | +---------------------------+--------------------------------------+ 2021-11-04 10:30:34.429 | | admin_state_up | UP | 2021-11-04 10:30:34.429 | | availability_zone_hints | | 2021-11-04 10:30:34.429 | | availability_zones | nova | 2021-11-04 10:30:34.429 | | created_at | 2021-11-04T10:28:18Z | 2021-11-04 10:30:34.429 | | description | | 2021-11-04 10:30:34.429 | | dns_domain | None | 2021-11-04 10:30:34.429 | | id | 628efe0a-a278-40d2-9521-566f240b75c8 | 2021-11-04 10:30:34.429 | | ipv4_address_scope | None | 2021-11-04 10:30:34.429 | | ipv6_address_scope | None | 2021-11-04 10:30:34.429 | | is_default | True | 2021-11-04 10:30:34.429 | | is_vlan_transparent | None | 2021-11-04 10:30:34.429 | | mtu | 1500 | 2021-11-04 10:30:34.429 | | name | public | 2021-11-04 10:30:34.429 | | port_security_enabled | True | 2021-11-04 10:30:34.429 | | project_id | 02b7cb0577d74fd4aec0ac80d580679e | 2021-11-04 10:30:34.429 | | provider:network_type | flat | 2021-11-04 10:30:34.429 | | provider:physical_network | physnet1 | 2021-11-04 10:30:34.429 | | provider:segmentation_id | None | 2021-11-04 10:30:34.429 | | qos_policy_id | None | 2021-11-04 10:30:34.429 | | revision_number | 2 | 2021-11-04 10:30:34.429 | | router:external | External | 2021-11-04 10:30:34.429 | | segments | None | 2021-11-04 10:30:34.429 | | shared | False | 2021-11-04 10:30:34.429 | | status | ACTIVE | 2021-11-04 10:30:34.429 | | subnets | 5e55e0f2-f6fc-4e13-b62d-1c0535262173 | 2021-11-04 10:30:34.429 | | tags | | 2021-11-04 10:30:34.429 | | updated_at | 2021-11-04T10:28:26Z | 2021-11-04 10:30:34.429 | +---------------------------+--------------------------------------+ 2021-11-04 10:30:34.630 | Neutron subnetworks: 2021-11-04 10:30:37.004 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:37.004 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:37.004 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:37.004 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:37.004 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-11-04 10:30:37.004 | | ID | Name | Network | Subnet | 2021-11-04 10:30:37.004 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-11-04 10:30:37.005 | | 5e55e0f2-f6fc-4e13-b62d-1c0535262173 | public-subnet | 628efe0a-a278-40d2-9521-566f240b75c8 | 172.25.6.0/24 | 2021-11-04 10:30:37.005 | | a6008cea-e8a3-49b5-8b8a-b578cd0725f7 | private-subnet | 21e99cb2-29a0-4dc5-8386-0c3f5df76ad8 | 172.20.0.0/26 | 2021-11-04 10:30:37.005 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-11-04 10:30:39.434 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:39.434 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:39.434 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:39.434 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:41.836 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:41.836 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:41.836 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:41.837 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:41.837 | +----------------------+--------------------------------------+ 2021-11-04 10:30:41.837 | | Field | Value | 2021-11-04 10:30:41.837 | +----------------------+--------------------------------------+ 2021-11-04 10:30:41.837 | | allocation_pools | 172.25.6.2-172.25.6.254 | 2021-11-04 10:30:41.837 | | cidr | 172.25.6.0/24 | 2021-11-04 10:30:41.837 | | created_at | 2021-11-04T10:28:26Z | 2021-11-04 10:30:41.837 | | description | | 2021-11-04 10:30:41.837 | | dns_nameservers | | 2021-11-04 10:30:41.837 | | dns_publish_fixed_ip | None | 2021-11-04 10:30:41.837 | | enable_dhcp | False | 2021-11-04 10:30:41.837 | | gateway_ip | 172.25.6.1 | 2021-11-04 10:30:41.837 | | host_routes | | 2021-11-04 10:30:41.837 | | id | 5e55e0f2-f6fc-4e13-b62d-1c0535262173 | 2021-11-04 10:30:41.837 | | ip_version | 4 | 2021-11-04 10:30:41.837 | | ipv6_address_mode | None | 2021-11-04 10:30:41.837 | | ipv6_ra_mode | None | 2021-11-04 10:30:41.837 | | name | public-subnet | 2021-11-04 10:30:41.838 | | network_id | 628efe0a-a278-40d2-9521-566f240b75c8 | 2021-11-04 10:30:41.838 | | project_id | 02b7cb0577d74fd4aec0ac80d580679e | 2021-11-04 10:30:41.838 | | revision_number | 0 | 2021-11-04 10:30:41.838 | | segment_id | None | 2021-11-04 10:30:41.838 | | service_types | | 2021-11-04 10:30:41.838 | | subnetpool_id | None | 2021-11-04 10:30:41.838 | | tags | | 2021-11-04 10:30:41.838 | | updated_at | 2021-11-04T10:28:26Z | 2021-11-04 10:30:41.838 | +----------------------+--------------------------------------+ 2021-11-04 10:30:44.337 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:44.337 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:44.337 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:44.337 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:44.337 | +----------------------+--------------------------------------+ 2021-11-04 10:30:44.337 | | Field | Value | 2021-11-04 10:30:44.337 | +----------------------+--------------------------------------+ 2021-11-04 10:30:44.337 | | allocation_pools | 172.20.0.2-172.20.0.62 | 2021-11-04 10:30:44.337 | | cidr | 172.20.0.0/26 | 2021-11-04 10:30:44.337 | | created_at | 2021-11-04T10:28:01Z | 2021-11-04 10:30:44.337 | | description | | 2021-11-04 10:30:44.338 | | dns_nameservers | 8.8.4.4, 8.8.8.8 | 2021-11-04 10:30:44.338 | | dns_publish_fixed_ip | None | 2021-11-04 10:30:44.338 | | enable_dhcp | True | 2021-11-04 10:30:44.338 | | gateway_ip | 172.20.0.1 | 2021-11-04 10:30:44.338 | | host_routes | | 2021-11-04 10:30:44.338 | | id | a6008cea-e8a3-49b5-8b8a-b578cd0725f7 | 2021-11-04 10:30:44.338 | | ip_version | 4 | 2021-11-04 10:30:44.338 | | ipv6_address_mode | None | 2021-11-04 10:30:44.338 | | ipv6_ra_mode | None | 2021-11-04 10:30:44.338 | | name | private-subnet | 2021-11-04 10:30:44.338 | | network_id | 21e99cb2-29a0-4dc5-8386-0c3f5df76ad8 | 2021-11-04 10:30:44.338 | | project_id | fd01c8cf764b4181b6e7103f1c29009e | 2021-11-04 10:30:44.338 | | revision_number | 1 | 2021-11-04 10:30:44.338 | | segment_id | None | 2021-11-04 10:30:44.338 | | service_types | | 2021-11-04 10:30:44.338 | | subnetpool_id | 51a219e9-b7a4-4966-980d-219cb6596072 | 2021-11-04 10:30:44.338 | | tags | | 2021-11-04 10:30:44.338 | | updated_at | 2021-11-04T10:30:24Z | 2021-11-04 10:30:44.338 | +----------------------+--------------------------------------+ 2021-11-04 10:30:44.613 | + ./stack.sh:main:1474 : sudo tee /etc/bash_completion.d/osc.bash_completion 2021-11-04 10:30:44.613 | + ./stack.sh:main:1473 : command openstack complete 2021-11-04 10:30:44.616 | + ./stack.sh:main:1473 : openstack complete 2021-11-04 10:30:47.301 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:47.301 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:47.301 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:47.301 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:47.301 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2021-11-04 10:30:47.706 | + ./stack.sh:main:1477 : is_service_enabled cinder 2021-11-04 10:30:47.727 | + functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:30:47.730 | + ./stack.sh:main:1478 : is_ubuntu 2021-11-04 10:30:47.733 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-11-04 10:30:47.736 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-11-04 10:30:47.739 | + ./stack.sh:main:1479 : echo_summary 'Configuring lvm.conf global device filter' 2021-11-04 10:30:47.742 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:30:47.745 | + ./stack.sh:echo_summary:432 : echo -e Configuring lvm.conf global device filter 2021-11-04 10:30:47.748 | + ./stack.sh:main:1480 : set_lvm_filter 2021-11-04 10:30:47.751 | + lib/lvm:set_lvm_filter:178 : local 'filter_suffix="r|.*|" ] # from devstack' 2021-11-04 10:30:47.754 | + lib/lvm:set_lvm_filter:179 : local 'filter_string=global_filter = [ ' 2021-11-04 10:30:47.756 | + lib/lvm:set_lvm_filter:180 : local pv 2021-11-04 10:30:47.759 | + lib/lvm:set_lvm_filter:181 : local vg 2021-11-04 10:30:47.762 | + lib/lvm:set_lvm_filter:182 : local line 2021-11-04 10:30:47.765 | ++ lib/lvm:set_lvm_filter:184 : sudo pvs --noheadings -o name 2021-11-04 10:30:47.954 | + lib/lvm:set_lvm_filter:184 : for pv_info in $(sudo pvs --noheadings -o name) 2021-11-04 10:30:47.958 | ++ lib/lvm:set_lvm_filter:185 : echo -e /dev/loop4 2021-11-04 10:30:47.959 | ++ lib/lvm:set_lvm_filter:185 : sed 's/\/dev\///g' 2021-11-04 10:30:47.959 | ++ lib/lvm:set_lvm_filter:185 : sed 's/ //g' 2021-11-04 10:30:47.965 | + lib/lvm:set_lvm_filter:185 : pv=loop4 2021-11-04 10:30:47.968 | + lib/lvm:set_lvm_filter:186 : new='"a|loop4|", ' 2021-11-04 10:30:47.971 | + lib/lvm:set_lvm_filter:187 : filter_string='global_filter = [ "a|loop4|", ' 2021-11-04 10:30:47.974 | + lib/lvm:set_lvm_filter:184 : for pv_info in $(sudo pvs --noheadings -o name) 2021-11-04 10:30:47.978 | ++ lib/lvm:set_lvm_filter:185 : echo -e /dev/loop5 2021-11-04 10:30:47.979 | ++ lib/lvm:set_lvm_filter:185 : sed 's/ //g' 2021-11-04 10:30:47.979 | ++ lib/lvm:set_lvm_filter:185 : sed 's/\/dev\///g' 2021-11-04 10:30:47.985 | + lib/lvm:set_lvm_filter:185 : pv=loop5 2021-11-04 10:30:47.988 | + lib/lvm:set_lvm_filter:186 : new='"a|loop5|", ' 2021-11-04 10:30:47.991 | + lib/lvm:set_lvm_filter:187 : filter_string='global_filter = [ "a|loop4|", "a|loop5|", ' 2021-11-04 10:30:47.994 | + lib/lvm:set_lvm_filter:189 : filter_string='global_filter = [ "a|loop4|", "a|loop5|", "r|.*|" ] # from devstack' 2021-11-04 10:30:47.997 | + lib/lvm:set_lvm_filter:191 : clean_lvm_filter 2021-11-04 10:30:48.000 | + lib/lvm:clean_lvm_filter:166 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2021-11-04 10:30:48.016 | + 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 2021-11-04 10:30:48.032 | + lib/lvm:set_lvm_filter:193 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "a|loop4|", "a|loop5|", "r|.*|" ] # from devstack' 2021-11-04 10:30:48.034 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:30:48.037 | + ./stack.sh:echo_summary:432 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"a|loop4|",' '"a|loop5|",' '"r|.*|"' ']' '#' from devstack 2021-11-04 10:30:48.040 | + ./stack.sh:main:1490 : run_phase stack test-config 2021-11-04 10:30:48.043 | + functions-common:run_phase:1737 : local mode=stack 2021-11-04 10:30:48.046 | + functions-common:run_phase:1738 : local phase=test-config 2021-11-04 10:30:48.049 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-11-04 10:30:48.051 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2021-11-04 10:30:48.054 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-11-04 10:30:48.057 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2021-11-04 10:30:48.061 | + functions-common:run_phase:1747 : local extra 2021-11-04 10:30:48.064 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-11-04 10:30:48.069 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2021-11-04 10:30:48.072 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-11-04 10:30:48.075 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-11-04 10:30:48.078 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack test-config 2021-11-04 10:30:48.081 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-11-04 10:30:48.099 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:30:48.102 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-11-04 10:30:48.104 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-11-04 10:30:48.107 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2021-11-04 10:30:48.110 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-11-04 10:30:48.113 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-11-04 10:30:48.115 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-11-04 10:30:48.118 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2021-11-04 10:30:48.120 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-11-04 10:30:48.123 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2021-11-04 10:30:48.126 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-11-04 10:30:48.129 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-11-04 10:30:48.131 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2021-11-04 10:30:48.182 | [17569 Async install_tempest:76868]: Waiting for completion of install_tempest running on PID 76868 (1 other jobs running) 2021-11-04 10:30:48.208 | [17569 Async install_tempest:76868]: Signaling child to exit 2021-11-04 10:30:48.208 | WAKEUP 2021-11-04 10:30:48.233 | [17569 Async install_tempest:76868]: Signaled 2021-11-04 10:30:48.235 | ++ lib/tempest:install_tempest:699 : git_clone https://opendev.org/openstack/tempest.git /opt/stack/tempest master 2021-11-04 10:30:48.235 | ++ functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/tempest.git 2021-11-04 10:30:48.235 | ++ functions-common:git_clone:524 : local git_dest=/opt/stack/tempest 2021-11-04 10:30:48.235 | ++ functions-common:git_clone:525 : local git_ref=master 2021-11-04 10:30:48.235 | ++ functions-common:git_clone:526 : local orig_dir 2021-11-04 10:30:48.235 | +++ functions-common:git_clone:527 : pwd 2021-11-04 10:30:48.235 | ++ functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-11-04 10:30:48.235 | ++ functions-common:git_clone:528 : local git_clone_flags= 2021-11-04 10:30:48.235 | +++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-11-04 10:30:48.235 | ++ functions-common:git_clone:530 : RECLONE=False 2021-11-04 10:30:48.235 | ++ functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-11-04 10:30:48.235 | ++ functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-11-04 10:30:48.236 | ++ functions-common:git_clone:544 : egrep -q '^refs' 2021-11-04 10:30:48.236 | ++ functions-common:git_clone:544 : echo master 2021-11-04 10:30:48.236 | ++ functions-common:git_clone:558 : [[ ! -d /opt/stack/tempest ]] 2021-11-04 10:30:48.236 | ++ functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-11-04 10:30:48.236 | ++ functions-common:git_clone:592 : cd /opt/stack/tempest 2021-11-04 10:30:48.236 | ++ functions-common:git_clone:593 : head -1 2021-11-04 10:30:48.236 | ++ functions-common:git_clone:593 : git show --oneline 2021-11-04 10:30:48.236 | 8cd09500b Merge "Adding Bandwidth Limit QoS rule client to Manager" 2021-11-04 10:30:48.236 | ++ functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-11-04 10:30:48.236 | ++ lib/tempest:install_tempest:700 : pip_install 'tox!=2.8.0' 2021-11-04 10:30:48.236 | Using python 3.8 to install tox!=2.8.0 2021-11-04 10:30:48.236 | ++ 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' 2021-11-04 10:30:48.236 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:48.236 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:48.236 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:48.236 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:48.236 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:30:48.236 | Collecting tox!=2.8.0 2021-11-04 10:30:48.236 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5e2/74227a53dc9ef/tox-3.24.4-py2.py3-none-any.whl (85 kB) 2021-11-04 10:30:48.236 | Collecting pluggy>=0.12.0 2021-11-04 10:30:48.236 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/741/34bbf457f031a/pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2021-11-04 10:30:48.236 | Requirement already satisfied: 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 in /usr/local/lib/python3.8/dist-packages (from tox!=2.8.0) (20.10.0) 2021-11-04 10:30:48.236 | Collecting toml>=0.9.4 2021-11-04 10:30:48.236 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/806/143ae5bfb6a3c/toml-0.10.2-py2.py3-none-any.whl (16 kB) 2021-11-04 10:30:48.236 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.8/dist-packages (from tox!=2.8.0) (21.2) 2021-11-04 10:30:48.236 | Requirement already satisfied: six>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from tox!=2.8.0) (1.16.0) 2021-11-04 10:30:48.236 | Requirement already satisfied: filelock>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from tox!=2.8.0) (3.3.2) 2021-11-04 10:30:48.236 | Collecting py>=1.4.17 2021-11-04 10:30:48.236 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3b8/0836aa6d1feea/py-1.10.0-py2.py3-none-any.whl (97 kB) 2021-11-04 10:30:48.236 | Requirement already satisfied: pyparsing<3,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=14->tox!=2.8.0) (2.4.7) 2021-11-04 10:30:48.236 | Requirement already satisfied: backports.entry-points-selectable>=1.0.4 in /usr/local/lib/python3.8/dist-packages (from 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->tox!=2.8.0) (1.1.0) 2021-11-04 10:30:48.236 | Requirement already satisfied: distlib<1,>=0.3.1 in /usr/local/lib/python3.8/dist-packages (from 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->tox!=2.8.0) (0.3.3) 2021-11-04 10:30:48.237 | Requirement already satisfied: platformdirs<3,>=2 in /usr/local/lib/python3.8/dist-packages (from 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->tox!=2.8.0) (2.4.0) 2021-11-04 10:30:48.237 | Installing collected packages: toml, py, pluggy, tox 2021-11-04 10:30:48.237 | Successfully installed pluggy-1.0.0 py-1.10.0 toml-0.10.2 tox-3.24.4 2021-11-04 10:30:48.237 | 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 2021-11-04 10:30:48.237 | ++ inc/python:pip_install:200 : result=0 2021-11-04 10:30:48.237 | ++ inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:30:48.237 | ++ functions-common:time_stop:2309 : local name 2021-11-04 10:30:48.237 | ++ functions-common:time_stop:2310 : local end_time 2021-11-04 10:30:48.237 | ++ functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:30:48.237 | ++ functions-common:time_stop:2312 : local total 2021-11-04 10:30:48.237 | ++ functions-common:time_stop:2313 : local start_time 2021-11-04 10:30:48.237 | ++ functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:30:48.237 | ++ functions-common:time_stop:2316 : start_time=1636020749255 2021-11-04 10:30:48.237 | ++ functions-common:time_stop:2318 : [[ -z 1636020749255 ]] 2021-11-04 10:30:48.237 | +++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:30:48.237 | ++ functions-common:time_stop:2321 : end_time=1636020755296 2021-11-04 10:30:48.237 | ++ functions-common:time_stop:2322 : elapsed_time=6041 2021-11-04 10:30:48.237 | ++ functions-common:time_stop:2323 : total=263745 2021-11-04 10:30:48.237 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:30:48.237 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=269786 2021-11-04 10:30:48.237 | ++ inc/python:pip_install:203 : return 0 2021-11-04 10:30:48.237 | ++ lib/tempest:install_tempest:701 : pushd /opt/stack/tempest 2021-11-04 10:30:48.237 | /opt/stack/tempest ~/devstack 2021-11-04 10:30:48.237 | ++ lib/tempest:install_tempest:705 : git checkout master 2021-11-04 10:30:48.237 | M .coveragerc 2021-11-04 10:30:48.237 | M .gitignore 2021-11-04 10:30:48.237 | M .gitreview 2021-11-04 10:30:48.237 | M .mailmap 2021-11-04 10:30:48.237 | M .stestr.conf 2021-11-04 10:30:48.237 | M CONTRIBUTING.rst 2021-11-04 10:30:48.237 | M HACKING.rst 2021-11-04 10:30:48.237 | M LICENSE 2021-11-04 10:30:48.237 | M README.rst 2021-11-04 10:30:48.237 | M REVIEWING.rst 2021-11-04 10:30:48.237 | M bindep.txt 2021-11-04 10:30:48.237 | M doc/requirements.txt 2021-11-04 10:30:48.238 | M doc/source/_extra/.htaccess 2021-11-04 10:30:48.238 | M doc/source/_static/.keep 2021-11-04 10:30:48.238 | M doc/source/account_generator.rst 2021-11-04 10:30:48.238 | M doc/source/cleanup.rst 2021-11-04 10:30:48.238 | M doc/source/conf.py 2021-11-04 10:30:48.238 | M doc/source/configuration.rst 2021-11-04 10:30:48.238 | M doc/source/contributor/contributing.rst 2021-11-04 10:30:48.238 | M doc/source/data/tempest-non-active-plugins-registry.header 2021-11-04 10:30:48.238 | M doc/source/data/tempest-plugins-registry.header 2021-11-04 10:30:48.238 | M doc/source/index.rst 2021-11-04 10:30:48.238 | M doc/source/keystone_scopes_and_roles_support.rst 2021-11-04 10:30:48.238 | M doc/source/library.rst 2021-11-04 10:30:48.238 | M doc/source/library/api_microversion_testing.rst 2021-11-04 10:30:48.238 | M doc/source/library/auth.rst 2021-11-04 10:30:48.238 | M doc/source/library/cli.rst 2021-11-04 10:30:48.238 | M doc/source/library/clients.rst 2021-11-04 10:30:48.238 | M doc/source/library/credential_providers.rst 2021-11-04 10:30:48.238 | M doc/source/library/decorators.rst 2021-11-04 10:30:48.238 | M doc/source/library/rest_client.rst 2021-11-04 10:30:48.238 | M doc/source/library/service_clients/compute_clients.rst 2021-11-04 10:30:48.238 | M doc/source/library/utils.rst 2021-11-04 10:30:48.238 | M doc/source/library/validation_resources.rst 2021-11-04 10:30:48.238 | M doc/source/microversion_testing.rst 2021-11-04 10:30:48.238 | M doc/source/overview.rst 2021-11-04 10:30:48.238 | M doc/source/plugins/index.rst 2021-11-04 10:30:48.238 | M doc/source/plugins/plugin.rst 2021-11-04 10:30:48.238 | M doc/source/requirement_upper_constraint_for_tempest.rst 2021-11-04 10:30:48.238 | M doc/source/run.rst 2021-11-04 10:30:48.238 | M doc/source/sampleconf.rst 2021-11-04 10:30:48.238 | M doc/source/stable_branch_support_policy.rst 2021-11-04 10:30:48.238 | M doc/source/stable_branch_testing_policy.rst 2021-11-04 10:30:48.238 | M doc/source/subunit_describe_calls.rst 2021-11-04 10:30:48.238 | M doc/source/supported_version.rst 2021-11-04 10:30:48.238 | M doc/source/tempest_and_plugins_compatible_version_policy.rst 2021-11-04 10:30:48.238 | M doc/source/test_removal.rst 2021-11-04 10:30:48.238 | M doc/source/tests/modules.rst 2021-11-04 10:30:48.238 | M doc/source/workspace.rst 2021-11-04 10:30:48.239 | M doc/source/write_tests.rst 2021-11-04 10:30:48.239 | M etc/accounts.yaml.sample 2021-11-04 10:30:48.239 | M etc/allow-list.yaml 2021-11-04 10:30:48.239 | M etc/logging.conf.sample 2021-11-04 10:30:48.239 | M etc/rbac-persona-accounts.yaml.sample 2021-11-04 10:30:48.239 | M playbooks/devstack-tempest-ipv6.yaml 2021-11-04 10:30:48.239 | M playbooks/devstack-tempest.yaml 2021-11-04 10:30:48.239 | M playbooks/post-tempest.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/10/10.0-supported-openstack-releases-b88db468695348f6.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/10/10.0.0-start-using-reno-ed9518126fd0e1a3.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/11/11.0.0-api-microversion-testing-support-2ceddd2255670932.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/11/11.0.0-compute-microversion-support-e0b23f960f894b9b.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/11/11.0.0-supported-openstack-releases-1e5d7295d939d439.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/12/12.0.0-supported-openstack-releases-f10aac381d933dd1.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/12/12.1.0-add-network-versions-client-d90e8334e1443f5c.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/12/12.1.0-add-scope-to-auth-b5a82493ea89f41e.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/12/12.1.0-add-tempest-run-3d0aaf69c2ca4115.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/12/12.1.0-add-tempest-workspaces-228a2ba4690b5589.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/12/12.1.0-add_subunit_describe_calls-5498a37e6cd66c4b.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/12/12.1.0-bug-1486834-7ebca15836ae27a9.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/12/12.1.0-identity-clients-as-library-e663c6132fcac6c2.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/12/12.1.0-image-clients-as-library-86d17caa26ce3961.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/12/12.1.0-new-test-utils-module-adf34468c4d52719.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/12/12.1.0-remove-input-scenarios-functionality-01308e6d4307f580.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/12/12.1.0-remove-integrated-horizon-bb57551c1e5f5be3.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/12/12.1.0-remove-legacy-credential-providers-3d653ac3ba1ada2b.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/12/12.1.0-remove-trove-tests-666522e9113549f9.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/12/12.1.0-routers-client-as-library-25a363379da351f6.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/12/12.1.0-support-chunked-encoding-d71f53225f68edf3.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/12/12.1.0-tempest-init-global-config-dir-location-changes-12260255871d3a2b.yaml 2021-11-04 10:30:48.239 | M releasenotes/notes/12/12.2.0-add-httptimeout-in-restclient-ax78061900e3f3d7.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/12/12.2.0-add-new-identity-clients-3c3afd674a395bde.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/12/12.2.0-clients_module-16f3025f515bf9ec.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/12/12.2.0-nova_cert_default-90eb7c1e3cde624a.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/12/12.2.0-plugin-service-client-registration-00b19a2dd4935ba0.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/12/12.2.0-remove-javelin-276f62d04f7e4a1d.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/12/12.2.0-service_client_config-8a1d7b4de769c633.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/12/12.2.0-volume-clients-as-library-9a3444dd63c134b3.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/13/13.0.0-add-new-identity-clients-as-library-5f7ndha733nwdsn9.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/13/13.0.0-add-volume-clients-as-a-library-d05b6bc35e66c6ef.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/13/13.0.0-deprecate-get_ipv6_addr_by_EUI64-4673f07677289cf6.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/13/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/13/13.0.0-start-of-newton-support-3ebb274f300f28eb.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/13/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/13/13.0.0-volume-clients-as-library-660811011be29d1a.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/14/14.0.0-add-cred-provider-abstract-class-to-lib-70ff513221f8a871.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/14/14.0.0-add-cred_client-to-tempest.lib-4d4af33f969c576f.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/14/14.0.0-add-error-code-translation-to-versions-clients-acbc78292e24b014.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/14/14.0.0-add-image-clients-af94564fb34ddca6.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/14/14.0.0-add-role-assignments-client-as-a-library-d34b4fdf376984ad.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/14/14.0.0-add-service-provider-client-cbba77d424a30dd3.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/14/14.0.0-add-ssh-port-parameter-to-client-6d16c374ac4456c1.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/14/14.0.0-deprecate-nova-api-extensions-df16b02485dae203.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/14/14.0.0-move-cinder-v3-to-lib-service-be3ba0c20753b594.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/14/14.0.0-new-volume-limit-client-517c17d9090f4df4.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/14/14.0.0-remo-stress-tests-81052b211ad95d2e.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/14/14.0.0-remove-baremetal-tests-65186d9e15d5b8fb.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/14/14.0.0-remove-bootable-option-024f8944c056a3e0.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/14/14.0.0-remove-negative-test-generator-1653f4c0f86ccf75.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/14/14.0.0-remove-sahara-tests-1532c47c7df80e3a.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/14/14.0.0-volume-clients-as-library-309030c7a16e62ab.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/15/15.0.0-add-identity-v3-clients-as-a-library-d34b4fdf376984ad.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/15/15.0.0-add-image-clients-tests-49dbc0a0a4281a77.yaml 2021-11-04 10:30:48.240 | M releasenotes/notes/15/15.0.0-add-implied-roles-to-roles-client-library-edf96408ad9ba82e.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/15/15.0.0-add-snapshot-manage-client-as-library-a76ffdba9d8d01cb.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/15/15.0.0-deprecate-allow_port_security_disabled-option-2d3d87f6bd11d03a.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/15/15.0.0-deprecate-identity-feature-enabled.reseller-84800a8232fe217f.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/15/15.0.0-deprecate-volume_feature_enabled.volume_services-dbe024ea067d5ab2.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/15/15.0.0-jsonschema-validator-2377ba131e12d3c7.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-microversion-config-options-eaee6a7d2f8390a8.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-validation-config-options-e3d1b89ce074d71c.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/15/15.0.0-remove-deprecated-input-scenario-config-options-414e0c5442e967e9.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/15/15.0.0-remove-deprecated-network-config-options-f9ce276231578fe6.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-add-OAUTH-Consumer-Client-tempest-tests-db1df7aae4a9fd4e.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-add-additional-methods-to-roles-client-library-178d4a6000dec72d.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-add-cascade-parameter-to-volumes-client-ff4f7f12795003a4.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-add-compute-server-evaculate-client-as-a-library-ed76baf25f02c3ca.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-add-content-type-without-spaces-b2c9b91b257814f3.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-add-list-auth-project-client-5905076d914a3943.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-add-list-glance-api-versions-ec5fc8081fc8a0ae.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-add-list-security-groups-by-servers-to-servers-client-library-088df48f6d81f4be.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-add-list-version-to-identity-client-944cb7396088a575.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-add-list-version-to-volume-client-4769dd1bd4ab9c5e.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-add-quota-sets-detail-kwarg-74b72183295b3ce7.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-add-tempest-lib-remote-client-adbeb3f42a36910b.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-add-tempest-run-combine-option-e94c1049ba8985d5.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-add-update-encryption-type-to-encryption-types-client-f3093532a0bcf9a1.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-add-volume-manage-client-as-library-78ab198a1dc1bd41.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-create-server-tags-client-8c0042a77e859af6.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-deprecate-deactivate_image-config-7a282c471937bbcb.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-deprecate-glance-api-version-config-options-8370b63aea8e14cf.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-deprecate-resources-prefix-option-ad490c0a30a0266b.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_attr-decorator-450a1ed727494724.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_config-decorator-64c32d588043ab12.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-deprecated-cinder-api-v1-option-df7d5a54d93db5cf.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-dreprecate_client_parameters-cb8d069e62957f7e.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-fix-volume-v2-service-clients-bugfix-1667354-73d2c3c8fedc08bf.yaml 2021-11-04 10:30:48.241 | M releasenotes/notes/16/16.0.0-mitaka-eol-88ff8355fff81b55.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/16/16.0.0-remove-call_until_true-of-test-de9c13bc8f969921.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/16/16.0.0-remove-cinder-v1-api-tests-71e266b8d55d475f.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/16/16.0.0-remove-deprecated-allow_port_security_disabled-option-d0ffaeb2e7817707.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/16/16.0.0-remove-deprecated-compute-validation-config-options-part-2-5cd17b6e0e6cb8a3.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/16/16.0.0-remove-deprecated-dvr_extra_resources-option-e8c441c38eab7ddd.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/16/16.0.0-remove-deprecated-identity-reseller-option-4411c7e3951f1094.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/16/16.0.0-remove-sahara-service-available-44a642aa9c634ab4.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/16/16.0.0-remove-volume_feature_enabled.volume_services-c6aa142cc1021297.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/16/16.0.0-use-keystone-v3-api-935860d30ddbb8e9.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/16/16.0.0-volume-transfers-client-e5ed3f5464c0cdc0.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/25/subunt-describe-call-verbose-arg-fix.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/Add-keystone-v3-OS_FEDERATION-APIs-as-tempest-clients-fe9e10a0fe5f09d4.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/Add-volume_size_extend-config--opt-for-volume-tests-041f7d25fc2f3e05.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/Extend-cleanup-CLI-to-delete-regions-9f1dbda2c8de12e2.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/Fix-KeyError-bug-in-v3-volumes_client-ff5d9b894f2257c8.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/Inclusive-jargon-17621346744f0cf4.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/Placement-client-for-placement-based-minimum-bw-allocation-27ed0938118752b6.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/QoS-client-for-placement-based-minimum-bw-allocation-8e5854d5754cec68.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/Remove-deprecated-image-scenario-options-b573c60e873ab451.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/Remove-deprecated-scenario.img_dir-option-da626e6153181e16.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/Remove-manager-2e0b0af48f01294a.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/Remove-test_reboot_server_soft-48fa786f38cd94dc.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/Set-default-of-operator_role-to-member-f9c3abd2ebde23b7.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/Stabilize-scenario-manager-adf36d21b08e31a4.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/account-generator-accepts-positive-numbers-only-33a366a297494ef7.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/account_generator-6eb03f664a448c35.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/add-OAUTH-Token-Client-tempest-tests-6351eda451b95a86.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/add-additional-methods-to-policy-client-library-b8279c18335588c9.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/add-alt-project-dynamic-creds-1a3bc543e65d9433.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/add-assisted-volume-snapshot-client-737f5cb35d58c1b6.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/add-can-migrate-between-any-hosts-config-option-x8ah4f9737a28e9b.yaml 2021-11-04 10:30:48.242 | M releasenotes/notes/add-compute-feature-ide-bus-b63802502c378083.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-compute-feature-serial-console-45583c4341e34fc9.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-compute-feature-shelve-migrate-fdbd3633abe65c4e.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-consistency-group-exceptions-01cbb792cd710231.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-create-group-from-src-tempest-tests-9eb8b0b4b5c52055.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-domain-configuration-client-tempest-tests-e383efabdbb9ad03.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-domain-param-in-cliclient-a270fcf35c8f09e6.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-extra-apis-to-volume-v3-services-client-bf9b235cf5a611fe.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-floating-ip-config-option-e5774bf77702ce9f.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-force-detach-volume-to-volumes-client-library-b2071f2954f8e8b1.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-group-type-specs-apis-to-v3-group-types-client-10390b52dedede54.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-identity-roles-system-methods-519dc144231993a3.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-endpoint-groups-3518a90bbb731d0f.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-extensions-9cfd217fd2c6a61f.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-image-alt-ssh-user-config-option-1b775af2f468aa5b.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-immutable-user-source-support-dd17772a997075e0.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-ip-version-check-in-addresses-x491ac6d9abaxa12.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-is-resource-deleted-sg-client-f4a7a7a54ff024d7.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-keystone-ep-clients-eeefd0904fbbe151.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-keystone-v3-ec2-tests-d959b7d36f0bd7fc.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-kwargs-to-delete-vol-of-vol-client-1ecde75beb62933c.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-list-volume-transfers-with-detail-to-transfers-client-80169bf78cf4fa66.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-load-list-cmd-35a4a2e6ea0a36fd.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-manage-snapshot-ref-config-option-67efd04897335b67.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-migrate-volume-and-list-hosts-to-v3-volume-client-library-ad3529260db58f00.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-params-to-identity-v3-list-endpoints-958a155be4e17e5b.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-params-to-v2-list-backups-api-c088d2b4bfe90247.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-placement-usage-client-method-8b6015cbd8a5e0f6.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-profiler-config-options-db7c4ae6d338ee5c.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-qos-apis-for-bandwidth-limit-rules-cc144660fcaa419a.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-redirect-param-bea1f6fbce629c70.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-reset-group-snapshot-status-api-to-v3-group-snapshots-client-248d41827daf2a0c.yaml 2021-11-04 10:30:48.243 | M releasenotes/notes/add-reset-group-status-api-to-v3-groups-client-9aa048617c66756a.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-return-value-to-retype-volume-a401aa619aaa2457.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-save-state-option-5ea67858cbaca969.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-server-diagnostics-validation-schema-b5a3c55b45aa718a.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-show-api-v3-details-api-to-v3-versions-client-4b408427379cabfe.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-show-default-group-type-detail-api-to-v3-group-types-client-65f717878cf52da0.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-show-default-quotas-api-to-network-quotas-client-3a7c1159af9e56ff.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-show-default-volume-types-api-to-v3-types-client-44b2676f217d78dc.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-show-encryption-specs-item-api-to-v2-encryption-types-client-290b421cd4bc0c0e.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-show-host-to-hosts-client-library-c60c4eb49d139480.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-show-quota-details-api-to-network-quotas-client-3fffd302cc5d335f.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-show-snapshot-metadata-item-api-to-v2-snapshots-client-bd3cbab3c7f0e0b3.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-show-volume-image-metadata-api-to-v2-volumes-client-ee3c027f35276561.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-show-volume-metadata-item-api-to-v2-volumes-client-47d59ecd999ca9df.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-show-volume-summary-api-to-v3-volumes-client-96e7b01abdb5c9c3.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-storyboard-in-skip-because-decorator-3e139aa8a4f7970f.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-subnet-id-config-option-fac3d6f12abfc171.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-support-args-kwargs-in-call-until-true-a91k592h5a64exf7.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-unstable_test-decorator-a73cf97d4ffcc796.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-update-api-to-group-types-client-09c06ccdf80d5003.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-update-backup-api-to-v3-backups-client-e8465b2b66617dc0.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-update-flavor--api-to-flavors-client-a859542fe54aab7c.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-update-group-tempest-tests-72f8ec19b2809849.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-validation-resources-to-lib-dc2600c4324ca4d7.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-volume-group-snapshots-tempest-tests-840df3da26590f5e.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-volume-group-types-tempest-tests-1298ab8cb4fe8b7b.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-volume-groups-tempest-tests-dd7b2abfe2b48427.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-volume-quota-class-client-as-library-c4c2b22c36ff807e.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-volume-transfers-v3.55-73f75073ad2c4091.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add-worker-file-option-d949121a61156968.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/add_proxy_url_get_credentials-aef66b085450513f.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/agents-client-delete-method-de1a7fb3f845999c.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/api_v2_admin_flag-dea5ca9bc2ce63bc.yaml 2021-11-04 10:30:48.244 | M releasenotes/notes/associate-disassociate-floating_ip-0b6cfebeef1304b0.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/bp-application-credentials-df69b1f617db1bb9.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/bug-1647999-7aeda50a8d082d4c.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/bug-1791007-328a8b9a43bfb157.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/bug-1799883-6ea95fc64f70c9ef.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/bug-1808473-54ada26ab78e7b02.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/change-default-region-for-placement-to-empty-string-394f1132c28345bb.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/cinder-use-os-endpoint-type-c11f63fd468ceb4c.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/cli-tests-v3fixes-fb38189cefd64213.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/compare-header-version-func-de5139b2161b3627.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/conditional-attr-a8564ec5a70ec840.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/config-image-api-v1-default-to-false-39d5f2xafc534ab1.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/config-volume-multiattach-ea8138dfa4fd308c.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/config_image_certificate_compute_feature-c56efb520d54aff5.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/correct-port-profile-config-option-d67f5cb31f1bc34c.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/create-mount-config-drive-to-lib-1a6e912b8afbcc7e.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/create_loginable_secgroup_rule-73722fd4b4eb12d0.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/create_security_group_rule-16d58a8f0f0ff262.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/credentials-factory-stable-c8037bd9ae642482.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/deprecate-and-enable-identity-application_credentials-1d4eaef4c3c9dcba.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/deprecate-and-enable-identity-project-tags-23b87518888e563a.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/deprecate-compute-feature-enabled-block-migrate-cinder-iscsi-fcda802d774dfeec.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/deprecate-compute-images-client-in-volume-tests-92b6dd55fcaba620.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/deprecate-config-forbid_global_implied_dsr-e64cfa66e6e3ded5.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/deprecate-default-value-for-v3_endpoint_type-fb9e47c5ba1c719d.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/deprecate-dns_servers-option-0xf2f297ee47a5ff.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/deprecate-image-v1-service-clients-d12ed42210bb76b5.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/deprecate-scheduler-available-filters-cbca2017ba3cf2aa.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/deprecate-spice-rdp-console-config-f2af173552axfb72.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/deprecate-vnc-server-header-529f07d592aefb62.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/deprecate-volume-api-selection-config-options-b95c5c0ccbf38916.yaml 2021-11-04 10:30:48.245 | M releasenotes/notes/deprecate-volume-v2-service-clients-ff8a2a7be1797eb5.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/disable-identity-v2-testing-4ef1565d1a5aedcf.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/drop-DEFAULT_PARAMS-bfcc2e7b74ef880b.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/drop-py-2-7-730baf411876d5d8.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/drop-py-3-5-support-76ca78f1a650fcad.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/enable-volume-multiattach-fd5e9bf0e96b56ce.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/end-of-support-for-stein-f795b968d83497a9.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/end-of-support-for-train-83369468215d7485.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/extra-compute-services-tests-92b6c0618972e02f.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/fix-credential-logging-98089c897d801355.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/fix-list-group-snapshots-api-969d9321002c566c.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/fix-remoteclient-default-ssh-shell-prologue-33e99343d086f601.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/fix-show-image-file-expected-code-92d97342d0f6d60e.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/http_proxy_config-cb39b55520e84db5.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/identity-tests-domain-drivers-76235f6672221e45.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/identity-token-client-8aaef74b1d61090a.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/identity-v3-project-tags-client-36683c6a8644e54b.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/identity_client-635275d43abbb807.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/image-client-add-versions-and-tasks-ac289dbfe1c899cc.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/image_import_testing_support-22ba4bcb9f2fb848.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/intermediate-pike-release-2ce492432ff8f012.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/intermediate-queens-release-2f9f305775fca454.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/intermediate-train-release-0146c624cff9a57f.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/intermediate-wallaby-release-55a0b31b1dee7b23.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/introduce-attachments-client-add-show-attachment-api-c3111f7e560a87b3.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/lib_api_microversion_fixture-f52308fc6b6b89f2.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/limits-client-d656f16a3d3e84fc.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/list-auth-domains-v3-endpoint-9ec60c7d3011c397.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/log-resource-client-20e58a295f729902.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/log_console_output-dae6b8740b5a5821.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/loggable-resource-client-5977d46a7ea52199.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/make-create-user-domain-aware-for-v3-creds-client-5054f58e715adc0c.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/make-object-storage-client-as-stable-interface-d1b07c7e8f17bef6.yaml 2021-11-04 10:30:48.246 | M releasenotes/notes/merge-tempest-horizon-plugin-39d555339ab8c7ce.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/migrate-dynamic-creds-ecebb47528080761.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/migrate-object-storage-as-stable-interface-42014c7b43ecb254.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/migrate-preprov-creds-ef61a046ee1ec604.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/move-attr-decorator-to-lib-a1e80c42ba9c5392.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/move-related_bug-decorator-to-lib-dbfd5c543bbb2805.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/move-volume-v3-base_client-to-volume-1edbz0f207c3b283.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/network-show-version-18e1707a4df0a3d3.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/network-swap-to-project_id-a1d7fdf6c5e1cf44.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/network-tag-client-f4614029af7927f0.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/network_feature_enabled_available_features-35f9ac5f253e2ca3.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/new-placement-client-methods-e35c473e29494928.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/omit_X-Subject-Token_from_log-1bf5fef88c80334b.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/os_tenant_name-3ee175763bff455b.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/pause_teardown-45c9d60ffa889f7f.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/plugin-client-registration-enhancements-e09131742391225b.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/prevent-error-in-parse-resp-when-nullable-list-9898cd0f22180986.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/raise-exception-when-error-deleting-on-volume-18d0d0c5886212dd.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/random-bytes-size-limit-ee94a8c6534fe916.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/removal-deprecated-config-options-3db535b979fe3509.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/removal-deprecated-volume-config-options-21c4412f3c600923.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/remove-allow_tenant_isolation-option-03f0d998eb498d44.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/remove-deprecated-apis-from-v2-volumes-client-3ca4a5db5fea518f.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/remove-deprecated-find-test-caller-f4525cd043bfd1b6.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/remove-deprecated-old-token-clients-e4c2e654132f1130.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/remove-deprecated-skip-decorators-f8b42d812d20b537.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/remove-deprecated-skip_unless_attr-decorator-02bde59a00328f5c.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/remove-deprecated-volume-apis-from-v2-volumes-client-cf35e5b4cca89860.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/remove-deprecated-volume-config-options-4b7ea93b88e5b982.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/remove-get-ipv6-addr-by-EUI64-c79972d799c7a430.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/remove-heat-tests-9efb42cac3e0b306.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/remove-old-data-utils-e0966f882f7fe23a.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/remove-some-deprecated-auth-and-identity-options-xa1xd9b8fb948g4f.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/remove-some-deprecated-identity-options-0ffxd1b8db928e43.yaml 2021-11-04 10:30:48.247 | M releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/remove-volume-v1-service-clients-9235e3a965f93c09.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/segments-client-866f02948f40d4ff.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/set-cinder-api-v3-option-true-1b3e61e3129b7c00.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/start-of-pike-support-f2a1b7ea8e8b0311.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/start-of-queens-support-fea9051ba1d85fc7.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/subunit_describe_calls-ad7df689b9d63e3f.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/support-for-rbac-new-scope-6ec8164ce1e7288c.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/support-microversion-in-scenario-test-b4fbfdd3a977fc58.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/support-scope-in-get-roles-dynamic-creds-90bfab163c1c289a.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/swift-improve-cleanup-63cfc21ffb3aff6f.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/switch-to-stestr-8c9f834b3f5a55d8.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/system-scope-44244cc955a7825f.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/tempest-default-run_validations-9640c41b6a4a9121.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/tempest-identity-catalog-client-f5c8589a9d7c1eb5.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/tempest-lib-compute-update-service-6019d2dcfe4a1c5d.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/tempest-rocky-release-0fc3312053923380.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/tempest-run-fix-updates-564b41706decbba1.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/tempest-train-release-a2ed0743a5eadeb6.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/tempest-ussuri-release-72b5770a3b97678f.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/tempest-victoria-release-27000c02edc5a112.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/tempest-wallaby-release-0f2cea5ccf63485e.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/tempest-workspace-delete-directory-feature-74d6d157a5a05561.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/tempest-xena-release-3ffb30eb59e49f2c.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/test-clients-stable-for-plugin-90b1e7dc83f28ccd.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/use-cinder-v3-client-for-verify_tempest_config-2bf3d817b0070064.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/verify-tempest-command-8e88452c7a08dd77.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/vnc-hardcoded-server-name-removed-6f8d1e90a175dc08.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/volume-backed-live-mig-5a38b496ba1ec093.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/volume-service-testing-default-to-v3-endpoints-20b86895a590925d.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/volume-v3-service-clients-a863a6336af56cca.yaml 2021-11-04 10:30:48.248 | M releasenotes/notes/xenapi_apis-conf-fcca549283e53ed6.yaml 2021-11-04 10:30:48.248 | M releasenotes/source/_static/.placeholder 2021-11-04 10:30:48.249 | M releasenotes/source/_templates/.placeholder 2021-11-04 10:30:48.249 | M releasenotes/source/conf.py 2021-11-04 10:30:48.249 | M releasenotes/source/index.rst 2021-11-04 10:30:48.249 | M releasenotes/source/unreleased.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v10.0.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v11.0.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v12.0.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v13.0.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v14.0.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v15.0.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v16.0.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v16.1.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v17.0.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v17.1.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v17.2.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v18.0.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v19.0.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v20.0.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v21.0.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v22.0.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v22.1.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v23.0.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v24.0.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v26.0.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v26.1.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v27.0.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v28.0.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v28.1.0.rst 2021-11-04 10:30:48.249 | M releasenotes/source/v29.0.0.rst 2021-11-04 10:30:48.249 | M requirements.txt 2021-11-04 10:30:48.249 | M roles/acl-devstack-files/README.rst 2021-11-04 10:30:48.249 | M roles/acl-devstack-files/defaults/main.yaml 2021-11-04 10:30:48.249 | M roles/acl-devstack-files/tasks/main.yaml 2021-11-04 10:30:48.249 | M roles/run-tempest-26/README.rst 2021-11-04 10:30:48.249 | M roles/run-tempest-26/defaults/main.yaml 2021-11-04 10:30:48.249 | M roles/run-tempest-26/tasks/main.yaml 2021-11-04 10:30:48.249 | M roles/run-tempest/README.rst 2021-11-04 10:30:48.250 | M roles/run-tempest/defaults/main.yaml 2021-11-04 10:30:48.250 | M roles/run-tempest/tasks/main.yaml 2021-11-04 10:30:48.250 | M roles/setup-tempest-data-dir/README.rst 2021-11-04 10:30:48.250 | M roles/setup-tempest-data-dir/defaults/main.yaml 2021-11-04 10:30:48.250 | M roles/setup-tempest-data-dir/tasks/main.yaml 2021-11-04 10:30:48.250 | M roles/setup-tempest-run-dir/README.rst 2021-11-04 10:30:48.250 | M roles/setup-tempest-run-dir/defaults/main.yaml 2021-11-04 10:30:48.250 | M roles/setup-tempest-run-dir/tasks/main.yaml 2021-11-04 10:30:48.250 | M roles/tempest-cleanup/README.rst 2021-11-04 10:30:48.250 | M roles/tempest-cleanup/defaults/main.yaml 2021-11-04 10:30:48.250 | M roles/tempest-cleanup/tasks/dry_run.yaml 2021-11-04 10:30:48.250 | M roles/tempest-cleanup/tasks/dry_run_checker.py 2021-11-04 10:30:48.250 | M roles/tempest-cleanup/tasks/main.yaml 2021-11-04 10:30:48.250 | M setup.cfg 2021-11-04 10:30:48.250 | M setup.py 2021-11-04 10:30:48.250 | M tempest/README.rst 2021-11-04 10:30:48.250 | M tempest/__init__.py 2021-11-04 10:30:48.250 | M tempest/api/README.rst 2021-11-04 10:30:48.250 | M tempest/api/__init__.py 2021-11-04 10:30:48.250 | M tempest/api/compute/__init__.py 2021-11-04 10:30:48.250 | M tempest/api/compute/admin/__init__.py 2021-11-04 10:30:48.250 | M tempest/api/compute/admin/test_agents.py 2021-11-04 10:30:48.250 | M tempest/api/compute/admin/test_aggregates.py 2021-11-04 10:30:48.250 | M tempest/api/compute/admin/test_aggregates_negative.py 2021-11-04 10:30:48.250 | M tempest/api/compute/admin/test_auto_allocate_network.py 2021-11-04 10:30:48.250 | M tempest/api/compute/admin/test_availability_zone.py 2021-11-04 10:30:48.250 | M tempest/api/compute/admin/test_availability_zone_negative.py 2021-11-04 10:30:48.250 | M tempest/api/compute/admin/test_create_server.py 2021-11-04 10:30:48.250 | M tempest/api/compute/admin/test_delete_server.py 2021-11-04 10:30:48.250 | M tempest/api/compute/admin/test_fixed_ips.py 2021-11-04 10:30:48.250 | M tempest/api/compute/admin/test_fixed_ips_negative.py 2021-11-04 10:30:48.250 | M tempest/api/compute/admin/test_flavors.py 2021-11-04 10:30:48.250 | M tempest/api/compute/admin/test_flavors_access.py 2021-11-04 10:30:48.250 | M tempest/api/compute/admin/test_flavors_access_negative.py 2021-11-04 10:30:48.250 | M tempest/api/compute/admin/test_flavors_extra_specs.py 2021-11-04 10:30:48.250 | M tempest/api/compute/admin/test_flavors_extra_specs_negative.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_flavors_microversions.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_floating_ips_bulk.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_hosts.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_hosts_negative.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_hypervisor.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_hypervisor_negative.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_instance_usage_audit_log.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_instance_usage_audit_log_negative.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_keypairs_v210.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_live_migration.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_live_migration_negative.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_migrations.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_networks.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_quotas.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_quotas_negative.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_security_groups.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_server_diagnostics.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_server_diagnostics_negative.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_servers.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_servers_negative.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_servers_on_multinodes.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_services.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_services_negative.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_simple_tenant_usage.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_simple_tenant_usage_negative.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_volume.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_volume_swap.py 2021-11-04 10:30:48.251 | M tempest/api/compute/admin/test_volumes_negative.py 2021-11-04 10:30:48.251 | M tempest/api/compute/api_microversion_fixture.py 2021-11-04 10:30:48.251 | M tempest/api/compute/base.py 2021-11-04 10:30:48.251 | M tempest/api/compute/certificates/__init__.py 2021-11-04 10:30:48.251 | M tempest/api/compute/certificates/test_certificates.py 2021-11-04 10:30:48.251 | M tempest/api/compute/flavors/__init__.py 2021-11-04 10:30:48.251 | M tempest/api/compute/flavors/test_flavors.py 2021-11-04 10:30:48.252 | M tempest/api/compute/flavors/test_flavors_negative.py 2021-11-04 10:30:48.252 | M tempest/api/compute/floating_ips/__init__.py 2021-11-04 10:30:48.252 | M tempest/api/compute/floating_ips/base.py 2021-11-04 10:30:48.252 | M tempest/api/compute/floating_ips/test_floating_ips_actions.py 2021-11-04 10:30:48.252 | M tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py 2021-11-04 10:30:48.252 | M tempest/api/compute/floating_ips/test_list_floating_ips.py 2021-11-04 10:30:48.252 | M tempest/api/compute/floating_ips/test_list_floating_ips_negative.py 2021-11-04 10:30:48.252 | M tempest/api/compute/images/__init__.py 2021-11-04 10:30:48.252 | M tempest/api/compute/images/test_image_metadata.py 2021-11-04 10:30:48.252 | M tempest/api/compute/images/test_image_metadata_negative.py 2021-11-04 10:30:48.252 | M tempest/api/compute/images/test_images.py 2021-11-04 10:30:48.252 | M tempest/api/compute/images/test_images_negative.py 2021-11-04 10:30:48.252 | M tempest/api/compute/images/test_images_oneserver.py 2021-11-04 10:30:48.252 | M tempest/api/compute/images/test_images_oneserver_negative.py 2021-11-04 10:30:48.252 | M tempest/api/compute/images/test_list_image_filters.py 2021-11-04 10:30:48.252 | M tempest/api/compute/images/test_list_image_filters_negative.py 2021-11-04 10:30:48.252 | M tempest/api/compute/images/test_list_images.py 2021-11-04 10:30:48.252 | M tempest/api/compute/keypairs/__init__.py 2021-11-04 10:30:48.252 | M tempest/api/compute/keypairs/base.py 2021-11-04 10:30:48.252 | M tempest/api/compute/keypairs/test_keypairs.py 2021-11-04 10:30:48.252 | M tempest/api/compute/keypairs/test_keypairs_negative.py 2021-11-04 10:30:48.252 | M tempest/api/compute/keypairs/test_keypairs_v22.py 2021-11-04 10:30:48.252 | M tempest/api/compute/limits/__init__.py 2021-11-04 10:30:48.252 | M tempest/api/compute/limits/test_absolute_limits.py 2021-11-04 10:30:48.252 | M tempest/api/compute/limits/test_absolute_limits_negative.py 2021-11-04 10:30:48.252 | M tempest/api/compute/security_groups/__init__.py 2021-11-04 10:30:48.252 | M tempest/api/compute/security_groups/base.py 2021-11-04 10:30:48.252 | M tempest/api/compute/security_groups/test_security_group_rules.py 2021-11-04 10:30:48.252 | M tempest/api/compute/security_groups/test_security_group_rules_negative.py 2021-11-04 10:30:48.252 | M tempest/api/compute/security_groups/test_security_groups.py 2021-11-04 10:30:48.252 | M tempest/api/compute/security_groups/test_security_groups_negative.py 2021-11-04 10:30:48.252 | M tempest/api/compute/servers/__init__.py 2021-11-04 10:30:48.252 | M tempest/api/compute/servers/test_attach_interfaces.py 2021-11-04 10:30:48.252 | M tempest/api/compute/servers/test_availability_zone.py 2021-11-04 10:30:48.252 | M tempest/api/compute/servers/test_create_server.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_create_server_multi_nic.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_delete_server.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_device_tagging.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_disk_config.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_instance_actions.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_instance_actions_negative.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_list_server_filters.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_list_servers_negative.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_multiple_create.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_multiple_create_negative.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_novnc.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_server_actions.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_server_addresses.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_server_addresses_negative.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_server_group.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_server_metadata.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_server_metadata_negative.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_server_password.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_server_personality.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_server_rescue.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_server_rescue_negative.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_server_tags.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_servers.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_servers_microversions.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_servers_negative.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_virtual_interfaces.py 2021-11-04 10:30:48.253 | M tempest/api/compute/servers/test_virtual_interfaces_negative.py 2021-11-04 10:30:48.253 | M tempest/api/compute/test_extensions.py 2021-11-04 10:30:48.253 | M tempest/api/compute/test_networks.py 2021-11-04 10:30:48.253 | M tempest/api/compute/test_quotas.py 2021-11-04 10:30:48.253 | M tempest/api/compute/test_tenant_networks.py 2021-11-04 10:30:48.253 | M tempest/api/compute/test_versions.py 2021-11-04 10:30:48.253 | M tempest/api/compute/volumes/__init__.py 2021-11-04 10:30:48.253 | M tempest/api/compute/volumes/test_attach_volume.py 2021-11-04 10:30:48.253 | M tempest/api/compute/volumes/test_attach_volume_negative.py 2021-11-04 10:30:48.254 | M tempest/api/compute/volumes/test_volume_snapshots.py 2021-11-04 10:30:48.254 | M tempest/api/compute/volumes/test_volumes_get.py 2021-11-04 10:30:48.254 | M tempest/api/compute/volumes/test_volumes_list.py 2021-11-04 10:30:48.254 | M tempest/api/compute/volumes/test_volumes_negative.py 2021-11-04 10:30:48.254 | M tempest/api/identity/__init__.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/__init__.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v2/__init__.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v2/test_endpoints.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v2/test_roles.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v2/test_roles_negative.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v2/test_services.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v2/test_tenant_negative.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v2/test_tenants.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v2/test_tokens.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v2/test_tokens_negative.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v2/test_users.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v2/test_users_negative.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v3/__init__.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v3/test_application_credentials.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v3/test_credentials.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v3/test_default_project_id.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v3/test_domain_configuration.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v3/test_domains.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v3/test_domains_negative.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v3/test_endpoint_groups.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v3/test_endpoints.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v3/test_endpoints_negative.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v3/test_groups.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v3/test_inherits.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v3/test_list_projects.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v3/test_list_users.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v3/test_oauth_consumers.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v3/test_policies.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v3/test_project_tags.py 2021-11-04 10:30:48.254 | M tempest/api/identity/admin/v3/test_projects.py 2021-11-04 10:30:48.255 | M tempest/api/identity/admin/v3/test_projects_negative.py 2021-11-04 10:30:48.255 | M tempest/api/identity/admin/v3/test_regions.py 2021-11-04 10:30:48.255 | M tempest/api/identity/admin/v3/test_roles.py 2021-11-04 10:30:48.255 | M tempest/api/identity/admin/v3/test_services.py 2021-11-04 10:30:48.255 | M tempest/api/identity/admin/v3/test_tokens.py 2021-11-04 10:30:48.255 | M tempest/api/identity/admin/v3/test_trusts.py 2021-11-04 10:30:48.255 | M tempest/api/identity/admin/v3/test_users.py 2021-11-04 10:30:48.255 | M tempest/api/identity/admin/v3/test_users_negative.py 2021-11-04 10:30:48.255 | M tempest/api/identity/base.py 2021-11-04 10:30:48.255 | M tempest/api/identity/v2/__init__.py 2021-11-04 10:30:48.255 | M tempest/api/identity/v2/test_api_discovery.py 2021-11-04 10:30:48.255 | M tempest/api/identity/v2/test_ec2_credentials.py 2021-11-04 10:30:48.255 | M tempest/api/identity/v2/test_extension.py 2021-11-04 10:30:48.255 | M tempest/api/identity/v2/test_tenants.py 2021-11-04 10:30:48.255 | M tempest/api/identity/v2/test_tokens.py 2021-11-04 10:30:48.255 | M tempest/api/identity/v2/test_users.py 2021-11-04 10:30:48.255 | M tempest/api/identity/v3/__init__.py 2021-11-04 10:30:48.255 | M tempest/api/identity/v3/test_access_rules.py 2021-11-04 10:30:48.255 | M tempest/api/identity/v3/test_api_discovery.py 2021-11-04 10:30:48.255 | M tempest/api/identity/v3/test_application_credentials.py 2021-11-04 10:30:48.255 | M tempest/api/identity/v3/test_catalog.py 2021-11-04 10:30:48.255 | M tempest/api/identity/v3/test_domains.py 2021-11-04 10:30:48.255 | M tempest/api/identity/v3/test_ec2_credentials.py 2021-11-04 10:30:48.255 | M tempest/api/identity/v3/test_projects.py 2021-11-04 10:30:48.255 | M tempest/api/identity/v3/test_tokens.py 2021-11-04 10:30:48.255 | M tempest/api/identity/v3/test_users.py 2021-11-04 10:30:48.255 | M tempest/api/image/__init__.py 2021-11-04 10:30:48.255 | M tempest/api/image/base.py 2021-11-04 10:30:48.255 | M tempest/api/image/v1/__init__.py 2021-11-04 10:30:48.255 | M tempest/api/image/v1/test_image_members.py 2021-11-04 10:30:48.255 | M tempest/api/image/v1/test_image_members_negative.py 2021-11-04 10:30:48.255 | M tempest/api/image/v1/test_images.py 2021-11-04 10:30:48.255 | M tempest/api/image/v1/test_images_negative.py 2021-11-04 10:30:48.255 | M tempest/api/image/v2/__init__.py 2021-11-04 10:30:48.255 | M tempest/api/image/v2/admin/__init__.py 2021-11-04 10:30:48.256 | M tempest/api/image/v2/admin/test_images.py 2021-11-04 10:30:48.256 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_objects.py 2021-11-04 10:30:48.256 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_properties.py 2021-11-04 10:30:48.256 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_tags.py 2021-11-04 10:30:48.256 | M tempest/api/image/v2/admin/test_images_metadefs_namespaces.py 2021-11-04 10:30:48.256 | M tempest/api/image/v2/admin/test_images_metadefs_resource_types.py 2021-11-04 10:30:48.256 | M tempest/api/image/v2/test_images.py 2021-11-04 10:30:48.256 | M tempest/api/image/v2/test_images_member.py 2021-11-04 10:30:48.256 | M tempest/api/image/v2/test_images_member_negative.py 2021-11-04 10:30:48.256 | M tempest/api/image/v2/test_images_metadefs_schema.py 2021-11-04 10:30:48.256 | M tempest/api/image/v2/test_images_negative.py 2021-11-04 10:30:48.256 | M tempest/api/image/v2/test_images_tags.py 2021-11-04 10:30:48.256 | M tempest/api/image/v2/test_images_tags_negative.py 2021-11-04 10:30:48.256 | M tempest/api/image/v2/test_versions.py 2021-11-04 10:30:48.256 | M tempest/api/network/__init__.py 2021-11-04 10:30:48.256 | M tempest/api/network/admin/__init__.py 2021-11-04 10:30:48.256 | M tempest/api/network/admin/test_dhcp_agent_scheduler.py 2021-11-04 10:30:48.256 | M tempest/api/network/admin/test_external_network_extension.py 2021-11-04 10:30:48.256 | M tempest/api/network/admin/test_external_networks_negative.py 2021-11-04 10:30:48.256 | M tempest/api/network/admin/test_floating_ips_admin_actions.py 2021-11-04 10:30:48.256 | M tempest/api/network/admin/test_metering_extensions.py 2021-11-04 10:30:48.256 | M tempest/api/network/admin/test_negative_quotas.py 2021-11-04 10:30:48.256 | M tempest/api/network/admin/test_ports.py 2021-11-04 10:30:48.256 | M tempest/api/network/admin/test_quotas.py 2021-11-04 10:30:48.256 | M tempest/api/network/admin/test_routers.py 2021-11-04 10:30:48.256 | M tempest/api/network/admin/test_routers_dvr.py 2021-11-04 10:30:48.256 | M tempest/api/network/admin/test_routers_negative.py 2021-11-04 10:30:48.256 | M tempest/api/network/base.py 2021-11-04 10:30:48.256 | M tempest/api/network/base_security_groups.py 2021-11-04 10:30:48.256 | M tempest/api/network/test_agent_management_negative.py 2021-11-04 10:30:48.256 | M tempest/api/network/test_allowed_address_pair.py 2021-11-04 10:30:48.256 | M tempest/api/network/test_dhcp_ipv6.py 2021-11-04 10:30:48.256 | M tempest/api/network/test_extensions.py 2021-11-04 10:30:48.256 | M tempest/api/network/test_extra_dhcp_options.py 2021-11-04 10:30:48.256 | M tempest/api/network/test_floating_ips.py 2021-11-04 10:30:48.256 | M tempest/api/network/test_floating_ips_negative.py 2021-11-04 10:30:48.257 | M tempest/api/network/test_networks.py 2021-11-04 10:30:48.257 | M tempest/api/network/test_networks_negative.py 2021-11-04 10:30:48.257 | M tempest/api/network/test_ports.py 2021-11-04 10:30:48.257 | M tempest/api/network/test_routers.py 2021-11-04 10:30:48.257 | M tempest/api/network/test_routers_negative.py 2021-11-04 10:30:48.257 | M tempest/api/network/test_security_groups.py 2021-11-04 10:30:48.257 | M tempest/api/network/test_security_groups_negative.py 2021-11-04 10:30:48.257 | M tempest/api/network/test_service_providers.py 2021-11-04 10:30:48.257 | M tempest/api/network/test_subnetpools_extensions.py 2021-11-04 10:30:48.257 | M tempest/api/network/test_tags.py 2021-11-04 10:30:48.257 | M tempest/api/network/test_versions.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/__init__.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/base.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_account_bulk.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_account_quotas.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_account_quotas_negative.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_account_services.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_account_services_negative.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_container_acl.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_container_acl_negative.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_container_quotas.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_container_services.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_container_services_negative.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_container_staticweb.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_container_sync.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_container_sync_middleware.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_crossdomain.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_healthcheck.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_object_expiry.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_object_formpost.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_object_formpost_negative.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_object_services.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_object_slo.py 2021-11-04 10:30:48.257 | M tempest/api/object_storage/test_object_temp_url.py 2021-11-04 10:30:48.258 | M tempest/api/object_storage/test_object_temp_url_negative.py 2021-11-04 10:30:48.258 | M tempest/api/object_storage/test_object_version.py 2021-11-04 10:30:48.258 | M tempest/api/volume/__init__.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/__init__.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_backends_capabilities.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_encrypted_volumes_extend.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_group_snapshots.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_group_type_specs.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_group_types.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_groups.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_multi_backend.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_qos.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_snapshot_manage.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_snapshots_actions.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_user_messages.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_volume_hosts.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_volume_manage.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_volume_pools.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_volume_quota_classes.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_volume_quotas.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_volume_quotas_negative.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_volume_retype.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_volume_services.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_volume_services_negative.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_volume_type_access.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_volume_types.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_volume_types_extra_specs.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_volume_types_extra_specs_negative.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_volume_types_negative.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_volumes_actions.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_volumes_backup.py 2021-11-04 10:30:48.258 | M tempest/api/volume/admin/test_volumes_list.py 2021-11-04 10:30:48.258 | M tempest/api/volume/api_microversion_fixture.py 2021-11-04 10:30:48.258 | M tempest/api/volume/base.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_availability_zone.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_extensions.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_image_metadata.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_snapshot_metadata.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_versions.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_volume_absolute_limits.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_volume_delete_cascade.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_volume_metadata.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_volume_transfers.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_volumes_actions.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_volumes_backup.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_volumes_clone.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_volumes_clone_negative.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_volumes_extend.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_volumes_get.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_volumes_list.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_volumes_negative.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_volumes_snapshots.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_volumes_snapshots_list.py 2021-11-04 10:30:48.259 | M tempest/api/volume/test_volumes_snapshots_negative.py 2021-11-04 10:30:48.259 | M tempest/clients.py 2021-11-04 10:30:48.259 | M tempest/cmd/__init__.py 2021-11-04 10:30:48.259 | M tempest/cmd/cleanup.py 2021-11-04 10:30:48.259 | M tempest/cmd/cleanup_service.py 2021-11-04 10:30:48.259 | M tempest/cmd/config-generator.tempest.conf 2021-11-04 10:30:48.259 | M tempest/cmd/init.py 2021-11-04 10:30:48.259 | M tempest/cmd/list_plugins.py 2021-11-04 10:30:48.259 | M tempest/cmd/main.py 2021-11-04 10:30:48.259 | M tempest/cmd/run.py 2021-11-04 10:30:48.259 | M tempest/cmd/subunit_describe_calls.py 2021-11-04 10:30:48.259 | M tempest/cmd/verify_tempest_config.py 2021-11-04 10:30:48.259 | M tempest/cmd/workspace.py 2021-11-04 10:30:48.259 | M tempest/common/__init__.py 2021-11-04 10:30:48.259 | M tempest/common/compute.py 2021-11-04 10:30:48.259 | M tempest/common/credentials_factory.py 2021-11-04 10:30:48.260 | M tempest/common/custom_matchers.py 2021-11-04 10:30:48.260 | M tempest/common/identity.py 2021-11-04 10:30:48.260 | M tempest/common/image.py 2021-11-04 10:30:48.260 | M tempest/common/tempest_fixtures.py 2021-11-04 10:30:48.260 | M tempest/common/utils/__init__.py 2021-11-04 10:30:48.260 | M tempest/common/utils/linux/__init__.py 2021-11-04 10:30:48.260 | M tempest/common/utils/linux/remote_client.py 2021-11-04 10:30:48.260 | M tempest/common/utils/net_info.py 2021-11-04 10:30:48.260 | M tempest/common/utils/net_utils.py 2021-11-04 10:30:48.260 | M tempest/common/waiters.py 2021-11-04 10:30:48.260 | M tempest/config.py 2021-11-04 10:30:48.260 | M tempest/hacking/__init__.py 2021-11-04 10:30:48.260 | M tempest/hacking/checks.py 2021-11-04 10:30:48.260 | M tempest/lib/__init__.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/__init__.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/__init__.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/compute/__init__.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/compute/v2_1/__init__.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/compute/v2_1/agents.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/compute/v2_1/aggregates.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/compute/v2_1/availability_zone.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/compute/v2_1/certificates.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/compute/v2_1/extensions.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/compute/v2_1/flavors.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/compute/v2_1/flavors_access.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/compute/v2_1/floating_ips.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/compute/v2_1/hosts.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/compute/v2_1/hypervisors.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/compute/v2_1/images.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py 2021-11-04 10:30:48.260 | M tempest/lib/api_schema/response/compute/v2_1/interfaces.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_1/keypairs.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_1/limits.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_1/migrations.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_1/parameter_types.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_1/quota_classes.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_1/quotas.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_1/security_groups.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_1/server_groups.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_1/servers.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_1/services.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_1/snapshots.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_1/versions.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_1/volumes.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_11/__init__.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_11/services.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_13/__init__.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_13/server_groups.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_16/__init__.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_16/servers.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_19/__init__.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_19/servers.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_2/__init__.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_2/keypairs.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_23/__init__.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_23/migrations.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_26/__init__.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_26/servers.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_28/__init__.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_28/hypervisors.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_3/__init__.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_3/servers.py 2021-11-04 10:30:48.261 | M tempest/lib/api_schema/response/compute/v2_36/__init__.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_36/limits.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_36/quotas.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_39/__init__.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_39/limits.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_41/__init__.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_41/aggregates.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_45/__init__.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_45/images.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_47/__init__.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_47/servers.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_48/__init__.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_48/servers.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_53/__init__.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_53/services.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_54/__init__.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_54/servers.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_55/__init__.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_55/flavors.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_57/__init__.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_57/limits.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_57/quotas.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_57/servers.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_59/__init__.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_59/migrations.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_6/__init__.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_6/servers.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_61/__init__.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_61/flavors.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_63/__init__.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_63/servers.py 2021-11-04 10:30:48.262 | M tempest/lib/api_schema/response/compute/v2_70/__init__.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/compute/v2_70/interfaces.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/compute/v2_70/servers.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/compute/v2_71/__init__.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/compute/v2_71/servers.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/compute/v2_73/__init__.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/compute/v2_73/servers.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/compute/v2_79/__init__.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/compute/v2_79/servers.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/compute/v2_8/__init__.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/compute/v2_8/servers.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/compute/v2_9/__init__.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/compute/v2_9/servers.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/volume/__init__.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/volume/backups.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/volume/capabilities.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/volume/extensions.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/volume/group_snapshots.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/volume/group_types.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/volume/groups.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/volume/hosts.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/volume/limits.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/volume/manage_snapshot.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/volume/manage_volume.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/volume/messages.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/volume/qos.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/volume/quota_classes.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/volume/quotas.py 2021-11-04 10:30:48.263 | M tempest/lib/api_schema/response/volume/scheduler_stats.py 2021-11-04 10:30:48.264 | M tempest/lib/api_schema/response/volume/services.py 2021-11-04 10:30:48.264 | M tempest/lib/api_schema/response/volume/snapshots.py 2021-11-04 10:30:48.264 | M tempest/lib/api_schema/response/volume/transfers.py 2021-11-04 10:30:48.264 | M tempest/lib/api_schema/response/volume/v3_7/__init__.py 2021-11-04 10:30:48.264 | M tempest/lib/api_schema/response/volume/v3_7/services.py 2021-11-04 10:30:48.264 | M tempest/lib/api_schema/response/volume/volume_types.py 2021-11-04 10:30:48.264 | M tempest/lib/api_schema/response/volume/volumes.py 2021-11-04 10:30:48.264 | M tempest/lib/auth.py 2021-11-04 10:30:48.264 | M tempest/lib/base.py 2021-11-04 10:30:48.264 | M tempest/lib/cli/__init__.py 2021-11-04 10:30:48.264 | M tempest/lib/cli/base.py 2021-11-04 10:30:48.264 | M tempest/lib/cli/output_parser.py 2021-11-04 10:30:48.264 | M tempest/lib/cmd/__init__.py 2021-11-04 10:30:48.264 | M tempest/lib/common/__init__.py 2021-11-04 10:30:48.264 | M tempest/lib/common/api_microversion_fixture.py 2021-11-04 10:30:48.264 | M tempest/lib/common/api_version_request.py 2021-11-04 10:30:48.264 | M tempest/lib/common/api_version_utils.py 2021-11-04 10:30:48.264 | M tempest/lib/common/cred_client.py 2021-11-04 10:30:48.264 | M tempest/lib/common/cred_provider.py 2021-11-04 10:30:48.264 | M tempest/lib/common/dynamic_creds.py 2021-11-04 10:30:48.264 | M tempest/lib/common/fixed_network.py 2021-11-04 10:30:48.264 | M tempest/lib/common/http.py 2021-11-04 10:30:48.264 | M tempest/lib/common/jsonschema_validator.py 2021-11-04 10:30:48.264 | M tempest/lib/common/preprov_creds.py 2021-11-04 10:30:48.264 | M tempest/lib/common/profiler.py 2021-11-04 10:30:48.264 | M tempest/lib/common/rest_client.py 2021-11-04 10:30:48.264 | M tempest/lib/common/ssh.py 2021-11-04 10:30:48.264 | M tempest/lib/common/thread.py 2021-11-04 10:30:48.264 | M tempest/lib/common/utils/__init__.py 2021-11-04 10:30:48.264 | M tempest/lib/common/utils/data_utils.py 2021-11-04 10:30:48.264 | M tempest/lib/common/utils/linux/__init__.py 2021-11-04 10:30:48.264 | M tempest/lib/common/utils/linux/remote_client.py 2021-11-04 10:30:48.264 | M tempest/lib/common/utils/misc.py 2021-11-04 10:30:48.264 | M tempest/lib/common/utils/test_utils.py 2021-11-04 10:30:48.264 | M tempest/lib/common/validation_resources.py 2021-11-04 10:30:48.264 | M tempest/lib/decorators.py 2021-11-04 10:30:48.265 | M tempest/lib/exceptions.py 2021-11-04 10:30:48.265 | M tempest/lib/services/__init__.py 2021-11-04 10:30:48.265 | M tempest/lib/services/clients.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/__init__.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/agents_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/aggregates_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/assisted_volume_snapshots_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/availability_zone_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/baremetal_nodes_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/base_compute_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/certificates_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/extensions_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/fixed_ips_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/flavors_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/floating_ip_pools_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/floating_ips_bulk_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/floating_ips_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/hosts_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/hypervisor_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/images_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/instance_usage_audit_log_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/interfaces_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/keypairs_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/limits_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/migrations_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/networks_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/quota_classes_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/quotas_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/security_group_default_rules_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/security_group_rules_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/security_groups_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/server_groups_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/servers_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/services_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/snapshots_client.py 2021-11-04 10:30:48.265 | M tempest/lib/services/compute/tenant_networks_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/compute/tenant_usages_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/compute/versions_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/compute/volumes_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/__init__.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v2/__init__.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v2/endpoints_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v2/identity_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v2/roles_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v2/services_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v2/tenants_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v2/token_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v2/users_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/__init__.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/access_rules_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/application_credentials_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/catalog_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/credentials_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/domain_configuration_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/domains_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/endpoint_filter_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/endpoint_groups_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/endpoints_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/groups_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/identity_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/identity_providers_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/inherited_roles_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/limits_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/mappings_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/oauth_consumers_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/oauth_token_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/policies_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/project_tags_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/projects_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/protocols_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/regions_client.py 2021-11-04 10:30:48.266 | M tempest/lib/services/identity/v3/role_assignments_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/identity/v3/roles_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/identity/v3/service_providers_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/identity/v3/services_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/identity/v3/token_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/identity/v3/trusts_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/identity/v3/users_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/identity/v3/versions_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/image/__init__.py 2021-11-04 10:30:48.267 | M tempest/lib/services/image/v1/__init__.py 2021-11-04 10:30:48.267 | M tempest/lib/services/image/v1/image_members_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/image/v1/images_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/image/v2/__init__.py 2021-11-04 10:30:48.267 | M tempest/lib/services/image/v2/image_members_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/image/v2/images_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/image/v2/namespace_objects_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/image/v2/namespace_properties_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/image/v2/namespace_tags_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/image/v2/namespaces_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/image/v2/resource_types_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/image/v2/schemas_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/image/v2/versions_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/network/__init__.py 2021-11-04 10:30:48.267 | M tempest/lib/services/network/agents_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/network/base.py 2021-11-04 10:30:48.267 | M tempest/lib/services/network/extensions_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/network/floating_ips_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/network/log_resource_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/network/loggable_resource_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/network/metering_label_rules_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/network/metering_labels_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/network/networks_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/network/ports_client.py 2021-11-04 10:30:48.267 | M tempest/lib/services/network/qos_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/network/qos_limit_bandwidth_rules_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/network/qos_minimum_bandwidth_rules_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/network/quotas_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/network/routers_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/network/security_group_rules_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/network/security_groups_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/network/segments_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/network/service_providers_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/network/subnetpools_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/network/subnets_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/network/tags_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/network/trunks_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/network/versions_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/object_storage/__init__.py 2021-11-04 10:30:48.268 | M tempest/lib/services/object_storage/account_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/object_storage/bulk_middleware_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/object_storage/capabilities_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/object_storage/container_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/object_storage/object_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/placement/__init__.py 2021-11-04 10:30:48.268 | M tempest/lib/services/placement/base_placement_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/placement/placement_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/placement/resource_providers_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/volume/__init__.py 2021-11-04 10:30:48.268 | M tempest/lib/services/volume/base_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/volume/v2/__init__.py 2021-11-04 10:30:48.268 | M tempest/lib/services/volume/v2/availability_zone_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/volume/v2/backups_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/volume/v2/capabilities_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/volume/v2/encryption_types_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/volume/v2/extensions_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/volume/v2/hosts_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/volume/v2/limits_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/volume/v2/qos_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/volume/v2/quota_classes_client.py 2021-11-04 10:30:48.268 | M tempest/lib/services/volume/v2/quotas_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v2/scheduler_stats_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v2/services_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v2/snapshot_manage_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v2/snapshots_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v2/transfers_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v2/types_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v2/volume_manage_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v2/volumes_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/__init__.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/attachments_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/availability_zone_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/backups_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/base_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/capabilities_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/encryption_types_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/extensions_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/group_snapshots_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/group_types_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/groups_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/hosts_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/limits_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/messages_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/qos_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/quota_classes_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/quotas_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/scheduler_stats_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/services_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/snapshot_manage_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/snapshots_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/transfers_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/types_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/versions_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/volume_manage_client.py 2021-11-04 10:30:48.269 | M tempest/lib/services/volume/v3/volumes_client.py 2021-11-04 10:30:48.269 | M tempest/scenario/README.rst 2021-11-04 10:30:48.269 | M tempest/scenario/__init__.py 2021-11-04 10:30:48.270 | M tempest/scenario/manager.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_aggregates_basic_ops.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_dashboard_basic_ops.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_encrypted_cinder_volumes.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_minbw_allocation_placement.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_minimum_basic.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_network_advanced_server_ops.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_network_basic_ops.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_network_v6.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_object_storage_basic_ops.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_security_groups_basic_ops.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_server_advanced_ops.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_server_basic_ops.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_server_multinode.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_shelve_instance.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_snapshot_pattern.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_stamp_pattern.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_unified_limits.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_volume_backup_restore.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_volume_boot_pattern.py 2021-11-04 10:30:48.270 | M tempest/scenario/test_volume_migrate_attached.py 2021-11-04 10:30:48.270 | M tempest/services/__init__.py 2021-11-04 10:30:48.270 | M tempest/services/orchestration/__init__.py 2021-11-04 10:30:48.270 | M tempest/services/orchestration/json/__init__.py 2021-11-04 10:30:48.270 | M tempest/services/orchestration/json/orchestration_client.py 2021-11-04 10:30:48.270 | M tempest/test.py 2021-11-04 10:30:48.270 | M tempest/test_discover/__init__.py 2021-11-04 10:30:48.270 | M tempest/test_discover/plugins.py 2021-11-04 10:30:48.270 | M tempest/test_discover/test_discover.py 2021-11-04 10:30:48.270 | M tempest/tests/README.rst 2021-11-04 10:30:48.270 | M tempest/tests/__init__.py 2021-11-04 10:30:48.270 | M tempest/tests/api/__init__.py 2021-11-04 10:30:48.270 | M tempest/tests/api/compute/__init__.py 2021-11-04 10:30:48.270 | M tempest/tests/api/compute/test_base.py 2021-11-04 10:30:48.270 | M tempest/tests/base.py 2021-11-04 10:30:48.271 | M tempest/tests/cmd/__init__.py 2021-11-04 10:30:48.271 | M tempest/tests/cmd/subunit_describe_calls_data/calls.subunit 2021-11-04 10:30:48.271 | M tempest/tests/cmd/subunit_describe_calls_data/calls_subunit_expected.json 2021-11-04 10:30:48.271 | M tempest/tests/cmd/test_account_generator.py 2021-11-04 10:30:48.271 | M tempest/tests/cmd/test_cleanup.py 2021-11-04 10:30:48.271 | M tempest/tests/cmd/test_cleanup_services.py 2021-11-04 10:30:48.271 | M tempest/tests/cmd/test_list_plugins.py 2021-11-04 10:30:48.271 | M tempest/tests/cmd/test_run.py 2021-11-04 10:30:48.271 | M tempest/tests/cmd/test_saved_state_json.json 2021-11-04 10:30:48.271 | M tempest/tests/cmd/test_subunit_describe_calls.py 2021-11-04 10:30:48.271 | M tempest/tests/cmd/test_tempest_init.py 2021-11-04 10:30:48.271 | M tempest/tests/cmd/test_verify_tempest_config.py 2021-11-04 10:30:48.271 | M tempest/tests/cmd/test_workspace.py 2021-11-04 10:30:48.271 | M tempest/tests/common/__init__.py 2021-11-04 10:30:48.271 | M tempest/tests/common/test_admin_available.py 2021-11-04 10:30:48.271 | M tempest/tests/common/test_alt_available.py 2021-11-04 10:30:48.271 | M tempest/tests/common/test_compute.py 2021-11-04 10:30:48.271 | M tempest/tests/common/test_credentials_factory.py 2021-11-04 10:30:48.271 | M tempest/tests/common/test_custom_matchers.py 2021-11-04 10:30:48.271 | M tempest/tests/common/test_image.py 2021-11-04 10:30:48.271 | M tempest/tests/common/utils/__init__.py 2021-11-04 10:30:48.271 | M tempest/tests/common/utils/linux/__init__.py 2021-11-04 10:30:48.271 | M tempest/tests/common/utils/linux/test_remote_client.py 2021-11-04 10:30:48.271 | M tempest/tests/common/utils/test_net_utils.py 2021-11-04 10:30:48.271 | M tempest/tests/fake_config.py 2021-11-04 10:30:48.271 | M tempest/tests/fake_tempest_plugin.py 2021-11-04 10:30:48.271 | M tempest/tests/files/__init__.py 2021-11-04 10:30:48.271 | M tempest/tests/files/failing-tests 2021-11-04 10:30:48.271 | M tempest/tests/files/passing-tests 2021-11-04 10:30:48.271 | M tempest/tests/files/setup.cfg 2021-11-04 10:30:48.271 | M tempest/tests/files/testr-conf 2021-11-04 10:30:48.271 | M tempest/tests/lib/__init__.py 2021-11-04 10:30:48.271 | M tempest/tests/lib/cli/__init__.py 2021-11-04 10:30:48.271 | M tempest/tests/lib/cli/test_command_failed.py 2021-11-04 10:30:48.271 | M tempest/tests/lib/cli/test_execute.py 2021-11-04 10:30:48.271 | M tempest/tests/lib/cli/test_output_parser.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/cmd/__init__.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/cmd/test_check_uuid.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/common/__init__.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/common/test_api_version_request.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/common/test_api_version_utils.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/common/test_cred_client.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/common/test_dynamic_creds.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/common/test_http.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/common/test_jsonschema_validator.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/common/test_preprov_creds.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/common/test_profiler.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/common/test_rest_client.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/common/test_validation_resources.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/common/utils/__init__.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/common/utils/linux/__init__.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/common/utils/linux/test_remote_client.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/common/utils/test_data_utils.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/common/utils/test_misc.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/common/utils/test_test_utils.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/fake_auth_provider.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/fake_credentials.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/fake_http.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/fake_identity.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/services/__init__.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/services/base.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/services/compute/__init__.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/services/compute/test_agents_client.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/services/compute/test_aggregates_client.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/services/compute/test_assisted_volume_snapshots_client.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/services/compute/test_availability_zone_client.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/services/compute/test_baremetal_nodes_client.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/services/compute/test_base_compute_client.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/services/compute/test_certificates_client.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/services/compute/test_extensions_client.py 2021-11-04 10:30:48.272 | M tempest/tests/lib/services/compute/test_fixedIPs_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_flavors_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_floating_ip_pools_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_floating_ips_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_hosts_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_hypervisor_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_images_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_interfaces_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_keypairs_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_limits_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_migrations_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_networks_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_quota_classes_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_quotas_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_security_group_default_rules_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_security_group_rules_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_security_groups_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_server_groups_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_servers_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_services_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_snapshots_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_tenant_networks_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_tenant_usages_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_versions_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/compute/test_volumes_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/identity/__init__.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/identity/v2/__init__.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/identity/v2/test_endpoints_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/identity/v2/test_identity_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/identity/v2/test_roles_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/identity/v2/test_services_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/identity/v2/test_tenants_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/identity/v2/test_token_client.py 2021-11-04 10:30:48.273 | M tempest/tests/lib/services/identity/v2/test_users_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/__init__.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_access_rules_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_application_credentials_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_catalog_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_credentials_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_domain_configuration_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_domains_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_endpoint_filter_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_endpoint_groups_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_endpoints_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_groups_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_identity_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_identity_providers_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_limit_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_mappings_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_oauth_consumers_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_oauth_token_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_policies_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_project_tags_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_projects_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_protocols_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_regions_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_role_assignments_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_roles_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_service_providers_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_services_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_token_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_trusts_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_users_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/identity/v3/test_versions_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/image/__init__.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/image/v1/__init__.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/image/v1/test_image_members_client.py 2021-11-04 10:30:48.274 | M tempest/tests/lib/services/image/v2/__init__.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/image/v2/test_image_members_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/image/v2/test_images_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/image/v2/test_namespace_object_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/image/v2/test_namespace_properties_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/image/v2/test_namespace_tags_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/image/v2/test_namespaces_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/image/v2/test_resource_types_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/image/v2/test_schemas_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/image/v2/test_versions_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/__init__.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_agents_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_base_network_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_extensions_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_floating_ips_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_log_resource_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_loggable_resource_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_metering_label_rules_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_metering_labels_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_networks_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_ports_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_qos_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_qos_limit_bandwidth_rules_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_qos_minimum_bandwidth_rules_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_quotas_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_routers_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_security_group_rules_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_security_groups_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_segments_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_service_providers_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_subnetpools_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_subnets_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_tags_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_trunks_client.py 2021-11-04 10:30:48.275 | M tempest/tests/lib/services/network/test_versions_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/object_storage/__init__.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/object_storage/test_bulk_middleware_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/object_storage/test_capabilities_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/object_storage/test_object_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/placement/__init__.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/placement/test_placement_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/placement/test_resource_providers_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/registry_fixture.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/test_clients.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/__init__.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/__init__.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_attachments_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_availability_zone_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_backups_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_capabilities_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_encryption_types_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_extensions_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_group_snapshots_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_group_types_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_groups_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_hosts_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_limits_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_quota_classes_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_quotas_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_scheduler_stats_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_services_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_snapshot_manage_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_snapshots_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_transfers_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_types_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_user_messages_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_versions_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_volume_manage_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/services/volume/v3/test_volumes_client.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/test_api_microversion_fixture.py 2021-11-04 10:30:48.276 | M tempest/tests/lib/test_auth.py 2021-11-04 10:30:48.277 | M tempest/tests/lib/test_base.py 2021-11-04 10:30:48.277 | M tempest/tests/lib/test_credentials.py 2021-11-04 10:30:48.277 | M tempest/tests/lib/test_decorators.py 2021-11-04 10:30:48.277 | M tempest/tests/lib/test_ssh.pySwitched to branch 'master' 2021-11-04 10:30:48.277 | 2021-11-04 10:30:48.277 | M tempest/tests/lib/test_tempest_lib.py 2021-11-04 10:30:48.277 | M tempest/tests/test_base_test.py 2021-11-04 10:30:48.277 | M tempest/tests/test_config.py 2021-11-04 10:30:48.277 | M tempest/tests/test_decorators.py 2021-11-04 10:30:48.277 | M tempest/tests/test_hacking.py 2021-11-04 10:30:48.277 | M tempest/tests/test_imports.py 2021-11-04 10:30:48.277 | M tempest/tests/test_list_tests.py 2021-11-04 10:30:48.277 | M tempest/tests/test_microversions.py 2021-11-04 10:30:48.277 | M tempest/tests/test_tempest_plugin.py 2021-11-04 10:30:48.277 | M tempest/tests/test_test.py 2021-11-04 10:30:48.277 | M tempest/tests/utils.py 2021-11-04 10:30:48.277 | M tempest/version.py 2021-11-04 10:30:48.277 | M test-requirements.txt 2021-11-04 10:30:48.277 | M tools/generate-tempest-plugins-list.py 2021-11-04 10:30:48.277 | M tools/tempest-integrated-gate-compute-exclude-list.txt 2021-11-04 10:30:48.277 | M tools/tempest-integrated-gate-networking-exclude-list.txt 2021-11-04 10:30:48.277 | M tools/tempest-integrated-gate-object-storage-exclude-list.txt 2021-11-04 10:30:48.277 | M tools/tempest-integrated-gate-placement-exclude-list.txt 2021-11-04 10:30:48.277 | M tools/tempest-integrated-gate-storage-exclude-list.txt 2021-11-04 10:30:48.277 | M tools/tempest-plugin-sanity.sh 2021-11-04 10:30:48.277 | M tox.ini 2021-11-04 10:30:48.277 | M zuul.d/base.yaml 2021-11-04 10:30:48.277 | M zuul.d/integrated-gate.yaml 2021-11-04 10:30:48.277 | M zuul.d/project.yaml 2021-11-04 10:30:48.277 | M zuul.d/stable-jobs.yaml 2021-11-04 10:30:48.277 | M zuul.d/tempest-specific.yaml 2021-11-04 10:30:48.277 | Your branch is up to date with 'origin/master'. 2021-11-04 10:30:48.277 | ++ lib/tempest:install_tempest:707 : local tmp_u_c_m 2021-11-04 10:30:48.277 | +++ lib/tempest:install_tempest:708 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2021-11-04 10:30:48.277 | ++ lib/tempest:install_tempest:708 : tmp_u_c_m=/tmp/tempest_u_c_m.4OdUPth9wV 2021-11-04 10:30:48.277 | ++ lib/tempest:install_tempest:709 : set_tempest_venv_constraints /tmp/tempest_u_c_m.4OdUPth9wV 2021-11-04 10:30:48.278 | ++ lib/tempest:set_tempest_venv_constraints:115 : local tmp_c 2021-11-04 10:30:48.278 | ++ lib/tempest:set_tempest_venv_constraints:116 : tmp_c=/tmp/tempest_u_c_m.4OdUPth9wV 2021-11-04 10:30:48.278 | ++ lib/tempest:set_tempest_venv_constraints:117 : [[ master == \m\a\s\t\e\r ]] 2021-11-04 10:30:48.278 | ++ lib/tempest:set_tempest_venv_constraints:118 : cd /opt/stack/requirements 2021-11-04 10:30:48.278 | ++ lib/tempest:set_tempest_venv_constraints:118 : git show origin/master:upper-constraints.txt 2021-11-04 10:30:48.278 | ++ lib/tempest:install_tempest:711 : tox -r --notest -efull 2021-11-04 10:30:48.278 | full create: /opt/stack/tempest/.tox/tempest 2021-11-04 10:30:48.278 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2021-11-04 10:30:48.278 | full develop-inst: /opt/stack/tempest 2021-11-04 10:30:48.278 | full installed: attrs==21.2.0,autopage==0.4.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.7,cliff==3.9.0,cmd2==2.2.0,colorama==0.4.4,cryptography==35.0.0,debtcollector==2.3.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==3.3,iso8601==0.1.16,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.6,msgpack==1.0.2,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.11.0,packaging==21.2,paramiko==2.8.0,pbr==5.6.0,prettytable==2.4.0,pycparser==2.20,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==2.4.7,pyperclip==1.8.2,pyrsistent==0.18.0,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.26.0,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@8cd09500bea38bfd9478814be95fddf3df56fbff#egg=tempest,testtools==2.5.0,traceback2==1.4.0,unittest2==1.1.0,urllib3==1.26.7,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3 2021-11-04 10:30:48.278 | ___________________________________ summary ____________________________________ 2021-11-04 10:30:48.278 | full: skipped tests 2021-11-04 10:30:48.278 | congratulations :) 2021-11-04 10:30:48.278 | ++ lib/tempest:install_tempest:715 : /opt/stack/tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.4OdUPth9wV -r requirements.txt 2021-11-04 10:30:48.278 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:30:48.279 | 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.6.0) 2021-11-04 10:30:48.279 | 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.9.0) 2021-11-04 10:30:48.279 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 6)) (3.2.0) 2021-11-04 10:30:48.279 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 7)) (2.5.0) 2021-11-04 10:30:48.279 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 8)) (2.8.0) 2021-11-04 10:30:48.279 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 9)) (0.8.0) 2021-11-04 10:30:48.279 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 10)) (4.5.0) 2021-11-04 10:30:48.279 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 11)) (8.7.1) 2021-11-04 10:30:48.279 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 12)) (4.6.1) 2021-11-04 10:30:48.279 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 13)) (3.2.1) 2021-11-04 10:30:48.279 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 14)) (4.2.0) 2021-11-04 10:30:48.279 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 15)) (4.11.0) 2021-11-04 10:30:48.279 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 16)) (3.0.0) 2021-11-04 10:30:48.279 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 17)) (6.0) 2021-11-04 10:30:48.279 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 18)) (1.4.0) 2021-11-04 10:30:48.279 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 19)) (3.5.0) 2021-11-04 10:30:48.279 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 20)) (2.4.0) 2021-11-04 10:30:48.279 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 21)) (1.26.7) 2021-11-04 10:30:48.279 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 22)) (2.3.0) 2021-11-04 10:30:48.279 | Requirement already satisfied: unittest2>=1.1.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 23)) (1.1.0) 2021-11-04 10:30:48.279 | 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.2.0) 2021-11-04 10:30:48.279 | 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)) (2.4.7) 2021-11-04 10:30:48.279 | 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.4.0) 2021-11-04 10:30:48.279 | 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.0) 2021-11-04 10:30:48.279 | 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.2.0) 2021-11-04 10:30:48.279 | 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) 2021-11-04 10:30:48.279 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (58.5.2) 2021-11-04 10:30:48.279 | 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) 2021-11-04 10:30:48.279 | Requirement already satisfied: cryptography>=2.5 in ./.tox/tempest/lib/python3.8/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (35.0.0) 2021-11-04 10:30:48.279 | 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) 2021-11-04 10:30:48.280 | 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.4.0) 2021-11-04 10:30:48.280 | 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 10)) (5.1.0) 2021-11-04 10:30:48.280 | 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 10)) (0.14.1) 2021-11-04 10:30:48.280 | 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 11)) (1.5.0) 2021-11-04 10:30:48.280 | 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 11)) (2.26.0) 2021-11-04 10:30:48.280 | 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 12)) (3.4.0) 2021-11-04 10:30:48.280 | 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 12)) (2.8.2) 2021-11-04 10:30:48.280 | 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 12)) (0.9.6) 2021-11-04 10:30:48.280 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 13)) (0.12.2) 2021-11-04 10:30:48.280 | Requirement already satisfied: future in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 13)) (0.18.2) 2021-11-04 10:30:48.280 | 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 14)) (1.0.2) 2021-11-04 10:30:48.280 | 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 14)) (2021.3) 2021-11-04 10:30:48.280 | 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 15)) (0.1.16) 2021-11-04 10:30:48.280 | 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 15)) (0.11.0) 2021-11-04 10:30:48.280 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 15)) (21.2) 2021-11-04 10:30:48.280 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.8/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 20)) (0.2.5) 2021-11-04 10:30:48.280 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 22)) (1.13.3) 2021-11-04 10:30:48.280 | Collecting argparse 2021-11-04 10:30:48.280 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2021-11-04 10:30:48.280 | Requirement already satisfied: traceback2 in ./.tox/tempest/lib/python3.8/site-packages (from unittest2>=1.1.0->-r requirements.txt (line 23)) (1.4.0) 2021-11-04 10:30:48.280 | Requirement already satisfied: cffi>=1.1 in ./.tox/tempest/lib/python3.8/site-packages (from bcrypt>=3.1.3->paramiko>=2.7.0->-r requirements.txt (line 8)) (1.15.0) 2021-11-04 10:30:48.280 | 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) 2021-11-04 10:30:48.280 | Requirement already satisfied: colorama>=0.3.7 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)) (0.4.4) 2021-11-04 10:30:48.280 | Requirement already satisfied: monotonic>=0.1 in ./.tox/tempest/lib/python3.8/site-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->-r requirements.txt (line 10)) (1.6) 2021-11-04 10:30:48.280 | 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 11)) (2.0.7) 2021-11-04 10:30:48.280 | 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 11)) (2021.10.8) 2021-11-04 10:30:48.280 | 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 11)) (3.3) 2021-11-04 10:30:48.280 | Requirement already satisfied: linecache2 in ./.tox/tempest/lib/python3.8/site-packages (from traceback2->unittest2>=1.1.0->-r requirements.txt (line 23)) (1.0.0) 2021-11-04 10:30:48.280 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.8/site-packages (from cffi>=1.1->bcrypt>=3.1.3->paramiko>=2.7.0->-r requirements.txt (line 8)) (2.20) 2021-11-04 10:30:48.280 | Installing collected packages: argparse 2021-11-04 10:30:48.280 | Successfully installed argparse-1.4.0 2021-11-04 10:30:48.280 | ++ lib/tempest:install_tempest:716 : PROJECT_VENV["tempest"]=/opt/stack/tempest/.tox/tempest 2021-11-04 10:30:48.281 | ++ lib/tempest:install_tempest:717 : rm -f /tmp/tempest_u_c_m.4OdUPth9wV 2021-11-04 10:30:48.281 | ++ lib/tempest:install_tempest:718 : popd 2021-11-04 10:30:48.281 | ~/devstack 2021-11-04 10:30:48.293 | [17569 Async install_tempest:76868]: finished install_tempest with result 0 in 48 seconds 2021-11-04 10:30:48.298 | ++ inc/async:async_wait:197 : return 0 2021-11-04 10:30:48.301 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2021-11-04 10:30:48.303 | ++ ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:30:48.307 | ++ ./stack.sh:echo_summary:432 : echo -e Initializing Tempest 2021-11-04 10:30:48.308 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2021-11-04 10:30:48.311 | ++ lib/tempest:configure_tempest:131 : [[ True == \T\r\u\e ]] 2021-11-04 10:30:48.313 | ++ lib/tempest:configure_tempest:132 : setup_develop /opt/stack/tempest 2021-11-04 10:30:48.316 | ++ inc/python:setup_develop:338 : local bindep 2021-11-04 10:30:48.318 | ++ inc/python:setup_develop:339 : [[ /opt/stack/tempest == -bindep* ]] 2021-11-04 10:30:48.320 | ++ inc/python:setup_develop:343 : local project_dir=/opt/stack/tempest 2021-11-04 10:30:48.322 | ++ inc/python:setup_develop:344 : local extras= 2021-11-04 10:30:48.324 | ++ inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/tempest -e 2021-11-04 10:30:48.327 | ++ inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-11-04 10:30:48.329 | ++ inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/tempest == -bindep* ]] 2021-11-04 10:30:48.331 | ++ inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/tempest 2021-11-04 10:30:48.333 | ++ inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-11-04 10:30:48.336 | ++ inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-11-04 10:30:48.338 | +++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/tempest 2021-11-04 10:30:48.341 | +++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-11-04 10:30:48.344 | ++ inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/tempest 2021-11-04 10:30:48.347 | ++ inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-11-04 10:30:48.348 | ++ inc/python:_setup_package_with_constraints_edit:384 : local name 2021-11-04 10:30:48.351 | +++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/tempest/setup.cfg 2021-11-04 10:30:48.358 | ++ inc/python:_setup_package_with_constraints_edit:385 : name=tempest 2021-11-04 10:30:48.360 | ++ inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- tempest 2021-11-04 10:30:49.034 | ++ inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/tempest -e 2021-11-04 10:30:49.037 | ++ inc/python:setup_package:418 : local bindep=0 2021-11-04 10:30:49.039 | ++ inc/python:setup_package:419 : local bindep_flag= 2021-11-04 10:30:49.041 | ++ inc/python:setup_package:420 : local bindep_profiles= 2021-11-04 10:30:49.043 | ++ inc/python:setup_package:421 : [[ /opt/stack/tempest == -bindep* ]] 2021-11-04 10:30:49.045 | ++ inc/python:setup_package:426 : local project_dir=/opt/stack/tempest 2021-11-04 10:30:49.047 | ++ inc/python:setup_package:427 : local flags=-e 2021-11-04 10:30:49.049 | ++ inc/python:setup_package:428 : local extras= 2021-11-04 10:30:49.052 | ++ inc/python:setup_package:432 : [[ -n -e ]] 2021-11-04 10:30:49.054 | ++ inc/python:setup_package:432 : [[ -z '' ]] 2021-11-04 10:30:49.056 | ++ inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2021-11-04 10:30:49.058 | ++ inc/python:setup_package:437 : [[ ! -z '' ]] 2021-11-04 10:30:49.060 | ++ inc/python:setup_package:442 : [[ 0 == 1 ]] 2021-11-04 10:30:49.062 | ++ inc/python:setup_package:446 : pip_install -e /opt/stack/tempest 2021-11-04 10:30:49.083 | Using python 3.8 to install /opt/stack/tempest 2021-11-04 10:30:49.085 | ++ 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/tempest 2021-11-04 10:30:50.059 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:50.059 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:50.059 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:30:50.059 | from cryptography.utils import int_from_bytes 2021-11-04 10:30:51.178 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:30:51.195 | Obtaining file:///opt/stack/tempest 2021-11-04 10:30:51.196 | Preparing metadata (setup.py): started 2021-11-04 10:30:52.979 | Preparing metadata (setup.py): finished with status 'done' 2021-11-04 10:30:53.148 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.1.0) (5.6.0) 2021-11-04 10:30:53.149 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.1.0) (3.9.0) 2021-11-04 10:30:53.150 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from tempest==29.1.0) (3.2.0) 2021-11-04 10:30:53.151 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.1.0) (2.5.0) 2021-11-04 10:30:53.152 | Requirement already satisfied: paramiko>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.1.0) (2.8.0) 2021-11-04 10:30:53.153 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from tempest==29.1.0) (0.8.0) 2021-11-04 10:30:53.155 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.1.0) (4.5.0) 2021-11-04 10:30:53.156 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.1.0) (8.7.1) 2021-11-04 10:30:53.157 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.1.0) (4.6.1) 2021-11-04 10:30:53.158 | Requirement already satisfied: stestr>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.1.0) (3.2.1) 2021-11-04 10:30:53.159 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.1.0) (4.2.0) 2021-11-04 10:30:53.160 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.1.0) (4.11.0) 2021-11-04 10:30:53.161 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.1.0) (3.0.0) 2021-11-04 10:30:53.163 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from tempest==29.1.0) (6.0) 2021-11-04 10:30:53.164 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.1.0) (1.4.0) 2021-11-04 10:30:53.165 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.1.0) (3.5.0) 2021-11-04 10:30:53.166 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from tempest==29.1.0) (2.4.0) 2021-11-04 10:30:53.166 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from tempest==29.1.0) (1.26.7) 2021-11-04 10:30:53.168 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from tempest==29.1.0) (2.3.0) 2021-11-04 10:30:53.263 | Collecting unittest2>=1.1.0 2021-11-04 10:30:53.272 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB) 2021-11-04 10:30:53.292 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->tempest==29.1.0) (2.2.0) 2021-11-04 10:30:53.293 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->tempest==29.1.0) (2.4.7) 2021-11-04 10:30:53.297 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->tempest==29.1.0) (0.4.0) 2021-11-04 10:30:53.306 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->tempest==29.1.0) (1.13.3) 2021-11-04 10:30:53.307 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->tempest==29.1.0) (1.16.0) 2021-11-04 10:30:53.348 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->tempest==29.1.0) (0.14.1) 2021-11-04 10:30:53.349 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->tempest==29.1.0) (5.1.0) 2021-11-04 10:30:53.395 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->tempest==29.1.0) (1.5.0) 2021-11-04 10:30:53.396 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->tempest==29.1.0) (2.26.0) 2021-11-04 10:30:53.443 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->tempest==29.1.0) (0.9.6) 2021-11-04 10:30:53.445 | Requirement already satisfied: oslo.context>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->tempest==29.1.0) (3.4.0) 2021-11-04 10:30:53.446 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->tempest==29.1.0) (2.8.2) 2021-11-04 10:30:53.456 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->tempest==29.1.0) (1.0.2) 2021-11-04 10:30:53.457 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->tempest==29.1.0) (2021.3) 2021-11-04 10:30:53.473 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->tempest==29.1.0) (0.11.0) 2021-11-04 10:30:53.474 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->tempest==29.1.0) (0.1.16) 2021-11-04 10:30:53.475 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->tempest==29.1.0) (21.2) 2021-11-04 10:30:53.519 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.0->tempest==29.1.0) (3.2.0) 2021-11-04 10:30:53.520 | Requirement already satisfied: cryptography>=2.5 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.0->tempest==29.1.0) (35.0.0) 2021-11-04 10:30:53.522 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.0->tempest==29.1.0) (1.4.0) 2021-11-04 10:30:53.544 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->tempest==29.1.0) (0.2.5) 2021-11-04 10:30:53.564 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->tempest==29.1.0) (1.0.0) 2021-11-04 10:30:53.602 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->tempest==29.1.0) (0.12.2) 2021-11-04 10:30:53.603 | Requirement already satisfied: future in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->tempest==29.1.0) (0.18.2) 2021-11-04 10:30:53.696 | Collecting argparse 2021-11-04 10:30:53.704 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2021-11-04 10:30:53.745 | Collecting traceback2 2021-11-04 10:30:53.753 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB) 2021-11-04 10:30:53.806 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->paramiko>=2.7.0->tempest==29.1.0) (1.15.0) 2021-11-04 10:30:53.868 | 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->tempest==29.1.0) (0.4.4) 2021-11-04 10:30:53.869 | 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->tempest==29.1.0) (21.2.0) 2021-11-04 10:30:53.870 | 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->tempest==29.1.0) (1.8.2) 2021-11-04 10:30:53.938 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->tempest==29.1.0) (1.6) 2021-11-04 10:30:54.102 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->oslo.config>=5.2.0->tempest==29.1.0) (3.3) 2021-11-04 10:30:54.105 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->oslo.config>=5.2.0->tempest==29.1.0) (2.0.7) 2021-11-04 10:30:54.106 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->oslo.config>=5.2.0->tempest==29.1.0) (2019.11.28) 2021-11-04 10:30:54.234 | Collecting linecache2 2021-11-04 10:30:54.241 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB) 2021-11-04 10:30:54.332 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->paramiko>=2.7.0->tempest==29.1.0) (2.20) 2021-11-04 10:30:56.611 | Installing collected packages: linecache2, traceback2, argparse, unittest2, tempest 2021-11-04 10:30:57.069 | Running setup.py develop for tempest 2021-11-04 10:30:59.606 | Successfully installed argparse-1.4.0 linecache2-1.0.0 tempest traceback2-1.4.0 unittest2-1.1.0 2021-11-04 10:30:59.606 | 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 2021-11-04 10:30:59.770 | ++ inc/python:pip_install:200 : result=0 2021-11-04 10:30:59.772 | ++ inc/python:pip_install:202 : time_stop pip_install 2021-11-04 10:30:59.774 | ++ functions-common:time_stop:2309 : local name 2021-11-04 10:30:59.776 | ++ functions-common:time_stop:2310 : local end_time 2021-11-04 10:30:59.779 | ++ functions-common:time_stop:2311 : local elapsed_time 2021-11-04 10:30:59.781 | ++ functions-common:time_stop:2312 : local total 2021-11-04 10:30:59.783 | ++ functions-common:time_stop:2313 : local start_time 2021-11-04 10:30:59.785 | ++ functions-common:time_stop:2315 : name=pip_install 2021-11-04 10:30:59.787 | ++ functions-common:time_stop:2316 : start_time=1636021849078 2021-11-04 10:30:59.789 | ++ functions-common:time_stop:2318 : [[ -z 1636021849078 ]] 2021-11-04 10:30:59.792 | +++ functions-common:time_stop:2321 : date +%s%3N 2021-11-04 10:30:59.796 | ++ functions-common:time_stop:2321 : end_time=1636021859794 2021-11-04 10:30:59.799 | ++ functions-common:time_stop:2322 : elapsed_time=10716 2021-11-04 10:30:59.801 | ++ functions-common:time_stop:2323 : total=271152 2021-11-04 10:30:59.803 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2021-11-04 10:30:59.805 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=281868 2021-11-04 10:30:59.807 | ++ inc/python:pip_install:203 : return 0 2021-11-04 10:30:59.810 | ++ inc/python:setup_package:448 : [[ -e == \-\e ]] 2021-11-04 10:30:59.813 | ++ inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/tempest/tempest.egg-info 2021-11-04 10:30:59.815 | ++ functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/tempest/tempest.egg-info 2021-11-04 10:30:59.842 | ++ functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/tempest/tempest.egg-info 2021-11-04 10:30:59.855 | ++ inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/tempest 2021-11-04 10:30:59.858 | ++ inc/python:use_library_from_git:250 : local name=/opt/stack/tempest 2021-11-04 10:30:59.861 | ++ inc/python:use_library_from_git:251 : local enabled=1 2021-11-04 10:30:59.863 | ++ inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-04 10:30:59.865 | ++ inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/tempest, ]] 2021-11-04 10:30:59.868 | ++ inc/python:use_library_from_git:253 : return 1 2021-11-04 10:30:59.871 | ++ lib/tempest:configure_tempest:138 : local image_lines 2021-11-04 10:30:59.875 | ++ lib/tempest:configure_tempest:139 : local images 2021-11-04 10:30:59.878 | ++ lib/tempest:configure_tempest:140 : local num_images 2021-11-04 10:30:59.880 | ++ lib/tempest:configure_tempest:141 : local image_uuid 2021-11-04 10:30:59.882 | ++ lib/tempest:configure_tempest:142 : local image_uuid_alt 2021-11-04 10:30:59.885 | ++ lib/tempest:configure_tempest:143 : local password 2021-11-04 10:30:59.887 | ++ lib/tempest:configure_tempest:144 : local line 2021-11-04 10:30:59.891 | ++ lib/tempest:configure_tempest:145 : local flavors 2021-11-04 10:30:59.894 | ++ lib/tempest:configure_tempest:146 : local available_flavors 2021-11-04 10:30:59.896 | ++ lib/tempest:configure_tempest:147 : local flavors_ref 2021-11-04 10:30:59.898 | ++ lib/tempest:configure_tempest:148 : local flavor_lines 2021-11-04 10:30:59.901 | ++ lib/tempest:configure_tempest:149 : local flavor_ref_size 2021-11-04 10:30:59.903 | ++ lib/tempest:configure_tempest:150 : local flavor_ref_alt_size 2021-11-04 10:30:59.905 | ++ lib/tempest:configure_tempest:151 : local public_network_id 2021-11-04 10:30:59.907 | ++ lib/tempest:configure_tempest:152 : local public_router_id 2021-11-04 10:30:59.909 | ++ lib/tempest:configure_tempest:153 : local ssh_connect_method=floating 2021-11-04 10:30:59.912 | ++ lib/tempest:configure_tempest:154 : local disk 2021-11-04 10:30:59.914 | ++ lib/tempest:configure_tempest:157 : ifs=' 2021-11-04 10:30:59.914 | ' 2021-11-04 10:30:59.916 | ++ lib/tempest:configure_tempest:167 : declare -a images 2021-11-04 10:30:59.919 | ++ lib/tempest:configure_tempest:169 : is_service_enabled glance 2021-11-04 10:30:59.936 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:30:59.939 | ++ lib/tempest:configure_tempest:170 : read -r IMAGE_NAME IMAGE_UUID 2021-11-04 10:30:59.940 | +++ lib/tempest:configure_tempest:130 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2021-11-04 10:30:59.940 | +++ lib/tempest:configure_tempest:130 : oscwrap --os-cloud devstack-admin image list --property status=active 2021-11-04 10:31:02.469 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:31:02.469 | from cryptography.utils import int_from_bytes 2021-11-04 10:31:02.469 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:31:02.469 | from cryptography.utils import int_from_bytes 2021-11-04 10:31:02.678 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:31:02.681 | ++ lib/tempest:configure_tempest:171 : '[' ubuntu-16 = '' ']' 2021-11-04 10:31:02.683 | ++ lib/tempest:configure_tempest:175 : images+=($IMAGE_UUID) 2021-11-04 10:31:02.686 | ++ lib/tempest:configure_tempest:170 : read -r IMAGE_NAME IMAGE_UUID 2021-11-04 10:31:02.688 | ++ lib/tempest:configure_tempest:178 : case "${#images[*]}" in 2021-11-04 10:31:02.690 | ++ lib/tempest:configure_tempest:184 : '[' -z '' ']' 2021-11-04 10:31:02.692 | ++ lib/tempest:configure_tempest:185 : image_uuid=8caad51b-98a7-4199-8261-e3bea3e1bb37 2021-11-04 10:31:02.695 | ++ lib/tempest:configure_tempest:186 : image_uuid_alt=8caad51b-98a7-4199-8261-e3bea3e1bb37 2021-11-04 10:31:02.697 | ++ lib/tempest:configure_tempest:200 : sudo install -d -o ubuntu /opt/stack/tempest/etc 2021-11-04 10:31:02.710 | ++ lib/tempest:configure_tempest:201 : rm -f /opt/stack/tempest/etc/tempest.conf 2021-11-04 10:31:02.714 | ++ lib/tempest:configure_tempest:203 : local password=Passw0rd 2021-11-04 10:31:02.717 | ++ lib/tempest:configure_tempest:206 : local admin_username=admin 2021-11-04 10:31:02.719 | ++ lib/tempest:configure_tempest:207 : local admin_project_name=admin 2021-11-04 10:31:02.721 | ++ lib/tempest:configure_tempest:208 : local admin_domain_name=Default 2021-11-04 10:31:02.723 | ++ lib/tempest:configure_tempest:209 : local alt_username=alt_demo 2021-11-04 10:31:02.725 | ++ lib/tempest:configure_tempest:210 : local alt_project_name=alt_demo 2021-11-04 10:31:02.728 | ++ lib/tempest:configure_tempest:211 : local admin_project_id 2021-11-04 10:31:02.732 | +++ lib/tempest:configure_tempest:212 : oscwrap --os-cloud devstack-admin project list 2021-11-04 10:31:02.732 | +++ lib/tempest:configure_tempest:212 : awk '/ admin / { print $2 }' 2021-11-04 10:31:04.907 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:31:04.907 | from cryptography.utils import int_from_bytes 2021-11-04 10:31:04.907 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:31:04.907 | from cryptography.utils import int_from_bytes 2021-11-04 10:31:05.118 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:31:05.121 | ++ lib/tempest:configure_tempest:212 : admin_project_id=02b7cb0577d74fd4aec0ac80d580679e 2021-11-04 10:31:05.124 | ++ lib/tempest:configure_tempest:214 : is_service_enabled nova 2021-11-04 10:31:05.141 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:31:05.144 | +++ lib/tempest:configure_tempest:217 : oscwrap --os-cloud devstack-admin flavor list 2021-11-04 10:31:07.482 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:31:07.482 | from cryptography.utils import int_from_bytes 2021-11-04 10:31:07.483 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:31:07.483 | from cryptography.utils import int_from_bytes 2021-11-04 10:31:07.686 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:31:07.689 | ++ lib/tempest:configure_tempest:217 : available_flavors='+-----+-----------+-------+------+-----------+-------+-----------+ 2021-11-04 10:31:07.689 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2021-11-04 10:31:07.689 | +-----+-----------+-------+------+-----------+-------+-----------+ 2021-11-04 10:31:07.689 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2021-11-04 10:31:07.689 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2021-11-04 10:31:07.689 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2021-11-04 10:31:07.689 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2021-11-04 10:31:07.689 | | 42 | m1.nano | 256 | 1 | 0 | 1 | True | 2021-11-04 10:31:07.689 | | 451 | m1.heat | 512 | 1 | 0 | 1 | True | 2021-11-04 10:31:07.689 | | 452 | m1.heat2 | 1024 | 1 | 0 | 1 | True | 2021-11-04 10:31:07.689 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2021-11-04 10:31:07.689 | | 84 | m1.micro | 256 | 2 | 0 | 1 | True | 2021-11-04 10:31:07.689 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2021-11-04 10:31:07.689 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2021-11-04 10:31:07.689 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2021-11-04 10:31:07.689 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2021-11-04 10:31:07.689 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2021-11-04 10:31:07.689 | +-----+-----------+-------+------+-----------+-------+-----------+' 2021-11-04 10:31:07.691 | ++ lib/tempest:configure_tempest:218 : [[ -z '' ]] 2021-11-04 10:31:07.693 | ++ lib/tempest:configure_tempest:219 : [[ +-----+-----------+-------+------+-----------+-------+-----------+ 2021-11-04 10:31:07.693 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2021-11-04 10:31:07.693 | +-----+-----------+-------+------+-----------+-------+-----------+ 2021-11-04 10:31:07.693 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2021-11-04 10:31:07.693 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2021-11-04 10:31:07.693 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2021-11-04 10:31:07.693 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2021-11-04 10:31:07.693 | | 42 | m1.nano | 256 | 1 | 0 | 1 | True | 2021-11-04 10:31:07.694 | | 451 | m1.heat | 512 | 1 | 0 | 1 | True | 2021-11-04 10:31:07.694 | | 452 | m1.heat2 | 1024 | 1 | 0 | 1 | True | 2021-11-04 10:31:07.694 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2021-11-04 10:31:07.694 | | 84 | m1.micro | 256 | 2 | 0 | 1 | True | 2021-11-04 10:31:07.694 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2021-11-04 10:31:07.694 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2021-11-04 10:31:07.694 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2021-11-04 10:31:07.694 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2021-11-04 10:31:07.694 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2021-11-04 10:31:07.694 | +-----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2021-11-04 10:31:07.696 | ++ lib/tempest:configure_tempest:224 : flavor_ref=42 2021-11-04 10:31:07.698 | ++ lib/tempest:configure_tempest:225 : [[ +-----+-----------+-------+------+-----------+-------+-----------+ 2021-11-04 10:31:07.698 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2021-11-04 10:31:07.698 | +-----+-----------+-------+------+-----------+-------+-----------+ 2021-11-04 10:31:07.698 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2021-11-04 10:31:07.698 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2021-11-04 10:31:07.698 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2021-11-04 10:31:07.698 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2021-11-04 10:31:07.698 | | 42 | m1.nano | 256 | 1 | 0 | 1 | True | 2021-11-04 10:31:07.698 | | 451 | m1.heat | 512 | 1 | 0 | 1 | True | 2021-11-04 10:31:07.698 | | 452 | m1.heat2 | 1024 | 1 | 0 | 1 | True | 2021-11-04 10:31:07.698 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2021-11-04 10:31:07.698 | | 84 | m1.micro | 256 | 2 | 0 | 1 | True | 2021-11-04 10:31:07.698 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2021-11-04 10:31:07.698 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2021-11-04 10:31:07.698 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2021-11-04 10:31:07.698 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2021-11-04 10:31:07.698 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2021-11-04 10:31:07.698 | +-----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2021-11-04 10:31:07.700 | ++ lib/tempest:configure_tempest:230 : flavor_ref_alt=84 2021-11-04 10:31:07.703 | ++ lib/tempest:configure_tempest:279 : iniset /opt/stack/tempest/etc/tempest.conf network project_network_cidr 172.20.0.0/16 2021-11-04 10:31:07.734 | ++ lib/tempest:configure_tempest:281 : ssh_connect_method=floating 2021-11-04 10:31:07.737 | ++ lib/tempest:configure_tempest:287 : [[ True == \T\r\u\e ]] 2021-11-04 10:31:07.739 | ++ lib/tempest:configure_tempest:287 : is_networking_extension_supported external-net 2021-11-04 10:31:07.741 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=external-net 2021-11-04 10:31:07.744 | +++ 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 2021-11-04 10:31:10.021 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:31:10.021 | from cryptography.utils import int_from_bytes 2021-11-04 10:31:10.021 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:31:10.021 | from cryptography.utils import int_from_bytes 2021-11-04 10:31:10.223 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:31:10.225 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2021-11-04 10:31:10.225 | address-scope 2021-11-04 10:31:10.225 | router-admin-state-down-before-update 2021-11-04 10:31:10.225 | agent 2021-11-04 10:31:10.225 | agent-resources-synced 2021-11-04 10:31:10.226 | allowed-address-pairs 2021-11-04 10:31:10.226 | auto-allocated-topology 2021-11-04 10:31:10.226 | availability_zone 2021-11-04 10:31:10.226 | availability_zone_filter 2021-11-04 10:31:10.226 | default-subnetpools 2021-11-04 10:31:10.226 | dhcp_agent_scheduler 2021-11-04 10:31:10.226 | dvr 2021-11-04 10:31:10.226 | empty-string-filtering 2021-11-04 10:31:10.226 | external-net 2021-11-04 10:31:10.226 | extra_dhcp_opt 2021-11-04 10:31:10.226 | extraroute 2021-11-04 10:31:10.226 | extraroute-atomic 2021-11-04 10:31:10.226 | filter-validation 2021-11-04 10:31:10.226 | fip-port-details 2021-11-04 10:31:10.226 | flavors 2021-11-04 10:31:10.226 | floatingip-pools 2021-11-04 10:31:10.226 | ip-substring-filtering 2021-11-04 10:31:10.226 | router 2021-11-04 10:31:10.226 | ext-gw-mode 2021-11-04 10:31:10.226 | l3-ha 2021-11-04 10:31:10.226 | l3-flavors 2021-11-04 10:31:10.226 | l3-port-ip-change-not-allowed 2021-11-04 10:31:10.226 | l3_agent_scheduler 2021-11-04 10:31:10.226 | metering 2021-11-04 10:31:10.226 | metering_source_and_destination_fields 2021-11-04 10:31:10.226 | multi-provider 2021-11-04 10:31:10.226 | net-mtu 2021-11-04 10:31:10.226 | net-mtu-writable 2021-11-04 10:31:10.226 | network_availability_zone 2021-11-04 10:31:10.226 | network-ip-availability 2021-11-04 10:31:10.226 | pagination 2021-11-04 10:31:10.226 | port-device-profile 2021-11-04 10:31:10.226 | port-mac-address-regenerate 2021-11-04 10:31:10.226 | port-numa-affinity-policy 2021-11-04 10:31:10.226 | binding 2021-11-04 10:31:10.226 | binding-extended 2021-11-04 10:31:10.226 | port-security 2021-11-04 10:31:10.226 | project-id 2021-11-04 10:31:10.227 | provider 2021-11-04 10:31:10.227 | quotas 2021-11-04 10:31:10.227 | quota_details 2021-11-04 10:31:10.227 | rbac-policies 2021-11-04 10:31:10.227 | rbac-address-group 2021-11-04 10:31:10.227 | rbac-address-scope 2021-11-04 10:31:10.227 | rbac-security-groups 2021-11-04 10:31:10.227 | rbac-subnetpool 2021-11-04 10:31:10.227 | revision-if-match 2021-11-04 10:31:10.227 | standard-attr-revisions 2021-11-04 10:31:10.227 | router_availability_zone 2021-11-04 10:31:10.227 | security-groups-normalized-cidr 2021-11-04 10:31:10.227 | port-security-groups-filtering 2021-11-04 10:31:10.227 | security-groups-remote-address-group 2021-11-04 10:31:10.227 | security-groups-shared-filtering 2021-11-04 10:31:10.227 | security-group 2021-11-04 10:31:10.227 | service-type 2021-11-04 10:31:10.227 | sorting 2021-11-04 10:31:10.227 | standard-attr-description 2021-11-04 10:31:10.227 | stateful-security-group 2021-11-04 10:31:10.227 | subnet_onboard 2021-11-04 10:31:10.227 | subnet-service-types 2021-11-04 10:31:10.227 | subnet_allocation 2021-11-04 10:31:10.227 | subnetpool-prefix-ops 2021-11-04 10:31:10.227 | standard-attr-tag 2021-11-04 10:31:10.227 | standard-attr-timestamp' 2021-11-04 10:31:10.229 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2021-11-04 10:31:10.229 | address-scope 2021-11-04 10:31:10.229 | router-admin-state-down-before-update 2021-11-04 10:31:10.229 | agent 2021-11-04 10:31:10.229 | agent-resources-synced 2021-11-04 10:31:10.229 | allowed-address-pairs 2021-11-04 10:31:10.229 | auto-allocated-topology 2021-11-04 10:31:10.229 | availability_zone 2021-11-04 10:31:10.229 | availability_zone_filter 2021-11-04 10:31:10.229 | default-subnetpools 2021-11-04 10:31:10.229 | dhcp_agent_scheduler 2021-11-04 10:31:10.229 | dvr 2021-11-04 10:31:10.229 | empty-string-filtering 2021-11-04 10:31:10.229 | external-net 2021-11-04 10:31:10.229 | extra_dhcp_opt 2021-11-04 10:31:10.229 | extraroute 2021-11-04 10:31:10.229 | extraroute-atomic 2021-11-04 10:31:10.229 | filter-validation 2021-11-04 10:31:10.229 | fip-port-details 2021-11-04 10:31:10.229 | flavors 2021-11-04 10:31:10.229 | floatingip-pools 2021-11-04 10:31:10.229 | ip-substring-filtering 2021-11-04 10:31:10.229 | router 2021-11-04 10:31:10.229 | ext-gw-mode 2021-11-04 10:31:10.229 | l3-ha 2021-11-04 10:31:10.230 | l3-flavors 2021-11-04 10:31:10.230 | l3-port-ip-change-not-allowed 2021-11-04 10:31:10.230 | l3_agent_scheduler 2021-11-04 10:31:10.230 | metering 2021-11-04 10:31:10.230 | metering_source_and_destination_fields 2021-11-04 10:31:10.230 | multi-provider 2021-11-04 10:31:10.230 | net-mtu 2021-11-04 10:31:10.230 | net-mtu-writable 2021-11-04 10:31:10.230 | network_availability_zone 2021-11-04 10:31:10.230 | network-ip-availability 2021-11-04 10:31:10.230 | pagination 2021-11-04 10:31:10.230 | port-device-profile 2021-11-04 10:31:10.230 | port-mac-address-regenerate 2021-11-04 10:31:10.230 | port-numa-affinity-policy 2021-11-04 10:31:10.230 | binding 2021-11-04 10:31:10.230 | binding-extended 2021-11-04 10:31:10.230 | port-security 2021-11-04 10:31:10.230 | project-id 2021-11-04 10:31:10.230 | provider 2021-11-04 10:31:10.230 | quotas 2021-11-04 10:31:10.230 | quota_details 2021-11-04 10:31:10.230 | rbac-policies 2021-11-04 10:31:10.230 | rbac-address-group 2021-11-04 10:31:10.230 | rbac-address-scope 2021-11-04 10:31:10.230 | rbac-security-groups 2021-11-04 10:31:10.230 | rbac-subnetpool 2021-11-04 10:31:10.230 | revision-if-match 2021-11-04 10:31:10.231 | standard-attr-revisions 2021-11-04 10:31:10.231 | router_availability_zone 2021-11-04 10:31:10.231 | security-groups-normalized-cidr 2021-11-04 10:31:10.231 | port-security-groups-filtering 2021-11-04 10:31:10.231 | security-groups-remote-address-group 2021-11-04 10:31:10.231 | security-groups-shared-filtering 2021-11-04 10:31:10.231 | security-group 2021-11-04 10:31:10.231 | service-type 2021-11-04 10:31:10.231 | sorting 2021-11-04 10:31:10.231 | standard-attr-description 2021-11-04 10:31:10.231 | stateful-security-group 2021-11-04 10:31:10.231 | subnet_onboard 2021-11-04 10:31:10.231 | subnet-service-types 2021-11-04 10:31:10.231 | subnet_allocation 2021-11-04 10:31:10.231 | subnetpool-prefix-ops 2021-11-04 10:31:10.231 | standard-attr-tag 2021-11-04 10:31:10.231 | standard-attr-timestamp =~ external-net ]] 2021-11-04 10:31:10.233 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2021-11-04 10:31:10.236 | +++ lib/tempest:configure_tempest:288 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2021-11-04 10:31:12.640 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:31:12.640 | from cryptography.utils import int_from_bytes 2021-11-04 10:31:12.640 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:31:12.640 | from cryptography.utils import int_from_bytes 2021-11-04 10:31:12.839 | +++ functions-common:oscwrap:2349 : return 0 2021-11-04 10:31:12.842 | ++ lib/tempest:configure_tempest:288 : public_network_id=628efe0a-a278-40d2-9521-566f240b75c8 2021-11-04 10:31:12.845 | ++ lib/tempest:configure_tempest:290 : openstack --os-cloud devstack-admin network create --share shared 2021-11-04 10:31:15.462 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:31:15.462 | from cryptography.utils import int_from_bytes 2021-11-04 10:31:15.462 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:31:15.462 | from cryptography.utils import int_from_bytes 2021-11-04 10:31:15.462 | +---------------------------+--------------------------------------+ 2021-11-04 10:31:15.462 | | Field | Value | 2021-11-04 10:31:15.462 | +---------------------------+--------------------------------------+ 2021-11-04 10:31:15.462 | | admin_state_up | UP | 2021-11-04 10:31:15.462 | | availability_zone_hints | | 2021-11-04 10:31:15.462 | | availability_zones | | 2021-11-04 10:31:15.462 | | created_at | 2021-11-04T10:31:15Z | 2021-11-04 10:31:15.462 | | description | | 2021-11-04 10:31:15.462 | | dns_domain | None | 2021-11-04 10:31:15.462 | | id | c6abba28-6f5b-41c4-83c6-47330cde1c51 | 2021-11-04 10:31:15.462 | | ipv4_address_scope | None | 2021-11-04 10:31:15.462 | | ipv6_address_scope | None | 2021-11-04 10:31:15.462 | | is_default | False | 2021-11-04 10:31:15.462 | | is_vlan_transparent | None | 2021-11-04 10:31:15.462 | | mtu | 1500 | 2021-11-04 10:31:15.462 | | name | shared | 2021-11-04 10:31:15.462 | | port_security_enabled | True | 2021-11-04 10:31:15.462 | | project_id | 02b7cb0577d74fd4aec0ac80d580679e | 2021-11-04 10:31:15.462 | | provider:network_type | vlan | 2021-11-04 10:31:15.462 | | provider:physical_network | physnet1 | 2021-11-04 10:31:15.462 | | provider:segmentation_id | 177 | 2021-11-04 10:31:15.463 | | qos_policy_id | None | 2021-11-04 10:31:15.463 | | revision_number | 1 | 2021-11-04 10:31:15.463 | | router:external | Internal | 2021-11-04 10:31:15.463 | | segments | None | 2021-11-04 10:31:15.463 | | shared | True | 2021-11-04 10:31:15.463 | | status | ACTIVE | 2021-11-04 10:31:15.463 | | subnets | | 2021-11-04 10:31:15.463 | | tags | | 2021-11-04 10:31:15.463 | | updated_at | 2021-11-04T10:31:15Z | 2021-11-04 10:31:15.463 | +---------------------------+--------------------------------------+ 2021-11-04 10:31:15.674 | ++ lib/tempest:configure_tempest:291 : openstack --os-cloud devstack-admin subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2021-11-04 10:31:18.688 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:31:18.689 | from cryptography.utils import int_from_bytes 2021-11-04 10:31:18.689 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-04 10:31:18.689 | from cryptography.utils import int_from_bytes 2021-11-04 10:31:18.689 | +----------------------+--------------------------------------+ 2021-11-04 10:31:18.689 | | Field | Value | 2021-11-04 10:31:18.689 | +----------------------+--------------------------------------+ 2021-11-04 10:31:18.689 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2021-11-04 10:31:18.689 | | cidr | 192.168.233.0/24 | 2021-11-04 10:31:18.689 | | created_at | 2021-11-04T10:31:18Z | 2021-11-04 10:31:18.689 | | description | shared-subnet | 2021-11-04 10:31:18.689 | | dns_nameservers | | 2021-11-04 10:31:18.689 | | dns_publish_fixed_ip | None | 2021-11-04 10:31:18.689 | | enable_dhcp | True | 2021-11-04 10:31:18.689 | | gateway_ip | 192.168.233.1 | 2021-11-04 10:31:18.689 | | host_routes | | 2021-11-04 10:31:18.689 | | id | 7d65e546-5e88-4a76-b267-64afdbe17cd8 | 2021-11-04 10:31:18.689 | | ip_version | 4 | 2021-11-04 10:31:18.689 | | ipv6_address_mode | None | 2021-11-04 10:31:18.689 | | ipv6_ra_mode | None | 2021-11-04 10:31:18.689 | | name | shared-subnet | 2021-11-04 10:31:18.689 | | network_id | c6abba28-6f5b-41c4-83c6-47330cde1c51 | 2021-11-04 10:31:18.689 | | project_id | 02b7cb0577d74fd4aec0ac80d580679e | 2021-11-04 10:31:18.689 | | revision_number | 0 | 2021-11-04 10:31:18.689 | | segment_id | None | 2021-11-04 10:31:18.689 | | service_types | | 2021-11-04 10:31:18.689 | | subnetpool_id | None | 2021-11-04 10:31:18.689 | | tags | | 2021-11-04 10:31:18.689 | | updated_at | 2021-11-04T10:31:18Z | 2021-11-04 10:31:18.689 | +----------------------+--------------------------------------+ 2021-11-04 10:31:18.917 | ++ lib/tempest:configure_tempest:294 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_syslog False 2021-11-04 10:31:18.952 | ++ lib/tempest:configure_tempest:297 : iniset /opt/stack/tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2021-11-04 10:31:18.985 | ++ lib/tempest:configure_tempest:298 : mkdir -p /opt/stack/data/tempest 2021-11-04 10:31:18.990 | ++ lib/tempest:configure_tempest:299 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_stderr False 2021-11-04 10:31:19.021 | ++ lib/tempest:configure_tempest:300 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT log_file tempest.log 2021-11-04 10:31:19.052 | ++ lib/tempest:configure_tempest:301 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT debug True 2021-11-04 10:31:19.083 | ++ lib/tempest:configure_tempest:304 : iniset /opt/stack/tempest/etc/tempest.conf compute build_timeout 196 2021-11-04 10:31:19.122 | ++ lib/tempest:configure_tempest:305 : iniset /opt/stack/tempest/etc/tempest.conf volume build_timeout 196 2021-11-04 10:31:19.153 | ++ lib/tempest:configure_tempest:308 : iniset /opt/stack/tempest/etc/tempest.conf identity uri http://10.222.0.49/identity/v2.0/ 2021-11-04 10:31:19.186 | ++ lib/tempest:configure_tempest:309 : iniset /opt/stack/tempest/etc/tempest.conf identity uri_v3 http://10.222.0.49/identity/v3 2021-11-04 10:31:19.216 | ++ lib/tempest:configure_tempest:310 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2021-11-04 10:31:19.252 | ++ lib/tempest:configure_tempest:311 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_duration 10 2021-11-04 10:31:19.283 | ++ lib/tempest:configure_tempest:312 : iniset /opt/stack/tempest/etc/tempest.conf identity user_unique_last_password_count 2 2021-11-04 10:31:19.314 | ++ lib/tempest:configure_tempest:313 : [[ True == \T\r\u\e ]] 2021-11-04 10:31:19.317 | ++ lib/tempest:configure_tempest:314 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_username admin 2021-11-04 10:31:19.359 | ++ lib/tempest:configure_tempest:315 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_password Passw0rd 2021-11-04 10:31:19.392 | ++ lib/tempest:configure_tempest:316 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_project_name admin 2021-11-04 10:31:19.426 | ++ lib/tempest:configure_tempest:317 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_domain_name Default 2021-11-04 10:31:19.455 | ++ lib/tempest:configure_tempest:319 : '[' False == True ']' 2021-11-04 10:31:19.461 | ++ lib/tempest:configure_tempest:324 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2021-11-04 10:31:19.516 | ++ lib/tempest:configure_tempest:326 : iniset /opt/stack/tempest/etc/tempest.conf identity auth_version v3 2021-11-04 10:31:19.546 | ++ lib/tempest:configure_tempest:327 : [[ '' != \v\2 ]] 2021-11-04 10:31:19.548 | ++ lib/tempest:configure_tempest:329 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2021-11-04 10:31:19.584 | ++ lib/tempest:configure_tempest:332 : is_service_enabled tls-proxy 2021-11-04 10:31:19.604 | ++ functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:31:19.606 | ++ lib/tempest:configure_tempest:337 : [[ True = True ]] 2021-11-04 10:31:19.611 | ++ lib/tempest:configure_tempest:338 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2021-11-04 10:31:19.644 | ++ lib/tempest:configure_tempest:343 : is_service_enabled ldap 2021-11-04 10:31:19.663 | ++ functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:31:19.665 | ++ lib/tempest:configure_tempest:349 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled project_tags True 2021-11-04 10:31:19.709 | ++ lib/tempest:configure_tempest:353 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2021-11-04 10:31:19.741 | ++ lib/tempest:configure_tempest:357 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled access_rules True 2021-11-04 10:31:19.781 | ++ lib/tempest:configure_tempest:362 : [[ ! -z '' ]] 2021-11-04 10:31:19.784 | ++ lib/tempest:configure_tempest:365 : iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled import_image False 2021-11-04 10:31:19.823 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2021-11-04 10:31:19.854 | ++ lib/tempest:configure_tempest:367 : is_service_enabled g-api-r 2021-11-04 10:31:19.873 | ++ functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:31:19.875 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref 8caad51b-98a7-4199-8261-e3bea3e1bb37 2021-11-04 10:31:19.907 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref_alt 8caad51b-98a7-4199-8261-e3bea3e1bb37 2021-11-04 10:31:19.937 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref 42 2021-11-04 10:31:19.965 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref_alt 84 2021-11-04 10:31:19.995 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack/tempest/etc/tempest.conf validation connect_method floating 2021-11-04 10:31:20.027 | ++ lib/tempest:configure_tempest:377 : is_service_enabled neutron 2021-11-04 10:31:20.044 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:31:20.046 | ++ lib/tempest:configure_tempest:385 : [[ -n '' ]] 2021-11-04 10:31:20.048 | ++ lib/tempest:configure_tempest:395 : local tempest_compute_min_microversion=None 2021-11-04 10:31:20.051 | ++ lib/tempest:configure_tempest:396 : local tempest_compute_max_microversion=latest 2021-11-04 10:31:20.053 | ++ lib/tempest:configure_tempest:399 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2021-11-04 10:31:20.055 | ++ lib/tempest:configure_tempest:403 : '[' None == None ']' 2021-11-04 10:31:20.057 | ++ lib/tempest:configure_tempest:404 : inicomment /opt/stack/tempest/etc/tempest.conf compute min_microversion 2021-11-04 10:31:20.078 | ++ lib/tempest:configure_tempest:408 : '[' latest == None ']' 2021-11-04 10:31:20.080 | ++ lib/tempest:configure_tempest:411 : iniset /opt/stack/tempest/etc/tempest.conf compute max_microversion latest 2021-11-04 10:31:20.125 | ++ lib/tempest:configure_tempest:414 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled personality False 2021-11-04 10:31:20.160 | ++ lib/tempest:configure_tempest:415 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled resize True 2021-11-04 10:31:20.195 | ++ lib/tempest:configure_tempest:416 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migration True 2021-11-04 10:31:20.229 | ++ lib/tempest:configure_tempest:417 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled change_password False 2021-11-04 10:31:20.263 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration True 2021-11-04 10:31:20.295 | ++ lib/tempest:configure_tempest:419 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2021-11-04 10:31:20.326 | ++ lib/tempest:configure_tempest:420 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2021-11-04 10:31:20.358 | ++ lib/tempest:configure_tempest:423 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2021-11-04 10:31:20.393 | ++ lib/tempest:configure_tempest:425 : [[ -n AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2021-11-04 10:31:20.396 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2021-11-04 10:31:20.427 | ++ lib/tempest:configure_tempest:429 : [[ False == \T\r\u\e ]] 2021-11-04 10:31:20.430 | ++ lib/tempest:configure_tempest:433 : is_service_enabled n-novnc 2021-11-04 10:31:20.456 | ++ functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:31:20.462 | ++ lib/tempest:configure_tempest:438 : iniset /opt/stack/tempest/etc/tempest.conf network project_networks_reachable false 2021-11-04 10:31:20.493 | ++ lib/tempest:configure_tempest:439 : iniset /opt/stack/tempest/etc/tempest.conf network public_network_id 628efe0a-a278-40d2-9521-566f240b75c8 2021-11-04 10:31:20.523 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack/tempest/etc/tempest.conf network public_router_id '' 2021-11-04 10:31:20.558 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack/tempest/etc/tempest.conf network default_network 172.20.0.0/16 2021-11-04 10:31:20.596 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6 True 2021-11-04 10:31:20.631 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2021-11-04 10:31:20.663 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled port_security True 2021-11-04 10:31:20.704 | ++ lib/tempest:configure_tempest:447 : SCENARIO_IMAGE_DIR=/home/ubuntu/devstack/files 2021-11-04 10:31:20.710 | ++ lib/tempest:configure_tempest:448 : SCENARIO_IMAGE_FILE= 2021-11-04 10:31:20.712 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack/tempest/etc/tempest.conf scenario img_file /home/ubuntu/devstack/files/ 2021-11-04 10:31:20.749 | ++ lib/tempest:configure_tempest:452 : TEMPEST_SSH_NETWORK_NAME=private 2021-11-04 10:31:20.752 | ++ lib/tempest:configure_tempest:453 : is_provider_network 2021-11-04 10:31:20.754 | ++ functions-common:is_provider_network:2158 : '[' '' == True ']' 2021-11-04 10:31:20.757 | ++ functions-common:is_provider_network:2161 : return 1 2021-11-04 10:31:20.760 | ++ lib/tempest:configure_tempest:457 : iniset /opt/stack/tempest/etc/tempest.conf validation run_validation True 2021-11-04 10:31:20.799 | ++ lib/tempest:configure_tempest:458 : iniset /opt/stack/tempest/etc/tempest.conf validation ip_version_for_ssh 4 2021-11-04 10:31:20.852 | ++ lib/tempest:configure_tempest:459 : iniset /opt/stack/tempest/etc/tempest.conf validation ssh_timeout 196 2021-11-04 10:31:20.887 | ++ lib/tempest:configure_tempest:460 : iniset /opt/stack/tempest/etc/tempest.conf validation image_ssh_user cirros 2021-11-04 10:31:20.929 | ++ lib/tempest:configure_tempest:461 : iniset /opt/stack/tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2021-11-04 10:31:20.964 | ++ lib/tempest:configure_tempest:462 : iniset /opt/stack/tempest/etc/tempest.conf validation network_for_ssh private 2021-11-04 10:31:20.995 | ++ lib/tempest:configure_tempest:466 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-11-04 10:31:20.998 | ++ lib/tempest:configure_tempest:467 : TEMPEST_VOLUME_MANAGE_SNAPSHOT=True 2021-11-04 10:31:21.002 | +++ lib/tempest:configure_tempest:469 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2021-11-04 10:31:21.019 | ++ lib/tempest:configure_tempest:469 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_snapshot True 2021-11-04 10:31:21.053 | ++ lib/tempest:configure_tempest:471 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-11-04 10:31:21.055 | ++ lib/tempest:configure_tempest:472 : TEMPEST_VOLUME_MANAGE_VOLUME=True 2021-11-04 10:31:21.059 | +++ lib/tempest:configure_tempest:474 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2021-11-04 10:31:21.076 | ++ lib/tempest:configure_tempest:474 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_volume True 2021-11-04 10:31:21.108 | ++ lib/tempest:configure_tempest:477 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-11-04 10:31:21.110 | ++ lib/tempest:configure_tempest:477 : '[' libvirt = libvirt ']' 2021-11-04 10:31:21.113 | ++ lib/tempest:configure_tempest:478 : TEMPEST_EXTEND_ATTACHED_VOLUME=True 2021-11-04 10:31:21.116 | +++ lib/tempest:configure_tempest:480 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2021-11-04 10:31:21.136 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume True 2021-11-04 10:31:21.164 | ++ lib/tempest:configure_tempest:482 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-11-04 10:31:21.167 | ++ lib/tempest:configure_tempest:483 : TEMPEST_VOLUME_REVERT_TO_SNAPSHOT=True 2021-11-04 10:31:21.170 | +++ lib/tempest:configure_tempest:485 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2021-11-04 10:31:21.187 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled volume_revert True 2021-11-04 10:31:21.216 | ++ lib/tempest:configure_tempest:486 : local tempest_volume_min_microversion=None 2021-11-04 10:31:21.219 | ++ lib/tempest:configure_tempest:487 : local tempest_volume_max_microversion=latest 2021-11-04 10:31:21.221 | ++ lib/tempest:configure_tempest:488 : '[' None == None ']' 2021-11-04 10:31:21.223 | ++ lib/tempest:configure_tempest:489 : inicomment /opt/stack/tempest/etc/tempest.conf volume min_microversion 2021-11-04 10:31:21.243 | ++ lib/tempest:configure_tempest:494 : '[' latest == None ']' 2021-11-04 10:31:21.246 | ++ lib/tempest:configure_tempest:497 : iniset /opt/stack/tempest/etc/tempest.conf volume max_microversion latest 2021-11-04 10:31:21.273 | ++ lib/tempest:configure_tempest:500 : is_service_enabled c-bak 2021-11-04 10:31:21.290 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:31:21.293 | ++ lib/tempest:configure_tempest:507 : [[ -n lvm:lvmdriver-1 ]] 2021-11-04 10:31:21.296 | ++ lib/tempest:configure_tempest:507 : [[ lvm:lvmdriver-1 =~ .*,.* ]] 2021-11-04 10:31:21.298 | ++ lib/tempest:configure_tempest:527 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2021-11-04 10:31:21.300 | ++ lib/tempest:configure_tempest:531 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2021-11-04 10:31:21.303 | ++ lib/tempest:configure_tempest:541 : local tempest_placement_min_microversion=None 2021-11-04 10:31:21.305 | ++ lib/tempest:configure_tempest:542 : local tempest_placement_max_microversion=latest 2021-11-04 10:31:21.307 | ++ lib/tempest:configure_tempest:543 : '[' None == None ']' 2021-11-04 10:31:21.310 | ++ lib/tempest:configure_tempest:544 : inicomment /opt/stack/tempest/etc/tempest.conf placement min_microversion 2021-11-04 10:31:21.329 | ++ lib/tempest:configure_tempest:548 : '[' latest == None ']' 2021-11-04 10:31:21.331 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack/tempest/etc/tempest.conf placement max_microversion latest 2021-11-04 10:31:21.363 | ++ lib/tempest:configure_tempest:555 : '[' libvirt = ironic ']' 2021-11-04 10:31:21.366 | ++ lib/tempest:configure_tempest:569 : '[' libvirt = libvirt ']' 2021-11-04 10:31:21.368 | ++ lib/tempest:configure_tempest:571 : '[' kvm = lxc ']' 2021-11-04 10:31:21.371 | ++ lib/tempest:configure_tempest:578 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled shelve_migrate True 2021-11-04 10:31:21.400 | ++ lib/tempest:configure_tempest:579 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled stable_rescue True 2021-11-04 10:31:21.431 | ++ lib/tempest:configure_tempest:580 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled swap_volume True 2021-11-04 10:31:21.460 | ++ lib/tempest:configure_tempest:593 : local service 2021-11-04 10:31:21.462 | ++ lib/tempest:configure_tempest:594 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2021-11-04 10:31:21.466 | ++ lib/tempest:configure_tempest:595 : for service in ${tempest_services//,/ } 2021-11-04 10:31:21.468 | ++ lib/tempest:configure_tempest:596 : is_service_enabled key 2021-11-04 10:31:21.487 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:31:21.489 | ++ lib/tempest:configure_tempest:597 : iniset /opt/stack/tempest/etc/tempest.conf service_available key True 2021-11-04 10:31:21.526 | ++ lib/tempest:configure_tempest:595 : for service in ${tempest_services//,/ } 2021-11-04 10:31:21.529 | ++ lib/tempest:configure_tempest:596 : is_service_enabled glance 2021-11-04 10:31:21.546 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:31:21.549 | ++ lib/tempest:configure_tempest:597 : iniset /opt/stack/tempest/etc/tempest.conf service_available glance True 2021-11-04 10:31:21.584 | ++ lib/tempest:configure_tempest:595 : for service in ${tempest_services//,/ } 2021-11-04 10:31:21.587 | ++ lib/tempest:configure_tempest:596 : is_service_enabled nova 2021-11-04 10:31:21.606 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:31:21.609 | ++ lib/tempest:configure_tempest:597 : iniset /opt/stack/tempest/etc/tempest.conf service_available nova True 2021-11-04 10:31:21.640 | ++ lib/tempest:configure_tempest:595 : for service in ${tempest_services//,/ } 2021-11-04 10:31:21.643 | ++ lib/tempest:configure_tempest:596 : is_service_enabled neutron 2021-11-04 10:31:21.660 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:31:21.663 | ++ lib/tempest:configure_tempest:597 : iniset /opt/stack/tempest/etc/tempest.conf service_available neutron True 2021-11-04 10:31:21.693 | ++ lib/tempest:configure_tempest:595 : for service in ${tempest_services//,/ } 2021-11-04 10:31:21.696 | ++ lib/tempest:configure_tempest:596 : is_service_enabled cinder 2021-11-04 10:31:21.716 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:31:21.722 | ++ lib/tempest:configure_tempest:597 : iniset /opt/stack/tempest/etc/tempest.conf service_available cinder True 2021-11-04 10:31:21.753 | ++ lib/tempest:configure_tempest:595 : for service in ${tempest_services//,/ } 2021-11-04 10:31:21.755 | ++ lib/tempest:configure_tempest:596 : is_service_enabled swift 2021-11-04 10:31:21.773 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:31:21.775 | ++ lib/tempest:configure_tempest:597 : iniset /opt/stack/tempest/etc/tempest.conf service_available swift True 2021-11-04 10:31:21.805 | ++ lib/tempest:configure_tempest:595 : for service in ${tempest_services//,/ } 2021-11-04 10:31:21.807 | ++ lib/tempest:configure_tempest:596 : is_service_enabled horizon 2021-11-04 10:31:21.824 | ++ functions-common:is_service_enabled:1965 : return 1 2021-11-04 10:31:21.827 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available horizon False 2021-11-04 10:31:21.862 | ++ lib/tempest:configure_tempest:603 : iniset /opt/stack/tempest/etc/tempest.conf enforce_scope glance False 2021-11-04 10:31:21.896 | ++ lib/tempest:configure_tempest:605 : iniset /opt/stack/tempest/etc/tempest.conf enforce_scope cinder False 2021-11-04 10:31:21.926 | ++ lib/tempest:configure_tempest:607 : '[' libvirt = libvirt ']' 2021-11-04 10:31:21.929 | ++ lib/tempest:configure_tempest:607 : '[' kvm = lxc ']' 2021-11-04 10:31:21.931 | ++ lib/tempest:configure_tempest:617 : local tmp_cfg_file 2021-11-04 10:31:21.934 | +++ lib/tempest:configure_tempest:618 : mktemp 2021-11-04 10:31:21.938 | ++ lib/tempest:configure_tempest:618 : tmp_cfg_file=/tmp/tmp.xlk4b3pJzJ 2021-11-04 10:31:21.941 | ++ lib/tempest:configure_tempest:619 : cd /opt/stack/tempest 2021-11-04 10:31:21.943 | ++ lib/tempest:configure_tempest:620 : [[ False != \T\r\u\e ]] 2021-11-04 10:31:21.945 | ++ lib/tempest:configure_tempest:621 : tox -revenv-tempest --notest 2021-11-04 10:31:22.535 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2021-11-04 10:31:23.379 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2021-11-04 10:31:46.253 | venv-tempest develop-inst: /opt/stack/tempest 2021-11-04 10:31:52.696 | venv-tempest installed: attrs==21.2.0,autopage==0.4.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.7,cliff==3.9.0,cmd2==2.2.0,colorama==0.4.4,cryptography==35.0.0,debtcollector==2.3.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==3.3,iso8601==0.1.16,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.6,msgpack==1.0.2,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.11.0,packaging==21.2,paramiko==2.8.0,pbr==5.6.0,prettytable==2.4.0,pycparser==2.20,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==2.4.7,pyperclip==1.8.2,pyrsistent==0.18.0,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.26.0,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@8cd09500bea38bfd9478814be95fddf3df56fbff#egg=tempest,testtools==2.5.0,traceback2==1.4.0,unittest2==1.1.0,urllib3==1.26.7,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3 2021-11-04 10:31:52.696 | ___________________________________ summary ____________________________________ 2021-11-04 10:31:52.696 | venv-tempest: skipped tests 2021-11-04 10:31:52.696 | congratulations :) 2021-11-04 10:31:52.732 | ++ lib/tempest:configure_tempest:624 : local tmp_u_c_m 2021-11-04 10:31:52.735 | +++ lib/tempest:configure_tempest:625 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2021-11-04 10:31:52.741 | ++ lib/tempest:configure_tempest:625 : tmp_u_c_m=/tmp/tempest_u_c_m.X2xNMvS9n8 2021-11-04 10:31:52.745 | ++ lib/tempest:configure_tempest:626 : set_tempest_venv_constraints /tmp/tempest_u_c_m.X2xNMvS9n8 2021-11-04 10:31:52.747 | ++ lib/tempest:set_tempest_venv_constraints:115 : local tmp_c 2021-11-04 10:31:52.750 | ++ lib/tempest:set_tempest_venv_constraints:116 : tmp_c=/tmp/tempest_u_c_m.X2xNMvS9n8 2021-11-04 10:31:52.753 | ++ lib/tempest:set_tempest_venv_constraints:117 : [[ master == \m\a\s\t\e\r ]] 2021-11-04 10:31:52.756 | ++ lib/tempest:set_tempest_venv_constraints:118 : cd /opt/stack/requirements 2021-11-04 10:31:52.759 | ++ lib/tempest:set_tempest_venv_constraints:118 : git show origin/master:upper-constraints.txt 2021-11-04 10:31:52.767 | ++ lib/tempest:configure_tempest:627 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.X2xNMvS9n8 -r requirements.txt 2021-11-04 10:31:54.411 | /opt/stack/tempest/.tox/tempest/lib/python3.8/site-packages/setuptools/__init__.py:148: SetuptoolsDeprecationWarning: setup_requires is deprecated. Supply build dependencies using PEP 517 pyproject.toml build-requires. 2021-11-04 10:31:54.411 | warnings.warn( 2021-11-04 10:31:54.411 | /opt/stack/tempest/.tox/tempest/lib/python3.8/site-packages/setuptools/command/easy_install.py:156: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2021-11-04 10:31:54.411 | warnings.warn( 2021-11-04 10:31:54.411 | /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. 2021-11-04 10:31:54.411 | warnings.warn( 2021-11-04 10:31:54.501 | venv-tempest develop-inst-noop: /opt/stack/tempest 2021-11-04 10:31:55.271 | venv-tempest installed: attrs==21.2.0,autopage==0.4.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.7,cliff==3.9.0,cmd2==2.2.0,colorama==0.4.4,cryptography==35.0.0,debtcollector==2.3.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==3.3,iso8601==0.1.16,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.6,msgpack==1.0.2,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.11.0,packaging==21.2,paramiko==2.8.0,pbr==5.6.0,prettytable==2.4.0,pycparser==2.20,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==2.4.7,pyperclip==1.8.2,pyrsistent==0.18.0,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.26.0,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@8cd09500bea38bfd9478814be95fddf3df56fbff#egg=tempest,testtools==2.5.0,traceback2==1.4.0,unittest2==1.1.0,urllib3==1.26.7,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3 2021-11-04 10:31:55.272 | venv-tempest run-test-pre: PYTHONHASHSEED='903143736' 2021-11-04 10:31:55.272 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.X2xNMvS9n8 -r requirements.txt 2021-11-04 10:31:56.949 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-04 10:31:56.969 | 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.6.0) 2021-11-04 10:31:56.970 | 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.9.0) 2021-11-04 10:31:56.971 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 6)) (3.2.0) 2021-11-04 10:31:56.972 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 7)) (2.5.0) 2021-11-04 10:31:56.973 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 8)) (2.8.0) 2021-11-04 10:31:56.974 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 9)) (0.8.0) 2021-11-04 10:31:56.975 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 10)) (4.5.0) 2021-11-04 10:31:56.976 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 11)) (8.7.1) 2021-11-04 10:31:56.977 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 12)) (4.6.1) 2021-11-04 10:31:56.980 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 13)) (3.2.1) 2021-11-04 10:31:56.981 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 14)) (4.2.0) 2021-11-04 10:31:56.982 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 15)) (4.11.0) 2021-11-04 10:31:56.983 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 16)) (3.0.0) 2021-11-04 10:31:56.984 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 17)) (6.0) 2021-11-04 10:31:57.004 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 18)) (1.4.0) 2021-11-04 10:31:57.005 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 19)) (3.5.0) 2021-11-04 10:31:57.006 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 20)) (2.4.0) 2021-11-04 10:31:57.007 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 21)) (1.26.7) 2021-11-04 10:31:57.008 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 22)) (2.3.0) 2021-11-04 10:31:57.009 | Requirement already satisfied: unittest2>=1.1.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 23)) (1.1.0) 2021-11-04 10:31:57.022 | 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.4.0) 2021-11-04 10:31:57.023 | 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.2.0) 2021-11-04 10:31:57.026 | 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)) (2.4.7) 2021-11-04 10:31:57.055 | 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.2.0) 2021-11-04 10:31:57.056 | 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) 2021-11-04 10:31:57.057 | 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.0) 2021-11-04 10:31:57.058 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (58.5.2) 2021-11-04 10:31:57.070 | 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) 2021-11-04 10:31:57.106 | 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.4.0) 2021-11-04 10:31:57.107 | 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) 2021-11-04 10:31:57.108 | Requirement already satisfied: cryptography>=2.5 in ./.tox/tempest/lib/python3.8/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (35.0.0) 2021-11-04 10:31:57.123 | 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 10)) (5.1.0) 2021-11-04 10:31:57.124 | 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 10)) (0.14.1) 2021-11-04 10:31:57.165 | 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 11)) (2.26.0) 2021-11-04 10:31:57.166 | 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 11)) (1.5.0) 2021-11-04 10:31:57.209 | 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 12)) (3.4.0) 2021-11-04 10:31:57.211 | 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 12)) (2.8.2) 2021-11-04 10:31:57.215 | 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 12)) (0.9.6) 2021-11-04 10:31:57.244 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 13)) (0.12.2) 2021-11-04 10:31:57.245 | Requirement already satisfied: future in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 13)) (0.18.2) 2021-11-04 10:31:57.256 | 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 14)) (2021.3) 2021-11-04 10:31:57.257 | 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 14)) (1.0.2) 2021-11-04 10:31:57.275 | 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 15)) (0.1.16) 2021-11-04 10:31:57.277 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 15)) (21.2) 2021-11-04 10:31:57.278 | 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 15)) (0.11.0) 2021-11-04 10:31:57.343 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.8/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 20)) (0.2.5) 2021-11-04 10:31:57.383 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 22)) (1.13.3) 2021-11-04 10:31:57.397 | Requirement already satisfied: traceback2 in ./.tox/tempest/lib/python3.8/site-packages (from unittest2>=1.1.0->-r requirements.txt (line 23)) (1.4.0) 2021-11-04 10:31:57.469 | Collecting argparse 2021-11-04 10:31:57.478 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2021-11-04 10:31:57.565 | Requirement already satisfied: cffi>=1.1 in ./.tox/tempest/lib/python3.8/site-packages (from bcrypt>=3.1.3->paramiko>=2.7.0->-r requirements.txt (line 8)) (1.15.0) 2021-11-04 10:31:57.628 | Requirement already satisfied: colorama>=0.3.7 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)) (0.4.4) 2021-11-04 10:31:57.629 | 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) 2021-11-04 10:31:57.696 | Requirement already satisfied: monotonic>=0.1 in ./.tox/tempest/lib/python3.8/site-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->-r requirements.txt (line 10)) (1.6) 2021-11-04 10:31:57.867 | 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 11)) (2021.10.8) 2021-11-04 10:31:57.870 | 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 11)) (3.3) 2021-11-04 10:31:57.873 | 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 11)) (2.0.7) 2021-11-04 10:31:57.972 | Requirement already satisfied: linecache2 in ./.tox/tempest/lib/python3.8/site-packages (from traceback2->unittest2>=1.1.0->-r requirements.txt (line 23)) (1.0.0) 2021-11-04 10:31:58.005 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.8/site-packages (from cffi>=1.1->bcrypt>=3.1.3->paramiko>=2.7.0->-r requirements.txt (line 8)) (2.20) 2021-11-04 10:31:58.214 | Installing collected packages: argparse 2021-11-04 10:31:58.347 | Successfully installed argparse-1.4.0 2021-11-04 10:31:58.461 | ___________________________________ summary ____________________________________ 2021-11-04 10:31:58.461 | venv-tempest: commands succeeded 2021-11-04 10:31:58.461 | congratulations :) 2021-11-04 10:31:58.496 | ++ lib/tempest:configure_tempest:628 : rm -f /tmp/tempest_u_c_m.X2xNMvS9n8 2021-11-04 10:31:58.501 | ++ lib/tempest:configure_tempest:631 : [[ False == \T\r\u\e ]] 2021-11-04 10:31:58.504 | ++ lib/tempest:configure_tempest:639 : [[ True == \F\a\l\s\e ]] 2021-11-04 10:31:58.507 | ++ lib/tempest:configure_tempest:643 : iniset /opt/stack/tempest/etc/tempest.conf auth use_dynamic_credentials True 2021-11-04 10:31:58.539 | ++ lib/tempest:configure_tempest:649 : tox -evenv -- tempest verify-config -uro /tmp/tmp.xlk4b3pJzJ 2021-11-04 10:31:59.154 | venv create: /opt/stack/tempest/.tox/venv 2021-11-04 10:31:59.801 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2021-11-04 10:32:35.862 | venv develop-inst: /opt/stack/tempest 2021-11-04 10:32:44.932 | venv installed: alabaster==0.7.12,attrs==21.2.0,autopage==0.4.0,Babel==2.9.1,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.7,cliff==3.9.0,cmd2==2.2.0,colorama==0.4.4,cryptography==35.0.0,debtcollector==2.3.0,docutils==0.17.1,dulwich==0.20.26,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==3.3,imagesize==1.2.0,iso8601==0.1.16,Jinja2==3.0.2,jsonschema==3.2.0,linecache2==1.0.0,MarkupSafe==2.0.1,monotonic==1.6,msgpack==1.0.2,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.11.0,packaging==21.2,paramiko==2.8.0,pbr==5.6.0,prettytable==2.4.0,pycparser==2.20,Pygments==2.10.0,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==2.4.7,pyperclip==1.8.2,pyrsistent==0.18.0,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,reno==3.5.0,requests==2.26.0,rfc3986==1.5.0,six==1.16.0,snowballstemmer==2.1.0,Sphinx==4.2.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.1.1,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@8cd09500bea38bfd9478814be95fddf3df56fbff#egg=tempest,testtools==2.5.0,traceback2==1.4.0,unittest2==1.1.0,urllib3==1.26.7,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3 2021-11-04 10:32:44.933 | venv run-test-pre: PYTHONHASHSEED='4226289757' 2021-11-04 10:32:44.933 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.xlk4b3pJzJ 2021-11-04 10:32:49.457 | /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. 2021-11-04 10:32:49.457 | warnings.warn( 2021-11-04 10:32:49.457 | /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. 2021-11-04 10:32:49.457 | warnings.warn( 2021-11-04 10:32:49.458 | /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 2021-11-04 10:32:49.458 | _client = klass(auth_provider=auth_provider, **kwargs) 2021-11-04 10:32:49.458 | Config option api_v2 in group image-feature-enabled should be changed to: False 2021-11-04 10:32:49.593 | ___________________________________ summary ____________________________________ 2021-11-04 10:32:49.593 | venv: commands succeeded 2021-11-04 10:32:49.593 | congratulations :) 2021-11-04 10:32:49.645 | ++ lib/tempest:configure_tempest:654 : is_service_enabled q-metering 2021-11-04 10:32:49.666 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:32:49.670 | ++ lib/tempest:configure_tempest:659 : is_service_enabled q-l3 2021-11-04 10:32:49.693 | ++ functions-common:is_service_enabled:1965 : return 0 2021-11-04 10:32:49.697 | ++ lib/tempest:configure_tempest:663 : local network_api_extensions=all 2021-11-04 10:32:49.699 | ++ lib/tempest:configure_tempest:664 : [[ ! -z '' ]] 2021-11-04 10:32:49.702 | ++ lib/tempest:configure_tempest:670 : [[ -n '' ]] 2021-11-04 10:32:49.705 | ++ lib/tempest:configure_tempest:673 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled api_extensions all 2021-11-04 10:32:49.748 | ++ lib/tempest:configure_tempest:675 : local object_storage_api_extensions=all 2021-11-04 10:32:49.751 | ++ lib/tempest:configure_tempest:676 : [[ ! -z '' ]] 2021-11-04 10:32:49.754 | ++ lib/tempest:configure_tempest:682 : iniset /opt/stack/tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis all 2021-11-04 10:32:49.802 | ++ lib/tempest:configure_tempest:684 : local volume_api_extensions=all 2021-11-04 10:32:49.806 | ++ lib/tempest:configure_tempest:685 : [[ ! -z '' ]] 2021-11-04 10:32:49.809 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled api_extensions all 2021-11-04 10:32:49.849 | ++ lib/tempest:configure_tempest:694 : IFS=' 2021-11-04 10:32:49.849 | ' 2021-11-04 10:32:49.853 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2021-11-04 10:32:49.856 | ++ ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-04 10:32:49.858 | ++ ./stack.sh:echo_summary:432 : echo -e Installing Tempest Plugins 2021-11-04 10:32:49.863 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2021-11-04 10:32:49.865 | ++ lib/tempest:install_tempest_plugins:723 : pushd /opt/stack/tempest 2021-11-04 10:32:49.866 | /opt/stack/tempest /opt/stack/tempest 2021-11-04 10:32:49.870 | ++ lib/tempest:install_tempest_plugins:724 : [[ 0 != 0 ]] 2021-11-04 10:32:49.873 | ++ lib/tempest:install_tempest_plugins:733 : popd 2021-11-04 10:32:49.873 | /opt/stack/tempest 2021-11-04 10:32:49.876 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2021-11-04 10:32:49.880 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2021-11-04 10:32:49.885 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2021-11-04 10:32:49.888 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-11-04 10:32:49.892 | + functions-common:run_phase:1764 : run_plugins stack test-config 2021-11-04 10:32:49.895 | + functions-common:run_plugins:1723 : local mode=stack 2021-11-04 10:32:49.898 | + functions-common:run_plugins:1724 : local phase=test-config 2021-11-04 10:32:49.901 | + functions-common:run_plugins:1726 : local plugins= 2021-11-04 10:32:49.904 | + functions-common:run_plugins:1727 : local plugin 2021-11-04 10:32:49.908 | + ./stack.sh:main:1494 : merge_config_group /home/ubuntu/devstack/local.conf test-config 2021-11-04 10:32:49.911 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-11-04 10:32:49.915 | + inc/meta-config:merge_config_group:171 : shift 2021-11-04 10:32:49.919 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2021-11-04 10:32:49.922 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-11-04 10:32:49.925 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-11-04 10:32:49.928 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-11-04 10:32:49.933 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf test-config 2021-11-04 10:32:49.936 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-11-04 10:32:49.939 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2021-11-04 10:32:49.943 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-11-04 10:32:49.947 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2021-11-04 10:32:49.947 | /^\[\[.+\|.*\]\]/ { 2021-11-04 10:32:49.947 | gsub("[][]", "", $1); 2021-11-04 10:32:49.947 | split($1, a, "|"); 2021-11-04 10:32:49.947 | if (a[1] == matchgroup) 2021-11-04 10:32:49.947 | print a[2] 2021-11-04 10:32:49.947 | } 2021-11-04 10:32:49.947 | ' /home/ubuntu/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 26 pip_install 281 apt-get 565 run_process 38 dbsync 144 git_timed 10 apt-get-update 2 test_with_retry 6 async_wait 499 osc 437 ------------------------- Unaccounted time 123 ========================= Total runtime 2131 ================= Async summary ================= Time spent in the background minus waits: 855 sec Elapsed time: 2132 sec Time if we did everything serially: 2987 sec Speedup: 1.40103 This is your host IP address: 10.222.0.49 This is your host IPv6 address: ::1 Keystone is serving at http://10.222.0.49/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: yoga Change: 8f3841860d5cc110cf6f771a511d7d642e658b9d Use ping instead of arping for br-data 2021-11-04 09:55:37 +0000 OS Version: Ubuntu 20.04 focal